From 17fc239a83a1c21e237ca03e6c5309e0cd770721 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sat, 25 Jan 2025 09:08:18 -0800 Subject: [PATCH 001/111] Update appcontrol.md --- .../app-control-for-business/appcontrol.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md index a778ffc2fb..40f8bb913c 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md @@ -12,25 +12,25 @@ ms.topic: overview [!INCLUDE [Feature availability note](includes/feature-availability-note.md)] -With thousands of new malicious files created every day, using traditional methods like antivirus solutions-signature-based detection to fight against malware-provides an inadequate defense against new attacks. +Your organization's data is one of your most valuable assets... and adversaries want it. No matter what security controls you apply over your data, they are only as strong as the weakest link: the trusted user sitting at the keyboard. When a user runs a process, that process shares the same access to your data that the user has. So your sensitive information is easily transmitted, modified, deleted or encrypted when a user, knowingly or unknowingly, runs malicious software. And with thousands of new malicious files created every day, relying solely on traditional methods like antivirus (AV) solutions gives you an inadequate defense against new attacks. Application control is a crucial line of defense against today's threat actors. -In most organizations, information is the most valuable asset, and ensuring that only approved users have access to that information is imperative. However, when a user runs a process, that process has the same level of access to data that the user has. As a result, sensitive information could easily be deleted or transmitted out of the organization if a user knowingly or unknowingly runs malicious software. +Application control works alongside your AV solution to help mitigate these types of security threats by restricting the apps that users can run and even what code runs in the System Core (kernel). Application control policies can also block unsigned scripts and MSIs, and restrict Windows PowerShell to run in [Constrained Language Mode](/powershell/module/microsoft.powershell.core/about/about_language_modes). -Application control can help mitigate these types of security threats by restricting the applications that users are allowed to run and the code that runs in the System Core (kernel). Application control policies can also block unsigned scripts and MSIs, and restrict Windows PowerShell to run in [Constrained Language Mode](/powershell/module/microsoft.powershell.core/about/about_language_modes). - -Application control is a crucial line of defense for protecting enterprises given today's threat landscape, and it has an inherent advantage over traditional antivirus solutions. Specifically, application control moves away from an application trust model where all applications are assumed trustworthy to one where applications must earn trust in order to run. Many organizations, like the Australian Signals Directorate, understand the significance of application control and frequently cite application control as one of the most effective means for addressing the threat of executable file-based malware (.exe, .dll, etc.). +It moves you from a trust model where all code runs unless your AV solution confidently predicts it's bad, to one where apps run only if your policy says so. Government and security organizations, like the Australian Signals Directorate, frequently cite application control as one of the most effective ways to address the threat of executable file-based malware (.exe, .dll, etc.). > [!NOTE] -> Although application control can significantly harden your computers against malicious code, we recommend that you continue to maintain an enterprise antivirus solution for a well-rounded enterprise security portfolio. +> Although application control can significantly harden your computers against malicious code, it is not a replacement. You should continue to maintain your antivirus solution for a well-rounded enterprise security portfolio. -Windows 10 and Windows 11 include two technologies that can be used for application control depending on your organization's specific scenarios and requirements: +Windows 10 and Windows 11 include two application control technologies that your organization can use depending on your specific scenarios and requirements: -- **App Control for Business**; and +- **App Control for Business (app control)**; and - **AppLocker** ## App Control and Smart App Control -Starting in Windows 11 version 22H2, [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) provides application control for consumers. Smart App Control is based on App Control. App control enables enterprise customers to create a policy that offers the same security and compatibility as Smart App Control with the capability to customize policies to run line-of-business (LOB) apps. To make it easier to implement policy, an [example policy](design/example-appcontrol-base-policies.md) is provided. The example policy includes **Enabled:Conditional Windows Lockdown Policy** option that isn't supported for App Control enterprise policies. This rule must be removed before you use the example policy. To use this example policy as a starting point for creating your own policy, see [Create a custom base policy using an example App Control base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy). +Starting in Windows 11 version 22H2, [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) brings robust application control to consumers and to some small businesses with simpler app portfolios. Smart App Control ensures only signed code runs or when our intelligent cloud-powered security service, known as the Intelligent Security Graph (ISG) in App Control for Business, predicts the code is safe. And code determined to be unsafe is always blocked. + +While Smart App Control is designed for consumers, it builds entirely upon App Control for Business. That means you can create a policy with the same security and compatibility as Smart App Control that also allows the line-of-business (LOB) apps that your organization needs. The App Control policy used for Smart App Control is included as an [example policy](design/example-appcontrol-base-policies.md) in Windows and the is provided. The example policy includes **Enabled:Conditional Windows Lockdown Policy** option that isn't supported for App Control enterprise policies. This rule must be removed before you use the example policy. To use this example policy as a starting point for creating your own policy, see [Create a custom base policy using an example App Control base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy). Smart App Control is only available on clean installation of Windows 11 version 22H2 or later, and starts in evaluation mode. Smart App Control is automatically turned off for enterprise managed devices unless the user has turned it on first. To turn off Smart App Control across your organization's endpoints, you can set the **VerifiedAndReputablePolicyState** (DWORD) registry value under `HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy` as shown in the following table. After you change the registry value, you must use [CiTool.exe -r](operations/citool-commands.md#refresh-the-app-control-policies-on-the-system) for the change to take effect. From 316ed12ecc4f5884de1ed9871b1c12947eef10cc Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sat, 25 Jan 2025 18:53:47 -0800 Subject: [PATCH 002/111] Updates to App Control topics --- .../app-control-for-business/appcontrol.md | 12 +++++++----- .../design/example-appcontrol-base-policies.md | 16 ++++++++-------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md index 40f8bb913c..77e89cde8c 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md @@ -12,14 +12,14 @@ ms.topic: overview [!INCLUDE [Feature availability note](includes/feature-availability-note.md)] -Your organization's data is one of your most valuable assets... and adversaries want it. No matter what security controls you apply over your data, they are only as strong as the weakest link: the trusted user sitting at the keyboard. When a user runs a process, that process shares the same access to your data that the user has. So your sensitive information is easily transmitted, modified, deleted or encrypted when a user, knowingly or unknowingly, runs malicious software. And with thousands of new malicious files created every day, relying solely on traditional methods like antivirus (AV) solutions gives you an inadequate defense against new attacks. Application control is a crucial line of defense against today's threat actors. +Your organization's data is one of its most valuable assets... and adversaries want it. No matter what security controls you apply over your data, they are only as strong as the weakest link: the trusted user sitting at the keyboard. When a user runs a process, that process shares the same access to your data that the user has. So your sensitive information is easily transmitted, modified, deleted or encrypted when a user, knowingly or unknowingly, runs malicious software. And with thousands of new malicious files created every day, relying solely on traditional methods like antivirus (AV) solutions gives you an inadequate defense against new attacks. Application control is a crucial line of defense against today's threat actors. Application control works alongside your AV solution to help mitigate these types of security threats by restricting the apps that users can run and even what code runs in the System Core (kernel). Application control policies can also block unsigned scripts and MSIs, and restrict Windows PowerShell to run in [Constrained Language Mode](/powershell/module/microsoft.powershell.core/about/about_language_modes). It moves you from a trust model where all code runs unless your AV solution confidently predicts it's bad, to one where apps run only if your policy says so. Government and security organizations, like the Australian Signals Directorate, frequently cite application control as one of the most effective ways to address the threat of executable file-based malware (.exe, .dll, etc.). > [!NOTE] -> Although application control can significantly harden your computers against malicious code, it is not a replacement. You should continue to maintain your antivirus solution for a well-rounded enterprise security portfolio. +> Although application control can significantly harden your computers against malicious code, it is not a replacement for antivirus. You should continue to maintain your active antivirus solution alongside App Control for a well-rounded enterprise security portfolio. Windows 10 and Windows 11 include two application control technologies that your organization can use depending on your specific scenarios and requirements: @@ -28,11 +28,11 @@ Windows 10 and Windows 11 include two application control technologies that your ## App Control and Smart App Control -Starting in Windows 11 version 22H2, [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) brings robust application control to consumers and to some small businesses with simpler app portfolios. Smart App Control ensures only signed code runs or when our intelligent cloud-powered security service, known as the Intelligent Security Graph (ISG) in App Control for Business, predicts the code is safe. And code determined to be unsafe is always blocked. +Starting in Windows 11 version 22H2, [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) brings robust application control to consumers and to some small businesses with simpler app portfolios. Smart App Control ensures only signed code runs, or code predicted to be safe by our intelligent cloud-powered security service. When code is unsigned and the service is unable to predict with confidence that it is safe to run, it is blocked but can develop positive reputation over time as new signals are processed by the service. Meanwhile, code determined to be unsafe is always blocked. -While Smart App Control is designed for consumers, it builds entirely upon App Control for Business. That means you can create a policy with the same security and compatibility as Smart App Control that also allows the line-of-business (LOB) apps that your organization needs. The App Control policy used for Smart App Control is included as an [example policy](design/example-appcontrol-base-policies.md) in Windows and the is provided. The example policy includes **Enabled:Conditional Windows Lockdown Policy** option that isn't supported for App Control enterprise policies. This rule must be removed before you use the example policy. To use this example policy as a starting point for creating your own policy, see [Create a custom base policy using an example App Control base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy). +While Smart App Control is designed for consumers, it's built entirely upon App Control for Business. That means you can create a policy with the same security and compatibility as Smart App Control but which also trusts the line-of-business (LOB) apps that your organization needs. The service providing Smart App Control's intelligence to predict what code is safe to run is also available in App Control for Business, where its known as the Intelligent Security Graph (ISG). -Smart App Control is only available on clean installation of Windows 11 version 22H2 or later, and starts in evaluation mode. Smart App Control is automatically turned off for enterprise managed devices unless the user has turned it on first. To turn off Smart App Control across your organization's endpoints, you can set the **VerifiedAndReputablePolicyState** (DWORD) registry value under `HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy` as shown in the following table. After you change the registry value, you must use [CiTool.exe -r](operations/citool-commands.md#refresh-the-app-control-policies-on-the-system) for the change to take effect. +Smart App Control starts in evaluation mode and will switch itself off within 48 hours for enterprise managed devices unless the user has turned it on. To proactively turn off Smart App Control across your organization's endpoints, set the **VerifiedAndReputablePolicyState** (DWORD) registry value under `HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy` as shown in the following table. After you change the registry value, you must run [CiTool.exe -r](operations/citool-commands.md#refresh-the-app-control-policies-on-the-system) for the change to take effect. | Value | Description | |-------|-------------| @@ -43,6 +43,8 @@ Smart App Control is only available on clean installation of Windows 11 version > [!IMPORTANT] > Once you turn Smart App Control off, it can't be turned on without resetting or reinstalling Windows. +The App Control policy used for Smart App Control comes bundled with the [App Control Wizard](design/appcontrol-wizard.md) policy authoring tool and is also found as an [example policy](design/example-appcontrol-base-policies.md) at *%windir%/schemas/CodeIntegrity/ExamplePolicies/SmartAppControl.xml and also comes bundled with the [App Control Wizard](design/appcontrol-wizard.md) policy authoring tool. To use this example policy as a starting point for creating your own policy, see [Create a custom base policy using an example App Control base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy).When using the Smart App Control example policy as the basis for your own custom policy, you must remove the option **Enabled:Conditional Windows Lockdown Policy** so it is ready for use as an App Control for Business policy. + [!INCLUDE [windows-defender-application-control-wdac](../../../../../includes/licensing/windows-defender-application-control-wdac.md)] ## Related articles diff --git a/windows/security/application-security/application-control/app-control-for-business/design/example-appcontrol-base-policies.md b/windows/security/application-security/application-control/app-control-for-business/design/example-appcontrol-base-policies.md index fcc507dc75..3ccc9742b3 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/example-appcontrol-base-policies.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/example-appcontrol-base-policies.md @@ -3,7 +3,7 @@ title: Example App Control for Business base policies description: When creating an App Control for Business policy for an organization, start from one of the many available example base policies. ms.topic: reference ms.localizationpriority: medium -ms.date: 09/11/2024 +ms.date: 01/25/2025 --- # App Control for Business example base policies @@ -14,18 +14,18 @@ When you create policies for use with App Control for Business, start from an ex | Example Base Policy | Description | Where it can be found | |-------------------------|---------------------------------------------------------------|--------| -| **DefaultWindows_\*.xml** | This example policy is available in both audit and enforced mode. It includes rules to allow Windows, third-party hardware and software kernel drivers, and Windows Store apps. Used as the basis for the [Microsoft Intune product family](https://www.microsoft.com/security/business/endpoint-management/microsoft-intune) policies. | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\DefaultWindows_\*.xml
%ProgramFiles%\WindowsApps\Microsoft.App Control.WDACWizard*\DefaultWindows_Audit.xml | -| **AllowMicrosoft.xml** | This example policy includes the rules from DefaultWindows and adds rules to trust apps signed by the Microsoft product root certificate. | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\AllowMicrosoft.xml
%ProgramFiles%\WindowsApps\Microsoft.App Control.WDACWizard*\AllowMicrosoft.xml | +| **DefaultWindows_\*.xml** | This example policy is available in both audit and enforced mode. It includes rules to allow Windows, third-party hardware and software kernel drivers, and Windows Store apps. Used as the basis for the [Microsoft Intune product family](https://www.microsoft.com/security/business/endpoint-management/microsoft-intune) policies. | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\DefaultWindows_\*.xml
%ProgramFiles%\WindowsApps\Microsoft.WDAC.WDACWizard*\Templates\DefaultWindows_\*.xml | +| **AllowMicrosoft.xml** | This example policy includes the rules from DefaultWindows and adds rules to trust apps signed by the Microsoft product root certificate. | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\AllowMicrosoft.xml
%ProgramFiles%\WindowsApps\Microsoft.WDAC.WDACWizard*\Templates\AllowMicrosoft.xml | | **AllowAll.xml** | This example policy is useful when creating a blocklist. All block policies should include rules allowing all other code to run and then add the DENY rules for your organization's needs. | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\AllowAll.xml | | **AllowAll_EnableHVCI.xml** | This example policy can be used to enable [memory integrity](https://support.microsoft.com/windows/core-isolation-e30ed737-17d8-42f3-a2a9-87521df09b78) (also known as hypervisor-protected code integrity) using App Control. | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\AllowAll_EnableHVCI.xml | | **DenyAllAudit.xml** | ***Warning: Will cause boot issues on Windows Server 2019 and earlier. Do not use on those operating systems.*** Only deploy this example policy in audit mode to track all binaries running on critical systems or to meet regulatory requirements. | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\DenyAllAudit.xml | | **Microsoft Configuration Manager** | Customers who use Configuration Manager can deploy a policy with Configuration Manager's built-in App Control integration, and then use the generated policy XML as an example base policy. | %OSDrive%\Windows\CCM\DeviceGuard on a managed endpoint | -| **SmartAppControl.xml** | This example policy includes rules based on [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) that are well-suited for lightly managed systems. This policy includes a rule that is unsupported for enterprise App Control policies and must be removed. For more information about using this example policy, see [Create a custom base policy using an example base policy](create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy). | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\SmartAppControl.xml
%ProgramFiles%\WindowsApps\Microsoft.App Control.WDACWizard*\SignedReputable.xml | +| **SmartAppControl.xml** | This example policy includes rules based on [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) that are well-suited for lightly managed systems. This policy includes a rule that is unsupported for enterprise App Control policies and must be removed. For more information about using this example policy, see [Create a custom base policy using an example base policy](create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy). | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\SmartAppControl.xml
%ProgramFiles%\WindowsApps\Microsoft.WDAC.WDACWizard*\Templates\SignedReputable.xml | | **Example supplemental policy** | This example policy shows how to use supplemental policy to expand the DefaultWindows_Audit.xml allow a single Microsoft-signed file. | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\DefaultWindows_Supplemental.xml | -| **Microsoft Recommended Block List** | This policy includes a list of Windows and Microsoft-signed code that Microsoft recommends blocking when using App Control, if possible. | [Microsoft recommended block rules](applications-that-can-bypass-appcontrol.md)
%ProgramFiles%\WindowsApps\Microsoft.App Control.WDACWizard*\Recommended_UserMode_Blocklist.xml | -| **Microsoft recommended driver blocklist** | This policy includes rules to block known vulnerable or malicious kernel drivers. | [Microsoft recommended driver block rules](microsoft-recommended-driver-block-rules.md)
%OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\RecommendedDriverBlock_Enforced.xml
%ProgramFiles%\WindowsApps\Microsoft.App Control.WDACWizard*\Recommended_Driver_Blocklist.xml | -| **Windows S mode** | This policy includes the rules used to enforce [Windows S mode](https://support.microsoft.com/windows/windows-10-and-windows-11-in-s-mode-faq-851057d6-1ee9-b9e5-c30b-93baebeebc85). | %ProgramFiles%\WindowsApps\Microsoft.App Control.WDACWizard*\WinSiPolicy.xml.xml | -| **Windows 11 SE** | This policy includes the rules used to enforce [Windows 11 SE](/education/windows/windows-11-se-overview), a version of Windows built for use in schools. | %ProgramFiles%\WindowsApps\Microsoft.App Control.WDACWizard*\WinSEPolicy.xml.xml | +| **Microsoft Recommended Block List** | This policy includes a list of Windows and Microsoft-signed code that Microsoft recommends blocking when using App Control, if possible. | [Microsoft recommended block rules](applications-that-can-bypass-appcontrol.md)
%ProgramFiles%\WindowsApps\Microsoft.WDAC.WDACWizard*\Templates\Recommended_UserMode_Blocklist.xml | +| **Microsoft recommended driver blocklist** | This policy includes rules to block known vulnerable or malicious kernel drivers. | [Microsoft recommended driver block rules](microsoft-recommended-driver-block-rules.md)
%OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\RecommendedDriverBlock_Enforced.xml
%ProgramFiles%\WindowsApps\Microsoft.WDAC.WDACWizard*\Templates\Recommended_Driver_Blocklist.xml | +| **Windows S mode** | This policy includes the rules used to enforce [Windows S mode](https://support.microsoft.com/windows/windows-10-and-windows-11-in-s-mode-faq-851057d6-1ee9-b9e5-c30b-93baebeebc85). | %ProgramFiles%\WindowsApps\Microsoft.WDAC.WDACWizard*\Templates\WinSiPolicy.xml.xml | +| **Windows 11 SE** | This policy includes the rules used to enforce [Windows 11 SE](/education/windows/windows-11-se-overview), a version of Windows built for use in schools. | %ProgramFiles%\WindowsApps\Microsoft.WDAC.WDACWizard*\Templates\WinSEPolicy.xml.xml | > [!NOTE] > Not all policies shown available at %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies can be found on all versions of Windows. From 4d5093a6a4acecaae5435b8b93134e799a61e233 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sun, 26 Jan 2025 20:14:12 -0800 Subject: [PATCH 003/111] Update appcontrol.md --- .../app-control-for-business/appcontrol.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md index 77e89cde8c..e86dbc883d 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md @@ -28,11 +28,11 @@ Windows 10 and Windows 11 include two application control technologies that your ## App Control and Smart App Control -Starting in Windows 11 version 22H2, [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) brings robust application control to consumers and to some small businesses with simpler app portfolios. Smart App Control ensures only signed code runs, or code predicted to be safe by our intelligent cloud-powered security service. When code is unsigned and the service is unable to predict with confidence that it is safe to run, it is blocked but can develop positive reputation over time as new signals are processed by the service. Meanwhile, code determined to be unsafe is always blocked. +Starting in Windows 11 version 22H2, [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) brings robust application control to consumers and to some small businesses with simpler app portfolios. Smart App Control ensures only signed code runs as well as code predicted to be safe by our intelligent cloud-powered security service. When code is unsigned and the service is unable to predict with confidence that it is safe to run, it is blocked but can develop positive reputation over time as new signals are processed by the service. Meanwhile, code determined to be unsafe is always blocked. -While Smart App Control is designed for consumers, it's built entirely upon App Control for Business. That means you can create a policy with the same security and compatibility as Smart App Control but which also trusts the line-of-business (LOB) apps that your organization needs. The service providing Smart App Control's intelligence to predict what code is safe to run is also available in App Control for Business, where its known as the Intelligent Security Graph (ISG). +While Smart App Control is designed for consumers, we believe it's the ideal starting point for most organizations. And since it's built entirely upon App Control for Business, you can create a policy with the same security and compatibility as Smart App Control but which also trusts the line-of-business (LOB) apps that your organization depends on. The service providing Smart App Control's intelligence to predict what code is safe to run is also available in App Control for Business, where its called the Intelligent Security Graph (ISG). -Smart App Control starts in evaluation mode and will switch itself off within 48 hours for enterprise managed devices unless the user has turned it on. To proactively turn off Smart App Control across your organization's endpoints, set the **VerifiedAndReputablePolicyState** (DWORD) registry value under `HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy` as shown in the following table. After you change the registry value, you must run [CiTool.exe -r](operations/citool-commands.md#refresh-the-app-control-policies-on-the-system) for the change to take effect. +Smart App Control starts in evaluation mode and will switch itself off within 48 hours for enterprise managed devices unless the user has turned it on first. If you want to proactively turn off Smart App Control across your organization's endpoints, set the **VerifiedAndReputablePolicyState** (DWORD) registry value under `HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy` as shown in the following table. After you change the registry value, you must run [CiTool.exe -r](operations/citool-commands.md#refresh-the-app-control-policies-on-the-system) for the change to take effect. | Value | Description | |-------|-------------| @@ -43,13 +43,12 @@ Smart App Control starts in evaluation mode and will switch itself off within 48 > [!IMPORTANT] > Once you turn Smart App Control off, it can't be turned on without resetting or reinstalling Windows. -The App Control policy used for Smart App Control comes bundled with the [App Control Wizard](design/appcontrol-wizard.md) policy authoring tool and is also found as an [example policy](design/example-appcontrol-base-policies.md) at *%windir%/schemas/CodeIntegrity/ExamplePolicies/SmartAppControl.xml and also comes bundled with the [App Control Wizard](design/appcontrol-wizard.md) policy authoring tool. To use this example policy as a starting point for creating your own policy, see [Create a custom base policy using an example App Control base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy).When using the Smart App Control example policy as the basis for your own custom policy, you must remove the option **Enabled:Conditional Windows Lockdown Policy** so it is ready for use as an App Control for Business policy. +The App Control policy used for Smart App Control comes bundled with the [App Control Wizard](design/appcontrol-wizard.md) policy authoring tool and is also found as an [example policy](design/example-appcontrol-base-policies.md) at *%windir%/schemas/CodeIntegrity/ExamplePolicies/SmartAppControl.xml*. To use this example policy as a starting point for your own policy, see [Create a custom base policy using an example App Control base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy).When using the Smart App Control example policy as the basis for your own custom policy, you must remove the option **Enabled:Conditional Windows Lockdown Policy** so it is ready for use as an App Control for Business policy. [!INCLUDE [windows-defender-application-control-wdac](../../../../../includes/licensing/windows-defender-application-control-wdac.md)] -## Related articles +## What you should read next -- [App Control design guide](design/appcontrol-design-guide.md) -- [App Control deployment guide](deployment/appcontrol-deployment-guide.md) -- [App Control operational guide](operations/appcontrol-operational-guide.md) -- [AppLocker overview](applocker/applocker-overview.md) +Read on to learn more about the two application control technologies available in Windows with the [App Control for Business and AppLocker Overview](./appcontrol-and-applocker-overview.md). + +If you're ready to jump in and get started creating policies, let's revisit Smart App Control and [Use the Smart App Control policy to build your own custom base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md). From 7e750c3f2286ae5743ea96eb204285c16caf6a6f Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Tue, 28 Jan 2025 12:34:30 -0800 Subject: [PATCH 004/111] Updates to overview topics --- .../appcontrol-and-applocker-overview.md | 4 ++-- .../app-control-for-business/appcontrol.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md index 5520d9161c..ee94923c20 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md @@ -2,7 +2,7 @@ title: App Control and AppLocker Overview description: Compare Windows application control technologies. ms.localizationpriority: medium -ms.date: 09/11/2024 +ms.date: 01/28/2025 ms.topic: conceptual --- @@ -26,7 +26,7 @@ App Control policies apply to the managed computer as a whole and affects all us - The process that launched the app or binary > [!NOTE] -> App Control was originally released as part of Device Guard and called configurable code integrity. Device Guard and configurable code integrity are no longer used except to find where to deploy App Control policy via Group Policy. +> App Control was originally released as part of Device Guard and called configurable code integrity. Device Guard and configurable code integrity are no longer used except when deploying App Control policy via Group Policy. ### App Control System Requirements diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md index e86dbc883d..fdaaad9277 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md @@ -4,7 +4,7 @@ description: Application Control restricts which applications users are allowed ms.localizationpriority: medium ms.collection: - tier3 -ms.date: 10/25/2024 +ms.date: 01/28/2025 ms.topic: overview --- @@ -19,7 +19,7 @@ Application control works alongside your AV solution to help mitigate these type It moves you from a trust model where all code runs unless your AV solution confidently predicts it's bad, to one where apps run only if your policy says so. Government and security organizations, like the Australian Signals Directorate, frequently cite application control as one of the most effective ways to address the threat of executable file-based malware (.exe, .dll, etc.). > [!NOTE] -> Although application control can significantly harden your computers against malicious code, it is not a replacement for antivirus. You should continue to maintain your active antivirus solution alongside App Control for a well-rounded enterprise security portfolio. +> Although application control can significantly harden your computers against malicious code, it's not a replacement for antivirus. You should continue to maintain your active antivirus solution alongside App Control for a well-rounded enterprise security portfolio. Windows 10 and Windows 11 include two application control technologies that your organization can use depending on your specific scenarios and requirements: @@ -28,9 +28,9 @@ Windows 10 and Windows 11 include two application control technologies that your ## App Control and Smart App Control -Starting in Windows 11 version 22H2, [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) brings robust application control to consumers and to some small businesses with simpler app portfolios. Smart App Control ensures only signed code runs as well as code predicted to be safe by our intelligent cloud-powered security service. When code is unsigned and the service is unable to predict with confidence that it is safe to run, it is blocked but can develop positive reputation over time as new signals are processed by the service. Meanwhile, code determined to be unsafe is always blocked. +Starting in Windows 11 version 22H2, [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) brings robust application control to consumers and to some small businesses with simpler app portfolios. Smart App Control ensures only signed code runs as well as code predicted to be safe by our intelligent cloud-powered security service. When code is unsigned and the service is unable to predict with confidence that it is safe to run, it is blocked but can develop better reputation over time as new signals are processed by the service. Meanwhile, code determined to be unsafe is always blocked. -While Smart App Control is designed for consumers, we believe it's the ideal starting point for most organizations. And since it's built entirely upon App Control for Business, you can create a policy with the same security and compatibility as Smart App Control but which also trusts the line-of-business (LOB) apps that your organization depends on. The service providing Smart App Control's intelligence to predict what code is safe to run is also available in App Control for Business, where its called the Intelligent Security Graph (ISG). +While Smart App Control is designed for consumers, we believe it's the ideal starting point for most organizations. And since it's built entirely upon App Control for Business, you can create a policy with the same security and compatibility as Smart App Control but which also trusts the line-of-business (LOB) apps that your organization depends on. The service providing Smart App Control's intelligence to predict what code is safe to run is also available in App Control for Business, where it's called the Intelligent Security Graph (ISG). Smart App Control starts in evaluation mode and will switch itself off within 48 hours for enterprise managed devices unless the user has turned it on first. If you want to proactively turn off Smart App Control across your organization's endpoints, set the **VerifiedAndReputablePolicyState** (DWORD) registry value under `HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy` as shown in the following table. After you change the registry value, you must run [CiTool.exe -r](operations/citool-commands.md#refresh-the-app-control-policies-on-the-system) for the change to take effect. From cb10b92cb16ca367794303a64e3547237d5a640f Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Thu, 30 Jan 2025 11:32:30 -0800 Subject: [PATCH 005/111] Update appcontrol-and-applocker-overview.md --- .../appcontrol-and-applocker-overview.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md index ee94923c20..5b75590aac 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md @@ -18,21 +18,21 @@ App Control was introduced with Windows 10 and allows organizations to control w App Control policies apply to the managed computer as a whole and affects all users of the device. App Control rules can be defined based on: -- Attributes of the codesigning certificate(s) used to sign an app and its binaries +- Attributes of the codesigning certificate used to sign an app and its binaries - Attributes of the app's binaries that come from the signed metadata for the files, such as Original Filename and version, or the hash of the file - The reputation of the app as determined by Microsoft's [Intelligent Security Graph](design/use-appcontrol-with-intelligent-security-graph.md) - The identity of the process that initiated the installation of the app and its binaries ([managed installer](design/configure-authorized-apps-deployed-with-a-managed-installer.md)) -- The [path from which the app or file is launched](design/select-types-of-rules-to-create.md#more-information-about-filepath-rules) (beginning with Windows 10 version 1903) +- The [path where the app or file exists on disk](design/select-types-of-rules-to-create.md#more-information-about-filepath-rules) (beginning with Windows 10 version 1903) - The process that launched the app or binary > [!NOTE] -> App Control was originally released as part of Device Guard and called configurable code integrity. Device Guard and configurable code integrity are no longer used except when deploying App Control policy via Group Policy. +> App Control for Business was originally released as part of Device Guard and called configurable code integrity. The terms "Device Guard" and "configurable code integrity" are no longer used with App Control except when deploying policies through Group Policy. ### App Control System Requirements App Control policies can be created and applied on any client edition of Windows 10 or Windows 11, or on Windows Server 2016 and higher. App Control policies can be deployed via a Mobile Device Management (MDM) solution, for example, Intune; a management interface such as Configuration Manager; or a script host such as PowerShell. Group Policy can also be used to deploy App Control policies, but is limited to single-policy format policies that work on Windows Server 2016 and 2019. -For more information on which individual App Control features are available on specific App Control builds, see [App Control feature availability](feature-availability.md). +For more information on which individual App Control features are available on your version of Windows, see [App Control feature availability](feature-availability.md). ## AppLocker @@ -40,9 +40,9 @@ AppLocker was introduced with Windows 7, and allows organizations to control whi AppLocker policies can apply to all users on a computer, or to individual users and groups. AppLocker rules can be defined based on: -- Attributes of the codesigning certificate(s) used to sign an app and its binaries. +- Attributes of the codesigning certificate used to sign an app and its binaries. - Attributes of the app's binaries that come from the signed metadata for the files, such as Original Filename and version, or the hash of the file. -- The path from which the app or file is launched. +- The path where the app or file exists on disk. AppLocker is also used by some features of App Control, including [managed installer](design/configure-authorized-apps-deployed-with-a-managed-installer.md) and the [Intelligent Security Graph](design/use-appcontrol-with-intelligent-security-graph.md). From 64a4216616ea9f788782132d010117e73c34391c Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sun, 2 Feb 2025 16:07:14 -0800 Subject: [PATCH 006/111] Updates for Windows resiliency and .Net --- .../app-control-for-business/appcontrol.md | 2 +- ...ow-com-object-registration-in-appcontrol-policy.md | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md index fdaaad9277..b50b8ef185 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md @@ -43,7 +43,7 @@ Smart App Control starts in evaluation mode and will switch itself off within 48 > [!IMPORTANT] > Once you turn Smart App Control off, it can't be turned on without resetting or reinstalling Windows. -The App Control policy used for Smart App Control comes bundled with the [App Control Wizard](design/appcontrol-wizard.md) policy authoring tool and is also found as an [example policy](design/example-appcontrol-base-policies.md) at *%windir%/schemas/CodeIntegrity/ExamplePolicies/SmartAppControl.xml*. To use this example policy as a starting point for your own policy, see [Create a custom base policy using an example App Control base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy).When using the Smart App Control example policy as the basis for your own custom policy, you must remove the option **Enabled:Conditional Windows Lockdown Policy** so it is ready for use as an App Control for Business policy. +The App Control policy used for Smart App Control comes bundled with the [App Control Wizard](design/appcontrol-wizard.md) policy authoring tool and is also found as an [example policy](design/example-appcontrol-base-policies.md) at *%windir%/schemas/CodeIntegrity/ExamplePolicies/SmartAppControl.xml*. To use this example policy as a starting point for your own policy, see [Create a custom base policy using an example App Control base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy). When using the Smart App Control example policy as the basis for your own custom policy, you must remove the option **Enabled:Conditional Windows Lockdown Policy** so it is ready for use as an App Control for Business policy. [!INCLUDE [windows-defender-application-control-wdac](../../../../../includes/licensing/windows-defender-application-control-wdac.md)] diff --git a/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md b/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md index 7968a8fb46..cef050191d 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md @@ -2,7 +2,7 @@ title: Allow COM object registration in an App Control policy description: You can allow COM object registration in an App Control for Business policy. ms.localizationpriority: medium -ms.date: 09/11/2024 +ms.date: 02/01/2025 ms.topic: how-to --- @@ -16,11 +16,10 @@ The [Microsoft Component Object Model (COM)](/windows/desktop/com/the-component- App Control for Business enforces a built-in allowlist for COM object registration. While this list works for most common application usage scenarios, you may need to allow more COM objects to support the apps used in your organization. You can specify allowed COM objects via their GUID in your App Control policy as described in this article. -> [!NOTE] -> To add this functionality to other versions of Windows 10, you can install the following or later updates. - -- [Windows 10, 1809 June 18, 2019-KB4501371 (OS Build 17763.592)](https://support.microsoft.com/help/4501371/windows-10-update-kb4501371) -- [Windows 10, 1607 June 18, 2019-KB4503294 (OS Build 14393.3053)](https://support.microsoft.com/help/4503294/windows-10-update-kb4503294) +> [!IMPORTANT] +> When any App Control for Business policy with Option 0 - Enabled:UMCI is enforced on a device, .NET adds an extra validation check before running COM objects. The check verifies the COM object's system registration matches the code being run. If there is a mismatch between the GUID calculated by .NET and the GUID stored in the COM registration, .NET won't load the object and the user sees a general error dialog informing them about the failure. This mitigates certain COM-based attacks which could otherwise be used to run an attacker's own malicious or vulnerable payload. +> +> The COM allow list mechanism described in this article **doesn't affect .NET's GUID validation check for COM objects**. Any .NET app attempting to run a COM object with a mismatched GUID are thus incompatible with App Control at this time. There are no policy control options to manage the GUID verification check, meaning the check is always performed. If you see COM object failures after an App Control policy is deployed, contact the software developer or the Independent Software Vendor (ISV) who produces the app to request a fix for the issue. ### Get COM object GUID From 4011f0f024830e2bb4c53f647afd608504750fee Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Tue, 4 Feb 2025 14:46:20 -0800 Subject: [PATCH 007/111] Update allow-com-object-registration-in-appcontrol-policy.md --- .../allow-com-object-registration-in-appcontrol-policy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md b/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md index cef050191d..332f842983 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md @@ -14,10 +14,10 @@ The [Microsoft Component Object Model (COM)](/windows/desktop/com/the-component- ## COM object configurability in App Control policy -App Control for Business enforces a built-in allowlist for COM object registration. While this list works for most common application usage scenarios, you may need to allow more COM objects to support the apps used in your organization. You can specify allowed COM objects via their GUID in your App Control policy as described in this article. +App Control for Business enforces a built-in allowlist for COM object registration. While this list works for most common application usage scenarios, you might need to allow more COM objects to support the apps used in your organization. You can specify allowed COM objects via their GUID in your App Control policy as described in this article. > [!IMPORTANT] -> When any App Control for Business policy with Option 0 - Enabled:UMCI is enforced on a device, .NET adds an extra validation check before running COM objects. The check verifies the COM object's system registration matches the code being run. If there is a mismatch between the GUID calculated by .NET and the GUID stored in the COM registration, .NET won't load the object and the user sees a general error dialog informing them about the failure. This mitigates certain COM-based attacks which could otherwise be used to run an attacker's own malicious or vulnerable payload. +> When any App Control for Business policy with option **0 - Enabled:UMCI** is enforced on a device, .NET adds an extra validation check before running COM objects. The check verifies the COM object's system registration matches the code being run. If there is a mismatch between the GUID calculated by .NET and the GUID stored in the COM registration, .NET won't load the object and the user sees a general error dialog informing them about the failure. This mitigates certain COM-based attacks which could otherwise be used to run an attacker's own malicious or vulnerable payload. > > The COM allow list mechanism described in this article **doesn't affect .NET's GUID validation check for COM objects**. Any .NET app attempting to run a COM object with a mismatched GUID are thus incompatible with App Control at this time. There are no policy control options to manage the GUID verification check, meaning the check is always performed. If you see COM object failures after an App Control policy is deployed, contact the software developer or the Independent Software Vendor (ISV) who produces the app to request a fix for the issue. From 2dd142b1b71d54db1c220edc59b07b8f32e7d306 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Thu, 6 Feb 2025 12:52:21 -0800 Subject: [PATCH 008/111] Update common-appcontrol-use-cases.md --- .../design/common-appcontrol-use-cases.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/common-appcontrol-use-cases.md b/windows/security/application-security/application-control/app-control-for-business/design/common-appcontrol-use-cases.md index 4ba40200b3..9e487ed510 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/common-appcontrol-use-cases.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/common-appcontrol-use-cases.md @@ -2,7 +2,7 @@ title: Policy creation for common App Control usage scenarios description: Develop a plan for deploying App Control for Business in your organization based on these common scenarios. ms.localizationpriority: medium -ms.date: 09/11/2024 +ms.date: 01/31/2025 ms.topic: conceptual --- @@ -10,6 +10,8 @@ ms.topic: conceptual [!INCLUDE [Feature availability note](../includes/feature-availability-note.md)] +Whenever possible, App Control for Business (app control) should be enabled when setting up a device for the first time and before installing any apps. This ensures the system is in a "clean" state when App Control starts, and is especially important for apps allowed because they were installed by a managed installer or because the Intelligent Security Graph (ISG) determined that the app was safe to run. + Typically, deployment of App Control for Business happens best in phases, rather than being a feature that you simply "turn on." The choice and sequence of phases depends on the way various computers and other devices are used in your organization, and to what degree IT manages those devices. The following table can help you begin to develop a plan for deploying App Control in your organization. It's common for organizations to have device use cases across each of the categories described. ## Types of devices From 76021f2c98c3c155a92975b53c923219221dc554 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Fri, 7 Feb 2025 22:25:16 -0800 Subject: [PATCH 009/111] Update common-appcontrol-use-cases.md --- .../design/common-appcontrol-use-cases.md | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/common-appcontrol-use-cases.md b/windows/security/application-security/application-control/app-control-for-business/design/common-appcontrol-use-cases.md index 9e487ed510..0d5feeb80f 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/common-appcontrol-use-cases.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/common-appcontrol-use-cases.md @@ -14,18 +14,20 @@ Whenever possible, App Control for Business (app control) should be enabled when Typically, deployment of App Control for Business happens best in phases, rather than being a feature that you simply "turn on." The choice and sequence of phases depends on the way various computers and other devices are used in your organization, and to what degree IT manages those devices. The following table can help you begin to develop a plan for deploying App Control in your organization. It's common for organizations to have device use cases across each of the categories described. -## Types of devices +## Common use cases -| Type of device | How App Control relates to this type of device | +| Use case | How App Control relates to this use case | |------------------------------------|------------------------------------------------------| -| **Lightly managed devices**: Company-owned, but users are free to install software.
Devices are required to run organization's antivirus solution and client management tools. | App Control for Business can be used to help protect the kernel, and to monitor (audit) for problem applications rather than limiting the applications that can be run. | -| **Fully managed devices**: Allowed software is restricted by IT department.
Users can request for more software, or install from a list of applications provided by IT department.
Examples: locked-down, company-owned desktops and laptops. | An initial baseline App Control for Business policy can be established and enforced. Whenever the IT department approves more applications, it updates the App Control policy and (for unsigned LOB applications) the catalog. | +| **Block undesirable apps**: Few companies manage all apps centrally, needing a long discovery period before they can even begin to decide what to allow.
Instead, the IT department's focus shifts to block a set of apps they consider problems, while they build their inventory of apps. | Using App Control, deploy a blocklist-only policy alongside an audit allowlist policy to gather information about the apps and processes running on your devices. | +| **Lightly managed devices**: Company-owned, but users are free to install software.
Devices are required to run specific apps, like the organization's antivirus solution or its helpdesk client management tools. | App Control for Business can be used to help protect the kernel, and to let users run apps that are signed, are installed by the company's app deployment solution like Intune, were installed to locations where only an admin can write files, and any app with good reputation. | +| **Fully managed devices**: Allowed software is restricted by your IT department.
Users can request for more software, or install from a list of applications provided by the IT department.
Examples: locked-down, company-owned desktops and laptops. | An initial baseline App Control for Business policy can be established and enforced. Whenever the IT department approves more applications, they may update the App Control policy as part of their app packaging and deployment processes. Alternatively, they may create and sign app catalog files that are then distributed as a dependency of the app. | | **Fixed-workload devices**: Perform same tasks every day.
Lists of approved applications rarely change.
Examples: kiosks, point-of-sale systems, call center computers. | App Control for Business can be deployed fully, and deployment and ongoing administration are relatively straightforward.
After App Control for Business deployment, only approved applications can run. This rule is because of protections offered by App Control. | | **Bring Your Own Device**: Employees are allowed to bring their own devices, and also use those devices away from work. | In most cases, App Control for Business doesn't apply. Instead, you can explore other hardening and security features with MDM-based conditional access solutions, such as Microsoft Intune. However, you may choose to deploy an audit-mode policy to these devices or employ a blocklist only policy to prevent specific apps or binaries that are considered malicious or vulnerable by your organization. | +| **"Dirty" systems**: Introducing an app control solution on systems that are already in use is much more challenging than when you apply it to a new device that hasn't installed any apps yet. Sometimes, trade-offs must be made to maintain productivity even if some apps might be unwanted by the organization. | Using a script to apply App Control policies, organizations can create a policy by scanning each device and creating rules for every binary or script file observed. This set of rules is used to supplement the more restrictive Base policy applied to fresh devices, newly configured. This way, any previously installed app keeps working, but all future installs must pass the organizations newly enforced app control rules. | ## An introduction to Lamna Healthcare Company -In the next set of articles, we'll explore each of the above scenarios using a fictional organization called Lamna Healthcare Company. +In the next set of articles, we'll explore policies to handle scenarios like the ones in the table using a fictional company called Lamna Healthcare Company. Lamna Healthcare Company (Lamna) is a large healthcare provider operating in the United States. Lamna employs thousands of people, from doctors and nurses to accountants, in-house lawyers, and IT technicians. Their device use cases are varied and include single-user workstations for their professional staff, shared kiosks used by doctors and nurses to access patient records, dedicated medical devices such as MRI scanners, and many others. Additionally, Lamna has a relaxed, bring-your-own-device policy for many of their professional staff. @@ -35,4 +37,10 @@ Recently, Lamna experienced a ransomware event that required an expensive recove ## Up next -- [Create an App Control for Business policy for lightly managed devices](create-appcontrol-policy-for-lightly-managed-devices.md) +Now, let's create our initial policy using the [Smart App Control](../appcontrol.md#app-control-and-smart-app-control) "circle of trust" as our starting point. + +- [Use the Smart App Control policy to build your starter base policy](./create-appcontrol-policy-for-lightly-managed-devices.md). + +Or, if you prefer: + +- [Use an App Control policy to block specific apps](./create-appcontrol-deny-policy.md). From 453b40f7bafe43b70631ae4742c68c1b5a886be5 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sun, 9 Feb 2025 13:41:12 -0800 Subject: [PATCH 010/111] More prescriptive guidance --- .../app-control-for-business/appcontrol.md | 2 +- ...trol-policy-for-lightly-managed-devices.md | 28 +++++++++++++------ 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md index b50b8ef185..4f63072874 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md @@ -51,4 +51,4 @@ The App Control policy used for Smart App Control comes bundled with the [App Co Read on to learn more about the two application control technologies available in Windows with the [App Control for Business and AppLocker Overview](./appcontrol-and-applocker-overview.md). -If you're ready to jump in and get started creating policies, let's revisit Smart App Control and [Use the Smart App Control policy to build your own custom base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md). +If you're ready to jump in and get started creating policies, let's revisit Smart App Control and [Use the Smart App Control policy to build your own starter policy](design/create-appcontrol-policy-for-lightly-managed-devices.md). diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index b7c6837954..ca5300a3c0 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -1,28 +1,38 @@ --- -title: Create an App Control policy for lightly managed devices +title: Use the Smart App Control policy to build your starter base policy description: App Control for Business restricts which applications users are allowed to run and the code that runs in the system core. ms.topic: conceptual ms.localizationpriority: medium -ms.date: 09/11/2024 +ms.date: 02/07/2025 --- -# Create an App Control policy for lightly managed devices +# Use the Smart App Control policy to build your starter policy [!INCLUDE [Feature availability note](../includes/feature-availability-note.md)] -This section outlines the process to create an App Control for Business policy for **lightly managed devices** within an organization. Typically, organizations that are new to App Control will be most successful if they start with a permissive policy like the one described in this article. Organizations can choose to harden the policy over time to achieve a stronger overall security posture on their App Control-managed devices as described in later articles. +This article describes how to create an App Control for Business policy using the Smart App Control policy as a template. [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) is an app control-based security solution designed for consumer users. It uses the same technology as App Control for Business so it's easy to use as the basis for an equally robust but flexible enterprise policy. -> [!NOTE] -> Some of the App Control for Business options described in this topic are only available on Windows 10 version 1903 and above, or Windows 11. When using this topic to plan your own organization's App Control policies, consider whether your managed clients can use all or some of these features and assess the impact for any features that may be unavailable on your clients. You may need to adapt this guidance to meet your specific organization's needs. +> [!INFORMATION] +> We strongly recommend the policy created in this article as the ideal starter policy for most App Control deployments to end user's devices. Typically, organizations that are new to App Control will be most successful if they start with a permissive policy like the one described in this article. Organizations can choose to harden the policy over time to achieve a stronger overall security posture on their App Control-managed devices as described in later articles. As in [App Control for Business deployment in different scenarios: types of devices](common-appcontrol-use-cases.md), we'll use the example of **Lamna Healthcare Company (Lamna)** to illustrate this scenario. Lamna is attempting to adopt stronger application policies, including the use of App Control to prevent unwanted or unauthorized applications from running on their managed devices. -**Alice Pena** is the IT team lead tasked with the rollout of App Control. Lamna currently has loose application usage policies and a culture of maximum app flexibility for users. So, Alice knows she'll need to take an incremental approach to App Control and use different policies for different workloads. +**Alice Pena** is the IT team lead tasked with the rollout of App Control. Lamna currently has loose application usage policies and a culture of maximum app flexibility for users. So, Alice knows she'll need to take an incremental approach to App Control and eventually use different policies for different workloads. + +## Analyze the "circle-of-trust" of the Smart App Control policy + +Alice follows the guidance from the article [Plan for app control policy lifecycle management](./plan-appcontrol-management.md#policy-xml-lifecycle-management), and starts by analyzing the "circle-of-trust" for Smart App Control's policy. Alice reads all of Microsoft's online help articles related to Smart App Control, which she finds do a good job defining it's "circle-of-trust". Alice decides to dig a little deeper by analyzing the Smart App Control policy XML itself. + +Alice is familiar with the App Control Policy Wizard, an open-source policy authoring UI whose principal maintainers are from Microsoft's Platform Integrity team, the same people responsible for App Control for Business and Smart App Control. She downloads the tool from its official [download site](https://aka.ms/appcontrolwizard) and runs it. + +On the **App Control Policy Wizard's** main page, Alice selects **Policy Creator** which brings her to **Select a Policy Type**. Leaving the default values unaltered, she selects **Next**. On the next page, she immediately notices the template called **Signed and Reputable Mode** and reads the list of code the template authorizes, which perfectly matches the "circle-of-trust" for Smart App Control. Alice selects the template and selects **Next** to see the policy rules set by the template. + +"Circle of Trust" described in this article is strongly recommended as a safe and effective app control policy for almost any environment. The policy we'll create is particularly well-suited for **lightly managed devices** within an organization. T + +and its policy ensures only signed code runs along with code predicted to be safe by our intelligent cloud-powered security service. Unsigned code is blocked from running if the service can't predict that the code is safe to run. And code determined to be unsafe is always blocked. For most users and devices, Alice wants to create an initial policy that is as relaxed as possible in order to minimize user productivity impact, while still providing security value. -## Define the "circle-of-trust" for lightly managed devices - Alice identifies the following key factors to arrive at the "circle-of-trust" for Lamna's lightly managed devices, which currently include most end-user devices: - All clients are running Windows 10 version 1903 and above, or Windows 11; From fb9eee98141218dd1d1dde1f62add74fe4338d7a Mon Sep 17 00:00:00 2001 From: Meghan Stewart <33289333+mestew@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:31:35 -0800 Subject: [PATCH 011/111] rm-lochist-9798104 --- windows/whats-new/removed-features.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/whats-new/removed-features.md b/windows/whats-new/removed-features.md index 991c787969..8c2d70eef1 100644 --- a/windows/whats-new/removed-features.md +++ b/windows/whats-new/removed-features.md @@ -8,7 +8,7 @@ ms.author: mstewart manager: aaroncz ms.topic: reference ms.subservice: itpro-fundamentals -ms.date: 12/09/2024 +ms.date: 03/25/2025 ms.collection: - highpri - tier1 @@ -38,6 +38,7 @@ The following features and functionalities have been removed from the installed |Feature | Details and mitigation | Support removed | | ----------- | --------------------- | ------ | +| Location History | We are removing the Location History feature, an [API](/uwp/api/windows.devices.geolocation.geolocator.getgeopositionhistoryasync) that allowed Cortana to access 24 hours of device history when location was enabled. With the removal of the Location History feature, location data will no longer be saved locally and the corresponding settings will also be removed from the **Privacy & Security** > **Location** page in **Settings**. This feature is being gradually removed from devices using a controlled feature rollout (CFR). | March 25, 2025 | | NTLMv1 | NTLMv1 is removed starting in Windows 11, version 24H2 and Windows Server 2025. | 24H2 | | Windows Information Protection | Windows Information Protection is removed starting in Windows 11, version 24H2. | 24H2 | | Microsoft Defender Application Guard for Edge | [Microsoft Defender Application Guard](/windows/security/application-security/application-isolation/microsoft-defender-application-guard/md-app-guard-overview), including the [Windows Isolated App Launcher APIs](/windows/win32/api/isolatedapplauncher/), is deprecated for Microsoft Edge for Business and is no longer available starting with Windows 11, version 24H2. | 24H2 | From 1183dd12ed4de5a48bb0e35f6c24b2fd165f44c9 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Thu, 13 Feb 2025 07:34:38 -0800 Subject: [PATCH 012/111] Updates to .Net and COM topic areas plus changes for windows resiliency --- ...bject-registration-in-appcontrol-policy.md | 8 ++--- .../design/appcontrol-and-dotnet.md | 31 ++++++++++--------- ...trol-policy-for-lightly-managed-devices.md | 4 +-- .../operations/known-issues.md | 28 +++++++++++------ 4 files changed, 41 insertions(+), 30 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md b/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md index 332f842983..13bf6a0bad 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md @@ -16,10 +16,8 @@ The [Microsoft Component Object Model (COM)](/windows/desktop/com/the-component- App Control for Business enforces a built-in allowlist for COM object registration. While this list works for most common application usage scenarios, you might need to allow more COM objects to support the apps used in your organization. You can specify allowed COM objects via their GUID in your App Control policy as described in this article. -> [!IMPORTANT] -> When any App Control for Business policy with option **0 - Enabled:UMCI** is enforced on a device, .NET adds an extra validation check before running COM objects. The check verifies the COM object's system registration matches the code being run. If there is a mismatch between the GUID calculated by .NET and the GUID stored in the COM registration, .NET won't load the object and the user sees a general error dialog informing them about the failure. This mitigates certain COM-based attacks which could otherwise be used to run an attacker's own malicious or vulnerable payload. -> -> The COM allow list mechanism described in this article **doesn't affect .NET's GUID validation check for COM objects**. Any .NET app attempting to run a COM object with a mismatched GUID are thus incompatible with App Control at this time. There are no policy control options to manage the GUID verification check, meaning the check is always performed. If you see COM object failures after an App Control policy is deployed, contact the software developer or the Independent Software Vendor (ISV) who produces the app to request a fix for the issue. +> [!WARNING] +> When App Control is enforced, .NET doesn't load certain COM objects if their registration GUID doesn't match the one calculated by the system at runtime. When that happens, the user sees a general COM load error dialog, but no events or other information is logged to the system. The COM allowlist mechanism described in this article **doesn't affect .NET's GUID validation check for COM objects** leaving those .NET apps incompatible with App Control at this time. For more information, see [App Control Admin Tips & Known Issues: .NET doesn't load COM objects with mismatched GUIDs](../operations/known-issues.md#net-doesnt-load-component-object-model-com-objects-with-mismatched-guids) ### Get COM object GUID @@ -130,7 +128,7 @@ To add this CLSID to the existing policy, follow these steps: PS C:\WINDOWS\system32> Set-CIPolicySetting -FilePath \AppControl_policy.xml -Key "{f8d253d9-89a4-4daa-87b6-1168369f0b21}" -Provider WSH -Value true -ValueName EnterpriseDefinedClsId -ValueType Boolean ``` - Once the command has run, find the following section added to the policy XML. + Once the command runs, find the following section added to the policy XML. ```XML diff --git a/windows/security/application-security/application-control/app-control-for-business/design/appcontrol-and-dotnet.md b/windows/security/application-security/application-control/app-control-for-business/design/appcontrol-and-dotnet.md index 6e31a5e523..be104082d9 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/appcontrol-and-dotnet.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/appcontrol-and-dotnet.md @@ -2,43 +2,46 @@ title: App Control for Business and .NET description: Understand how App Control and .NET work together and use Dynamic Code Security to verify code loaded by .NET at runtime. ms.localizationpriority: medium -ms.date: 09/11/2024 +ms.date: 02/13/2025 ms.topic: conceptual --- # App Control for Business and .NET +> [!WARNING] +> When App Control is enforced, .NET doesn't load certain Component Object Model (COM) objects if their registration GUID doesn't match the one calculated by the system at runtime. When that happens, the user sees a general COM load error dialog, but no events or other information is logged to the system. For more information, see [App Control Admin Tips & Known Issues: .NET doesn't load COM objects with mismatched GUIDs](../operations/known-issues.md#net-doesnt-load-component-object-model-com-objects-with-mismatched-guids) + .NET apps (as written in a high-level language like C#) are compiled to an Intermediate Language (IL). IL is a compact code format that can be supported on any operating system or architecture. Most .NET apps use APIs that are supported in multiple environments, requiring only the .NET runtime to run. IL needs to be compiled to native code in order to execute on a CPU, for example Arm64 or x64. When .NET compiles IL to native image (NI) on a device with an App Control user mode policy, it first checks whether the original IL file passes the current App Control policies. If so, .NET sets an NTFS extended attribute (EA) on the generated NI file so that App Control knows to trust it as well. When the .NET app runs, App Control sees the EA on the NI file and allows it. -The EA set on the NI file only applies to the currently active App Control policies. If one of the active App Control policies is updated or a new policy is applied, the EA on the NI file is invalidated. The next time the app runs, App Control will block the NI file. .NET handles the block gracefully and falls back to the original IL code. If the IL still passes the latest App Control policies, then the app runs without any functional impact. Since the IL is now being compiled at runtime, you might notice a slight impact to performance of the app. When .NET must fall back to IL, .NET will also schedule a process to run at the next maintenance window to regenerate all NI files, thus reestablishing the App Control EA for all code that passes the latest App Control policies. +The EA set on the NI file only applies to the currently active App Control policies. If one of the active App Control policies is updated or a new policy is applied, the EA on the NI file is invalidated. The next time the app runs, App Control will block the NI file. .NET handles the block gracefully and falls back to the original IL code. If the IL still passes the latest App Control policies, then the app runs without any functional issue. Since the IL is now being compiled at runtime, you might notice a slight reduction in performance of the app. When .NET must fall back to IL, .NET will also schedule a process to run at the next maintenance window to regenerate all NI files, thus reestablishing the App Control EA for all code that passes the latest App Control policies. In some cases, if an NI file is blocked, you might see a "false positive" block event in the *CodeIntegrity - Operational* event log as described in [App Control Admin Tips & Known Issues](../operations/known-issues.md#net-native-images-may-generate-false-positive-block-events). -To mitigate any performance impact caused when the App Control EA isn't valid or missing: +To mitigate any performance reduction caused when the App Control EA isn't valid or is missing: - Avoid updating the App Control policies often. - Run `ngen update` (on all machine architectures) to force .NET to regenerate all NI files immediately after applying changes to your App Control policies. - Migrate applications to .NET Core (.NET 6 or greater). -## App Control and .NET hardening +## App Control and .NET Dynamic Code Security hardening -Security researchers found that some .NET capabilities that allow apps to load libraries from external sources or generate new code at runtime can be used to circumvent App Control controls. -To address this potential vulnerability, App Control includes an option called *Dynamic Code Security* that works with .NET to verify code loaded at runtime. +Security researchers found that some .NET capabilities that allow apps to load libraries from external sources or generate new code at runtime can be used to circumvent App Control. To address this potential vulnerability, App Control includes an option called *Dynamic Code Security* that works with .NET to verify code loaded at runtime. -When the Dynamic Code Security option is enabled, the App Control policy is applied to libraries that .NET loads from external sources. For example, any remote sources, such as the internet or a network share. +When Dynamic Code Security is enabled, your App Control policy is applied to libraries that .NET loads from external or remote sources, like the internet or a network share. It also detects tampering in code generated to disk by .NET and blocks loading code that is tampered. Additionally, some .NET loading features not supported with Dynamic Code Security, including loading unsigned assemblies built with System.Reflection.Emit, are always blocked. + +Usually, when dynamic code is blocked, its parent process is stopped or crashes. To prevent this using ASP.NET, you can precompile the dynamic code for deployment only. See ["Precompiling for Deployment Only" in the ASP.NET Precompilation Overview](/previous-versions/aspnet/bb398860(v=vs.100)#precompiling-for-deployment-only). > [!IMPORTANT] -> .Net dynamic code security hardening is *turned on and enforced* if any App Control policy with UMCI enabled has set option **19 Enabled:Dynamic Code Security**. There is no audit mode for this feature. You should test your apps with this option set before turning it on across large numbers of devices. +> .NET Dynamic Code Security works in audit mode only on Windows 11 24H2 and later, and Windows Server 2025 and later. There's no audit mode for Dynamic Code Security on Windows 10, or on earlier versions of Windows 11 and Windows Server. If any App Control policy sets option **19 Enabled:Dynamic Code Security** on those earlier versions, then dynamic code security hardening is *turned on and enforced* even if the policy is in audit mode. Always test your apps thoroughly and use safe deployment practices when deploying app control policies to production. -Additionally, it detects tampering in code generated to disk by .NET and blocks loading code that was tampered with. +Dynamic Code Security mitigates potential attack techniques often referred to as "second order" attacks. That means that the attacker has access to the system and is able to run code. The second order attacks might be attempts to gain persistence or further obscure the attackers activities. Although Dynamic Code Security is important and recommended, Microsoft also recommends testing the policy in audit mode on systems running Windows 11 24H2 and later, or Windows Server 2025 and later before you enforce it. -Dynamic Code Security isn't enabled by default because existing policies might not account for externally loaded libraries. -Additionally, a few .NET loading features, including loading unsigned assemblies built with System.Reflection.Emit, aren't currently supported with Dynamic Code Security enabled. -Microsoft recommends testing Dynamic Code Security in audit mode before enforcing it to discover whether any new libraries should be included in the policy. +Code blocked by Dynamic Code Security is logged using event ID 3114 in the **CodeIntegrity - Operational** event log. Except for code loaded using one of the unsupported .NET features like System.Reflection.Emit, you can create rules to allow blocked dynamic code using information from the events. See [Use the App Control Wizard to create rules from the App Control Event Logs](./appcontrol-wizard-parsing-event-logs.md). -Additionally, customers can precompile for deployment only to prevent an allowed executable from being terminated because it tries to load unsigned dynamically generated code. See the "Precompiling for Deployment Only" section in the [ASP.NET Precompilation Overview](/previous-versions/aspnet/bb398860(v=vs.100)) document for how to fix that. +> [!NOTE] +> .NET attempts two different methods to run dynamically generated code. If your App Control policy blocks the first method, .NET tries the second one. Each of the two attempts raises a distinct 3114 event. When a 3114 event occurs in isolation, it's safe to ignore as a "false positive" because it only covers the first attempt by .NET to run the code. Only when you see two 3114 events back-to-back within milliseconds for the same code does it indicate an actual issue to review. -To enable Dynamic Code Security, add the following option to the `` section of your App Control policy: +To enable Dynamic Code Security, add option **19 - Enabled:Dynamic Code Security** to your App Control policy using the App Control Wizard, the set-ruleoption PowerShell cmdlet, or by adding the following to the `` section of your App Control policy XML: ```xml diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index ca5300a3c0..e56e5a2e2d 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -12,8 +12,8 @@ ms.date: 02/07/2025 This article describes how to create an App Control for Business policy using the Smart App Control policy as a template. [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) is an app control-based security solution designed for consumer users. It uses the same technology as App Control for Business so it's easy to use as the basis for an equally robust but flexible enterprise policy. -> [!INFORMATION] -> We strongly recommend the policy created in this article as the ideal starter policy for most App Control deployments to end user's devices. Typically, organizations that are new to App Control will be most successful if they start with a permissive policy like the one described in this article. Organizations can choose to harden the policy over time to achieve a stronger overall security posture on their App Control-managed devices as described in later articles. +> [!NOTE] +> Microsoft recommends the policy created in this article as the ideal starter policy for most App Control deployments to end user's devices. Typically, organizations who are new to App Control will be most successful if they start with a permissive policy like the one described in this article. You can choose to harden the policy over time to achieve a stronger overall security posture on your App Control-managed devices as described in later articles. As in [App Control for Business deployment in different scenarios: types of devices](common-appcontrol-use-cases.md), we'll use the example of **Lamna Healthcare Company (Lamna)** to illustrate this scenario. Lamna is attempting to adopt stronger application policies, including the use of App Control to prevent unwanted or unauthorized applications from running on their managed devices. diff --git a/windows/security/application-security/application-control/app-control-for-business/operations/known-issues.md b/windows/security/application-security/application-control/app-control-for-business/operations/known-issues.md index 4181691e76..4baf2a1a12 100644 --- a/windows/security/application-security/application-control/app-control-for-business/operations/known-issues.md +++ b/windows/security/application-security/application-control/app-control-for-business/operations/known-issues.md @@ -2,7 +2,7 @@ title: App Control Admin Tips & Known Issues description: App Control Known Issues ms.manager: jsuther -ms.date: 09/11/2024 +ms.date: 02/13/2025 ms.topic: troubleshooting ms.localizationpriority: medium --- @@ -28,21 +28,21 @@ For **single policy format App Control policies**, in addition to the two preced - <OS Volume>\\Windows\\System32\\CodeIntegrity\\SiPolicy.p7b > [!NOTE] -> A multiple policy format App Control policy using the single policy format GUID `{A244370E-44C9-4C06-B551-F6016E563076}` may exist under any of the policy file locations. +> A multiple policy format App Control policy using the single policy format GUID `{A244370E-44C9-4C06-B551-F6016E563076}` might exist under any of the policy file locations. ## File Rule Precedence Order When the App Control engine evaluates files against the active set of policies on the device, rules are applied in the following order. Once a file encounters a match, App Control stops further processing. -1. Explicit deny rules - a file is blocked if any explicit deny rule exists for it, even if other rules are created to try to allow it. Deny rules can use any [rule level](../design/select-types-of-rules-to-create.md#app-control-for-business-file-rule-levels). Use the most specific rule level practical when creating deny rules to avoid blocking more than you intend. +1. Any file matching an explicit deny rule is blocked, even if you create other rules to try to allow it. Deny rules can use any [rule level](../design/select-types-of-rules-to-create.md#app-control-for-business-file-rule-levels). Use the most specific rule level practical when creating deny rules to avoid blocking more than you intend. -2. Explicit allow rules - if any explicit allow rule exists for the file, the file runs. +2. Any file matching an explicit allow rule runs. -3. App Control then checks for the [Managed Installer extended attribute (EA)](../design/configure-authorized-apps-deployed-with-a-managed-installer.md) or the [Intelligent Security Graph (ISG) EA](../design/use-appcontrol-with-intelligent-security-graph.md) on the file. If either EA exists and the policy enables the corresponding option, then the file is allowed. +3. Any file that has a [Managed Installer](../design/configure-authorized-apps-deployed-with-a-managed-installer.md) or [Intelligent Security Graph (ISG)](../design/use-appcontrol-with-intelligent-security-graph.md) extended attribute (EA) runs if the policy enables the matching option (managed installer or ISG). -4. Lastly, App Control makes a cloud call to the ISG to get reputation about the file, if the policy enables the ISG option. +4. Any file that isn't allowed based on the preceding conditions, is checked for reputation using the ISG when that option is enabled in the policy. The file runs if the ISG decides that it's safe and a new ISG EA is written on the file. -5. Any file not allowed by an explicit rule or based on ISG or MI is blocked implicitly. +5. Any file not allowed by an explicit rule, or based on ISG or managed installer, is blocked implicitly. ## Known issues @@ -51,11 +51,11 @@ When the App Control engine evaluates files against the active set of policies o Until you apply the Windows security update released on or after April 9, 2024, your device is limited to 32 active policies. If the maximum number of policies is exceeded, the device bluescreens referencing ci.dll with a bug check value of 0x0000003b. Consider this maximum policy count limit when planning your App Control policies. Any [Windows inbox policies](inbox-appcontrol-policies.md) that are active on the device also count towards this limit. To remove the maximum policy limit, install the Windows security update released on, or after, April 9, 2024 and then restart the device. Otherwise, reduce the number of policies on the device to remain below 32 policies. > [!NOTE] -> The policy limit was not removed on Windows 11 21H2, and will remain limited to 32 policies. +> The policy limit wasn't removed on Windows 11 21H2, and remains limited to 32 policies. ### Audit mode policies can change the behavior for some apps or cause app crashes -Although App Control audit mode is designed to avoid impact to apps, some features are always on/always enforced with any App Control policy that turns on user mode code integrity (UMCI) with the option **0 Enabled:UMCI**. Here's a list of known system changes in audit mode: +Although App Control audit mode is designed to avoid any effect on apps, some features are always on/always enforced with any App Control policy that turns on user mode code integrity (UMCI) with the option **0 Enabled:UMCI**. Here's a list of known system changes in audit mode: - Some script hosts might block code or run code with fewer privileges even in audit mode. See [Script enforcement with App Control](../design/script-enforcement.md) for information about individual script host behaviors. - Option **19 Enabled:Dynamic Code Security** is always enforced if any UMCI policy includes that option. See [App Control and .NET](../design/appcontrol-and-dotnet.md#app-control-and-net-hardening). @@ -64,6 +64,16 @@ Although App Control audit mode is designed to avoid impact to apps, some featur In some cases, the code integrity logs where App Control for Business errors and warnings are written include error events for native images generated for .NET assemblies. Typically, native image blocks are functionally benign as a blocked native image falls back to its corresponding assembly and .NET regenerates the native image at its next scheduled maintenance window. +### .NET doesn't load Component Object Model (COM) objects with mismatched GUIDs + +COM objects make it easy for different software components to communicate and work together. To be used by another component, COM objects must be registered with the operating system. The registration includes a GUID that is calculated based on the object's code. Loading and activation of the COM object is done using another part of the registration called the type name. Sometimes a mismatch exists between the registered GUID and the actual GUID of the activated COM object's code. Mismatches might come from bugs in the app's COM object registration code or if the COM object's code is changed in a way that affects the GUID. Normally, Windows and .NET are forgiving about this condition and runs the COM object’s code regardless. But allowing COM objects to load where there are GUID mismatches leaves the system vulnerable to attackers who can exploit the GUID confusion to run unintended code. + +To increase App Control's protective effectiveness on a system vulnerable to this attack technique, .NET applies an extra validation to check that the registered COM object GUID matches the system calculated one. If a mismatch is found, .NET doesn't load the COM object and a general COM load error is raised. Apps using COM objects with this condition might behave in unexpected ways and must be updated to fix issues with the app's COM object registration code. + +Since this behavior only occurs when App Control policy is enforced on user mode code, you can't detect it while in audit mode. There's no logging or other events when a COM object fails to load due to the extra validation check. Repairing or reinstalling the app can resolve the issue temporarily, but an app update is needed to fix the COM registration issue and prevent future instances of the problem. + +There are no policy control options to manage .NET's GUID verification check, meaning the check is always performed. If you see COM object failures after an App Control policy is deployed, contact the software developer or the Independent Software Vendor (ISV) who produces the app to request a fix for the issue. + ### Signatures using elliptical curve cryptography (ECC) aren't supported App Control signer-based rules only work with RSA cryptography. ECC algorithms, such as ECDSA, aren't supported. If App Control blocks a file based on ECC signatures, the corresponding 3089 signature information events show VerificationError = 23. You can authorize the files instead by hash or file attribute rules, or using other signer rules if the file is also signed with signatures using RSA. From 0fe9edf40e26cf4bca500a40ba6145e53ba0c309 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sat, 15 Feb 2025 11:07:17 -0800 Subject: [PATCH 013/111] Update create-appcontrol-policy-for-lightly-managed-devices.md --- ...trol-policy-for-lightly-managed-devices.md | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index e56e5a2e2d..3e889dcb0c 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -10,22 +10,32 @@ ms.date: 02/07/2025 [!INCLUDE [Feature availability note](../includes/feature-availability-note.md)] -This article describes how to create an App Control for Business policy using the Smart App Control policy as a template. [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) is an app control-based security solution designed for consumer users. It uses the same technology as App Control for Business so it's easy to use as the basis for an equally robust but flexible enterprise policy. +This article describes how to create an App Control for Business policy using the Smart App Control policy as a template. [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) is an app control-based security solution designed for consumer users. It uses the same technology as App Control for Business so it's easy to use as the basis for an equally robust but flexible enterprise policy. -> [!NOTE] +> [!TIP] > Microsoft recommends the policy created in this article as the ideal starter policy for most App Control deployments to end user's devices. Typically, organizations who are new to App Control will be most successful if they start with a permissive policy like the one described in this article. You can choose to harden the policy over time to achieve a stronger overall security posture on your App Control-managed devices as described in later articles. -As in [App Control for Business deployment in different scenarios: types of devices](common-appcontrol-use-cases.md), we'll use the example of **Lamna Healthcare Company (Lamna)** to illustrate this scenario. Lamna is attempting to adopt stronger application policies, including the use of App Control to prevent unwanted or unauthorized applications from running on their managed devices. +As we did in [App Control for Business deployment in different scenarios: types of devices](common-appcontrol-use-cases.md), we'll use the fictional example of **Lamna Healthcare Company (Lamna)** to illustrate this scenario. Lamna is attempting to adopt stronger application policies, including the use of App Control to prevent unwanted or unauthorized applications from running on their managed devices. -**Alice Pena** is the IT team lead tasked with the rollout of App Control. Lamna currently has loose application usage policies and a culture of maximum app flexibility for users. So, Alice knows she'll need to take an incremental approach to App Control and eventually use different policies for different workloads. +**Alice Pena** is the IT team lead tasked with the rollout of App Control. Lamna currently has loose application usage policies and a culture of maximum app flexibility for users. So, Alice knows she'll need to take an incremental approach to App Control and eventually use different policies for different user segments. But for now, she wants to begin with a policy that can cover the vast majority of users without any modifications. -## Analyze the "circle-of-trust" of the Smart App Control policy +## Analyze the "circle-of-trust" of the Smart App Control policy and its fit in your organization -Alice follows the guidance from the article [Plan for app control policy lifecycle management](./plan-appcontrol-management.md#policy-xml-lifecycle-management), and starts by analyzing the "circle-of-trust" for Smart App Control's policy. Alice reads all of Microsoft's online help articles related to Smart App Control, which she finds do a good job defining it's "circle-of-trust". Alice decides to dig a little deeper by analyzing the Smart App Control policy XML itself. +Alice follows the guidance from the article [Plan for app control policy lifecycle management](./plan-appcontrol-management.md#policy-xml-lifecycle-management), and starts by analyzing the "circle-of-trust" for Smart App Control's policy. Alice reads all of Microsoft's online help articles related to Smart App Control, which she finds do a good job defining it's "circle-of-trust". Its policy ensures only signed code runs along with code predicted to be safe by the [Intelligent Security Graph](./use). Unsigned code is blocked from running if the service can't predict that the code is safe to run. And code determined to be unsafe is always blocked. -Alice is familiar with the App Control Policy Wizard, an open-source policy authoring UI whose principal maintainers are from Microsoft's Platform Integrity team, the same people responsible for App Control for Business and Smart App Control. She downloads the tool from its official [download site](https://aka.ms/appcontrolwizard) and runs it. +Now Alice considers how to adapt the policy for Lamna's use cases. For most users and devices, Alice wants to create an initial policy that is as relaxed as possible in order to minimize user productivity impact, while still providing security value. Even though Lamna's leadership would prefer a more restrictive posture, she's been careful not to over-promise how quickly the company can get to that state and has leadership buy-in on her strategy. -On the **App Control Policy Wizard's** main page, Alice selects **Policy Creator** which brings her to **Select a Policy Type**. Leaving the default values unaltered, she selects **Next**. On the next page, she immediately notices the template called **Signed and Reputable Mode** and reads the list of code the template authorizes, which perfectly matches the "circle-of-trust" for Smart App Control. Alice selects the template and selects **Next** to see the policy rules set by the template. +Alice next identifies the key factors about Lamna's environment that she believes will shape the "circle-of-trust" it needs to operate the business until it can reform its app management processes. They also help her narrow the set of systems she will start with. Alice writes down these factors in her planning worksheet: + +- Most clients are running Windows 11, with small numbers of clients remaining on Windows 10 through the remainder of the fiscal year; +- All clients are managed by Microsoft Intune; +- Most, but not all, apps are deployed using Intune; +- Most users run as standard user, though some have local admin rights on their devices; the people with admin rights are accustomed to the freedom they have to install whatever apps they want; +- Lamna has hundreds of line-of-business (LOB) apps across its business units; almost all of the apps use unsigned or mostly unsigned code, though the company has started to require codesigning in the past two years; all of the signed LOB apps + +Alice is familiar with the App Control Policy Wizard, an open-source policy authoring UI maintained by the team responsible for App Control for Business and Smart App Control. She downloads the tool from its official [download site](https://aka.ms/appcontrolwizard) and runs it. + +1. On the **App Control Policy Wizard's** main page, Alice selects **Policy Creator** which brings her to **Select a Policy Type**. Leaving the default values unaltered, she selects **Next**. On the next page, she immediately notices the template called **Signed and Reputable Mode** and reads the list of code the template authorizes, which perfectly matches the "circle-of-trust" for Smart App Control. Alice selects the template and selects **Next** to see the policy rules set by the template. "Circle of Trust" described in this article is strongly recommended as a safe and effective app control policy for almost any environment. The policy we'll create is particularly well-suited for **lightly managed devices** within an organization. T From 2087dd5646b50521d0c2f74466bdc7b15a666860 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Thu, 20 Feb 2025 07:25:00 -0800 Subject: [PATCH 014/111] Update create-appcontrol-policy-for-lightly-managed-devices.md --- ...ntrol-policy-for-lightly-managed-devices.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index 3e889dcb0c..72ef69ec16 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -19,18 +19,20 @@ As we did in [App Control for Business deployment in different scenarios: types **Alice Pena** is the IT team lead tasked with the rollout of App Control. Lamna currently has loose application usage policies and a culture of maximum app flexibility for users. So, Alice knows she'll need to take an incremental approach to App Control and eventually use different policies for different user segments. But for now, she wants to begin with a policy that can cover the vast majority of users without any modifications. -## Analyze the "circle-of-trust" of the Smart App Control policy and its fit in your organization +## Analyze how Smart App Control's "circle-of-trust" fits for you -Alice follows the guidance from the article [Plan for app control policy lifecycle management](./plan-appcontrol-management.md#policy-xml-lifecycle-management), and starts by analyzing the "circle-of-trust" for Smart App Control's policy. Alice reads all of Microsoft's online help articles related to Smart App Control, which she finds do a good job defining it's "circle-of-trust". Its policy ensures only signed code runs along with code predicted to be safe by the [Intelligent Security Graph](./use). Unsigned code is blocked from running if the service can't predict that the code is safe to run. And code determined to be unsafe is always blocked. +Alice follows the guidance from the article [Plan for app control policy lifecycle management](./plan-appcontrol-management.md#policy-xml-lifecycle-management), and starts by analyzing the "circle-of-trust" for Smart App Control's policy. Alice reads all of Microsoft's online help articles related to Smart App Control to be sure she understands it well. From her reading, she learns that the Smart App Control allows only publicly-trusted signed code or unsigned code that the [Intelligent Security Graph (ISG)](./use-appcontrol-with-intelligent-security-graph.md) predicts is safe. Publicly-trusted signed code means the signing certificate was issued by one of the certificate authorities (CA) who are in Microsoft's Trusted Root Program. Unsigned code is blocked from running if the ISG can't predict that the code is safe to run. And code determined to be unsafe is always blocked. -Now Alice considers how to adapt the policy for Lamna's use cases. For most users and devices, Alice wants to create an initial policy that is as relaxed as possible in order to minimize user productivity impact, while still providing security value. Even though Lamna's leadership would prefer a more restrictive posture, she's been careful not to over-promise how quickly the company can get to that state and has leadership buy-in on her strategy. +Now Alice considers how to adapt the policy for Lamna's use. Alice wants to create an initial policy that is as relaxed as possible to cover more users, avoid user productivity impact, but still provide tangible security value. Even though Lamna's leadership would prefer a more restrictive posture, more rapidly, she's educated key stakeholders on the challenges and complexities ahead. As a result, she has senior leadership buy-in on her strategy. -Alice next identifies the key factors about Lamna's environment that she believes will shape the "circle-of-trust" it needs to operate the business until it can reform its app management processes. They also help her narrow the set of systems she will start with. Alice writes down these factors in her planning worksheet: +### Consider the key factors about your organization -- Most clients are running Windows 11, with small numbers of clients remaining on Windows 10 through the remainder of the fiscal year; -- All clients are managed by Microsoft Intune; -- Most, but not all, apps are deployed using Intune; -- Most users run as standard user, though some have local admin rights on their devices; the people with admin rights are accustomed to the freedom they have to install whatever apps they want; +Alice next identifies the key factors about Lamna's environment that she thinks will shape the company's "circle-of-trust". The policy must be flexible to meet the needs of the business while adjusting its app management processes so that a more restrictive policy is even practical. The key factors also help her choose which systems to include in the first deployment. Alice writes down these factors in her planning worksheet so that whoever follows her knows : + +- **Privileges:** Most users operate as standard user, though nearly a quarter still have local admin rights on their devices; the people with admin rights view the freedoms that gives them as essential, including the option to run whatever apps they want; +- **Operating Systems:** Windows 11 runs most user devices, but Windows 10 will remain on roughly 10% of clients at least through the next fiscal year, particularly those in smaller satellite offices; Alice's group doesn't manage Lamna's servers or any specialized equipment; Lamna's server IT group plans to wait to see how the client rollout of App Control unfolds before implementing the technology on the servers they control; +- **Client management:** Lamna uses Microsoft Intune for all Windows 11 devices, deployed as Microsoft Entra cloud-native; they continue to use Microsoft Endpoint Configuration Manager (MEMCM) with Microsoft Entra hybrid join on all Windows 10 devices; +- Most, but not all, apps are deployed using Intune; there's a long tail of business-unit-specific apps, and "Shadow IT" apps that lack an official charter, but are critical to the employees who use them; - Lamna has hundreds of line-of-business (LOB) apps across its business units; almost all of the apps use unsigned or mostly unsigned code, though the company has started to require codesigning in the past two years; all of the signed LOB apps Alice is familiar with the App Control Policy Wizard, an open-source policy authoring UI maintained by the team responsible for App Control for Business and Smart App Control. She downloads the tool from its official [download site](https://aka.ms/appcontrolwizard) and runs it. From b6430ee59d285f991309f9aab3cbb921c0223707 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Thu, 20 Feb 2025 08:04:39 -0800 Subject: [PATCH 015/111] Update create-appcontrol-policy-for-lightly-managed-devices.md --- .../create-appcontrol-policy-for-lightly-managed-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index 3e889dcb0c..de637f9762 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -31,7 +31,7 @@ Alice next identifies the key factors about Lamna's environment that she believe - All clients are managed by Microsoft Intune; - Most, but not all, apps are deployed using Intune; - Most users run as standard user, though some have local admin rights on their devices; the people with admin rights are accustomed to the freedom they have to install whatever apps they want; -- Lamna has hundreds of line-of-business (LOB) apps across its business units; almost all of the apps use unsigned or mostly unsigned code, though the company has started to require codesigning in the past two years; all of the signed LOB apps +- Lamna has hundreds of line-of-business (LOB) apps across its business units; almost all of the apps use unsigned or mostly unsigned code, though the company has started to require codesigning in the past two years; all of the signed LOB apps use a codesigning certificate issued using Lamna's internal PKI meaning they aren't publicly trusted Alice is familiar with the App Control Policy Wizard, an open-source policy authoring UI maintained by the team responsible for App Control for Business and Smart App Control. She downloads the tool from its official [download site](https://aka.ms/appcontrolwizard) and runs it. From 2ffbd34780f1a1df962c3b35319fa0af74ccfaa6 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Thu, 20 Feb 2025 18:20:00 -0800 Subject: [PATCH 016/111] Update create-appcontrol-policy-for-lightly-managed-devices.md --- ...reate-appcontrol-policy-for-lightly-managed-devices.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index 72ef69ec16..37240b4302 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -3,7 +3,7 @@ title: Use the Smart App Control policy to build your starter base policy description: App Control for Business restricts which applications users are allowed to run and the code that runs in the system core. ms.topic: conceptual ms.localizationpriority: medium -ms.date: 02/07/2025 +ms.date: 02/20/2025 --- # Use the Smart App Control policy to build your starter policy @@ -13,11 +13,11 @@ ms.date: 02/07/2025 This article describes how to create an App Control for Business policy using the Smart App Control policy as a template. [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) is an app control-based security solution designed for consumer users. It uses the same technology as App Control for Business so it's easy to use as the basis for an equally robust but flexible enterprise policy. > [!TIP] -> Microsoft recommends the policy created in this article as the ideal starter policy for most App Control deployments to end user's devices. Typically, organizations who are new to App Control will be most successful if they start with a permissive policy like the one described in this article. You can choose to harden the policy over time to achieve a stronger overall security posture on your App Control-managed devices as described in later articles. +> Microsoft recommends the policy created in this article as the ideal starter policy for most App Control deployments to end user's devices. Typically, organizations who are new to App Control will be most successful if they start with a permissive policy like the one described in this article. You can harden the policy over time to achieve a stronger overall security posture on your App Control-managed devices as described in later articles. -As we did in [App Control for Business deployment in different scenarios: types of devices](common-appcontrol-use-cases.md), we'll use the fictional example of **Lamna Healthcare Company (Lamna)** to illustrate this scenario. Lamna is attempting to adopt stronger application policies, including the use of App Control to prevent unwanted or unauthorized applications from running on their managed devices. +As we did in [App Control for Business deployment in different scenarios](common-appcontrol-use-cases.md), we'll use the fictional example of **Lamna Healthcare Company (Lamna)** to illustrate this scenario. Lamna intends to adopt stronger application policies, including the use of App Control to prevent unwanted or unauthorized applications from running on their managed devices. -**Alice Pena** is the IT team lead tasked with the rollout of App Control. Lamna currently has loose application usage policies and a culture of maximum app flexibility for users. So, Alice knows she'll need to take an incremental approach to App Control and eventually use different policies for different user segments. But for now, she wants to begin with a policy that can cover the vast majority of users without any modifications. +**Alice Pena** is the IT team lead tasked with the rollout of App Control. Lamna currently has relaxed application usage policies and a culture of maximum app flexibility for users. So, Alice knows she'll need to take an incremental approach to App Control and eventually use different policies for different user segments. But for now, she wants to begin with a policy that can cover the vast majority of users without any modifications. ## Analyze how Smart App Control's "circle-of-trust" fits for you From e0938aae51a13cc9577498d107138969cf70de8d Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sun, 23 Feb 2025 20:11:04 -0800 Subject: [PATCH 017/111] removed unnecessary user mode block rule; further improvements to lightly managed scenario --- ...applications-that-can-bypass-appcontrol.md | 5 +- ...trol-policy-for-lightly-managed-devices.md | 84 +++++++++++-------- 2 files changed, 50 insertions(+), 39 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/applications-that-can-bypass-appcontrol.md b/windows/security/application-security/application-control/app-control-for-business/design/applications-that-can-bypass-appcontrol.md index f2ebb636f5..19ce55871e 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/applications-that-can-bypass-appcontrol.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/applications-that-can-bypass-appcontrol.md @@ -2,7 +2,7 @@ title: Applications that can bypass App Control and how to block them description: View a list of recommended block rules, based on knowledge shared between Microsoft and the wider security community. ms.localizationpriority: medium -ms.date: 09/11/2024 +ms.date: 02/23/2025 ms.topic: reference --- @@ -36,7 +36,6 @@ Unless your use scenarios explicitly require them, Microsoft recommends that you - lxssmanager.dll - lxrun.exe - Microsoft.Build.dll -- Microsoft.Build.Framework.dll - Microsoft.Workflow.Compiler.exe - msbuild.exe2 - msbuild.dll @@ -168,7 +167,6 @@ The blocklist policy that follows includes "Allow all" rules for both kernel and - @@ -871,7 +869,6 @@ The blocklist policy that follows includes "Allow all" rules for both kernel and - diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index 37240b4302..d2acaa44d8 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -13,65 +13,79 @@ ms.date: 02/20/2025 This article describes how to create an App Control for Business policy using the Smart App Control policy as a template. [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) is an app control-based security solution designed for consumer users. It uses the same technology as App Control for Business so it's easy to use as the basis for an equally robust but flexible enterprise policy. > [!TIP] -> Microsoft recommends the policy created in this article as the ideal starter policy for most App Control deployments to end user's devices. Typically, organizations who are new to App Control will be most successful if they start with a permissive policy like the one described in this article. You can harden the policy over time to achieve a stronger overall security posture on your App Control-managed devices as described in later articles. +> Microsoft recommends the policy created in this article as the ideal starter policy for most App Control deployments to end users' devices. Typically, organizations new to App Control will be most successful if they start with a permissive policy like the one described in this article. You can harden the policy over time to achieve a stronger overall security posture on your App Control-managed devices as described in later articles. As we did in [App Control for Business deployment in different scenarios](common-appcontrol-use-cases.md), we'll use the fictional example of **Lamna Healthcare Company (Lamna)** to illustrate this scenario. Lamna intends to adopt stronger application policies, including the use of App Control to prevent unwanted or unauthorized applications from running on their managed devices. -**Alice Pena** is the IT team lead tasked with the rollout of App Control. Lamna currently has relaxed application usage policies and a culture of maximum app flexibility for users. So, Alice knows she'll need to take an incremental approach to App Control and eventually use different policies for different user segments. But for now, she wants to begin with a policy that can cover the vast majority of users without any modifications. +**Alice Pena** is the IT team lead tasked with the rollout of App Control. Lamna currently has relaxed application usage policies and a culture of maximum app flexibility for users. So, Alice knows she'll need to take an incremental approach to App Control and likely use different policies for different user segments. But for now, she wants to begin with a policy that can cover the vast majority of users without any modifications, Smart App Control's "Signed & Reputable" policy adapted for Lamna. ## Analyze how Smart App Control's "circle-of-trust" fits for you -Alice follows the guidance from the article [Plan for app control policy lifecycle management](./plan-appcontrol-management.md#policy-xml-lifecycle-management), and starts by analyzing the "circle-of-trust" for Smart App Control's policy. Alice reads all of Microsoft's online help articles related to Smart App Control to be sure she understands it well. From her reading, she learns that the Smart App Control allows only publicly-trusted signed code or unsigned code that the [Intelligent Security Graph (ISG)](./use-appcontrol-with-intelligent-security-graph.md) predicts is safe. Publicly-trusted signed code means the signing certificate was issued by one of the certificate authorities (CA) who are in Microsoft's Trusted Root Program. Unsigned code is blocked from running if the ISG can't predict that the code is safe to run. And code determined to be unsafe is always blocked. +Alice follows the guidance from the article [Plan for app control policy lifecycle management](./plan-appcontrol-management.md#policy-xml-lifecycle-management), and starts by analyzing the "circle-of-trust" for Smart App Control's policy. Alice reads Microsoft's online help articles about Smart App Control to be sure she understands it well. From her reading, she learns that Smart App Control allows only publicly-trusted signed code or unsigned code that the [Intelligent Security Graph (ISG)](./use-appcontrol-with-intelligent-security-graph.md) predicts is safe. Publicly-trusted signed code means the signing certificate was issued by one of the certificate authorities (CA) who are in Microsoft's Trusted Root Program. Unsigned code is blocked from running if the ISG can't predict that the code is safe to run. And code determined to be unsafe is always blocked. -Now Alice considers how to adapt the policy for Lamna's use. Alice wants to create an initial policy that is as relaxed as possible to cover more users, avoid user productivity impact, but still provide tangible security value. Even though Lamna's leadership would prefer a more restrictive posture, more rapidly, she's educated key stakeholders on the challenges and complexities ahead. As a result, she has senior leadership buy-in on her strategy. +Now Alice considers how to adapt the policy for Lamna's use. Alice wants to create an initial policy that is as relaxed as possible, but still provide durable security value. Alice knows that some within Lamna's leadership advocate an approach much more aggressive than she plans. They want to immediately lockdown end users' devices and hope there's limited fallout. For now, she has enough support for her approach, because more of the leadership team appreciate that the corporate app culture that exists at Lamna is deeply ingrained. An app culture that developed slowly over the course of the company's existence won't just go away. ### Consider the key factors about your organization -Alice next identifies the key factors about Lamna's environment that she thinks will shape the company's "circle-of-trust". The policy must be flexible to meet the needs of the business while adjusting its app management processes so that a more restrictive policy is even practical. The key factors also help her choose which systems to include in the first deployment. Alice writes down these factors in her planning worksheet so that whoever follows her knows : +Alice next identifies the key factors about Lamna's environment that she believes will most influence the company's "circle-of-trust". The policy must be flexible to meet the needs of the business in the short- and medium-term, while they introduce new app management processes that will make it practical to consider a more restrictive app control policy. The key factors also help her choose which systems to include in the first deployment. Alice writes down these factors in her planning worksheet so that whomever may follow her will know how she viewed the challenge: -- **Privileges:** Most users operate as standard user, though nearly a quarter still have local admin rights on their devices; the people with admin rights view the freedoms that gives them as essential, including the option to run whatever apps they want; +- **User privileges:** Most users operate as standard user, though nearly a quarter still have local admin rights on their devices; the people with admin rights view the freedoms that gives them as essential, including the option to run whatever apps they want; - **Operating Systems:** Windows 11 runs most user devices, but Windows 10 will remain on roughly 10% of clients at least through the next fiscal year, particularly those in smaller satellite offices; Alice's group doesn't manage Lamna's servers or any specialized equipment; Lamna's server IT group plans to wait to see how the client rollout of App Control unfolds before implementing the technology on the servers they control; - **Client management:** Lamna uses Microsoft Intune for all Windows 11 devices, deployed as Microsoft Entra cloud-native; they continue to use Microsoft Endpoint Configuration Manager (MEMCM) with Microsoft Entra hybrid join on all Windows 10 devices; -- Most, but not all, apps are deployed using Intune; there's a long tail of business-unit-specific apps, and "Shadow IT" apps that lack an official charter, but are critical to the employees who use them; -- Lamna has hundreds of line-of-business (LOB) apps across its business units; almost all of the apps use unsigned or mostly unsigned code, though the company has started to require codesigning in the past two years; all of the signed LOB apps +- **App management:** Most, but not all, apps are deployed using Intune; there's a long tail of business-unit-specific apps, and "Shadow IT" apps that lack an official charter, but are critical to the employees who use them; +- **App ecosystem complexity:** Lamna has hundreds of line-of-business (LOB) apps across its business units; almost all of the apps use unsigned, or mostly unsigned, code, though the company has started to require codesigning in the past two years; they've used a codesigning certificate issued by Lamna's corporate Public Key Infrastructure (PKI), meaning that they aren't trusted by the Smart App Control policy by default; Alice must add the certs to the policy. -Alice is familiar with the App Control Policy Wizard, an open-source policy authoring UI maintained by the team responsible for App Control for Business and Smart App Control. She downloads the tool from its official [download site](https://aka.ms/appcontrolwizard) and runs it. - -1. On the **App Control Policy Wizard's** main page, Alice selects **Policy Creator** which brings her to **Select a Policy Type**. Leaving the default values unaltered, she selects **Next**. On the next page, she immediately notices the template called **Signed and Reputable Mode** and reads the list of code the template authorizes, which perfectly matches the "circle-of-trust" for Smart App Control. Alice selects the template and selects **Next** to see the policy rules set by the template. - -"Circle of Trust" described in this article is strongly recommended as a safe and effective app control policy for almost any environment. The policy we'll create is particularly well-suited for **lightly managed devices** within an organization. T - -and its policy ensures only signed code runs along with code predicted to be safe by our intelligent cloud-powered security service. Unsigned code is blocked from running if the service can't predict that the code is safe to run. And code determined to be unsafe is always blocked. - -For most users and devices, Alice wants to create an initial policy that is as relaxed as possible in order to minimize user productivity impact, while still providing security value. - -Alice identifies the following key factors to arrive at the "circle-of-trust" for Lamna's lightly managed devices, which currently include most end-user devices: - -- All clients are running Windows 10 version 1903 and above, or Windows 11; -- All clients are managed by Configuration Manager or with Intune. -- Some, but not all, apps are deployed using Configuration Manager; -- Most users are local administrators on their devices; -- Some teams may need more rules to authorize specific apps that don't apply generally to all other users. - -Based on the above, Alice defines the pseudo-rules for the policy: +Based on the above, Alice defines the pseudo-rules for the Lamna version of Microsoft's Signed & Reputable policy: 1. **"Windows works"** rules that authorize: - Windows - WHQL (third-party kernel drivers) - - Windows Store signed apps + +2. **"Any signed code"** rules that authorize code signed by publicly trusted certificates or issued from Lamna's PKI: + - Signer rules for Microsoft-signed code and "AuthRoot" signers to allow publicly trusted signed code to properly function. + - A signer rule authorizing Lamna Codesigning PCA, the intermediate cert issued from their own internal PKI. -1. **"ConfigMgr works"** rules that include: - - Signer and hash rules for Configuration Manager components to properly function. - - **Allow Managed Installer** rule to authorize Configuration Manager as a managed installer. +3. **Allow apps based on their "reputation"** rule to authorize apps deemed "safe" by the ISG. -1. **Allow Intelligent Security Graph (ISG)** (reputation-based authorization) +4. **Allow Managed Installer** rule to authorize Intune's management extensions and Configuration Manager as a managed installer. Based on articles she's read, Alice decides to configure the auto-updater process for many popular apps as managed installers to ensure the code those apps use is always allowed. -1. **Signed apps** using a certificate issued by a Windows Trusted Root Program certificate authority - -1. **Admin-only path rules** for the following locations: +5. **Admin-only path rules** for the following locations: - C:\Program Files\* - C:\Program Files (x86)\* - %windir%\* + - "D:\Lamna Helpdesk\* + +## Modify the "Signed & Reputable" policy template to suit your business needs + +Alice is familiar with the App Control Policy Wizard, the open-source policy authoring UI maintained by the team responsible for App Control for Business and Smart App Control. She downloads the tool from its official [download site](https://aka.ms/appcontrolwizard) and runs it. + +1. On the **App Control Policy Wizard's** welcome page, Alice sees three options: **Policy Creator**, **Policy Editor**, and **Policy Merger**. Alice selects **Policy Creator** which takes her to the next page. + +2. On **Select a Policy Type**, Alice must choose whether to create a *Multiple Policy Format* or *Single Policy Format* policy. Since all of the end users' devices run Windows 11 or current versions of Windows 10, she takes the default *Multiple Policy Format*. Similarly, the choice between *Base Policy* and *Supplemental Policy* is straightforward and, here too, she leaves the default, *Base Policy* intact. She selects **Next** to move to the next page. + +3. On the next page, she immediately notices the template called **Signed and Reputable Mode** and reads the list of code the template authorizes, which perfectly matches the "circle-of-trust" for Smart App Control. Alice selects the template and selects **Next** to see the policy rules set by the template. + + + +When creating policies for use with App Control for Business, it's recommended to start with a template policy, and then add or remove rules to suit your App Control scenario. For this reason, the App Control Wizard offers three template policies to start from and customize during the base policy creation workflow. Prerequisite information about App Control can be accessed through the [App Control design guide](appcontrol-design-guide.md). This page outlines the steps to create a new App Control policy from a template, configure the policy options, and the signer and file rules. + +## Template Base Policies + +Each of the template policies has a unique set of policy allowlist rules that affect the circle-of-trust and security model of the policy. The following table lists the policies in increasing order of trust and freedom. For instance, the Default Windows mode policy trusts fewer application publishers and signers than the Signed and Reputable mode policy. The Default Windows policy has a smaller circle-of-trust with better security than the Signed and Reputable policy, but at the expense of compatibility. + +| Template Base Policy | Description | +|---------------------------------|-------------------------------------------------------------------| +| **Default Windows Mode** | Default Windows mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
| +| **Allow Microsoft Mode** | Allow mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
  • *All Microsoft-signed software*
| +| **Signed and Reputable Mode** | Signed and Reputable mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
  • All Microsoft-signed software
  • *Files with good reputation per [Microsoft Defender's Intelligent Security Graph technology](use-appcontrol-with-intelligent-security-graph.md)*
| + +*Italicized content denotes the changes in the current policy with respect to the policy prior.* + +More information about the Default Windows Mode and Allow Microsoft Mode policies can be accessed through the [Example App Control for Business base policies article](example-appcontrol-base-policies.md). + +![Selecting a base template for the policy.](../images/appcontrol-wizard-template-selection.png) + +Once the base template is selected, give the policy a name and choose where to save the App Control policy on disk. ## Create a custom base policy using an example App Control base policy From 35f6b12f3c98c589f9a73fa2364f12d7786eba95 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Mon, 24 Feb 2025 15:58:45 -0800 Subject: [PATCH 018/111] Update create-appcontrol-policy-for-lightly-managed-devices.md --- ...trol-policy-for-lightly-managed-devices.md | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index d2acaa44d8..aa50e47a32 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -59,25 +59,26 @@ Based on the above, Alice defines the pseudo-rules for the Lamna version of Micr Alice is familiar with the App Control Policy Wizard, the open-source policy authoring UI maintained by the team responsible for App Control for Business and Smart App Control. She downloads the tool from its official [download site](https://aka.ms/appcontrolwizard) and runs it. -1. On the **App Control Policy Wizard's** welcome page, Alice sees three options: **Policy Creator**, **Policy Editor**, and **Policy Merger**. Alice selects **Policy Creator** which takes her to the next page. +1. On the **App Control Policy Wizard's** welcome page, Alice sees three options: **Policy Creator**, **Policy Editor**, and **Policy Merger**. Alice selects **Policy Creator** which takes her to the next page. -2. On **Select a Policy Type**, Alice must choose whether to create a *Multiple Policy Format* or *Single Policy Format* policy. Since all of the end users' devices run Windows 11 or current versions of Windows 10, she takes the default *Multiple Policy Format*. Similarly, the choice between *Base Policy* and *Supplemental Policy* is straightforward and, here too, she leaves the default, *Base Policy* intact. She selects **Next** to move to the next page. +2. On **Select a Policy Type**, Alice must choose whether to create a *Multiple Policy Format* or *Single Policy Format* policy. Since all of the end users' devices run Windows 11 or current versions of Windows 10, she takes the default *Multiple Policy Format*. Similarly, the choice between *Base Policy* and *Supplemental Policy* is straightforward and, here too, she leaves the default, *Base Policy* intact. She selects **Next** to continue. -3. On the next page, she immediately notices the template called **Signed and Reputable Mode** and reads the list of code the template authorizes, which perfectly matches the "circle-of-trust" for Smart App Control. Alice selects the template and selects **Next** to see the policy rules set by the template. +3. The next page is where Alice will **Select a Base Template for the Policy**. The App Control Wizard offers three template policies to use when creating a new Base Policy. Each template policy applies slightly different rules to alter its circle-of-trust and security model of the policy. The three template policies are: - - -When creating policies for use with App Control for Business, it's recommended to start with a template policy, and then add or remove rules to suit your App Control scenario. For this reason, the App Control Wizard offers three template policies to start from and customize during the base policy creation workflow. Prerequisite information about App Control can be accessed through the [App Control design guide](appcontrol-design-guide.md). This page outlines the steps to create a new App Control policy from a template, configure the policy options, and the signer and file rules. + | Template Base Policy | Description | + |---------------------------------|-------------------------------------------------------------------| + | **Default Windows Mode** | Default Windows mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
| + | **Allow Microsoft Mode** | Allow mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
  • *All Microsoft-signed software*
| + | **Signed and Reputable Mode** | Signed and Reputable mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
  • All Microsoft-signed software
  • *Files with good reputation per [Microsoft Defender's Intelligent Security Graph technology](use-appcontrol-with-intelligent-security-graph.md)*
| + +1. and then add or remove rules to suit your App Control scenario. For this reason, the Prerequisite information about App Control can be accessed through the [App Control design guide](appcontrol-design-guide.md). This page outlines the steps to create a new App Control policy from a template, configure the policy options, and the signer and file rules. ## Template Base Policies -Each of the template policies has a unique set of policy allowlist rules that affect the circle-of-trust and security model of the policy. The following table lists the policies in increasing order of trust and freedom. For instance, the Default Windows mode policy trusts fewer application publishers and signers than the Signed and Reputable mode policy. The Default Windows policy has a smaller circle-of-trust with better security than the Signed and Reputable policy, but at the expense of compatibility. + The following table lists the policies in increasing order of trust and freedom. For instance, the Default Windows mode policy trusts fewer application publishers and signers than the Signed and Reputable mode policy. The Default Windows policy has a smaller circle-of-trust with better security than the Signed and Reputable policy, but at the expense of compatibility. + +, she immediately notices the template called **Signed and Reputable Mode** and reads the list of code the template authorizes, which perfectly matches the "circle-of-trust" for Smart App Control. Alice selects the template and selects **Next** to see the policy rules set by the template. -| Template Base Policy | Description | -|---------------------------------|-------------------------------------------------------------------| -| **Default Windows Mode** | Default Windows mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
| -| **Allow Microsoft Mode** | Allow mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
  • *All Microsoft-signed software*
| -| **Signed and Reputable Mode** | Signed and Reputable mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
  • All Microsoft-signed software
  • *Files with good reputation per [Microsoft Defender's Intelligent Security Graph technology](use-appcontrol-with-intelligent-security-graph.md)*
| *Italicized content denotes the changes in the current policy with respect to the policy prior.* From 5f42050e7eab7482bfe6169421da2842000de54f Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:57:01 -0500 Subject: [PATCH 019/111] merge --- .../configuration/assigned-access/index.md | 343 +++++++++++++--- .../configuration/assigned-access/overview.md | 315 --------------- .../assigned-access/shell-launcher/index.md | 131 ------ .../assigned-access/shell-launcher/toc.yml | 9 - windows/configuration/assigned-access/toc.yml | 16 +- windows/configuration/kiosk/images/kiosk.png | Bin 0 -> 4758 bytes .../restricted-user-experience-example.png | Bin 0 -> 780890 bytes .../images/restricted-user-experience.png | Bin 0 -> 5520 bytes windows/configuration/kiosk/index.md | 74 ++++ windows/configuration/kiosk/toc.yml | 13 + ...wser-support.md => browser-support_old.md} | 0 .../shell-launcher/configuration-file.md | 0 .../includes/quickstart-intune.md | 0 .../shell-launcher/includes/quickstart-ps.md | 0 .../shell-launcher/includes/quickstart-xml.md | 0 windows/configuration/shell-launcher/index.md | 377 ++++-------------- .../configuration/shell-launcher/index_old.md | 344 ++++++++++++++++ .../shell-launcher/quickstart-kiosk.md | 0 windows/configuration/shell-launcher/toc.yml | 48 +-- .../shell-launcher/xsd.md | 0 windows/configuration/toc.yml | 4 +- 21 files changed, 836 insertions(+), 838 deletions(-) delete mode 100644 windows/configuration/assigned-access/overview.md delete mode 100644 windows/configuration/assigned-access/shell-launcher/index.md delete mode 100644 windows/configuration/assigned-access/shell-launcher/toc.yml create mode 100644 windows/configuration/kiosk/images/kiosk.png create mode 100644 windows/configuration/kiosk/images/restricted-user-experience-example.png create mode 100644 windows/configuration/kiosk/images/restricted-user-experience.png create mode 100644 windows/configuration/kiosk/index.md create mode 100644 windows/configuration/kiosk/toc.yml rename windows/configuration/shell-launcher/{browser-support.md => browser-support_old.md} (100%) rename windows/configuration/{assigned-access => }/shell-launcher/configuration-file.md (100%) rename windows/configuration/{assigned-access => }/shell-launcher/includes/quickstart-intune.md (100%) rename windows/configuration/{assigned-access => }/shell-launcher/includes/quickstart-ps.md (100%) rename windows/configuration/{assigned-access => }/shell-launcher/includes/quickstart-xml.md (100%) create mode 100644 windows/configuration/shell-launcher/index_old.md rename windows/configuration/{assigned-access => }/shell-launcher/quickstart-kiosk.md (100%) rename windows/configuration/{assigned-access => }/shell-launcher/xsd.md (100%) diff --git a/windows/configuration/assigned-access/index.md b/windows/configuration/assigned-access/index.md index 198d5e431c..9e87bd19a5 100644 --- a/windows/configuration/assigned-access/index.md +++ b/windows/configuration/assigned-access/index.md @@ -1,74 +1,315 @@ --- -title: Windows kiosks and restricted user experiences -description: Learn about the options available in Windows to configure kiosks and restricted user experiences. -ms.topic: overview +title: What is Assigned Access? +description: Learn how to configure a Windows kiosk for single-app and multi-app scenarios with Assigned Access. ms.date: 10/31/2024 +ms.topic: overview --- -# Windows kiosks and restricted user experiences +# What is Assigned Access? -Organizations are constantly seeking ways to streamline operations, improve customer service, and enhance productivity. One effective solution is the deployment of kiosk devices. These specialized devices offer a range of benefits that can significantly impact an organization's efficiency and success. For example: +Assigned Access is a Windows feature that you can use to configure a device as a kiosk or with a restricted user experience. -- Cost-effective customer service: kiosks allow organizations to provide essential services without the need for dedicated staff. Whether it's checking in at a hotel, ordering food at a restaurant, or printing boarding passes at an airport, kiosks reduce labor costs while maintaining service quality. Customers appreciate the convenience of self-service options, leading to higher satisfaction levels -- Reduced wait times: long queues and wait times frustrate customers and staff members. Kiosks expedite processes by allowing users to complete tasks independently. Whether it's paying bills, renewing memberships, or accessing information, kiosks empower users to get things done swiftly -- Consistent brand experience: kiosks ensure a uniform brand experience across different locations. Whether in retail stores, schools, airports, or healthcare facilities, the interface remains consistent. Brand consistency builds trust and reinforces the organization's image -- Customization and flexibility: kiosks can be tailored to specific needs. From touchscreens to barcode scanners, organizations choose features that align with their goals. Whether it's self-checkout, wayfinding, or interactive product catalogs, kiosks adapt to diverse requirements +When you configure a **kiosk experience**, a single Universal Windows Platform (UWP) application or Microsoft Edge is executed in full screen, above the lock screen. Users can only use that application. If the kiosk app is closed, it automatically restarts. Practical examples include: -Windows offers two different options for public or specialized use: +- Public browsing +- Interactive digital signage -:::row::: - :::column span="1"::: - :::image type="content" source="images/kiosk.png" alt-text="Icon representing a kiosk." border="false"::: - :::column-end::: - :::column span="3"::: - #### Kiosk experience - :::column-end::: -:::row-end::: +When you configure a **restricted user experience**, users can only execute a defined list of applications, with a tailored Start menu and Taskbar. Different policy settings and AppLocker rules are enforced, creating a locked down experience. The users can access a familiar Windows desktop, while limiting their access, reducing distractions, and potential for inadvertent uses. Ideal for shared devices, you can create different configurations for different users. Practical examples include: -This option runs a single application in full screen, and people using the device can only use that app. When the designated kiosk account signs in, the kiosk app launches automatically. This option is sometimes referred to as *single-app kiosk*. +- Frontline worker devices +- Student devices +- Lab devices -Windows offers two different features to configure a kiosk experience: +> [!NOTE] +> When you configure a restricted user experience, different policy settings are applied to the device. Some policy settings apply to standard users only, and some to administrator accounts too. For more information, see [Assigned Access policy settings](policy-settings.md). -- **Assigned Access**: used to execute a single Universal Windows Platform (UWP) app or Microsoft Edge in full screen above the lock screen. When the kiosk account signs in, the kiosk app launches automatically. If the UWP app is closed, it automatically restarts -- **Shell Launcher**: used to configure a device to execute a Windows desktop application as the user interface. The application that you specify replaces the default Windows shell (`Explorer.exe`) that usually runs when a user signs in. This type of single-app kiosk doesn't run above the lock screen +## Requirements -:::row::: - :::column span="1"::: - :::image type="content" source="images/restricted-user-experience.png" alt-text="Icon representing a restricted user experience." border="false"::: - :::column-end::: - :::column span="3"::: - #### Restricted user experience - :::column-end::: -:::row-end::: +Here are the requirements for Assigned Access: -This option loads the Windows desktop, but it only allows to run a defined set of applications. When the designated user signs in, the user can only run the apps that are allowed. The Start menu is customized to show only the apps that are allowed to execute. With this approach, you can configure a locked-down experience for different account types. This option is sometimes referred to as *multi-app kiosk*. +- To use a kiosk experience, [User account control (UAC)](/windows/security/identity-protection/user-account-control/user-account-control-overview) must be enabled +- To use a kiosk experience, you must sign in from the console. The kiosk experience isn't supported over a remote desktop connection -:::image type="content" source="images/restricted-user-experience-example.png" alt-text="Screenshot of a restricted user experience in Windows 11." border="false"::: +[!INCLUDE [assigned-access](../../../includes/licensing/assigned-access.md)] -To configure a restricted user experience, you use the **Assigned Access** feature. +## Configure a kiosk experience -## Choose the right experience +There are several options to configure a kiosk experience. If you need to configure a single device with a local account, you can use: -When you're considering a kiosk or restricted user experience, you need to choose the right experience for your needs. A good approach is to ask yourself the following set of questions: +- PowerShell: you can use the `Set-AssignedAccess` PowerShell cmdlet to configure a kiosk experience using a local standard account +- Settings: use this option when you need a simple method to configure a single device with a local standard user account -| | Question | -|--|--| -| **🔲** | *How many apps?*
The number of apps determines the experience to build: **kiosk** or **restricted user experience**.| -| **🔲** | *Desktop experience or custom?*
If your users require access to the desktop with a custom Start menu, then you can build a **restricted user experience** with **Assigned Access**. If your users require access to multiple applications but with a custom user interface, then you should use **Shell Launcher**.| -| **🔲** | *In single-app scenario, which type of app will your kiosk run?*
If the kiosk requires a Universal Windows Platform (UWP) app or Microsoft Edge, you can build a **kiosk experience** with **Assigned Access**. If the kiosk requires a desktop app, you can build a **kiosk experience** with **Shell Launcher**.| -| **🔲** | *Which edition of Windows client will the kiosk run?"*
**Assigned Access** is supported on Windows Pro and Enterprise/Education. **Shell Launcher** is only supported on Windows Enterprise and Education editions.| +For advanced customizations, you can use the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp) to configure the kiosk experience. The CSP allows you to configure the kiosk app, the user account, and the kiosk app's behavior. When you use the CSP, you must create an XML configuration file that specifies the kiosk app and the user account. The XML file is applied to the device using one of the following options: + +- A Mobile Device Management (MDM) solution, like Microsoft Intune +- Provisioning packages +- PowerShell, with the MDM Bridge WMI Provider + +To learn how to configure the Shell Launcher XML file, see [Create an Assigned Access configuration file](configuration-file.md). + +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] + +#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) + +You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. + +- **Setting:** `./Vendor/MSFT/AssignedAccess/Configuration` +- **Value:** content of the XML configuration file + +Assign the policy to a group that contains as members the devices that you want to configure. + +#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] + +- **Path:** `AssignedAccess/AssignedAccessSettings` +- **Value:** Enter the account and the application you want to use for Assigned access, using the AUMID of the app. Example: + - `{"Account":"domain\user", "AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}` + +[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] + +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) + +To configure a device using Windows PowerShell: + +1. Sign in as administrator +1. [Create the user account](https://support.microsoft.com/help/4026923/windows-create-a-local-user-or-administrator-account-in-windows-10) for Assigned Access +1. Sign in as the Assigned Access user account +1. Install the required UWP app +1. Sign out as the Assigned Access user account +1. Sign in as administrator and from an elevated PowerShell prompt use one of the following commands: + + ```PowerShell + #Configure Assigned Access by AppUserModelID and user name + Set-AssignedAccess -AppUserModelId -UserName + + #Configure Assigned Access by AppUserModelID and user SID + Set-AssignedAccess -AppUserModelId -UserSID + + #Configure Assigned Access by app name and user name + Set-AssignedAccess -AppName -UserName + + #Configure Assigned Access by app name and user SID**: + Set-AssignedAccess -AppName -UserSID + +> [!NOTE] +> To set up Assigned Access using `-AppName`, the user account that you enter for Assigned Access must have signed in at least once. + +For more information: + +- [Find the Application User Model ID of an installed app](../store/find-aumid.md) +- [Set-AssignedAccess](/powershell/module/assignedaccess/set-assignedaccess) + +To remove assigned access, using PowerShell, run the following cmdlet: + +```powershell +Clear-AssignedAccess +``` + +For advanced customizations that use the XML configuration file, you can use PowerShell scripts via the [MDM Bridge WMI Provider](/windows/win32/dmwmibridgeprov/mdm-bridge-wmi-provider-portal). + +> [!IMPORTANT] +> For all device settings, the WMI Bridge client must be executed as SYSTEM (LocalSystem) account. + +To test the PowerShell script, you can: + +1. [Download the psexec tool](/sysinternals/downloads/psexec) +1. Open an elevated command prompt and run: `psexec.exe -i -s powershell.exe` +1. Run the script in the PowerShell session + +```PowerShell +$shellLauncherConfiguration = @" + +# content of the XML configuration file + +"@ + +$namespaceName="root\cimv2\mdm\dmmap" +$className="MDM_AssignedAccess" +$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className +$obj.ShellLauncher = [System.Net.WebUtility]::HtmlEncode($shellLauncherConfiguration) +$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue +if($cimSetError) { + Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" + Write-Error -ErrorRecord $cimSetError[0] + + $timeout = New-TimeSpan -Seconds 30 + $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() + do{ + $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore + } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available + + if($events.Count) { + $events | ForEach-Object { + Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" + } + } else { + Write-Warning "Timed-out attempting to retrieve event logs..." + } + + Exit 1 +} + +Write-Output "Successfully applied Shell Launcher configuration" +``` + +[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] + +#### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings) + +Here are the steps to configure a kiosk using the Settings app: + +1. Open the Settings app to view and configure a device as a kiosk. Go to **Settings > Accounts > Other Users**, or use the following shortcut: + + > [!div class="nextstepaction"] + > + > [Other Users](ms-settings:otherusers) + +1. Under **Set up a kiosk**, select **Get Started** +1. In the **Create an account** dialog, enter the account name, and select **Next** + >[!NOTE] + >If there are any local standard user accounts already, the **Create an account** dialog offers the option to **Choose an existing account** + +1. Choose the application to run when the kiosk account signs in. Only apps that can run above the lock screen are available in the list of apps to choose from. If you select **Microsoft Edge** as the kiosk app, you configure the following options: + + - Whether Microsoft Edge should display your website full-screen (digital sign) or with some browser controls available (public browser) + - Which URL should be open when the kiosk accounts signs in + - When Microsoft Edge should restart after a period of inactivity (if you select to run as a public browser) + +1. Select **Close** + +When the device isn't joined to an Active Directory domain or Microsoft Entra ID, automatic sign-in of the kiosk account is configured automatically: + +- If you want the kiosk account to sign in automatically, and the kiosk app launched when the device restarts, then you don't need to do anything +- If you don't want the kiosk account to sign in automatically when the device restarts, then you must change the default setting before you configure the device as a kiosk. Sign in with the account that you want to use as the kiosk account. Open **Settings** > **Accounts** > **Sign-in options**. Set the **Use my sign-in info to automatically finish setting up my device after an update or restart** setting to **Off**. After you change the setting, you can apply the kiosk configuration to the device + +--- + +> [!TIP] +> For practical examples, see the [Quickstart: Configure a kiosk with Assigned Access](quickstart-kiosk.md). + +## Configure a restricted user experience + +To configure a restricted user experience with Assigned Access, you must create an XML configuration file with the settings for the desired experience. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options: + +- A Mobile Device Management (MDM) solution, like Microsoft Intune +- Provisioning packages +- PowerShell, with the MDM Bridge WMI Provider + +To learn how to configure the Assigned Access XML file, see [Create an Assigned Access configuration file](configuration-file.md). + +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] + +#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) + +You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. + +- **Setting:** `./Vendor/MSFT/AssignedAccess/ShellLauncher` +- **Value:** content of the XML configuration file + +Assign the policy to a group that contains as members the devices that you want to configure. + +#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] + +- **Path:** `AssignedAccess/MultiAppAssignedAccessSettings` +- **Value:** content of the XML configuration file + +[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] + +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) + +[!INCLUDE [powershell-wmi-bridge-1](../../../includes/configure/powershell-wmi-bridge-1.md)] + +```PowerShell +$assignedAccessConfiguration = @" + +# content of the XML configuration file + +"@ + +$namespaceName="root\cimv2\mdm\dmmap" +$className="MDM_AssignedAccess" +$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className +$obj.Configuration = [System.Net.WebUtility]::HtmlEncode($assignedAccessConfiguration) +$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue +if($cimSetError) { + Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" + Write-Error -ErrorRecord $cimSetError[0] + + $timeout = New-TimeSpan -Seconds 30 + $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() + do{ + $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore + } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available + + if($events.Count) { + $events | ForEach-Object { + Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" + } + } else { + Write-Warning "Timed-out attempting to retrieve event logs..." + } + + Exit 1 +} + +Write-Output "Successfully applied Assigned Access configuration" +``` + +[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] + +#### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings) + +This option isn't available using Settings. + +--- + +> [!TIP] +> For practical examples, see the [Quickstart: Configure a restricted user experience with Assigned Access](quickstart-restricted-user-experience.md) + +## User experience + +To validate the kiosk or restricted user experience, sign in with the user account you specified in the configuration file. + +The Assigned Access configuration takes effect the next time the targeted user signs in. If that user account is signed in when you apply the configuration, sign out and sign back in to validate the experience. + +> [!NOTE] +> Starting in Windows 11, a restricted user experience supports the use of multiple monitors. + +### Autotrigger touch keyboard + +The touch keyboard is automatically triggered when there's an input needed and no physical keyboard is attached on touch-enabled devices. You don't need to configure any other setting to enforce this behavior. + +> [!TIP] +> The touch keyboard is triggered only when tapping a textbox. Mouse clicks don't trigger the touch keyboard. If you're testing this feature, use a physical device instead of a virtual machine (VM), as the touch keyboard is not triggered on VMs. + +### Sign out of assigned access + +By default, to exit the kiosk experience, press Ctrl + Alt + Del. The kiosk app exits automatically. If you sign in again as the Assigned Access account, or wait for the sign in screen timeout, the kiosk app relaunches. The default timeout is 30 seconds, but you can change the timeout with the registry key: + +`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI` + +To change the default time for Assigned Access to resume, add *IdleTimeOut* (DWORD) and enter the value data as milliseconds in hexadecimal. + +> [!NOTE] +> `IdleTimeOut` doesn't apply to the Microsoft Edge kiosk mode. + +The Breakout Sequence of Ctrl + Alt + Del is the default, but this sequence can be configured to be a different sequence of keys. The breakout sequence uses the format **modifiers + keys**. An example breakout sequence is CTRL + ALT + A, where CTRL + ALT are the modifiers, and A is the key value. To learn more, see [Create an Assigned Access configuration XML file](configuration-file.md). + +## Remove Assigned Access + +Deleting the restricted user experience removes the policy settings associated with the users, but it can't revert all the configurations. For example, the Start menu configuration is maintained. ## Next steps -In the next sections, you can learn more about the options available to configure kiosks and restricted user experiences: +> [!div class="nextstepaction"] +> Review the recommendations before you deploy Assigned Access: +> +> [Assigned Access recommendations](recommendations.md) -- [Assigned Access](overview.md) -- [Shell Launcher](shell-launcher/index.md) + -### :::image type="icon" source="../images/icons/rocket.svg" border="false"::: Quickstarts - -If you're ready to try out the options available to configure kiosks and restricted user experiences, check out the following quickstarts: - -- [Quickstart: configure a kiosk with Assigned Access](quickstart-kiosk.md) -- [Quickstart: configure a kiosk experience with Shell Launcher](shell-launcher/quickstart-kiosk.md) -- [Quickstart: configure a restricted user experience with Assigned Access](quickstart-restricted-user-experience.md) \ No newline at end of file +[MEM-1]: /mem/intune/configuration/custom-settings-windows-10 +[WIN-3]: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/assigned-access/overview.md b/windows/configuration/assigned-access/overview.md deleted file mode 100644 index 9e87bd19a5..0000000000 --- a/windows/configuration/assigned-access/overview.md +++ /dev/null @@ -1,315 +0,0 @@ ---- -title: What is Assigned Access? -description: Learn how to configure a Windows kiosk for single-app and multi-app scenarios with Assigned Access. -ms.date: 10/31/2024 -ms.topic: overview ---- - -# What is Assigned Access? - -Assigned Access is a Windows feature that you can use to configure a device as a kiosk or with a restricted user experience. - -When you configure a **kiosk experience**, a single Universal Windows Platform (UWP) application or Microsoft Edge is executed in full screen, above the lock screen. Users can only use that application. If the kiosk app is closed, it automatically restarts. Practical examples include: - -- Public browsing -- Interactive digital signage - -When you configure a **restricted user experience**, users can only execute a defined list of applications, with a tailored Start menu and Taskbar. Different policy settings and AppLocker rules are enforced, creating a locked down experience. The users can access a familiar Windows desktop, while limiting their access, reducing distractions, and potential for inadvertent uses. Ideal for shared devices, you can create different configurations for different users. Practical examples include: - -- Frontline worker devices -- Student devices -- Lab devices - -> [!NOTE] -> When you configure a restricted user experience, different policy settings are applied to the device. Some policy settings apply to standard users only, and some to administrator accounts too. For more information, see [Assigned Access policy settings](policy-settings.md). - -## Requirements - -Here are the requirements for Assigned Access: - -- To use a kiosk experience, [User account control (UAC)](/windows/security/identity-protection/user-account-control/user-account-control-overview) must be enabled -- To use a kiosk experience, you must sign in from the console. The kiosk experience isn't supported over a remote desktop connection - -[!INCLUDE [assigned-access](../../../includes/licensing/assigned-access.md)] - -## Configure a kiosk experience - -There are several options to configure a kiosk experience. If you need to configure a single device with a local account, you can use: - -- PowerShell: you can use the `Set-AssignedAccess` PowerShell cmdlet to configure a kiosk experience using a local standard account -- Settings: use this option when you need a simple method to configure a single device with a local standard user account - -For advanced customizations, you can use the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp) to configure the kiosk experience. The CSP allows you to configure the kiosk app, the user account, and the kiosk app's behavior. When you use the CSP, you must create an XML configuration file that specifies the kiosk app and the user account. The XML file is applied to the device using one of the following options: - -- A Mobile Device Management (MDM) solution, like Microsoft Intune -- Provisioning packages -- PowerShell, with the MDM Bridge WMI Provider - -To learn how to configure the Shell Launcher XML file, see [Create an Assigned Access configuration file](configuration-file.md). - -[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] - -#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) - -You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. - -- **Setting:** `./Vendor/MSFT/AssignedAccess/Configuration` -- **Value:** content of the XML configuration file - -Assign the policy to a group that contains as members the devices that you want to configure. - -#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) - -[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] - -- **Path:** `AssignedAccess/AssignedAccessSettings` -- **Value:** Enter the account and the application you want to use for Assigned access, using the AUMID of the app. Example: - - `{"Account":"domain\user", "AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}` - -[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] - -#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) - -To configure a device using Windows PowerShell: - -1. Sign in as administrator -1. [Create the user account](https://support.microsoft.com/help/4026923/windows-create-a-local-user-or-administrator-account-in-windows-10) for Assigned Access -1. Sign in as the Assigned Access user account -1. Install the required UWP app -1. Sign out as the Assigned Access user account -1. Sign in as administrator and from an elevated PowerShell prompt use one of the following commands: - - ```PowerShell - #Configure Assigned Access by AppUserModelID and user name - Set-AssignedAccess -AppUserModelId -UserName - - #Configure Assigned Access by AppUserModelID and user SID - Set-AssignedAccess -AppUserModelId -UserSID - - #Configure Assigned Access by app name and user name - Set-AssignedAccess -AppName -UserName - - #Configure Assigned Access by app name and user SID**: - Set-AssignedAccess -AppName -UserSID - -> [!NOTE] -> To set up Assigned Access using `-AppName`, the user account that you enter for Assigned Access must have signed in at least once. - -For more information: - -- [Find the Application User Model ID of an installed app](../store/find-aumid.md) -- [Set-AssignedAccess](/powershell/module/assignedaccess/set-assignedaccess) - -To remove assigned access, using PowerShell, run the following cmdlet: - -```powershell -Clear-AssignedAccess -``` - -For advanced customizations that use the XML configuration file, you can use PowerShell scripts via the [MDM Bridge WMI Provider](/windows/win32/dmwmibridgeprov/mdm-bridge-wmi-provider-portal). - -> [!IMPORTANT] -> For all device settings, the WMI Bridge client must be executed as SYSTEM (LocalSystem) account. - -To test the PowerShell script, you can: - -1. [Download the psexec tool](/sysinternals/downloads/psexec) -1. Open an elevated command prompt and run: `psexec.exe -i -s powershell.exe` -1. Run the script in the PowerShell session - -```PowerShell -$shellLauncherConfiguration = @" - -# content of the XML configuration file - -"@ - -$namespaceName="root\cimv2\mdm\dmmap" -$className="MDM_AssignedAccess" -$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className -$obj.ShellLauncher = [System.Net.WebUtility]::HtmlEncode($shellLauncherConfiguration) -$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue -if($cimSetError) { - Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" - Write-Error -ErrorRecord $cimSetError[0] - - $timeout = New-TimeSpan -Seconds 30 - $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() - do{ - $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore - } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available - - if($events.Count) { - $events | ForEach-Object { - Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" - } - } else { - Write-Warning "Timed-out attempting to retrieve event logs..." - } - - Exit 1 -} - -Write-Output "Successfully applied Shell Launcher configuration" -``` - -[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] - -#### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings) - -Here are the steps to configure a kiosk using the Settings app: - -1. Open the Settings app to view and configure a device as a kiosk. Go to **Settings > Accounts > Other Users**, or use the following shortcut: - - > [!div class="nextstepaction"] - > - > [Other Users](ms-settings:otherusers) - -1. Under **Set up a kiosk**, select **Get Started** -1. In the **Create an account** dialog, enter the account name, and select **Next** - >[!NOTE] - >If there are any local standard user accounts already, the **Create an account** dialog offers the option to **Choose an existing account** - -1. Choose the application to run when the kiosk account signs in. Only apps that can run above the lock screen are available in the list of apps to choose from. If you select **Microsoft Edge** as the kiosk app, you configure the following options: - - - Whether Microsoft Edge should display your website full-screen (digital sign) or with some browser controls available (public browser) - - Which URL should be open when the kiosk accounts signs in - - When Microsoft Edge should restart after a period of inactivity (if you select to run as a public browser) - -1. Select **Close** - -When the device isn't joined to an Active Directory domain or Microsoft Entra ID, automatic sign-in of the kiosk account is configured automatically: - -- If you want the kiosk account to sign in automatically, and the kiosk app launched when the device restarts, then you don't need to do anything -- If you don't want the kiosk account to sign in automatically when the device restarts, then you must change the default setting before you configure the device as a kiosk. Sign in with the account that you want to use as the kiosk account. Open **Settings** > **Accounts** > **Sign-in options**. Set the **Use my sign-in info to automatically finish setting up my device after an update or restart** setting to **Off**. After you change the setting, you can apply the kiosk configuration to the device - ---- - -> [!TIP] -> For practical examples, see the [Quickstart: Configure a kiosk with Assigned Access](quickstart-kiosk.md). - -## Configure a restricted user experience - -To configure a restricted user experience with Assigned Access, you must create an XML configuration file with the settings for the desired experience. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options: - -- A Mobile Device Management (MDM) solution, like Microsoft Intune -- Provisioning packages -- PowerShell, with the MDM Bridge WMI Provider - -To learn how to configure the Assigned Access XML file, see [Create an Assigned Access configuration file](configuration-file.md). - -[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] - -#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) - -You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. - -- **Setting:** `./Vendor/MSFT/AssignedAccess/ShellLauncher` -- **Value:** content of the XML configuration file - -Assign the policy to a group that contains as members the devices that you want to configure. - -#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) - -[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] - -- **Path:** `AssignedAccess/MultiAppAssignedAccessSettings` -- **Value:** content of the XML configuration file - -[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] - -#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) - -[!INCLUDE [powershell-wmi-bridge-1](../../../includes/configure/powershell-wmi-bridge-1.md)] - -```PowerShell -$assignedAccessConfiguration = @" - -# content of the XML configuration file - -"@ - -$namespaceName="root\cimv2\mdm\dmmap" -$className="MDM_AssignedAccess" -$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className -$obj.Configuration = [System.Net.WebUtility]::HtmlEncode($assignedAccessConfiguration) -$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue -if($cimSetError) { - Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" - Write-Error -ErrorRecord $cimSetError[0] - - $timeout = New-TimeSpan -Seconds 30 - $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() - do{ - $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore - } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available - - if($events.Count) { - $events | ForEach-Object { - Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" - } - } else { - Write-Warning "Timed-out attempting to retrieve event logs..." - } - - Exit 1 -} - -Write-Output "Successfully applied Assigned Access configuration" -``` - -[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] - -#### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings) - -This option isn't available using Settings. - ---- - -> [!TIP] -> For practical examples, see the [Quickstart: Configure a restricted user experience with Assigned Access](quickstart-restricted-user-experience.md) - -## User experience - -To validate the kiosk or restricted user experience, sign in with the user account you specified in the configuration file. - -The Assigned Access configuration takes effect the next time the targeted user signs in. If that user account is signed in when you apply the configuration, sign out and sign back in to validate the experience. - -> [!NOTE] -> Starting in Windows 11, a restricted user experience supports the use of multiple monitors. - -### Autotrigger touch keyboard - -The touch keyboard is automatically triggered when there's an input needed and no physical keyboard is attached on touch-enabled devices. You don't need to configure any other setting to enforce this behavior. - -> [!TIP] -> The touch keyboard is triggered only when tapping a textbox. Mouse clicks don't trigger the touch keyboard. If you're testing this feature, use a physical device instead of a virtual machine (VM), as the touch keyboard is not triggered on VMs. - -### Sign out of assigned access - -By default, to exit the kiosk experience, press Ctrl + Alt + Del. The kiosk app exits automatically. If you sign in again as the Assigned Access account, or wait for the sign in screen timeout, the kiosk app relaunches. The default timeout is 30 seconds, but you can change the timeout with the registry key: - -`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI` - -To change the default time for Assigned Access to resume, add *IdleTimeOut* (DWORD) and enter the value data as milliseconds in hexadecimal. - -> [!NOTE] -> `IdleTimeOut` doesn't apply to the Microsoft Edge kiosk mode. - -The Breakout Sequence of Ctrl + Alt + Del is the default, but this sequence can be configured to be a different sequence of keys. The breakout sequence uses the format **modifiers + keys**. An example breakout sequence is CTRL + ALT + A, where CTRL + ALT are the modifiers, and A is the key value. To learn more, see [Create an Assigned Access configuration XML file](configuration-file.md). - -## Remove Assigned Access - -Deleting the restricted user experience removes the policy settings associated with the users, but it can't revert all the configurations. For example, the Start menu configuration is maintained. - -## Next steps - -> [!div class="nextstepaction"] -> Review the recommendations before you deploy Assigned Access: -> -> [Assigned Access recommendations](recommendations.md) - - - -[MEM-1]: /mem/intune/configuration/custom-settings-windows-10 -[WIN-3]: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/assigned-access/shell-launcher/index.md b/windows/configuration/assigned-access/shell-launcher/index.md deleted file mode 100644 index 5ffc4c6801..0000000000 --- a/windows/configuration/assigned-access/shell-launcher/index.md +++ /dev/null @@ -1,131 +0,0 @@ ---- -title: What is Shell Launcher? -description: Learn how to configure devices with Shell Launcher. -ms.date: 10/31/2024 -ms.topic: overview ---- - -# What is Shell Launcher? - -Shell Launcher is a Windows feature that you can use to replace the default Windows Explorer shell (`Explorer.exe`) with a Windows desktop application or a Universal Windows Platform (UWP) app. - -Practical examples include: - -- Public browsing -- Interactive digital signage -- ATMs - -Shell Launcher controls which application the user sees as the shell after sign-in. It doesn't prevent the user from accessing other desktop applications and system components. From a custom shell, you can launch secondary views displayed on multiple monitors, or launch other apps in full screen on user's demand. - -With Shell Launcher, you can use features and methods to control access to other applications or system components. These methods include, but aren't limited to: - -- Configuration Service Provider (CSP): you can use a Mobile Device Management (MDM) solution like Microsoft Intune -- Group policy (GPO) -- [AppLocker](/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview) - -Shell Launcher is part of the [Assigned Access](../overview.md) feature, which allows you to configure kiosks or restricted user experiences. To learn about the differences between Shell Launcher and the other options offered by Assigned Access, see [Windows kiosks and restricted user experiences](../index.md). - -[!INCLUDE [shell-launcher](../../../../includes/licensing/shell-launcher.md)] - -## Limitations - -Here are some limitations to consider when using Shell Launcher: - -- Windows doesn't support setting a custom shell before the out-of-box experience (OOBE). If you do, you can't deploy the resulting image -- Shell Launcher doesn't support a custom shell with an application that launches a different process and exits. For example, you can't specify `write.exe` in Shell Launcher. Shell Launcher launches a custom shell and monitors the process to identify when the custom shell exits. `Write.exe` creates a 32-bit `wordpad.exe` process and exits. Since Shell Launcher isn't aware of the newly created `wordpad.exe` process, Shell Launcher takes action based on the exit code of `Write.exe`, such as restarting the custom shell - -## Configure a device with Shell Launcher - -The configuration of Shell Launcher is done using an XML file. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options: - -- A Mobile Device Management (MDM) solution, like Microsoft Intune -- Provisioning packages -- The MDM Bridge WMI Provider - -To learn how to configure the Shell Launcher XML file, see [Create a Shell Launcher configuration file](configuration-file.md). - -[!INCLUDE [tab-intro](../../../../includes/configure/tab-intro.md)] - -#### [:::image type="icon" source="../../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) - -You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. - -- **Setting:** `./Vendor/MSFT/AssignedAccess/ShellLauncher` -- **Value:** content of the XML configuration file - -Assign the policy to a group that contains as members the devices that you want to configure. - -#### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) - -[!INCLUDE [provisioning-package-1](../../../../includes/configure/provisioning-package-1.md)] - -- **Path:** `SMISettings/ShellLauncher` -- **Value:** depends on specific settings - -[!INCLUDE [provisioning-package-2](../../../../includes/configure/provisioning-package-2.md)] - -#### [:::image type="icon" source="../../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) - -[!INCLUDE [powershell-wmi-bridge-1](../../../../includes/configure/powershell-wmi-bridge-1.md)] - -```PowerShell -$shellLauncherConfiguration = @" - -# content of the XML configuration file - -"@ - -$namespaceName="root\cimv2\mdm\dmmap" -$className="MDM_AssignedAccess" -$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className -$obj.ShellLauncher = [System.Net.WebUtility]::HtmlEncode($shellLauncherConfiguration) -$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue -if($cimSetError) { - Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" - Write-Error -ErrorRecord $cimSetError[0] - - $timeout = New-TimeSpan -Seconds 30 - $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() - $eventLogFilterHashTable = @{ LogName='Microsoft-Windows-AssignedAccess/Admin' } - do{ - $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore - } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available - - if($events.Count) { - $events | ForEach-Object { - Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" - } - } else { - Write-Warning "Timed-out attempting to retrieve event logs..." - } - - Exit 1 -} - -Write-Output "Successfully applied Shell Launcher configuration" -``` - -[!INCLUDE [powershell-wmi-bridge-2](../../../../includes/configure/powershell-wmi-bridge-2.md)] - ---- - -> [!TIP] -> For practical examples, see the [Quickstart: configure a kiosk experience with Shell Launcher](quickstart-kiosk.md). - -## User experience - -After the settings are applied, the users that are configured to use Shell Launcher will execute the custom shell after sign-in. - -Depending on your configuration, you can have a user to automatically sign in to the device. - -## Next steps - -> [!div class="nextstepaction"] -> Learn how to configure the Shell Launcher XML file: -> -> [Create a Shell Launcher configuration file](configuration-file.md) - - - -[MEM-1]: /mem/intune/configuration/custom-settings-windows-10 -[WIN-3]: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/assigned-access/shell-launcher/toc.yml b/windows/configuration/assigned-access/shell-launcher/toc.yml deleted file mode 100644 index 047a8acdb9..0000000000 --- a/windows/configuration/assigned-access/shell-launcher/toc.yml +++ /dev/null @@ -1,9 +0,0 @@ -items: -- name: What is Shell Launcher? - href: index.md -- name: "Quickstart: Configure a kiosk with Shell Launcher" - href: quickstart-kiosk.md -- name: Create a Shell Launcher configuration file - href: configuration-file.md -- name: Shell Launcher XSD - href: xsd.md diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index a80a14dd6a..d0c553ba35 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -1,18 +1,16 @@ items: -- name: Overview - href: index.md - name: Assigned Access items: - name: What is Assigned Access? - href: overview.md + href: index.md + - name: Create an Assigned Access configuration file + href: configuration-file.md - name: Quickstarts items: - name: Configure a kiosk with Assigned Access href: quickstart-kiosk.md - name: Configure a restricted user experience with Assigned Access href: quickstart-restricted-user-experience.md - - name: Create an Assigned Access configuration file - href: configuration-file.md - name: Reference items: - name: Assigned Access XSD @@ -21,13 +19,7 @@ items: href: examples.md - name: Assigned Access policy settings href: policy-settings.md -- name: Shell Launcher - href: shell-launcher/toc.yml - name: Recommendations href: recommendations.md - name: Assigned Access CSP 🔗 - href: /windows/client-management/mdm/assignedaccess-csp -- name: Troubleshoot 🔗 - href: /troubleshoot/windows-client/shell-experience/kiosk-mode-issues-troubleshooting -- name: Configure Microsoft Edge kiosk mode 🔗 - href: /deployedge/microsoft-edge-configure-kiosk-mode \ No newline at end of file + href: /windows/client-management/mdm/assignedaccess-csp \ No newline at end of file diff --git a/windows/configuration/kiosk/images/kiosk.png b/windows/configuration/kiosk/images/kiosk.png new file mode 100644 index 0000000000000000000000000000000000000000..bea0e381b67ecffd04b337450f6faf09edb3e849 GIT binary patch literal 4758 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 z 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%0D%{ec#PM*T5~@p@z+_)!1J-bd*$LmDYF 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 z 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
W!zo3kEoK3jjEe!ao!?IRf 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 literal 0 HcmV?d00001 diff --git a/windows/configuration/kiosk/images/restricted-user-experience.png b/windows/configuration/kiosk/images/restricted-user-experience.png new file mode 100644 index 0000000000000000000000000000000000000000..566b4bd9028050d57066bc77682bbb70c320e859 GIT binary patch literal 5520 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 number of apps determines the experience to build: **kiosk** or **restricted user experience**.| +| **🔲** | *Desktop experience or custom?*
If your users require access to the desktop with a custom Start menu, then you can build a **restricted user experience** with **Assigned Access**. If your users require access to multiple applications but with a custom user interface, then you should use **Shell Launcher**.| +| **🔲** | *In single-app scenario, which type of app will your kiosk run?*
If the kiosk requires a Universal Windows Platform (UWP) app or Microsoft Edge, you can build a **kiosk experience** with **Assigned Access**. If the kiosk requires a desktop app, you can build a **kiosk experience** with **Shell Launcher**.| +| **🔲** | *Which edition of Windows client will the kiosk run?"*
**Assigned Access** is supported on Windows Pro and Enterprise/Education. **Shell Launcher** is only supported on Windows Enterprise and Education editions.| + +## Next steps + +Learn more about the options available to configure kiosks and restricted user experiences: + +- [Assigned Access](../assigned-access/index.md) +- [Shell Launcher](../shell-launcher/index.md) + +### :::image type="icon" source="../images/icons/rocket.svg" border="false"::: Quickstarts + +If you're ready to try out the options available to configure kiosks and restricted user experiences, check out the following quickstarts: + +- [Quickstart: configure a kiosk with Assigned Access](../assigned-access/quickstart-kiosk.md) +- [Quickstart: configure a kiosk experience with Shell Launcher](../shell-launcher/quickstart-kiosk.md) +- [Quickstart: configure a restricted user experience with Assigned Access](../assigned-access/quickstart-restricted-user-experience.md) \ No newline at end of file diff --git a/windows/configuration/kiosk/toc.yml b/windows/configuration/kiosk/toc.yml new file mode 100644 index 0000000000..c4e920eb7d --- /dev/null +++ b/windows/configuration/kiosk/toc.yml @@ -0,0 +1,13 @@ +items: +- name: Overview + href: index.md +- name: Assigned Access + items: + - name: What is Assigned Access? + href: ../assigned-access/toc.yml +- name: Shell Launcher + href: ../shell-launcher/toc.yml +- name: Troubleshoot 🔗 + href: /troubleshoot/windows-client/shell-experience/kiosk-mode-issues-troubleshooting +- name: Configure Microsoft Edge kiosk mode 🔗 + href: /deployedge/microsoft-edge-configure-kiosk-mode \ No newline at end of file diff --git a/windows/configuration/shell-launcher/browser-support.md b/windows/configuration/shell-launcher/browser-support_old.md similarity index 100% rename from windows/configuration/shell-launcher/browser-support.md rename to windows/configuration/shell-launcher/browser-support_old.md diff --git a/windows/configuration/assigned-access/shell-launcher/configuration-file.md b/windows/configuration/shell-launcher/configuration-file.md similarity index 100% rename from windows/configuration/assigned-access/shell-launcher/configuration-file.md rename to windows/configuration/shell-launcher/configuration-file.md diff --git a/windows/configuration/assigned-access/shell-launcher/includes/quickstart-intune.md b/windows/configuration/shell-launcher/includes/quickstart-intune.md similarity index 100% rename from windows/configuration/assigned-access/shell-launcher/includes/quickstart-intune.md rename to windows/configuration/shell-launcher/includes/quickstart-intune.md diff --git a/windows/configuration/assigned-access/shell-launcher/includes/quickstart-ps.md b/windows/configuration/shell-launcher/includes/quickstart-ps.md similarity index 100% rename from windows/configuration/assigned-access/shell-launcher/includes/quickstart-ps.md rename to windows/configuration/shell-launcher/includes/quickstart-ps.md diff --git a/windows/configuration/assigned-access/shell-launcher/includes/quickstart-xml.md b/windows/configuration/shell-launcher/includes/quickstart-xml.md similarity index 100% rename from windows/configuration/assigned-access/shell-launcher/includes/quickstart-xml.md rename to windows/configuration/shell-launcher/includes/quickstart-xml.md diff --git a/windows/configuration/shell-launcher/index.md b/windows/configuration/shell-launcher/index.md index 50eeb99ef6..ed9e38ff70 100644 --- a/windows/configuration/shell-launcher/index.md +++ b/windows/configuration/shell-launcher/index.md @@ -1,344 +1,131 @@ --- -title: Shell Launcher -description: Shell Launcher -ms.date: 06/07/2018 +title: What is Shell Launcher? +description: Learn how to configure devices with Shell Launcher. +ms.date: 10/31/2024 ms.topic: overview --- -# Shell Launcher +# What is Shell Launcher? -Using Shell Launcher, you can configure a kiosk device to use almost any application or executable as your custom shell. The application that you specify replaces the default shell (explorer.exe) that usually runs when a user logs on. +Shell Launcher is a Windows feature that you can use to replace the default Windows Explorer shell (`Explorer.exe`) with a Windows desktop application or a Universal Windows Platform (UWP) app. -You can also configure Shell Launcher to launch different shell applications for different users or user groups. +Practical examples include: -There are a few exceptions to the applications and executables you can use as a custom shell: +- Public browsing +- Interactive digital signage +- ATMs -- You can't use the following executable as a custom shell: `C:\\Windows\\System32\\Eshell.exe`. Using Eshell.exe as the default shell will result in a blank screen after user signs in. -- You can't use a Universal Windows app as a custom shell. -- You can't use a custom shell to launch Universal Windows apps, for example, the Settings app. -- You can't use an application that launches a different process and exits as a custom shell. For example, you can't specify **write.exe** in Shell Launcher. Shell Launcher launches a custom shell and monitors the process to identify when the custom shell exits. **Write.exe** creates a 32-bit wordpad.exe process and exits. Because Shell Launcher isn't aware of the newly created wordpad.exe process, Shell Launcher takes action based on the exit code of **Write.exe**, and restart the custom shell. -- You can't prevent the system from shutting down. For Shell Launcher V1 and V2, you can't block the session ending by returning FALSE upon receiving the [WM_QUERYENDSESSION](/windows/win32/shutdown/wm-queryendsession) message in a graphical application or returning FALSE in the [handler routine](/windows/console/handlerroutine) that is added through the [SetConsoleCtrlHandler](/windows/console/setconsolectrlhandler) function in a console application. +Shell Launcher controls which application the user sees as the shell after sign-in. It doesn't prevent the user from accessing other desktop applications and system components. From a custom shell, you can launch secondary views displayed on multiple monitors, or launch other apps in full screen on user's demand. -> [!NOTE] -> You cannot configure both Shell Launcher and assigned access on the same system. -> -> Use **Shell Launcher V2**, you can specify a Universal Windows app as a custom shell. Check [Use Shell Launcher to create a Windows 10 kiosk](/windows/configuration/kiosk-shelllauncher) for the differences between Shell Launcher v1 and Shell Launcher V2. +With Shell Launcher, you can use features and methods to control access to other applications or system components. These methods include, but aren't limited to: -Shell Launcher processes the **Run** and **RunOnce** registry keys before starting the custom shell, so your custom shell doesn't need to handle the automatic startup of other applications and services. +- Configuration Service Provider (CSP): you can use a Mobile Device Management (MDM) solution like Microsoft Intune +- Group policy (GPO) +- [AppLocker](/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview) -Shell Launcher also handles the behavior of the system when your custom shell exits. You can configure the shell exit behavior if the default behavior doesn't meet your needs. +Shell Launcher is part of the Assigned Access feature, which allows you to configure kiosks or restricted user experiences. To learn about the differences between Shell Launcher and the other options offered by Assigned Access, see [Windows kiosks and restricted user experiences](../kiosk/index.md). -Methods of controlling access to other desktop applications and system components can be used in addition to using the Shell Launcher such as, [Group Policy](https://www.microsoft.com/download/details.aspx?id=25250), [AppLocker](/windows/iot/iot-enterprise/customize/application-control#applocker), and [Mobile Device Management](/windows/client-management/mdm/) +[!INCLUDE [shell-launcher](../../../../includes/licensing/shell-launcher.md)] -> [!NOTE] -> -> In Shell Launcher v1, available in Windows 10, you can only specify a Windows desktop application as the replacement shell. In Shell Launcher v2, available in Windows 10, version 1809 and above, you can also specify a UWP app as the replacement shell. -> -> To use Shell Launcher v2 in version 1809, you need to install the [KB4551853 update](https://support.microsoft.com/topic/may-12-2020-kb4551853-os-build-17763-1217-c2ea33f7-4506-dd13-2739-d9c7bb80b26d). +## Limitations -## Differences between Shell Launcher v1 and Shell Launcher v2 +Here are some limitations to consider when using Shell Launcher: -Shell Launcher v1 replaces ```explorer.exe```, the default shell, with ```eshell.exe```, which can launch a Windows desktop application. -Shell Launcher v2 replaces ```explorer.exe``` with ```customshellhost.exe```. This new executable file can launch a Windows desktop application or a UWP app. -In addition to allowing you to use a UWP app for your replacement shell, Shell Launcher v2 offers more enhancements: +- Windows doesn't support setting a custom shell before the out-of-box experience (OOBE). If you do, you can't deploy the resulting image +- Shell Launcher doesn't support a custom shell with an application that launches a different process and exits. For example, you can't specify `write.exe` in Shell Launcher. Shell Launcher launches a custom shell and monitors the process to identify when the custom shell exits. `Write.exe` creates a 32-bit `wordpad.exe` process and exits. Since Shell Launcher isn't aware of the newly created `wordpad.exe` process, Shell Launcher takes action based on the exit code of `Write.exe`, such as restarting the custom shell -- You can use a custom Windows desktop application that can then launch UWP apps, such as Settings and Touch Keyboard. -- From a custom UWP shell, you can launch secondary views and run on multiple monitors. -- The custom shell app runs in full screen, and can run other apps in full screen on user's demand. -For sample XML configurations for the different app combinations, see [Samples for Shell Launcher v2](https://github.com/microsoft/Windows-IoT-Samples/tree/master/samples/ShellLauncher/ShellLauncherV2). +## Configure a device with Shell Launcher -## Requirements +The configuration of Shell Launcher is done using an XML file. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options: -Windows 10 Enterprise or Windows 10 Education. +- A Mobile Device Management (MDM) solution, like Microsoft Intune +- Provisioning packages +- The MDM Bridge WMI Provider -## Terminology +To learn how to configure the Shell Launcher XML file, see [Create a Shell Launcher configuration file](configuration-file.md). -- **Turn on, enable:** To make the setting available to the device and optionally apply the settings to the device. -- **Configure:** To customize the setting or subsettings. -- **Embedded Shell Launcher:** This feature is called Embedded Shell Launcher in Windows 10, version 1511. -- **Custom Shell Launcher:** This feature is called Shell Launcher in Windows 10, version 1607 and later. +[!INCLUDE [tab-intro](../../../../includes/configure/tab-intro.md)] -## Turn on Shell Launcher +#### [:::image type="icon" source="../../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) -Shell Launcher is an optional component and isn't turned on by default in Windows 10. It must be turned on prior to configuring. You can turn on and configure Shell Launcher in a customized Windows 10 image (.wim) if Microsoft Windows hasn't been installed. If Windows has already been installed, you must turn on Shell Launcher before applying a provisioning package to configure Shell Launcher. +You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. -### Enable Shell Launcher using Control Panel +- **Setting:** `./Vendor/MSFT/AssignedAccess/ShellLauncher` +- **Value:** content of the XML configuration file -1. In the **Search the web and Windows** field, type **Programs and Features** and either press **Enter** or tap or select **Programs and Features** to open it. -1. In the **Programs and Features** window, select **Turn Windows features on or off**. -1. In the **Windows Features** window, expand the **Device Lockdown** node, select or clear the checkbox for **Shell Launcher**, and then select **OK.** -1. The **Windows Features** window indicates that Windows is searching for required files and displays a progress bar. Once found, the window indicates that Windows is applying the changes. When completed, the window indicates the requested changes are completed. -1. Select **Close** to close the **Windows Features** window. +Assign the policy to a group that contains as members the devices that you want to configure. -> [!NOTE] -> Turning on Shell Launcher does not require a device restart. +#### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) -### Enable Shell Launcher by calling WESL_UserSetting +[!INCLUDE [provisioning-package-1](../../../../includes/configure/provisioning-package-1.md)] -1. Enable or disable Shell Launcher by calling the WESL_UserSetting.SetEnabled function in the Windows Management Instrumentation (WMI) class WESL_UserSetting. -1. If you enable or disable Shell Launcher using WESL_UserSetting, the changes don't affect any sessions that are currently signed in; you must sign out and sign back in. +- **Path:** `SMISettings/ShellLauncher` +- **Value:** depends on specific settings -This example uses a Windows image called install.wim, but you can use the same procedure to apply a provisioning package (for more information on DISM, see [What Is Deployment Image Servicing and Management](/windows-hardware/manufacture/desktop/what-is-dism). +[!INCLUDE [provisioning-package-2](../../../../includes/configure/provisioning-package-2.md)] -### Enable Shell Launcher using DISM +#### [:::image type="icon" source="../../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) -1. Open a command prompt with administrator privileges. -1. Copy install.wim to a temporary folder on hard drive (in the following steps, we assume it's called C:\\wim). -1. Create a new directory. - - ```CMD - md c:\wim - ``` - -1. Mount the image. - - ```CMD - dism /mount-wim /wimfile:c:\bootmedia\sources\install.wim /index:1 /MountDir:c:\wim - ``` - -1. Enable the feature. - - ```CMD - dism /image:c:\wim /enable-feature /all /featureName:Client-EmbeddedShellLauncher - ``` - -1. Commit the change. - - ```CMD - dism /unmount-wim /MountDir:c:\wim /Commit - ``` - -### Enable Shell Launcher using Windows Configuration Designer - -The Shell Launcher settings are also available as Windows provisioning settings so you can configure these settings to be applied during the image runtime. You can set one or all Shell Launcher settings by creating a provisioning package using Windows Configuration Designer and then applying the provisioning package during image deployment time or runtime. If Windows hasn't been installed and you're using Windows Configuration Designer to create installation media with settings for Shell Launcher included in the image or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM in order for a provisioning package to successfully apply. - -Use the following steps to create a provisioning package that contains the ShellLauncher settings. - -1. Build a provisioning package in Windows Configuration Designer by following the instructions in [Create a provisioning package for Windows 10](/windows/configuration/provisioning-packages/provisioning-create-package). -1. In the **Available customizations** page, select **Runtime settings** > **SMISettings** > **ShellLauncher**. -1. Set the value of **Enable** to **ENABLE**. More options to configure Shell Launcher appears, and you can set the values as desired. -1. Once you have finished configuring the settings and creating the provisioning package, you can apply the package to the image deployment time or runtime. See the [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package) for more information. The process for applying the package to a Windows 10 Enterprise image is the same. - -## Configure Shell Launcher - -There are two ways you can configure Shell Launcher: - -1. In Windows 10, version 1803, you can configure Shell Launcher using the **ShellLauncher** node of the Assigned Access Configuration Service Provider (CSP). See [AssignedAccess CSP](/windows/client-management/mdm/assignedaccess-csp) for details. Configuring Shell Launcher using this method also automatically enables Shell Launcher on the device, if the device supports it. -1. Use the Shell Launcher WMI providers directly in a PowerShell script or application. - -You can configure the following options for Shell Launcher: - -- Enable or disable Shell Launcher. -- Specify a shell configuration for a specific user or group. -- Remove a shell configuration for a specific user or group. -- Change the default shell configuration. -- Get information on a shell configuration for a specific user or group. - -Any changes don't take effect until a user signs in. - -## Launch different shells for different user accounts - -By default, Shell Launcher runs the default shell, which is specified when you create the OS image at design time. The default shell is set to Cmd.exe, but you can specify any executable file to be the default shell. - -You can configure Shell Launcher to launch a different shell for specific users or groups if you don't want to run the default shell. For example, you might configure a device to run a custom application shell for guest accounts, but run the standard Windows Explorer shell for administrator accounts in order to service the device. - -If you use the WMI providers to configure Shell Launcher for a user or group at run time, you must use the security identifier (SID) for that user or group; you can't use the user name or group name. - -For more information about common security identifiers, see [Well-known SIDs](/windows/win32/secauthz/well-known-sids). - -When the current signed in account belongs to two or more groups that have different configurations defined for each group, Shell Launcher uses the first configuration it finds. The search order isn't defined, so we recommend that you avoid assigning a user to multiple groups with different Shell Launcher configurations. - -## Perform an action when the shell exits - -When a custom shell exits, Shell Launcher can perform one of four actions: - -|Action|Description| -|:---:|:---| -|0|Restart the shell.| -|1|Restart the device.| -|2|Shut down the device.| -|3|Do nothing.| - -> [!IMPORTANT] -> Make sure that your shell application does not automatically exit and is not automatically closed by any features such as Dialog Filter, as this can lead to an infinite cycle of exiting and restarting, unless the return code action is set to do nothing. - -### Default return code action - -You can define a default return code action for Shell Launcher with the DefaultReturnCodeAction setting. If you don't change the initial value, the default return code action is set to 0 (zero), which indicates that Shell Launcher restarts the shell when the shell exits. - -### Map the exit code to a Shell Launcher action - -Shell Launcher can take a specific action based on the exit code returned by the shell. For any given exit code returned by the shell, you can configure the action that Shell Launcher takes by mapping that exit code to one of the shell exit actions. - -If the exit code doesn't match a defined value, Shell Launcher performs the default return code action. - -For example, your shell might return exit code values of -1, 0, 1, or 255 depending on how the shell exits. You can configure Shell Launcher to: - -- restart the device (1) when the shell returns an exit code of value -1 -- restart the shell (0) when the shell returns an exit code of value 0 -- do nothing (3) when the shell returns an exit code of value 1 -- shut down the device (2) when the shell returns an exit code of value 255 - -Your custom return code action mapping would look like this: - -|Exit code|Action| -|:----:|----| -|-1|1 (restart the device)| -|0|0 (restart the shell)| -|1|3 (do nothing)| -|255|2 (shut down the device)| - -## Set your custom shell - -Modify the following PowerShell script as appropriate and run the script on the device. +[!INCLUDE [powershell-wmi-bridge-1](../../../../includes/configure/powershell-wmi-bridge-1.md)] ```PowerShell -# Check if shell launcher license is enabled -function Check-ShellLauncherLicenseEnabled -{ - [string]$source = @" -using System; -using System.Runtime.InteropServices; +$shellLauncherConfiguration = @" -static class CheckShellLauncherLicense -{ - const int S_OK = 0; +# content of the XML configuration file - public static bool IsShellLauncherLicenseEnabled() - { - int enabled = 0; - - if (NativeMethods.SLGetWindowsInformationDWORD("EmbeddedFeature-ShellLauncher-Enabled", out enabled) != S_OK) { - enabled = 0; - } - return (enabled != 0); - } - - static class NativeMethods - { - [DllImport("Slc.dll")] - internal static extern int SLGetWindowsInformationDWORD([MarshalAs(UnmanagedType.LPWStr)]string valueName, out int value); - } - -} "@ - $type = Add-Type -TypeDefinition $source -PassThru +$namespaceName="root\cimv2\mdm\dmmap" +$className="MDM_AssignedAccess" +$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className +$obj.ShellLauncher = [System.Net.WebUtility]::HtmlEncode($shellLauncherConfiguration) +$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue +if($cimSetError) { + Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" + Write-Error -ErrorRecord $cimSetError[0] - return $type[0]::IsShellLauncherLicenseEnabled() -} + $timeout = New-TimeSpan -Seconds 30 + $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() + $eventLogFilterHashTable = @{ LogName='Microsoft-Windows-AssignedAccess/Admin' } + do{ + $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore + } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available -[bool]$result = $false - -$result = Check-ShellLauncherLicenseEnabled -"`nShell Launcher license enabled is set to " + $result -if (-not($result)) -{ - "`nThis device doesn't have required license to use Shell Launcher" - exit -} - -$COMPUTER = "localhost" -$NAMESPACE = "root\standardcimv2\embedded" - -# Create a handle to the class instance so we can call the static methods. -try { - $ShellLauncherClass = [wmiclass]"\\$COMPUTER\${NAMESPACE}:WESL_UserSetting" - } catch [Exception] { - write-host $_.Exception.Message; - write-host "Make sure Shell Launcher feature is enabled" - exit + if($events.Count) { + $events | ForEach-Object { + Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" + } + } else { + Write-Warning "Timed-out attempting to retrieve event logs..." } - -# This well-known security identifier (SID) corresponds to the BUILTIN\Administrators group. - -$Admins_SID = "S-1-5-32-544" - -# Create a function to retrieve the SID for a user account on a machine. - -function Get-UsernameSID($AccountName) { - - $NTUserObject = New-Object System.Security.Principal.NTAccount($AccountName) - $NTUserSID = $NTUserObject.Translate([System.Security.Principal.SecurityIdentifier]) - - return $NTUserSID.Value + Exit 1 } -# Get the SID for a user account named "Cashier". Rename "Cashier" to an existing account on your system to test this script. - -$Cashier_SID = Get-UsernameSID("Cashier") - -# Define actions to take when the shell program exits. - -$restart_shell = 0 -$restart_device = 1 -$shutdown_device = 2 -$do_nothing = 3 - -# Examples. You can change these examples to use the program that you want to use as the shell. - -# This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. - -$ShellLauncherClass.SetDefaultShell("cmd.exe", $restart_device) - -# Display the default shell to verify that it was added correctly. - -$DefaultShellObject = $ShellLauncherClass.GetDefaultShell() - -"`nDefault Shell is set to " + $DefaultShellObject.Shell + " and the default action is set to " + $DefaultShellObject.defaultaction - -# Set Internet Explorer as the shell for "Cashier", and restart the machine if Internet Explorer is closed. - -$ShellLauncherClass.SetCustomShell($Cashier_SID, "c:\program files\internet explorer\iexplore.exe www.microsoft.com", ($null), ($null), $restart_shell) - -# Set Explorer as the shell for administrators. - -$ShellLauncherClass.SetCustomShell($Admins_SID, "explorer.exe") - -# View all the custom shells defined. - -"`nCurrent settings for custom shells:" -Get-WmiObject -namespace $NAMESPACE -computer $COMPUTER -class WESL_UserSetting | Select Sid, Shell, DefaultAction - -# Enable Shell Launcher - -$ShellLauncherClass.SetEnabled($TRUE) - -$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() - -"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled - -# Remove the new custom shells. - -$ShellLauncherClass.RemoveCustomShell($Admins_SID) - -$ShellLauncherClass.RemoveCustomShell($Cashier_SID) - -# Disable Shell Launcher - -$ShellLauncherClass.SetEnabled($FALSE) - -$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() - -"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled +Write-Output "Successfully applied Shell Launcher configuration" ``` -> [!NOTE] -> The previous script includes examples of multiple configuration options, including removing a custom shell and disabling Shell Launcher. It is not intended to be run as-is. +[!INCLUDE [powershell-wmi-bridge-2](../../../../includes/configure/powershell-wmi-bridge-2.md)] -## Shell Launcher user rights +--- -A custom shell is launched with the same level of user rights as the account that is signed in. This means that a user with administrator rights can perform any system action that requires administrator rights, including launching other applications with administrator rights, while a user without administrator rights can't. +> [!TIP] +> For practical examples, see the [Quickstart: configure a kiosk experience with Shell Launcher](quickstart-kiosk.md). -> [!WARNING] -> If your shell application requires administrator rights and needs to be elevated, and User Account Control (UAC) is present on your device, you must disable UAC in order for Shell Launcher to launch the shell application. +## User experience -## Related articles +After the settings are applied, the users that are configured to use Shell Launcher will execute the custom shell after sign-in. -- [Unbranded Boot](../unbranded-boot/index.md) -- [Custom Logon](../custom-logon/index.md) -- [Use Shell Launcher to create a Windows 10 Kiosk](/windows/configuration/kiosk-shelllauncher) -- [Launch different shells for different user accounts](/windows-hardware/customize/enterprise/shell-launcher#launch-different-shells-for-different-user-accounts) -- [Perform an action when the shell exits](/windows-hardware/customize/enterprise/shell-launcher#perform-an-action-when-the-shell-exits) -- [Shell Launcher user rights](/windows-hardware/customize/enterprise/shell-launcher#shell-launcher-user-rights) +Depending on your configuration, you can have a user to automatically sign in to the device. + +## Next steps + +> [!div class="nextstepaction"] +> Learn how to configure the Shell Launcher XML file: +> +> [Create a Shell Launcher configuration file](configuration-file.md) + + + +[MEM-1]: /mem/intune/configuration/custom-settings-windows-10 +[WIN-3]: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/shell-launcher/index_old.md b/windows/configuration/shell-launcher/index_old.md new file mode 100644 index 0000000000..50eeb99ef6 --- /dev/null +++ b/windows/configuration/shell-launcher/index_old.md @@ -0,0 +1,344 @@ +--- +title: Shell Launcher +description: Shell Launcher +ms.date: 06/07/2018 +ms.topic: overview +--- + +# Shell Launcher + +Using Shell Launcher, you can configure a kiosk device to use almost any application or executable as your custom shell. The application that you specify replaces the default shell (explorer.exe) that usually runs when a user logs on. + +You can also configure Shell Launcher to launch different shell applications for different users or user groups. + +There are a few exceptions to the applications and executables you can use as a custom shell: + +- You can't use the following executable as a custom shell: `C:\\Windows\\System32\\Eshell.exe`. Using Eshell.exe as the default shell will result in a blank screen after user signs in. +- You can't use a Universal Windows app as a custom shell. +- You can't use a custom shell to launch Universal Windows apps, for example, the Settings app. +- You can't use an application that launches a different process and exits as a custom shell. For example, you can't specify **write.exe** in Shell Launcher. Shell Launcher launches a custom shell and monitors the process to identify when the custom shell exits. **Write.exe** creates a 32-bit wordpad.exe process and exits. Because Shell Launcher isn't aware of the newly created wordpad.exe process, Shell Launcher takes action based on the exit code of **Write.exe**, and restart the custom shell. +- You can't prevent the system from shutting down. For Shell Launcher V1 and V2, you can't block the session ending by returning FALSE upon receiving the [WM_QUERYENDSESSION](/windows/win32/shutdown/wm-queryendsession) message in a graphical application or returning FALSE in the [handler routine](/windows/console/handlerroutine) that is added through the [SetConsoleCtrlHandler](/windows/console/setconsolectrlhandler) function in a console application. + +> [!NOTE] +> You cannot configure both Shell Launcher and assigned access on the same system. +> +> Use **Shell Launcher V2**, you can specify a Universal Windows app as a custom shell. Check [Use Shell Launcher to create a Windows 10 kiosk](/windows/configuration/kiosk-shelllauncher) for the differences between Shell Launcher v1 and Shell Launcher V2. + +Shell Launcher processes the **Run** and **RunOnce** registry keys before starting the custom shell, so your custom shell doesn't need to handle the automatic startup of other applications and services. + +Shell Launcher also handles the behavior of the system when your custom shell exits. You can configure the shell exit behavior if the default behavior doesn't meet your needs. + +Methods of controlling access to other desktop applications and system components can be used in addition to using the Shell Launcher such as, [Group Policy](https://www.microsoft.com/download/details.aspx?id=25250), [AppLocker](/windows/iot/iot-enterprise/customize/application-control#applocker), and [Mobile Device Management](/windows/client-management/mdm/) + +> [!NOTE] +> +> In Shell Launcher v1, available in Windows 10, you can only specify a Windows desktop application as the replacement shell. In Shell Launcher v2, available in Windows 10, version 1809 and above, you can also specify a UWP app as the replacement shell. +> +> To use Shell Launcher v2 in version 1809, you need to install the [KB4551853 update](https://support.microsoft.com/topic/may-12-2020-kb4551853-os-build-17763-1217-c2ea33f7-4506-dd13-2739-d9c7bb80b26d). + +## Differences between Shell Launcher v1 and Shell Launcher v2 + +Shell Launcher v1 replaces ```explorer.exe```, the default shell, with ```eshell.exe```, which can launch a Windows desktop application. +Shell Launcher v2 replaces ```explorer.exe``` with ```customshellhost.exe```. This new executable file can launch a Windows desktop application or a UWP app. +In addition to allowing you to use a UWP app for your replacement shell, Shell Launcher v2 offers more enhancements: + +- You can use a custom Windows desktop application that can then launch UWP apps, such as Settings and Touch Keyboard. +- From a custom UWP shell, you can launch secondary views and run on multiple monitors. +- The custom shell app runs in full screen, and can run other apps in full screen on user's demand. +For sample XML configurations for the different app combinations, see [Samples for Shell Launcher v2](https://github.com/microsoft/Windows-IoT-Samples/tree/master/samples/ShellLauncher/ShellLauncherV2). + +## Requirements + +Windows 10 Enterprise or Windows 10 Education. + +## Terminology + +- **Turn on, enable:** To make the setting available to the device and optionally apply the settings to the device. +- **Configure:** To customize the setting or subsettings. +- **Embedded Shell Launcher:** This feature is called Embedded Shell Launcher in Windows 10, version 1511. +- **Custom Shell Launcher:** This feature is called Shell Launcher in Windows 10, version 1607 and later. + +## Turn on Shell Launcher + +Shell Launcher is an optional component and isn't turned on by default in Windows 10. It must be turned on prior to configuring. You can turn on and configure Shell Launcher in a customized Windows 10 image (.wim) if Microsoft Windows hasn't been installed. If Windows has already been installed, you must turn on Shell Launcher before applying a provisioning package to configure Shell Launcher. + +### Enable Shell Launcher using Control Panel + +1. In the **Search the web and Windows** field, type **Programs and Features** and either press **Enter** or tap or select **Programs and Features** to open it. +1. In the **Programs and Features** window, select **Turn Windows features on or off**. +1. In the **Windows Features** window, expand the **Device Lockdown** node, select or clear the checkbox for **Shell Launcher**, and then select **OK.** +1. The **Windows Features** window indicates that Windows is searching for required files and displays a progress bar. Once found, the window indicates that Windows is applying the changes. When completed, the window indicates the requested changes are completed. +1. Select **Close** to close the **Windows Features** window. + +> [!NOTE] +> Turning on Shell Launcher does not require a device restart. + +### Enable Shell Launcher by calling WESL_UserSetting + +1. Enable or disable Shell Launcher by calling the WESL_UserSetting.SetEnabled function in the Windows Management Instrumentation (WMI) class WESL_UserSetting. +1. If you enable or disable Shell Launcher using WESL_UserSetting, the changes don't affect any sessions that are currently signed in; you must sign out and sign back in. + +This example uses a Windows image called install.wim, but you can use the same procedure to apply a provisioning package (for more information on DISM, see [What Is Deployment Image Servicing and Management](/windows-hardware/manufacture/desktop/what-is-dism). + +### Enable Shell Launcher using DISM + +1. Open a command prompt with administrator privileges. +1. Copy install.wim to a temporary folder on hard drive (in the following steps, we assume it's called C:\\wim). +1. Create a new directory. + + ```CMD + md c:\wim + ``` + +1. Mount the image. + + ```CMD + dism /mount-wim /wimfile:c:\bootmedia\sources\install.wim /index:1 /MountDir:c:\wim + ``` + +1. Enable the feature. + + ```CMD + dism /image:c:\wim /enable-feature /all /featureName:Client-EmbeddedShellLauncher + ``` + +1. Commit the change. + + ```CMD + dism /unmount-wim /MountDir:c:\wim /Commit + ``` + +### Enable Shell Launcher using Windows Configuration Designer + +The Shell Launcher settings are also available as Windows provisioning settings so you can configure these settings to be applied during the image runtime. You can set one or all Shell Launcher settings by creating a provisioning package using Windows Configuration Designer and then applying the provisioning package during image deployment time or runtime. If Windows hasn't been installed and you're using Windows Configuration Designer to create installation media with settings for Shell Launcher included in the image or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM in order for a provisioning package to successfully apply. + +Use the following steps to create a provisioning package that contains the ShellLauncher settings. + +1. Build a provisioning package in Windows Configuration Designer by following the instructions in [Create a provisioning package for Windows 10](/windows/configuration/provisioning-packages/provisioning-create-package). +1. In the **Available customizations** page, select **Runtime settings** > **SMISettings** > **ShellLauncher**. +1. Set the value of **Enable** to **ENABLE**. More options to configure Shell Launcher appears, and you can set the values as desired. +1. Once you have finished configuring the settings and creating the provisioning package, you can apply the package to the image deployment time or runtime. See the [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package) for more information. The process for applying the package to a Windows 10 Enterprise image is the same. + +## Configure Shell Launcher + +There are two ways you can configure Shell Launcher: + +1. In Windows 10, version 1803, you can configure Shell Launcher using the **ShellLauncher** node of the Assigned Access Configuration Service Provider (CSP). See [AssignedAccess CSP](/windows/client-management/mdm/assignedaccess-csp) for details. Configuring Shell Launcher using this method also automatically enables Shell Launcher on the device, if the device supports it. +1. Use the Shell Launcher WMI providers directly in a PowerShell script or application. + +You can configure the following options for Shell Launcher: + +- Enable or disable Shell Launcher. +- Specify a shell configuration for a specific user or group. +- Remove a shell configuration for a specific user or group. +- Change the default shell configuration. +- Get information on a shell configuration for a specific user or group. + +Any changes don't take effect until a user signs in. + +## Launch different shells for different user accounts + +By default, Shell Launcher runs the default shell, which is specified when you create the OS image at design time. The default shell is set to Cmd.exe, but you can specify any executable file to be the default shell. + +You can configure Shell Launcher to launch a different shell for specific users or groups if you don't want to run the default shell. For example, you might configure a device to run a custom application shell for guest accounts, but run the standard Windows Explorer shell for administrator accounts in order to service the device. + +If you use the WMI providers to configure Shell Launcher for a user or group at run time, you must use the security identifier (SID) for that user or group; you can't use the user name or group name. + +For more information about common security identifiers, see [Well-known SIDs](/windows/win32/secauthz/well-known-sids). + +When the current signed in account belongs to two or more groups that have different configurations defined for each group, Shell Launcher uses the first configuration it finds. The search order isn't defined, so we recommend that you avoid assigning a user to multiple groups with different Shell Launcher configurations. + +## Perform an action when the shell exits + +When a custom shell exits, Shell Launcher can perform one of four actions: + +|Action|Description| +|:---:|:---| +|0|Restart the shell.| +|1|Restart the device.| +|2|Shut down the device.| +|3|Do nothing.| + +> [!IMPORTANT] +> Make sure that your shell application does not automatically exit and is not automatically closed by any features such as Dialog Filter, as this can lead to an infinite cycle of exiting and restarting, unless the return code action is set to do nothing. + +### Default return code action + +You can define a default return code action for Shell Launcher with the DefaultReturnCodeAction setting. If you don't change the initial value, the default return code action is set to 0 (zero), which indicates that Shell Launcher restarts the shell when the shell exits. + +### Map the exit code to a Shell Launcher action + +Shell Launcher can take a specific action based on the exit code returned by the shell. For any given exit code returned by the shell, you can configure the action that Shell Launcher takes by mapping that exit code to one of the shell exit actions. + +If the exit code doesn't match a defined value, Shell Launcher performs the default return code action. + +For example, your shell might return exit code values of -1, 0, 1, or 255 depending on how the shell exits. You can configure Shell Launcher to: + +- restart the device (1) when the shell returns an exit code of value -1 +- restart the shell (0) when the shell returns an exit code of value 0 +- do nothing (3) when the shell returns an exit code of value 1 +- shut down the device (2) when the shell returns an exit code of value 255 + +Your custom return code action mapping would look like this: + +|Exit code|Action| +|:----:|----| +|-1|1 (restart the device)| +|0|0 (restart the shell)| +|1|3 (do nothing)| +|255|2 (shut down the device)| + +## Set your custom shell + +Modify the following PowerShell script as appropriate and run the script on the device. + +```PowerShell +# Check if shell launcher license is enabled +function Check-ShellLauncherLicenseEnabled +{ + [string]$source = @" +using System; +using System.Runtime.InteropServices; + +static class CheckShellLauncherLicense +{ + const int S_OK = 0; + + public static bool IsShellLauncherLicenseEnabled() + { + int enabled = 0; + + if (NativeMethods.SLGetWindowsInformationDWORD("EmbeddedFeature-ShellLauncher-Enabled", out enabled) != S_OK) { + enabled = 0; + } + return (enabled != 0); + } + + static class NativeMethods + { + [DllImport("Slc.dll")] + internal static extern int SLGetWindowsInformationDWORD([MarshalAs(UnmanagedType.LPWStr)]string valueName, out int value); + } + +} +"@ + + $type = Add-Type -TypeDefinition $source -PassThru + + return $type[0]::IsShellLauncherLicenseEnabled() +} + +[bool]$result = $false + +$result = Check-ShellLauncherLicenseEnabled +"`nShell Launcher license enabled is set to " + $result +if (-not($result)) +{ + "`nThis device doesn't have required license to use Shell Launcher" + exit +} + +$COMPUTER = "localhost" +$NAMESPACE = "root\standardcimv2\embedded" + +# Create a handle to the class instance so we can call the static methods. +try { + $ShellLauncherClass = [wmiclass]"\\$COMPUTER\${NAMESPACE}:WESL_UserSetting" + } catch [Exception] { + write-host $_.Exception.Message; + write-host "Make sure Shell Launcher feature is enabled" + exit + } + + +# This well-known security identifier (SID) corresponds to the BUILTIN\Administrators group. + +$Admins_SID = "S-1-5-32-544" + +# Create a function to retrieve the SID for a user account on a machine. + +function Get-UsernameSID($AccountName) { + + $NTUserObject = New-Object System.Security.Principal.NTAccount($AccountName) + $NTUserSID = $NTUserObject.Translate([System.Security.Principal.SecurityIdentifier]) + + return $NTUserSID.Value +} + +# Get the SID for a user account named "Cashier". Rename "Cashier" to an existing account on your system to test this script. + +$Cashier_SID = Get-UsernameSID("Cashier") + +# Define actions to take when the shell program exits. + +$restart_shell = 0 +$restart_device = 1 +$shutdown_device = 2 +$do_nothing = 3 + +# Examples. You can change these examples to use the program that you want to use as the shell. + +# This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. + +$ShellLauncherClass.SetDefaultShell("cmd.exe", $restart_device) + +# Display the default shell to verify that it was added correctly. + +$DefaultShellObject = $ShellLauncherClass.GetDefaultShell() + +"`nDefault Shell is set to " + $DefaultShellObject.Shell + " and the default action is set to " + $DefaultShellObject.defaultaction + +# Set Internet Explorer as the shell for "Cashier", and restart the machine if Internet Explorer is closed. + +$ShellLauncherClass.SetCustomShell($Cashier_SID, "c:\program files\internet explorer\iexplore.exe www.microsoft.com", ($null), ($null), $restart_shell) + +# Set Explorer as the shell for administrators. + +$ShellLauncherClass.SetCustomShell($Admins_SID, "explorer.exe") + +# View all the custom shells defined. + +"`nCurrent settings for custom shells:" +Get-WmiObject -namespace $NAMESPACE -computer $COMPUTER -class WESL_UserSetting | Select Sid, Shell, DefaultAction + +# Enable Shell Launcher + +$ShellLauncherClass.SetEnabled($TRUE) + +$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() + +"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled + +# Remove the new custom shells. + +$ShellLauncherClass.RemoveCustomShell($Admins_SID) + +$ShellLauncherClass.RemoveCustomShell($Cashier_SID) + +# Disable Shell Launcher + +$ShellLauncherClass.SetEnabled($FALSE) + +$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() + +"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled +``` + +> [!NOTE] +> The previous script includes examples of multiple configuration options, including removing a custom shell and disabling Shell Launcher. It is not intended to be run as-is. + +## Shell Launcher user rights + +A custom shell is launched with the same level of user rights as the account that is signed in. This means that a user with administrator rights can perform any system action that requires administrator rights, including launching other applications with administrator rights, while a user without administrator rights can't. + +> [!WARNING] +> If your shell application requires administrator rights and needs to be elevated, and User Account Control (UAC) is present on your device, you must disable UAC in order for Shell Launcher to launch the shell application. + +## Related articles + +- [Unbranded Boot](../unbranded-boot/index.md) +- [Custom Logon](../custom-logon/index.md) +- [Use Shell Launcher to create a Windows 10 Kiosk](/windows/configuration/kiosk-shelllauncher) +- [Launch different shells for different user accounts](/windows-hardware/customize/enterprise/shell-launcher#launch-different-shells-for-different-user-accounts) +- [Perform an action when the shell exits](/windows-hardware/customize/enterprise/shell-launcher#perform-an-action-when-the-shell-exits) +- [Shell Launcher user rights](/windows-hardware/customize/enterprise/shell-launcher#shell-launcher-user-rights) diff --git a/windows/configuration/assigned-access/shell-launcher/quickstart-kiosk.md b/windows/configuration/shell-launcher/quickstart-kiosk.md similarity index 100% rename from windows/configuration/assigned-access/shell-launcher/quickstart-kiosk.md rename to windows/configuration/shell-launcher/quickstart-kiosk.md diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index 07c18e4e82..fd5672fb07 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -1,25 +1,27 @@ - items: -- name: Shell Launcher +- name: What is Shell Launcher? + href: index.md +- name: "Quickstart: Configure a kiosk with Shell Launcher" + href: quickstart-kiosk.md +- name: Create a Shell Launcher configuration file + href: configuration-file.md +- name: Shell Launcher XSD + href: xsd.md +- name: WMI Provider Reference items: - - name: Overview - href: index.md - - name: WMI Provider Reference - items: - - name: Class WESL_UserSetting - href: wesl-usersetting.md - - name: GetCustomShell - href: wesl-usersettinggetcustomshell.md - - name: GetDefaultShell - href: wesl-usersettinggetdefaultshell.md - - name: IsEnabled - href: wesl-usersettingisenabled.md - - name: RemoveCustomShell - href: wesl-usersettingremovecustomshell.md - - name: SetCustomShell - href: wesl-usersettingsetcustomshell.md - - name: SetDefaultShell - href: wesl-usersettingsetdefaultshell.md - - name: SetEnabled - href: wesl-usersettingsetenabled.md - + - name: Class WESL_UserSetting + href: wesl-usersetting.md + - name: GetCustomShell + href: wesl-usersettinggetcustomshell.md + - name: GetDefaultShell + href: wesl-usersettinggetdefaultshell.md + - name: IsEnabled + href: wesl-usersettingisenabled.md + - name: RemoveCustomShell + href: wesl-usersettingremovecustomshell.md + - name: SetCustomShell + href: wesl-usersettingsetcustomshell.md + - name: SetDefaultShell + href: wesl-usersettingsetdefaultshell.md + - name: SetEnabled + href: wesl-usersettingsetenabled.md \ No newline at end of file diff --git a/windows/configuration/assigned-access/shell-launcher/xsd.md b/windows/configuration/shell-launcher/xsd.md similarity index 100% rename from windows/configuration/assigned-access/shell-launcher/xsd.md rename to windows/configuration/shell-launcher/xsd.md diff --git a/windows/configuration/toc.yml b/windows/configuration/toc.yml index 45b8217fab..4b3558ea14 100644 --- a/windows/configuration/toc.yml +++ b/windows/configuration/toc.yml @@ -13,8 +13,8 @@ items: href: store/toc.yml - name: Cellular settings href: cellular/provisioning-apn.md -- name: Kiosks and restricted user experiences - href: assigned-access/toc.yml +- name: Windows kiosk options + href: kiosk/toc.yml - name: Multi-user and guest devices href: shared-pc/toc.yml - name: Provisioning packages From 9ef571e5f55901380955720e48ec9617b8fa4b9a Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:40:37 -0500 Subject: [PATCH 020/111] fix --- .../assigned-access/quickstart-kiosk.md | 2 +- .../quickstart-restricted-user-experience.md | 2 +- .../assigned-access/recommendations.md | 2 +- windows/configuration/docfx.json | 12 ++++++++---- windows/configuration/index.yml | 14 ++++++-------- .../provision-pcs-for-initial-deployment.md | 2 +- .../provisioning-packages/provisioning-packages.md | 2 +- windows/configuration/shell-launcher/index.md | 14 +++++++------- .../shell-launcher/quickstart-kiosk.md | 8 ++++---- 9 files changed, 30 insertions(+), 28 deletions(-) diff --git a/windows/configuration/assigned-access/quickstart-kiosk.md b/windows/configuration/assigned-access/quickstart-kiosk.md index b0583377da..cb39046a70 100644 --- a/windows/configuration/assigned-access/quickstart-kiosk.md +++ b/windows/configuration/assigned-access/quickstart-kiosk.md @@ -98,7 +98,7 @@ After the settings are applied, reboot the device. A local user account is autom > [!div class="nextstepaction"] > Learn more about Assigned Access and how to configure it: > -> [Assigned Access overview](overview.md) +> [Assigned Access overview](index.md) [WIN-3]: /windows/client-management/mdm/assignedaccess-csp [MEM-1]: /mem/intune/configuration/custom-settings-windows-10 diff --git a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md index 75d9bb74c1..efef65296b 100644 --- a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md +++ b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md @@ -85,7 +85,7 @@ After the settings are applied, reboot the device. A local user account is autom > [!div class="nextstepaction"] > Learn more about Assigned Access and how to configure it: > -> [Assigned Access overview](overview.md) +> [Assigned Access overview](index.md) diff --git a/windows/configuration/assigned-access/recommendations.md b/windows/configuration/assigned-access/recommendations.md index 10a4e13dcf..f047d5813d 100644 --- a/windows/configuration/assigned-access/recommendations.md +++ b/windows/configuration/assigned-access/recommendations.md @@ -20,7 +20,7 @@ Consider enabling *automatic sign-in* for your kiosk device. When the device res You can configure the Assigned Access and Shell Launcher XML files with an account to sign-in automatically. For more information, review the articles: - [Create an Assigned Access configuration XML file](configuration-file.md) -- [Create a Shell Launcher configuration file](shell-launcher/configuration-file.md) +- [Create a Shell Launcher configuration file](../shell-launcher/configuration-file.md) Alternatively, you can edit the Registry to have an account sign in automatically: diff --git a/windows/configuration/docfx.json b/windows/configuration/docfx.json index 22924a43cc..954b3313fb 100644 --- a/windows/configuration/docfx.json +++ b/windows/configuration/docfx.json @@ -84,14 +84,16 @@ "custom-logon//**/*.yml": "terrywarwick", "keyboard-filter//**/*.md": "terrywarwick", "keyboard-filter//**/*.yml": "terrywarwick", + "kiosk//**/*.md": "paolomatarazzo", + "kiosk//**/*.yml": "paolomatarazzo", "lock-screen//**/*.md": "paolomatarazzo", "lock-screen//**/*.yml": "paolomatarazzo", "provisioning-packages//**/*.md": "vinaypamnani-msft", "provisioning-packages//**/*.yml": "vinaypamnani-msft", "shared-pc//**/*.md": "paolomatarazzo", "shared-pc//**/*.yml": "paolomatarazzo", - "shell-launcher//**/*.md": "terrywarwick", - "shell-launcher//**/*.yml": "terrywarwick", + "shell-launcher//**/*.md": "paolomatarazzo", + "shell-launcher//**/*.yml": "paolomatarazzo", "start//**/*.md": "paolomatarazzo", "start//**/*.yml": "paolomatarazzo", "store//**/*.md": "paolomatarazzo", @@ -119,13 +121,15 @@ "lock-screen//**/*.md": "paoloma", "keyboard-filter//**/*.md": "twarwick", "keyboard-filter//**/*.yml": "twarwick", + "kiosk//**/*.md": "paoloma", + "kiosk//**/*.yml": "paoloma", "lock-screen//**/*.yml": "paoloma", "provisioning-packages//**/*.md": "vinpa", "provisioning-packages//**/*.yml": "vinpa", "shared-pc//**/*.md": "paoloma", "shared-pc//**/*.yml": "paoloma", - "shell-launcher//**/*.md": "twarwick", - "shell-launcher//**/*.yml": "twarwick", + "shell-launcher//**/*.md": "paoloma", + "shell-launcher//**/*.yml": "paoloma", "start//**/*.md": "paoloma", "start//**/*.yml": "paoloma", "store//**/*.md": "paoloma", diff --git a/windows/configuration/index.yml b/windows/configuration/index.yml index a1e1606862..c84e3b6be5 100644 --- a/windows/configuration/index.yml +++ b/windows/configuration/index.yml @@ -38,20 +38,18 @@ landingContent: linkLists: - linkListType: concept links: + - text: Kiosk options in Windows + url: kiosk/index.md - text: What is Assigned Access? - url: assigned-access/overview.md - - text: What is Shell Launcher? - url: assigned-access/shell-launcher/index.md - - linkListType: how-to-guide - links: - - text: Configure kiosks and restricted user experiences url: assigned-access/index.md + - text: What is Shell Launcher? + url: shell-launcher/index.md - linkListType: quickstart links: - text: Configure a kiosk with Assigned Access url: assigned-access/quickstart-kiosk.md - text: Configure a kiosk with Shell Launcher - url: assigned-access/shell-launcher/quickstart-kiosk.md + url: shell-launcher/quickstart-kiosk.md - text: Configure a restricted user experience with Assigned Access url: assigned-access/quickstart-restricted-user-experience.md - linkListType: reference @@ -59,7 +57,7 @@ landingContent: - text: Assigned Access XML Schema Definition (XSD) url: assigned-access/xsd.md - text: Shell Launcher XML Schema Definition (XSD) - url: assigned-access/shell-launcher/xsd.md + url: shell-launcher/xsd.md - title: Configure shared devices linkLists: diff --git a/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md b/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md index 80c1a38048..8c63049b2d 100644 --- a/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md +++ b/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md @@ -12,7 +12,7 @@ This article explains how to create and apply a provisioning package that contai The following wizard options provide a simple interface for configuring common settings for desktop and kiosk devices: - [Instructions for the desktop wizard](#start-a-new-project) -- [Instructions for the kiosk wizard](../assigned-access/overview.md) +- [Instructions for the kiosk wizard](../assigned-access/index.md) - [Instructions for the HoloLens wizard](/hololens/hololens-provisioning#provisioning-package-hololens-wizard) - [Instructions for the Surface Hub wizard](/surface-hub/provisioning-packages-for-surface-hub) diff --git a/windows/configuration/provisioning-packages/provisioning-packages.md b/windows/configuration/provisioning-packages/provisioning-packages.md index 14273f9e99..5f4740e31d 100644 --- a/windows/configuration/provisioning-packages/provisioning-packages.md +++ b/windows/configuration/provisioning-packages/provisioning-packages.md @@ -59,7 +59,7 @@ WCD supports the following scenarios for IT administrators: Windows Configuration Designer provides the following simple provisioning scenarios: - [Instructions for the desktop wizard](provision-pcs-for-initial-deployment.md) -- [Instructions for the kiosk wizard](../assigned-access/overview.md) +- [Instructions for the kiosk wizard](../assigned-access/index.md) - [Instructions for the HoloLens wizard](/hololens/hololens-provisioning#provisioning-package-hololens-wizard) - [Instructions for the Surface Hub wizard](/surface-hub/provisioning-packages-for-surface-hub) diff --git a/windows/configuration/shell-launcher/index.md b/windows/configuration/shell-launcher/index.md index ed9e38ff70..71ef605040 100644 --- a/windows/configuration/shell-launcher/index.md +++ b/windows/configuration/shell-launcher/index.md @@ -25,7 +25,7 @@ With Shell Launcher, you can use features and methods to control access to other Shell Launcher is part of the Assigned Access feature, which allows you to configure kiosks or restricted user experiences. To learn about the differences between Shell Launcher and the other options offered by Assigned Access, see [Windows kiosks and restricted user experiences](../kiosk/index.md). -[!INCLUDE [shell-launcher](../../../../includes/licensing/shell-launcher.md)] +[!INCLUDE [shell-launcher](../../../includes/licensing/shell-launcher.md)] ## Limitations @@ -44,7 +44,7 @@ The configuration of Shell Launcher is done using an XML file. The XML file is a To learn how to configure the Shell Launcher XML file, see [Create a Shell Launcher configuration file](configuration-file.md). -[!INCLUDE [tab-intro](../../../../includes/configure/tab-intro.md)] +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] #### [:::image type="icon" source="../../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) @@ -57,16 +57,16 @@ Assign the policy to a group that contains as members the devices that you want #### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) -[!INCLUDE [provisioning-package-1](../../../../includes/configure/provisioning-package-1.md)] +[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] - **Path:** `SMISettings/ShellLauncher` - **Value:** depends on specific settings -[!INCLUDE [provisioning-package-2](../../../../includes/configure/provisioning-package-2.md)] +[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] -#### [:::image type="icon" source="../../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) -[!INCLUDE [powershell-wmi-bridge-1](../../../../includes/configure/powershell-wmi-bridge-1.md)] +[!INCLUDE [powershell-wmi-bridge-1](../../../includes/configure/powershell-wmi-bridge-1.md)] ```PowerShell $shellLauncherConfiguration = @" @@ -105,7 +105,7 @@ if($cimSetError) { Write-Output "Successfully applied Shell Launcher configuration" ``` -[!INCLUDE [powershell-wmi-bridge-2](../../../../includes/configure/powershell-wmi-bridge-2.md)] +[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] --- diff --git a/windows/configuration/shell-launcher/quickstart-kiosk.md b/windows/configuration/shell-launcher/quickstart-kiosk.md index c843e767a5..48265cbe86 100644 --- a/windows/configuration/shell-launcher/quickstart-kiosk.md +++ b/windows/configuration/shell-launcher/quickstart-kiosk.md @@ -22,7 +22,7 @@ The examples can be modified to fit your specific requirements. For example, you ## Configure a kiosk device -[!INCLUDE [tab-intro](../../../../includes/configure/tab-intro.md)] +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] #### [:::image type="icon" source="../../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) @@ -42,13 +42,13 @@ Alternatively, you can configure devices using a [custom policy][MEM-1] with the [!INCLUDE [quickstart-xml](includes/quickstart-xml.md)] -#### [:::image type="icon" source="../../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) -[!INCLUDE [powershell-wmi-bridge-1](../../../../includes/configure/powershell-wmi-bridge-1.md)] +[!INCLUDE [powershell-wmi-bridge-1](../../../includes/configure/powershell-wmi-bridge-1.md)] [!INCLUDE [quickstart-ps](includes/quickstart-ps.md)] -[!INCLUDE [powershell-wmi-bridge-2](../../../../includes/configure/powershell-wmi-bridge-2.md)] +[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] --- From f1915857c1cc9d21b141d47563a42bfc2c152478 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:59:00 -0500 Subject: [PATCH 021/111] licensing --- includes/licensing/assigned-access.md | 25 ++++++++++++++++--------- includes/licensing/shell-launcher.md | 8 ++++++++ 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/includes/licensing/assigned-access.md b/includes/licensing/assigned-access.md index 30348f5e9d..e07be48165 100644 --- a/includes/licensing/assigned-access.md +++ b/includes/licensing/assigned-access.md @@ -11,12 +11,19 @@ ms.topic: include The following table lists the Windows editions that support Assigned Access: -|Edition|Assigned Access support| -|:---|:---:| -|Education|✅| -|Enterprise |✅| -|Enterprise LTSC|✅| -|IoT Enterprise | ✅| -|IoT Enterprise LTSC|✅| -|Pro Education|✅| -|Pro|✅| +||Windows Edition| +|---:|:---| +|✅|Education| +|✅|Enterprise | +|✅|Enterprise LTSC| +|✅|IoT Enterprise | +|✅|IoT Enterprise LTSC| +|✅|Pro Education| +|✅|Pro| + +The following list contains the Windows editions that support Assigned Access: + +✅ Pro +✅ Enterprise / Enterprise LTSC +✅ Education +✅ IoT Enterprise / IoT Enterprise LTSC diff --git a/includes/licensing/shell-launcher.md b/includes/licensing/shell-launcher.md index 07418aeb82..ea003690e5 100644 --- a/includes/licensing/shell-launcher.md +++ b/includes/licensing/shell-launcher.md @@ -21,3 +21,11 @@ The following table lists the Windows editions that support Shell Launcher: |Pro Education|❌| |Pro|❌| |Home|❌| + +The following list contains the Windows editions that support Shell Launcher: + +❌ Home +❌ Pro / Pro Education +✅ Enterprise / Enterprise LTSC +✅ Education +✅ IoT Enterprise / IoT Enterprise LTSC From 9e59c1536d591da6c7e9bc045d941810bfea5916 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:06:53 -0500 Subject: [PATCH 022/111] licensing --- includes/licensing/assigned-access.md | 6 ++---- includes/licensing/shell-launcher.md | 26 +++++++++++--------------- 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/includes/licensing/assigned-access.md b/includes/licensing/assigned-access.md index e07be48165..ca73cad965 100644 --- a/includes/licensing/assigned-access.md +++ b/includes/licensing/assigned-access.md @@ -23,7 +23,5 @@ The following table lists the Windows editions that support Assigned Access: The following list contains the Windows editions that support Assigned Access: -✅ Pro -✅ Enterprise / Enterprise LTSC -✅ Education -✅ IoT Enterprise / IoT Enterprise LTSC +✅ Pro
✅ Enterprise / Enterprise LTSC
+✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC diff --git a/includes/licensing/shell-launcher.md b/includes/licensing/shell-launcher.md index ea003690e5..efde6675d6 100644 --- a/includes/licensing/shell-launcher.md +++ b/includes/licensing/shell-launcher.md @@ -11,21 +11,17 @@ ms.topic: include The following table lists the Windows editions that support Shell Launcher: -|Edition|Shell Launcher support| -|:---|:---:| -|Education|✅| -|Enterprise |✅| -|Enterprise LTSC|✅| -|IoT Enterprise | ✅| -|IoT Enterprise LTSC|✅| -|Pro Education|❌| -|Pro|❌| -|Home|❌| +||Edition| +|---:|:---| +|✅|Education| +|✅|Enterprise | +|✅|Enterprise LTSC| +|✅|IoT Enterprise | +|✅|IoT Enterprise LTSC| +|❌|Pro Education| +|❌|Pro| +|❌|Home| The following list contains the Windows editions that support Shell Launcher: -❌ Home -❌ Pro / Pro Education -✅ Enterprise / Enterprise LTSC -✅ Education -✅ IoT Enterprise / IoT Enterprise LTSC +❌ Home
❌ Pro / Pro Education
✅ Enterprise / Enterprise LTSC
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC From 63455642ae68a06b53b1d39cecddaae77b2ad220 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:20:54 -0500 Subject: [PATCH 023/111] split content --- includes/licensing/assigned-access.md | 14 - includes/licensing/shell-launcher.md | 15 - .../configuration/assigned-access/index.md | 282 ------------------ .../assigned-access/multi-app-kiosk.md | 132 ++++++++ .../assigned-access/single-app-kiosk.md | 165 ++++++++++ windows/configuration/assigned-access/toc.yml | 44 +-- windows/configuration/shell-launcher/toc.yml | 44 +-- 7 files changed, 343 insertions(+), 353 deletions(-) create mode 100644 windows/configuration/assigned-access/multi-app-kiosk.md create mode 100644 windows/configuration/assigned-access/single-app-kiosk.md diff --git a/includes/licensing/assigned-access.md b/includes/licensing/assigned-access.md index ca73cad965..71772672a8 100644 --- a/includes/licensing/assigned-access.md +++ b/includes/licensing/assigned-access.md @@ -5,22 +5,8 @@ ms.date: 09/18/2023 ms.topic: include --- - - ## Windows edition requirements -The following table lists the Windows editions that support Assigned Access: - -||Windows Edition| -|---:|:---| -|✅|Education| -|✅|Enterprise | -|✅|Enterprise LTSC| -|✅|IoT Enterprise | -|✅|IoT Enterprise LTSC| -|✅|Pro Education| -|✅|Pro| - The following list contains the Windows editions that support Assigned Access: ✅ Pro
✅ Enterprise / Enterprise LTSC
diff --git a/includes/licensing/shell-launcher.md b/includes/licensing/shell-launcher.md index efde6675d6..2a60361b19 100644 --- a/includes/licensing/shell-launcher.md +++ b/includes/licensing/shell-launcher.md @@ -5,23 +5,8 @@ ms.date: 09/18/2023 ms.topic: include --- - - ## Windows edition requirements -The following table lists the Windows editions that support Shell Launcher: - -||Edition| -|---:|:---| -|✅|Education| -|✅|Enterprise | -|✅|Enterprise LTSC| -|✅|IoT Enterprise | -|✅|IoT Enterprise LTSC| -|❌|Pro Education| -|❌|Pro| -|❌|Home| - The following list contains the Windows editions that support Shell Launcher: ❌ Home
❌ Pro / Pro Education
✅ Enterprise / Enterprise LTSC
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC diff --git a/windows/configuration/assigned-access/index.md b/windows/configuration/assigned-access/index.md index 9e87bd19a5..69d1c289f6 100644 --- a/windows/configuration/assigned-access/index.md +++ b/windows/configuration/assigned-access/index.md @@ -31,285 +31,3 @@ Here are the requirements for Assigned Access: - To use a kiosk experience, you must sign in from the console. The kiosk experience isn't supported over a remote desktop connection [!INCLUDE [assigned-access](../../../includes/licensing/assigned-access.md)] - -## Configure a kiosk experience - -There are several options to configure a kiosk experience. If you need to configure a single device with a local account, you can use: - -- PowerShell: you can use the `Set-AssignedAccess` PowerShell cmdlet to configure a kiosk experience using a local standard account -- Settings: use this option when you need a simple method to configure a single device with a local standard user account - -For advanced customizations, you can use the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp) to configure the kiosk experience. The CSP allows you to configure the kiosk app, the user account, and the kiosk app's behavior. When you use the CSP, you must create an XML configuration file that specifies the kiosk app and the user account. The XML file is applied to the device using one of the following options: - -- A Mobile Device Management (MDM) solution, like Microsoft Intune -- Provisioning packages -- PowerShell, with the MDM Bridge WMI Provider - -To learn how to configure the Shell Launcher XML file, see [Create an Assigned Access configuration file](configuration-file.md). - -[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] - -#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) - -You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. - -- **Setting:** `./Vendor/MSFT/AssignedAccess/Configuration` -- **Value:** content of the XML configuration file - -Assign the policy to a group that contains as members the devices that you want to configure. - -#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) - -[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] - -- **Path:** `AssignedAccess/AssignedAccessSettings` -- **Value:** Enter the account and the application you want to use for Assigned access, using the AUMID of the app. Example: - - `{"Account":"domain\user", "AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}` - -[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] - -#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) - -To configure a device using Windows PowerShell: - -1. Sign in as administrator -1. [Create the user account](https://support.microsoft.com/help/4026923/windows-create-a-local-user-or-administrator-account-in-windows-10) for Assigned Access -1. Sign in as the Assigned Access user account -1. Install the required UWP app -1. Sign out as the Assigned Access user account -1. Sign in as administrator and from an elevated PowerShell prompt use one of the following commands: - - ```PowerShell - #Configure Assigned Access by AppUserModelID and user name - Set-AssignedAccess -AppUserModelId -UserName - - #Configure Assigned Access by AppUserModelID and user SID - Set-AssignedAccess -AppUserModelId -UserSID - - #Configure Assigned Access by app name and user name - Set-AssignedAccess -AppName -UserName - - #Configure Assigned Access by app name and user SID**: - Set-AssignedAccess -AppName -UserSID - -> [!NOTE] -> To set up Assigned Access using `-AppName`, the user account that you enter for Assigned Access must have signed in at least once. - -For more information: - -- [Find the Application User Model ID of an installed app](../store/find-aumid.md) -- [Set-AssignedAccess](/powershell/module/assignedaccess/set-assignedaccess) - -To remove assigned access, using PowerShell, run the following cmdlet: - -```powershell -Clear-AssignedAccess -``` - -For advanced customizations that use the XML configuration file, you can use PowerShell scripts via the [MDM Bridge WMI Provider](/windows/win32/dmwmibridgeprov/mdm-bridge-wmi-provider-portal). - -> [!IMPORTANT] -> For all device settings, the WMI Bridge client must be executed as SYSTEM (LocalSystem) account. - -To test the PowerShell script, you can: - -1. [Download the psexec tool](/sysinternals/downloads/psexec) -1. Open an elevated command prompt and run: `psexec.exe -i -s powershell.exe` -1. Run the script in the PowerShell session - -```PowerShell -$shellLauncherConfiguration = @" - -# content of the XML configuration file - -"@ - -$namespaceName="root\cimv2\mdm\dmmap" -$className="MDM_AssignedAccess" -$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className -$obj.ShellLauncher = [System.Net.WebUtility]::HtmlEncode($shellLauncherConfiguration) -$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue -if($cimSetError) { - Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" - Write-Error -ErrorRecord $cimSetError[0] - - $timeout = New-TimeSpan -Seconds 30 - $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() - do{ - $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore - } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available - - if($events.Count) { - $events | ForEach-Object { - Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" - } - } else { - Write-Warning "Timed-out attempting to retrieve event logs..." - } - - Exit 1 -} - -Write-Output "Successfully applied Shell Launcher configuration" -``` - -[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] - -#### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings) - -Here are the steps to configure a kiosk using the Settings app: - -1. Open the Settings app to view and configure a device as a kiosk. Go to **Settings > Accounts > Other Users**, or use the following shortcut: - - > [!div class="nextstepaction"] - > - > [Other Users](ms-settings:otherusers) - -1. Under **Set up a kiosk**, select **Get Started** -1. In the **Create an account** dialog, enter the account name, and select **Next** - >[!NOTE] - >If there are any local standard user accounts already, the **Create an account** dialog offers the option to **Choose an existing account** - -1. Choose the application to run when the kiosk account signs in. Only apps that can run above the lock screen are available in the list of apps to choose from. If you select **Microsoft Edge** as the kiosk app, you configure the following options: - - - Whether Microsoft Edge should display your website full-screen (digital sign) or with some browser controls available (public browser) - - Which URL should be open when the kiosk accounts signs in - - When Microsoft Edge should restart after a period of inactivity (if you select to run as a public browser) - -1. Select **Close** - -When the device isn't joined to an Active Directory domain or Microsoft Entra ID, automatic sign-in of the kiosk account is configured automatically: - -- If you want the kiosk account to sign in automatically, and the kiosk app launched when the device restarts, then you don't need to do anything -- If you don't want the kiosk account to sign in automatically when the device restarts, then you must change the default setting before you configure the device as a kiosk. Sign in with the account that you want to use as the kiosk account. Open **Settings** > **Accounts** > **Sign-in options**. Set the **Use my sign-in info to automatically finish setting up my device after an update or restart** setting to **Off**. After you change the setting, you can apply the kiosk configuration to the device - ---- - -> [!TIP] -> For practical examples, see the [Quickstart: Configure a kiosk with Assigned Access](quickstart-kiosk.md). - -## Configure a restricted user experience - -To configure a restricted user experience with Assigned Access, you must create an XML configuration file with the settings for the desired experience. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options: - -- A Mobile Device Management (MDM) solution, like Microsoft Intune -- Provisioning packages -- PowerShell, with the MDM Bridge WMI Provider - -To learn how to configure the Assigned Access XML file, see [Create an Assigned Access configuration file](configuration-file.md). - -[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] - -#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) - -You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. - -- **Setting:** `./Vendor/MSFT/AssignedAccess/ShellLauncher` -- **Value:** content of the XML configuration file - -Assign the policy to a group that contains as members the devices that you want to configure. - -#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) - -[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] - -- **Path:** `AssignedAccess/MultiAppAssignedAccessSettings` -- **Value:** content of the XML configuration file - -[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] - -#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) - -[!INCLUDE [powershell-wmi-bridge-1](../../../includes/configure/powershell-wmi-bridge-1.md)] - -```PowerShell -$assignedAccessConfiguration = @" - -# content of the XML configuration file - -"@ - -$namespaceName="root\cimv2\mdm\dmmap" -$className="MDM_AssignedAccess" -$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className -$obj.Configuration = [System.Net.WebUtility]::HtmlEncode($assignedAccessConfiguration) -$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue -if($cimSetError) { - Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" - Write-Error -ErrorRecord $cimSetError[0] - - $timeout = New-TimeSpan -Seconds 30 - $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() - do{ - $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore - } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available - - if($events.Count) { - $events | ForEach-Object { - Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" - } - } else { - Write-Warning "Timed-out attempting to retrieve event logs..." - } - - Exit 1 -} - -Write-Output "Successfully applied Assigned Access configuration" -``` - -[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] - -#### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings) - -This option isn't available using Settings. - ---- - -> [!TIP] -> For practical examples, see the [Quickstart: Configure a restricted user experience with Assigned Access](quickstart-restricted-user-experience.md) - -## User experience - -To validate the kiosk or restricted user experience, sign in with the user account you specified in the configuration file. - -The Assigned Access configuration takes effect the next time the targeted user signs in. If that user account is signed in when you apply the configuration, sign out and sign back in to validate the experience. - -> [!NOTE] -> Starting in Windows 11, a restricted user experience supports the use of multiple monitors. - -### Autotrigger touch keyboard - -The touch keyboard is automatically triggered when there's an input needed and no physical keyboard is attached on touch-enabled devices. You don't need to configure any other setting to enforce this behavior. - -> [!TIP] -> The touch keyboard is triggered only when tapping a textbox. Mouse clicks don't trigger the touch keyboard. If you're testing this feature, use a physical device instead of a virtual machine (VM), as the touch keyboard is not triggered on VMs. - -### Sign out of assigned access - -By default, to exit the kiosk experience, press Ctrl + Alt + Del. The kiosk app exits automatically. If you sign in again as the Assigned Access account, or wait for the sign in screen timeout, the kiosk app relaunches. The default timeout is 30 seconds, but you can change the timeout with the registry key: - -`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI` - -To change the default time for Assigned Access to resume, add *IdleTimeOut* (DWORD) and enter the value data as milliseconds in hexadecimal. - -> [!NOTE] -> `IdleTimeOut` doesn't apply to the Microsoft Edge kiosk mode. - -The Breakout Sequence of Ctrl + Alt + Del is the default, but this sequence can be configured to be a different sequence of keys. The breakout sequence uses the format **modifiers + keys**. An example breakout sequence is CTRL + ALT + A, where CTRL + ALT are the modifiers, and A is the key value. To learn more, see [Create an Assigned Access configuration XML file](configuration-file.md). - -## Remove Assigned Access - -Deleting the restricted user experience removes the policy settings associated with the users, but it can't revert all the configurations. For example, the Start menu configuration is maintained. - -## Next steps - -> [!div class="nextstepaction"] -> Review the recommendations before you deploy Assigned Access: -> -> [Assigned Access recommendations](recommendations.md) - - - -[MEM-1]: /mem/intune/configuration/custom-settings-windows-10 -[WIN-3]: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/assigned-access/multi-app-kiosk.md b/windows/configuration/assigned-access/multi-app-kiosk.md new file mode 100644 index 0000000000..9f67a232b7 --- /dev/null +++ b/windows/configuration/assigned-access/multi-app-kiosk.md @@ -0,0 +1,132 @@ +--- +title: Configure a multi-app kiosk with Assigned Access +description: Learn how to configure a multi-app kiosk with Assigned Access. +ms.date: 10/31/2024 +ms.topic: overview +--- + +# Configure a restricted user experience (multi-app kiosk) with Assigned Access + +To configure a restricted user experience with Assigned Access, you must create an XML configuration file with the settings for the desired experience. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options: + +- A Mobile Device Management (MDM) solution, like Microsoft Intune +- Provisioning packages +- PowerShell, with the MDM Bridge WMI Provider + +To learn how to configure the Assigned Access XML file, see [Create an Assigned Access configuration file](configuration-file.md). + +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] + +#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) + +You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. + +- **Setting:** `./Vendor/MSFT/AssignedAccess/ShellLauncher` +- **Value:** content of the XML configuration file + +Assign the policy to a group that contains as members the devices that you want to configure. + +#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] + +- **Path:** `AssignedAccess/MultiAppAssignedAccessSettings` +- **Value:** content of the XML configuration file + +[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] + +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) + +[!INCLUDE [powershell-wmi-bridge-1](../../../includes/configure/powershell-wmi-bridge-1.md)] + +```PowerShell +$assignedAccessConfiguration = @" + +# content of the XML configuration file + +"@ + +$namespaceName="root\cimv2\mdm\dmmap" +$className="MDM_AssignedAccess" +$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className +$obj.Configuration = [System.Net.WebUtility]::HtmlEncode($assignedAccessConfiguration) +$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue +if($cimSetError) { + Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" + Write-Error -ErrorRecord $cimSetError[0] + + $timeout = New-TimeSpan -Seconds 30 + $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() + do{ + $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore + } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available + + if($events.Count) { + $events | ForEach-Object { + Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" + } + } else { + Write-Warning "Timed-out attempting to retrieve event logs..." + } + + Exit 1 +} + +Write-Output "Successfully applied Assigned Access configuration" +``` + +[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] + +#### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings) + +This option isn't available using Settings. + +--- + +> [!TIP] +> For practical examples, see the [Quickstart: Configure a restricted user experience with Assigned Access](quickstart-restricted-user-experience.md) + +## User experience + +To validate the kiosk or restricted user experience, sign in with the user account you specified in the configuration file. + +The Assigned Access configuration takes effect the next time the targeted user signs in. If that user account is signed in when you apply the configuration, sign out and sign back in to validate the experience. + +> [!NOTE] +> Starting in Windows 11, a restricted user experience supports the use of multiple monitors. + +### Autotrigger touch keyboard + +The touch keyboard is automatically triggered when there's an input needed and no physical keyboard is attached on touch-enabled devices. You don't need to configure any other setting to enforce this behavior. + +> [!TIP] +> The touch keyboard is triggered only when tapping a textbox. Mouse clicks don't trigger the touch keyboard. If you're testing this feature, use a physical device instead of a virtual machine (VM), as the touch keyboard is not triggered on VMs. + +### Sign out of assigned access + +By default, to exit the kiosk experience, press Ctrl + Alt + Del. The kiosk app exits automatically. If you sign in again as the Assigned Access account, or wait for the sign in screen timeout, the kiosk app relaunches. The default timeout is 30 seconds, but you can change the timeout with the registry key: + +`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI` + +To change the default time for Assigned Access to resume, add *IdleTimeOut* (DWORD) and enter the value data as milliseconds in hexadecimal. + +> [!NOTE] +> `IdleTimeOut` doesn't apply to the Microsoft Edge kiosk mode. + +The Breakout Sequence of Ctrl + Alt + Del is the default, but this sequence can be configured to be a different sequence of keys. The breakout sequence uses the format **modifiers + keys**. An example breakout sequence is CTRL + ALT + A, where CTRL + ALT are the modifiers, and A is the key value. To learn more, see [Create an Assigned Access configuration XML file](configuration-file.md). + +## Remove Assigned Access + +Deleting the restricted user experience removes the policy settings associated with the users, but it can't revert all the configurations. For example, the Start menu configuration is maintained. + +## Next steps + +> [!div class="nextstepaction"] +> Review the recommendations before you deploy Assigned Access: +> +> [Assigned Access recommendations](recommendations.md) + + + +[MEM-1]: /mem/intune/configuration/custom-settings-windows-10 +[WIN-3]: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/assigned-access/single-app-kiosk.md b/windows/configuration/assigned-access/single-app-kiosk.md new file mode 100644 index 0000000000..a132429095 --- /dev/null +++ b/windows/configuration/assigned-access/single-app-kiosk.md @@ -0,0 +1,165 @@ +--- +title: Configure a single-app kiosk with Assigned Access +description: Learn how to configure a single-app kiosk with Assigned Access. +ms.date: 10/31/2024 +ms.topic: overview +--- + +# Configure a single-app kiosk experience with Assigned Access + +There are several options to configure a kiosk experience. If you need to configure a single device with a local account, you can use: + +- PowerShell: you can use the `Set-AssignedAccess` PowerShell cmdlet to configure a kiosk experience using a local standard account +- Settings: use this option when you need a simple method to configure a single device with a local standard user account + +For advanced customizations, you can use the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp) to configure the kiosk experience. The CSP allows you to configure the kiosk app, the user account, and the kiosk app's behavior. When you use the CSP, you must create an XML configuration file that specifies the kiosk app and the user account. The XML file is applied to the device using one of the following options: + +- A Mobile Device Management (MDM) solution, like Microsoft Intune +- Provisioning packages +- PowerShell, with the MDM Bridge WMI Provider + +To learn how to configure the Shell Launcher XML file, see [Create an Assigned Access configuration file](configuration-file.md). + +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] + +#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) + +You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. + +- **Setting:** `./Vendor/MSFT/AssignedAccess/Configuration` +- **Value:** content of the XML configuration file + +Assign the policy to a group that contains as members the devices that you want to configure. + +#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] + +- **Path:** `AssignedAccess/AssignedAccessSettings` +- **Value:** Enter the account and the application you want to use for Assigned access, using the AUMID of the app. Example: + - `{"Account":"domain\user", "AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}` + +[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] + +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) + +To configure a device using Windows PowerShell: + +1. Sign in as administrator +1. [Create the user account](https://support.microsoft.com/help/4026923/windows-create-a-local-user-or-administrator-account-in-windows-10) for Assigned Access +1. Sign in as the Assigned Access user account +1. Install the required UWP app +1. Sign out as the Assigned Access user account +1. Sign in as administrator and from an elevated PowerShell prompt use one of the following commands: + + ```PowerShell + #Configure Assigned Access by AppUserModelID and user name + Set-AssignedAccess -AppUserModelId -UserName + + #Configure Assigned Access by AppUserModelID and user SID + Set-AssignedAccess -AppUserModelId -UserSID + + #Configure Assigned Access by app name and user name + Set-AssignedAccess -AppName -UserName + + #Configure Assigned Access by app name and user SID**: + Set-AssignedAccess -AppName -UserSID + +> [!NOTE] +> To set up Assigned Access using `-AppName`, the user account that you enter for Assigned Access must have signed in at least once. + +For more information: + +- [Find the Application User Model ID of an installed app](../store/find-aumid.md) +- [Set-AssignedAccess](/powershell/module/assignedaccess/set-assignedaccess) + +To remove assigned access, using PowerShell, run the following cmdlet: + +```powershell +Clear-AssignedAccess +``` + +For advanced customizations that use the XML configuration file, you can use PowerShell scripts via the [MDM Bridge WMI Provider](/windows/win32/dmwmibridgeprov/mdm-bridge-wmi-provider-portal). + +> [!IMPORTANT] +> For all device settings, the WMI Bridge client must be executed as SYSTEM (LocalSystem) account. + +To test the PowerShell script, you can: + +1. [Download the psexec tool](/sysinternals/downloads/psexec) +1. Open an elevated command prompt and run: `psexec.exe -i -s powershell.exe` +1. Run the script in the PowerShell session + +```PowerShell +$shellLauncherConfiguration = @" + +# content of the XML configuration file + +"@ + +$namespaceName="root\cimv2\mdm\dmmap" +$className="MDM_AssignedAccess" +$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className +$obj.ShellLauncher = [System.Net.WebUtility]::HtmlEncode($shellLauncherConfiguration) +$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue +if($cimSetError) { + Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" + Write-Error -ErrorRecord $cimSetError[0] + + $timeout = New-TimeSpan -Seconds 30 + $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() + do{ + $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore + } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available + + if($events.Count) { + $events | ForEach-Object { + Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" + } + } else { + Write-Warning "Timed-out attempting to retrieve event logs..." + } + + Exit 1 +} + +Write-Output "Successfully applied Shell Launcher configuration" +``` + +[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] + +#### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings) + +Here are the steps to configure a kiosk using the Settings app: + +1. Open the Settings app to view and configure a device as a kiosk. Go to **Settings > Accounts > Other Users**, or use the following shortcut: + + > [!div class="nextstepaction"] + > + > [Other Users](ms-settings:otherusers) + +1. Under **Set up a kiosk**, select **Get Started** +1. In the **Create an account** dialog, enter the account name, and select **Next** + >[!NOTE] + >If there are any local standard user accounts already, the **Create an account** dialog offers the option to **Choose an existing account** + +1. Choose the application to run when the kiosk account signs in. Only apps that can run above the lock screen are available in the list of apps to choose from. If you select **Microsoft Edge** as the kiosk app, you configure the following options: + + - Whether Microsoft Edge should display your website full-screen (digital sign) or with some browser controls available (public browser) + - Which URL should be open when the kiosk accounts signs in + - When Microsoft Edge should restart after a period of inactivity (if you select to run as a public browser) + +1. Select **Close** + +When the device isn't joined to an Active Directory domain or Microsoft Entra ID, automatic sign-in of the kiosk account is configured automatically: + +- If you want the kiosk account to sign in automatically, and the kiosk app launched when the device restarts, then you don't need to do anything +- If you don't want the kiosk account to sign in automatically when the device restarts, then you must change the default setting before you configure the device as a kiosk. Sign in with the account that you want to use as the kiosk account. Open **Settings** > **Accounts** > **Sign-in options**. Set the **Use my sign-in info to automatically finish setting up my device after an update or restart** setting to **Off**. After you change the setting, you can apply the kiosk configuration to the device + +--- + +> [!TIP] +> For practical examples, see the [Quickstart: Configure a kiosk with Assigned Access](quickstart-kiosk.md). + +[MEM-1]: /mem/intune/configuration/custom-settings-windows-10 +[WIN-3]: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index d0c553ba35..a0b60483cc 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -1,25 +1,27 @@ items: -- name: Assigned Access +- name: Overview + href: index.md +- name: Configure a kiosk experience (single app) + href: single-app-kiosk.md +- name: Configure a restricted user experience (multi-app) + href: multi-app-kiosk.md +- name: Create a configuration file + href: configuration-file.md +- name: Quickstarts items: - - name: What is Assigned Access? - href: index.md - - name: Create an Assigned Access configuration file - href: configuration-file.md - - name: Quickstarts - items: - - name: Configure a kiosk with Assigned Access - href: quickstart-kiosk.md - - name: Configure a restricted user experience with Assigned Access - href: quickstart-restricted-user-experience.md - - name: Reference - items: - - name: Assigned Access XSD - href: xsd.md - - name: Assigned Access XML examples - href: examples.md - - name: Assigned Access policy settings - href: policy-settings.md + - name: Configure a kiosk with Assigned Access + href: quickstart-kiosk.md + - name: Configure a restricted user experience with Assigned Access + href: quickstart-restricted-user-experience.md - name: Recommendations href: recommendations.md -- name: Assigned Access CSP 🔗 - href: /windows/client-management/mdm/assignedaccess-csp \ No newline at end of file +- name: Reference + items: + - name: Assigned Access XSD + href: xsd.md + - name: Assigned Access XML examples + href: examples.md + - name: Assigned Access policy settings + href: policy-settings.md + - name: Assigned Access CSP 🔗 + href: /windows/client-management/mdm/assignedaccess-csp \ No newline at end of file diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index fd5672fb07..eb1a729f48 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -1,27 +1,29 @@ items: -- name: What is Shell Launcher? +- name: Overview href: index.md - name: "Quickstart: Configure a kiosk with Shell Launcher" href: quickstart-kiosk.md -- name: Create a Shell Launcher configuration file +- name: Create a configuration file href: configuration-file.md -- name: Shell Launcher XSD - href: xsd.md -- name: WMI Provider Reference +- name: Reference items: - - name: Class WESL_UserSetting - href: wesl-usersetting.md - - name: GetCustomShell - href: wesl-usersettinggetcustomshell.md - - name: GetDefaultShell - href: wesl-usersettinggetdefaultshell.md - - name: IsEnabled - href: wesl-usersettingisenabled.md - - name: RemoveCustomShell - href: wesl-usersettingremovecustomshell.md - - name: SetCustomShell - href: wesl-usersettingsetcustomshell.md - - name: SetDefaultShell - href: wesl-usersettingsetdefaultshell.md - - name: SetEnabled - href: wesl-usersettingsetenabled.md \ No newline at end of file + - name: Shell Launcher XSD + href: xsd.md + - name: WMI Provider + items: + - name: Class WESL_UserSetting + href: wesl-usersetting.md + - name: GetCustomShell + href: wesl-usersettinggetcustomshell.md + - name: GetDefaultShell + href: wesl-usersettinggetdefaultshell.md + - name: IsEnabled + href: wesl-usersettingisenabled.md + - name: RemoveCustomShell + href: wesl-usersettingremovecustomshell.md + - name: SetCustomShell + href: wesl-usersettingsetcustomshell.md + - name: SetDefaultShell + href: wesl-usersettingsetdefaultshell.md + - name: SetEnabled + href: wesl-usersettingsetenabled.md \ No newline at end of file From d14d4d834971c9a467f384773b5765c0ad163ef1 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:37:37 -0500 Subject: [PATCH 024/111] updates --- ...-kiosk.md => configure-multi-app-kiosk.md} | 0 ...kiosk.md => configure-single-app-kiosk.md} | 0 windows/configuration/assigned-access/toc.yml | 4 +- .../configuration/shell-launcher/configure.md | 102 ++++++++++++++++++ windows/configuration/shell-launcher/index.md | 96 ----------------- windows/configuration/shell-launcher/toc.yml | 2 + 6 files changed, 106 insertions(+), 98 deletions(-) rename windows/configuration/assigned-access/{multi-app-kiosk.md => configure-multi-app-kiosk.md} (100%) rename windows/configuration/assigned-access/{single-app-kiosk.md => configure-single-app-kiosk.md} (100%) create mode 100644 windows/configuration/shell-launcher/configure.md diff --git a/windows/configuration/assigned-access/multi-app-kiosk.md b/windows/configuration/assigned-access/configure-multi-app-kiosk.md similarity index 100% rename from windows/configuration/assigned-access/multi-app-kiosk.md rename to windows/configuration/assigned-access/configure-multi-app-kiosk.md diff --git a/windows/configuration/assigned-access/single-app-kiosk.md b/windows/configuration/assigned-access/configure-single-app-kiosk.md similarity index 100% rename from windows/configuration/assigned-access/single-app-kiosk.md rename to windows/configuration/assigned-access/configure-single-app-kiosk.md diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index a0b60483cc..dd83e1791a 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -2,9 +2,9 @@ items: - name: Overview href: index.md - name: Configure a kiosk experience (single app) - href: single-app-kiosk.md + href: configure-single-app-kiosk.md - name: Configure a restricted user experience (multi-app) - href: multi-app-kiosk.md + href: configure-multi-app-kiosk.md - name: Create a configuration file href: configuration-file.md - name: Quickstarts diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md new file mode 100644 index 0000000000..fbd54c6c33 --- /dev/null +++ b/windows/configuration/shell-launcher/configure.md @@ -0,0 +1,102 @@ +--- +title: Configure a kiosk with Shell Launcher +description: Learn how to configure a Windows kiosk with Shell Launcher. +ms.date: 10/31/2024 +ms.topic: overview +--- + +# Configure a kiosk with Shell Launcher + +The configuration of Shell Launcher is done using an XML file. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options: + +- A Mobile Device Management (MDM) solution, like Microsoft Intune +- Provisioning packages +- The MDM Bridge WMI Provider + +To learn how to configure the Shell Launcher XML file, see [Create a Shell Launcher configuration file](configuration-file.md). + +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] + +#### [:::image type="icon" source="../../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) + +You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. + +- **Setting:** `./Vendor/MSFT/AssignedAccess/ShellLauncher` +- **Value:** content of the XML configuration file + +Assign the policy to a group that contains as members the devices that you want to configure. + +#### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] + +- **Path:** `SMISettings/ShellLauncher` +- **Value:** depends on specific settings + +[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] + +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) + +[!INCLUDE [powershell-wmi-bridge-1](../../../includes/configure/powershell-wmi-bridge-1.md)] + +```PowerShell +$shellLauncherConfiguration = @" + +# content of the XML configuration file + +"@ + +$namespaceName="root\cimv2\mdm\dmmap" +$className="MDM_AssignedAccess" +$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className +$obj.ShellLauncher = [System.Net.WebUtility]::HtmlEncode($shellLauncherConfiguration) +$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue +if($cimSetError) { + Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" + Write-Error -ErrorRecord $cimSetError[0] + + $timeout = New-TimeSpan -Seconds 30 + $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() + $eventLogFilterHashTable = @{ LogName='Microsoft-Windows-AssignedAccess/Admin' } + do{ + $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore + } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available + + if($events.Count) { + $events | ForEach-Object { + Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" + } + } else { + Write-Warning "Timed-out attempting to retrieve event logs..." + } + + Exit 1 +} + +Write-Output "Successfully applied Shell Launcher configuration" +``` + +[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] + +--- + +> [!TIP] +> For practical examples, see the [Quickstart: configure a kiosk experience with Shell Launcher](quickstart-kiosk.md). + +## User experience + +After the settings are applied, the users that are configured to use Shell Launcher will execute the custom shell after sign-in. + +Depending on your configuration, you can have a user to automatically sign in to the device. + +## Next steps + +> [!div class="nextstepaction"] +> Learn how to configure the Shell Launcher XML file: +> +> [Create a Shell Launcher configuration file](configuration-file.md) + + + +[MEM-1]: /mem/intune/configuration/custom-settings-windows-10 +[WIN-3]: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/shell-launcher/index.md b/windows/configuration/shell-launcher/index.md index 71ef605040..22e28deda0 100644 --- a/windows/configuration/shell-launcher/index.md +++ b/windows/configuration/shell-launcher/index.md @@ -33,99 +33,3 @@ Here are some limitations to consider when using Shell Launcher: - Windows doesn't support setting a custom shell before the out-of-box experience (OOBE). If you do, you can't deploy the resulting image - Shell Launcher doesn't support a custom shell with an application that launches a different process and exits. For example, you can't specify `write.exe` in Shell Launcher. Shell Launcher launches a custom shell and monitors the process to identify when the custom shell exits. `Write.exe` creates a 32-bit `wordpad.exe` process and exits. Since Shell Launcher isn't aware of the newly created `wordpad.exe` process, Shell Launcher takes action based on the exit code of `Write.exe`, such as restarting the custom shell - -## Configure a device with Shell Launcher - -The configuration of Shell Launcher is done using an XML file. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options: - -- A Mobile Device Management (MDM) solution, like Microsoft Intune -- Provisioning packages -- The MDM Bridge WMI Provider - -To learn how to configure the Shell Launcher XML file, see [Create a Shell Launcher configuration file](configuration-file.md). - -[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] - -#### [:::image type="icon" source="../../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) - -You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. - -- **Setting:** `./Vendor/MSFT/AssignedAccess/ShellLauncher` -- **Value:** content of the XML configuration file - -Assign the policy to a group that contains as members the devices that you want to configure. - -#### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) - -[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] - -- **Path:** `SMISettings/ShellLauncher` -- **Value:** depends on specific settings - -[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] - -#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) - -[!INCLUDE [powershell-wmi-bridge-1](../../../includes/configure/powershell-wmi-bridge-1.md)] - -```PowerShell -$shellLauncherConfiguration = @" - -# content of the XML configuration file - -"@ - -$namespaceName="root\cimv2\mdm\dmmap" -$className="MDM_AssignedAccess" -$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className -$obj.ShellLauncher = [System.Net.WebUtility]::HtmlEncode($shellLauncherConfiguration) -$obj = Set-CimInstance -CimInstance $obj -ErrorVariable cimSetError -ErrorAction SilentlyContinue -if($cimSetError) { - Write-Output "An ERROR occurred. Displaying error record and attempting to retrieve error logs...`n" - Write-Error -ErrorRecord $cimSetError[0] - - $timeout = New-TimeSpan -Seconds 30 - $stopwatch = [System.Diagnostics.Stopwatch]::StartNew() - $eventLogFilterHashTable = @{ LogName='Microsoft-Windows-AssignedAccess/Admin' } - do{ - $events = Get-WinEvent -FilterHashtable $eventLogFilterHashTable -ErrorAction Ignore - } until ($events.Count -or $stopwatch.Elapsed -gt $timeout) # wait for the log to be available - - if($events.Count) { - $events | ForEach-Object { - Write-Output "$($_.TimeCreated) [$($_.LevelDisplayName.ToUpper())] $($_.Message -replace "`n|`r")" - } - } else { - Write-Warning "Timed-out attempting to retrieve event logs..." - } - - Exit 1 -} - -Write-Output "Successfully applied Shell Launcher configuration" -``` - -[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] - ---- - -> [!TIP] -> For practical examples, see the [Quickstart: configure a kiosk experience with Shell Launcher](quickstart-kiosk.md). - -## User experience - -After the settings are applied, the users that are configured to use Shell Launcher will execute the custom shell after sign-in. - -Depending on your configuration, you can have a user to automatically sign in to the device. - -## Next steps - -> [!div class="nextstepaction"] -> Learn how to configure the Shell Launcher XML file: -> -> [Create a Shell Launcher configuration file](configuration-file.md) - - - -[MEM-1]: /mem/intune/configuration/custom-settings-windows-10 -[WIN-3]: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index eb1a729f48..823c452584 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -1,6 +1,8 @@ items: - name: Overview href: index.md +- name: Configure a kiosk with Shell Launcher + href: configure.md - name: "Quickstart: Configure a kiosk with Shell Launcher" href: quickstart-kiosk.md - name: Create a configuration file From 638389f1c0fb4a5b3cf37dfdc7dd4b06bd6bce18 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 27 Feb 2025 06:57:30 -0500 Subject: [PATCH 025/111] changed license format for include file --- includes/licensing/assigned-access.md | 8 +++++--- includes/licensing/shell-launcher.md | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/includes/licensing/assigned-access.md b/includes/licensing/assigned-access.md index 71772672a8..be81753ec1 100644 --- a/includes/licensing/assigned-access.md +++ b/includes/licensing/assigned-access.md @@ -5,9 +5,11 @@ ms.date: 09/18/2023 ms.topic: include --- -## Windows edition requirements +### Windows edition requirements The following list contains the Windows editions that support Assigned Access: -✅ Pro
✅ Enterprise / Enterprise LTSC
-✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC +✅ Pro\ +✅ Enterprise / Enterprise LTSC\ +✅ Education\ +✅ IoT Enterprise / IoT Enterprise LTSC diff --git a/includes/licensing/shell-launcher.md b/includes/licensing/shell-launcher.md index 2a60361b19..388f256f16 100644 --- a/includes/licensing/shell-launcher.md +++ b/includes/licensing/shell-launcher.md @@ -5,8 +5,10 @@ ms.date: 09/18/2023 ms.topic: include --- -## Windows edition requirements +### Windows edition requirements The following list contains the Windows editions that support Shell Launcher: -❌ Home
❌ Pro / Pro Education
✅ Enterprise / Enterprise LTSC
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC +✅ Enterprise / Enterprise LTSC\ +✅ Education\ +✅ IoT Enterprise / IoT Enterprise LTSC From 44a74cd4d9932eb0e1a8a384a33af5afbdbca170 Mon Sep 17 00:00:00 2001 From: PraveenGururaj <42981758+PraveenGururaj@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:58:59 +0400 Subject: [PATCH 026/111] Update manage-connections-from-windows-operating-system-components-to-microsoft-services.md Updated GPO path in 29. Windows Update section to match OS related paths. --- ...g-system-components-to-microsoft-services.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 bfb651939e..4968c75653 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 @@ -1866,6 +1866,8 @@ You can turn off Windows Update by setting the following registry entries: -OR- +This is applicable to Windows 10. + - Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Do not connect to any Windows Update Internet locations** to **Enabled** -and- @@ -1880,6 +1882,21 @@ You can turn off Windows Update by setting the following registry entries: - Set the Group Policy **User Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Remove access to use all Windows Update features** to **Enabled** and then set **Computer Configurations** to **0 (zero)**. +This is applicable to Windows 11. + +- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service** > **Do not connect to any Windows Update Internet locations** to **Enabled** + + -and- + +- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service** > **Specify intranet Microsoft update service location** to **Enabled** and ensure all Option settings (Intranet Update Service, Intranet Statistics Server, Alternate Download Server) are set to **" "** + + -and- + +- Set the Group Policy **User Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Remove access to use all Windows Update features** to **Enabled** and then set **Computer Configurations** to **0 (zero)**. + + -and- + +- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **System** > **Internet Communication Management** > **Internet Communication Settings** > **Turn off access to all Windows Update features** to **Enabled** You can turn off automatic updates by doing the following. This isn't recommended. From 4d1b2a34ac1773f07b9286cca104a57a9ab12097 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:16:39 -0500 Subject: [PATCH 027/111] updates --- windows/configuration/assigned-access/toc.yml | 8 ++++---- .../browser-support_old.md => kiosk/browser-support.md} | 0 windows/configuration/kiosk/toc.yml | 4 ++-- windows/configuration/shell-launcher/configure.md | 4 ++-- windows/configuration/shell-launcher/quickstart-kiosk.md | 2 +- windows/configuration/shell-launcher/toc.yml | 6 ++++-- 6 files changed, 13 insertions(+), 11 deletions(-) rename windows/configuration/{shell-launcher/browser-support_old.md => kiosk/browser-support.md} (100%) diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index dd83e1791a..ab36c4b859 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -1,17 +1,17 @@ items: - name: Overview href: index.md -- name: Configure a kiosk experience (single app) +- name: Configure a single-app kiosk href: configure-single-app-kiosk.md -- name: Configure a restricted user experience (multi-app) +- name: Configure a multi-app kiosk href: configure-multi-app-kiosk.md - name: Create a configuration file href: configuration-file.md - name: Quickstarts items: - - name: Configure a kiosk with Assigned Access + - name: Configure a single-app kiosk href: quickstart-kiosk.md - - name: Configure a restricted user experience with Assigned Access + - name: Configure a multi-app kiosk href: quickstart-restricted-user-experience.md - name: Recommendations href: recommendations.md diff --git a/windows/configuration/shell-launcher/browser-support_old.md b/windows/configuration/kiosk/browser-support.md similarity index 100% rename from windows/configuration/shell-launcher/browser-support_old.md rename to windows/configuration/kiosk/browser-support.md diff --git a/windows/configuration/kiosk/toc.yml b/windows/configuration/kiosk/toc.yml index c4e920eb7d..91b2b9923c 100644 --- a/windows/configuration/kiosk/toc.yml +++ b/windows/configuration/kiosk/toc.yml @@ -1,9 +1,9 @@ items: - name: Overview href: index.md +- name: 🔴 Browser + href: browser-support - name: Assigned Access - items: - - name: What is Assigned Access? href: ../assigned-access/toc.yml - name: Shell Launcher href: ../shell-launcher/toc.yml diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index fbd54c6c33..d5c9fd8108 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -17,7 +17,7 @@ To learn how to configure the Shell Launcher XML file, see [Create a Shell Launc [!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] -#### [:::image type="icon" source="../../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) +#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. @@ -26,7 +26,7 @@ You can configure devices using a [custom policy][MEM-1] with the [AssignedAcces Assign the policy to a group that contains as members the devices that you want to configure. -#### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) +#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) [!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] diff --git a/windows/configuration/shell-launcher/quickstart-kiosk.md b/windows/configuration/shell-launcher/quickstart-kiosk.md index 48265cbe86..14256bfe41 100644 --- a/windows/configuration/shell-launcher/quickstart-kiosk.md +++ b/windows/configuration/shell-launcher/quickstart-kiosk.md @@ -24,7 +24,7 @@ The examples can be modified to fit your specific requirements. For example, you [!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] -#### [:::image type="icon" source="../../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) +#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) > [!TIP] > Use the following Graph call to automatically create a custom policy in your Microsoft Intune tenant without assignments nor scope tags. diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index 823c452584..05c3a39c67 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -1,9 +1,11 @@ items: - name: Overview href: index.md -- name: Configure a kiosk with Shell Launcher +- name: 🔴 Overview + href: index_old +- name: Configure a kiosk href: configure.md -- name: "Quickstart: Configure a kiosk with Shell Launcher" +- name: "Quickstart: Configure a kiosk" href: quickstart-kiosk.md - name: Create a configuration file href: configuration-file.md From 0fe89edd2b8c67dcc788d5796036b2533139d63e Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:36:15 -0500 Subject: [PATCH 028/111] updates --- windows/configuration/assigned-access/toc.yml | 4 +++- .../wedl-assignedaccess.md | 2 +- .../configuration/{shell-launcher => kiosk}/kiosk-mode.md | 2 +- windows/configuration/kiosk/toc.yml | 4 +++- windows/configuration/shell-launcher/toc.yml | 6 +++++- 5 files changed, 13 insertions(+), 5 deletions(-) rename windows/configuration/{shell-launcher => assigned-access}/wedl-assignedaccess.md (98%) rename windows/configuration/{shell-launcher => kiosk}/kiosk-mode.md (96%) diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index ab36c4b859..c5e4738fb7 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -23,5 +23,7 @@ items: href: examples.md - name: Assigned Access policy settings href: policy-settings.md + - name: WMI Class WEDL_AssignedAccess + href: wedl-assigneaccess.md - name: Assigned Access CSP 🔗 - href: /windows/client-management/mdm/assignedaccess-csp \ No newline at end of file + href: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/shell-launcher/wedl-assignedaccess.md b/windows/configuration/assigned-access/wedl-assignedaccess.md similarity index 98% rename from windows/configuration/shell-launcher/wedl-assignedaccess.md rename to windows/configuration/assigned-access/wedl-assignedaccess.md index acdd00a9df..ee8f4a797f 100644 --- a/windows/configuration/shell-launcher/wedl-assignedaccess.md +++ b/windows/configuration/assigned-access/wedl-assignedaccess.md @@ -9,7 +9,7 @@ ms.topic: reference This Windows Management Instrumentation (WMI) provider class configures settings for assigned access. -[!INCLUDE [shell-launcher](../../../includes/licensing/assigned-access.md)] +[!INCLUDE [assigned-access](../../../includes/licensing/assigned-access.md)] ## Syntax diff --git a/windows/configuration/shell-launcher/kiosk-mode.md b/windows/configuration/kiosk/kiosk-mode.md similarity index 96% rename from windows/configuration/shell-launcher/kiosk-mode.md rename to windows/configuration/kiosk/kiosk-mode.md index d5285fa51d..8e0da5e9c0 100644 --- a/windows/configuration/shell-launcher/kiosk-mode.md +++ b/windows/configuration/kiosk/kiosk-mode.md @@ -9,7 +9,7 @@ description: Learn about Kiosk Mode in Windows IoT Enterprise. Windows IoT Enterprise allows you to build fixed purpose devices such as ATM machines, point-of-sale terminals, medical devices, digital signs, or kiosks. Kiosk mode helps you create a dedicated and locked down user experience on these fixed purpose devices. Windows IoT Enterprise offers a set of different locked-down experiences for public or specialized use: [assigned access single-app kiosks](single-app-kiosk.md), [assigned access multi-app kiosks](multi-app-kiosk.md), or [shell launcher](index.md). -Kiosk configurations are based upon either [assigned access](../assigned-access/overview.md) or [shell launcher](index.md). There are several kiosk configuration methods that you can choose from, depending on your answers to the following questions. +Kiosk configurations are based upon either [assigned access](../assigned-access/index.md) or [shell launcher](index.md). There are several kiosk configuration methods that you can choose from, depending on your answers to the following questions. > [!NOTE] > diff --git a/windows/configuration/kiosk/toc.yml b/windows/configuration/kiosk/toc.yml index 91b2b9923c..dd7784fc1a 100644 --- a/windows/configuration/kiosk/toc.yml +++ b/windows/configuration/kiosk/toc.yml @@ -1,8 +1,10 @@ items: - name: Overview href: index.md +- name: 🔴 Kiosk mode + href: kiosk-mode.md - name: 🔴 Browser - href: browser-support + href: browser-support.md - name: Assigned Access href: ../assigned-access/toc.yml - name: Shell Launcher diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index 05c3a39c67..8f8482b7d9 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -2,7 +2,11 @@ items: - name: Overview href: index.md - name: 🔴 Overview - href: index_old + href: index_old.md +- name: 🔴 Multi-app kiosk + href: multi-app-kiosk.md +- name: 🔴 Single-app kiosk + href: single-app-kiosk.md - name: Configure a kiosk href: configure.md - name: "Quickstart: Configure a kiosk" From 28ef1ea523db8740eedc8f97aa3d50617533f30a Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:52:02 -0500 Subject: [PATCH 029/111] fix links --- windows/configuration/assigned-access/toc.yml | 2 +- windows/configuration/kiosk/kiosk-mode.md | 2 +- windows/configuration/shell-launcher/configuration-file.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index c5e4738fb7..6b09e1566d 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -24,6 +24,6 @@ items: - name: Assigned Access policy settings href: policy-settings.md - name: WMI Class WEDL_AssignedAccess - href: wedl-assigneaccess.md + href: wedl-assignedaccess.md - name: Assigned Access CSP 🔗 href: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/kiosk/kiosk-mode.md b/windows/configuration/kiosk/kiosk-mode.md index 8e0da5e9c0..cbd8285a0b 100644 --- a/windows/configuration/kiosk/kiosk-mode.md +++ b/windows/configuration/kiosk/kiosk-mode.md @@ -7,7 +7,7 @@ description: Learn about Kiosk Mode in Windows IoT Enterprise. # Kiosk mode -Windows IoT Enterprise allows you to build fixed purpose devices such as ATM machines, point-of-sale terminals, medical devices, digital signs, or kiosks. Kiosk mode helps you create a dedicated and locked down user experience on these fixed purpose devices. Windows IoT Enterprise offers a set of different locked-down experiences for public or specialized use: [assigned access single-app kiosks](single-app-kiosk.md), [assigned access multi-app kiosks](multi-app-kiosk.md), or [shell launcher](index.md). +Windows IoT Enterprise allows you to build fixed purpose devices such as ATM machines, point-of-sale terminals, medical devices, digital signs, or kiosks. Kiosk mode helps you create a dedicated and locked down user experience on these fixed purpose devices. Windows IoT Enterprise offers a set of different locked-down experiences for public or specialized use: *assigned access single-app kiosks*, *assigned access multi-app kiosks*, or *shell launcher*. Kiosk configurations are based upon either [assigned access](../assigned-access/index.md) or [shell launcher](index.md). There are several kiosk configuration methods that you can choose from, depending on your answers to the following questions. diff --git a/windows/configuration/shell-launcher/configuration-file.md b/windows/configuration/shell-launcher/configuration-file.md index 459b26e0a2..293aab7c03 100644 --- a/windows/configuration/shell-launcher/configuration-file.md +++ b/windows/configuration/shell-launcher/configuration-file.md @@ -104,7 +104,7 @@ Each profile defines a `Shell` element, which contains details about the applica | Property| Description | Details | |-|-|-| -|`Shell`| Application that is used as a Windows shell. |- For Universal Windows Platform (UWP) apps, you must provide the App User Model ID (AUMID). Learn how to [Find the Application User Model ID of an installed app](../../store/find-aumid.md).
- For desktop apps, specify the full path of the executable, which can contain system environment variables in the form of `%variableName%`. You can also specify any parameters that the app might require. | +|`Shell`| Application that is used as a Windows shell. |- For Universal Windows Platform (UWP) apps, you must provide the App User Model ID (AUMID). Learn how to [Find the Application User Model ID of an installed app](../store/find-aumid.md).
- For desktop apps, specify the full path of the executable, which can contain system environment variables in the form of `%variableName%`. You can also specify any parameters that the app might require. | |`V2:AppType`| Defines the type of application. |Allowed values are `Desktop` and `UWP`.| |`V2:AllAppsFullScreen` | Boolean value that defines if all applications are executed in full screen. |- When set to `true`, Shell Launcher runs every app in full screen, or maximized for desktop apps.
- When set to `false` or not set, only the custom shell app runs in full screen; other apps launched by the user run in windowed mode.| From f95a9f3919884f0987b1f5dfff3a42db36c03dc9 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 27 Feb 2025 08:13:48 -0500 Subject: [PATCH 030/111] updates --- windows/configuration/kiosk/kiosk-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/kiosk/kiosk-mode.md b/windows/configuration/kiosk/kiosk-mode.md index cbd8285a0b..0041577cc8 100644 --- a/windows/configuration/kiosk/kiosk-mode.md +++ b/windows/configuration/kiosk/kiosk-mode.md @@ -33,7 +33,7 @@ The kiosk account can be a local standard user account, a domain account, or an | Mode | Features | Description | Customer Usage | |------|----------|------------ |-----------------| -| Assigned access | Single-app kiosk (UWP) | Auto launches a UWP app in full screen and prevents access to other system functions, while monitoring the lifecycle of the kiosk app. Only supports one single-app kiosk profile under one account per device. | Digital signs & single function devices +| Assigned access | Single-app kiosk (UWP) | Auto launches a UWP app in full screen and prevents access to other system functions, while monitoring the lifecycle of the kiosk app. Only supports one single-app kiosk profile under one account per device. | Digital signs & single function devices| | Assigned access | Single-app kiosk (Microsoft Edge) | Auto launches Microsoft Edge and prevents access to other system functions, while monitoring the lifecycle of browser. Only supports one single-app kiosk profile under one account per device. | Public browsing kiosks & digital signs | | Assigned access | Multi-app kiosk (Restricted User Experience) | Windows 10: Always auto launches a restricted Start menu in full screen with the list of allowed app tiles.
Windows 11: Presents the familiar Windows desktop experience with a restricted set of apps. | Frontline Worker shared devices | | Shell launcher | Shell launcher | Auto launches an app that the customer specifies and monitors the lifecycle of this app. App can be used as a "shell" if desired. No default lockdown policies like hotkey blocking are enforced in Shell Launcher. | Fixed purpose devices with a custom shell experience | From 91cd371edee042c41f12bb285e1d506d51378a1f Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:04:26 -0500 Subject: [PATCH 031/111] moving content before merge --- .../{shell-launcher => assigned-access}/multi-app-kiosk.md | 0 .../{shell-launcher => assigned-access}/single-app-kiosk.md | 0 windows/configuration/assigned-access/toc.yml | 4 ++++ windows/configuration/shell-launcher/toc.yml | 4 ---- 4 files changed, 4 insertions(+), 4 deletions(-) rename windows/configuration/{shell-launcher => assigned-access}/multi-app-kiosk.md (100%) rename windows/configuration/{shell-launcher => assigned-access}/single-app-kiosk.md (100%) diff --git a/windows/configuration/shell-launcher/multi-app-kiosk.md b/windows/configuration/assigned-access/multi-app-kiosk.md similarity index 100% rename from windows/configuration/shell-launcher/multi-app-kiosk.md rename to windows/configuration/assigned-access/multi-app-kiosk.md diff --git a/windows/configuration/shell-launcher/single-app-kiosk.md b/windows/configuration/assigned-access/single-app-kiosk.md similarity index 100% rename from windows/configuration/shell-launcher/single-app-kiosk.md rename to windows/configuration/assigned-access/single-app-kiosk.md diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index 6b09e1566d..bb69fef3d3 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -3,8 +3,12 @@ items: href: index.md - name: Configure a single-app kiosk href: configure-single-app-kiosk.md +- name: 🔴 Single-app kiosk + href: single-app-kiosk.md - name: Configure a multi-app kiosk href: configure-multi-app-kiosk.md +- name: 🔴 Multi-app kiosk + href: multi-app-kiosk.md - name: Create a configuration file href: configuration-file.md - name: Quickstarts diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index 8f8482b7d9..18343a301f 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -3,10 +3,6 @@ items: href: index.md - name: 🔴 Overview href: index_old.md -- name: 🔴 Multi-app kiosk - href: multi-app-kiosk.md -- name: 🔴 Single-app kiosk - href: single-app-kiosk.md - name: Configure a kiosk href: configure.md - name: "Quickstart: Configure a kiosk" From d80c232b90d9d3ae3795c2c00bbf827018945dc1 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:41:30 -0500 Subject: [PATCH 032/111] Merge intro articles --- windows/configuration/kiosk/index.md | 44 ++++++++++++++++++++-------- windows/configuration/kiosk/toc.yml | 4 +-- 2 files changed, 33 insertions(+), 15 deletions(-) diff --git a/windows/configuration/kiosk/index.md b/windows/configuration/kiosk/index.md index 491055e509..7afd36fb92 100644 --- a/windows/configuration/kiosk/index.md +++ b/windows/configuration/kiosk/index.md @@ -1,33 +1,33 @@ --- -title: Windows kiosks and restricted user experiences -description: Learn about the options available in Windows to configure kiosks and restricted user experiences. +title: Windows Single-App and Multi-App Kiosk Configuration Options Overview +description: Learn how to configure Windows kiosks with single-app and multi-app options for a secure and enhanced user experience. ms.topic: overview ms.date: 10/31/2024 --- -# Windows kiosks and restricted user experiences +# Windows Kiosks Configuration Options Overview Organizations are constantly seeking ways to streamline operations, improve customer service, and enhance productivity. One effective solution is the deployment of kiosk devices. These specialized devices offer a range of benefits that can significantly impact an organization's efficiency and success. For example: -- Cost-effective customer service: kiosks allow organizations to provide essential services without the need for dedicated staff. Whether it's checking in at a hotel, ordering food at a restaurant, or printing boarding passes at an airport, kiosks reduce labor costs while maintaining service quality. Customers appreciate the convenience of self-service options, leading to higher satisfaction levels -- Reduced wait times: long queues and wait times frustrate customers and staff members. Kiosks expedite processes by allowing users to complete tasks independently. Whether it's paying bills, renewing memberships, or accessing information, kiosks empower users to get things done swiftly -- Consistent brand experience: kiosks ensure a uniform brand experience across different locations. Whether in retail stores, schools, airports, or healthcare facilities, the interface remains consistent. Brand consistency builds trust and reinforces the organization's image -- Customization and flexibility: kiosks can be tailored to specific needs. From touchscreens to barcode scanners, organizations choose features that align with their goals. Whether it's self-checkout, wayfinding, or interactive product catalogs, kiosks adapt to diverse requirements +- **Cost-effective customer service**: kiosks allow organizations to provide essential services without the need for dedicated staff. Whether it's checking in at a hotel, ordering food at a restaurant, or printing boarding passes at an airport, kiosks reduce labor costs while maintaining service quality. Customers appreciate the convenience of self-service options, leading to higher satisfaction levels +- **Reduced wait times**: long queues and wait times frustrate customers and staff members. Kiosks expedite processes by allowing users to complete tasks independently. Whether it's paying bills, renewing memberships, or accessing information, kiosks empower users to get things done swiftly +- **Consistent brand experience**: kiosks ensure a uniform brand experience across different locations. Whether in retail stores, schools, airports, or healthcare facilities, the interface remains consistent. Brand consistency builds trust and reinforces the organization's image +- **Customization and flexibility**: kiosks can be tailored to specific needs. From touchscreens to barcode scanners, organizations choose features that align with their goals. Whether it's self-checkout, wayfinding, or interactive product catalogs, kiosks adapt to diverse requirements -Windows offers two different options for public or specialized use: +Windows offers two options for public or specialized use: :::row::: :::column span="1"::: :::image type="content" source="images/kiosk.png" alt-text="Icon representing a kiosk." border="false"::: :::column-end::: :::column span="3"::: - #### Kiosk experience + #### Kiosk :::column-end::: :::row-end::: This option runs a single application in full screen, and people using the device can only use that app. When the designated kiosk account signs in, the kiosk app launches automatically. This option is sometimes referred to as *single-app kiosk*. -Windows offers two different features to configure a kiosk experience: +Windows has two features to configure a single-app kiosk: - **Assigned Access**: used to execute a single Universal Windows Platform (UWP) app or Microsoft Edge in full screen above the lock screen. When the kiosk account signs in, the kiosk app launches automatically. If the UWP app is closed, it automatically restarts - **Shell Launcher**: used to configure a device to execute a Windows desktop application as the user interface. The application that you specify replaces the default Windows shell (`Explorer.exe`) that usually runs when a user signs in. This type of single-app kiosk doesn't run above the lock screen @@ -37,7 +37,7 @@ Windows offers two different features to configure a kiosk experience: :::image type="content" source="images/restricted-user-experience.png" alt-text="Icon representing a restricted user experience." border="false"::: :::column-end::: :::column span="3"::: - #### Restricted user experience + #### Restricted user experience (multi-app kiosk) :::column-end::: :::row-end::: @@ -56,7 +56,25 @@ When you're considering a kiosk or restricted user experience, you need to choos | **🔲** | *How many apps?*
The number of apps determines the experience to build: **kiosk** or **restricted user experience**.| | **🔲** | *Desktop experience or custom?*
If your users require access to the desktop with a custom Start menu, then you can build a **restricted user experience** with **Assigned Access**. If your users require access to multiple applications but with a custom user interface, then you should use **Shell Launcher**.| | **🔲** | *In single-app scenario, which type of app will your kiosk run?*
If the kiosk requires a Universal Windows Platform (UWP) app or Microsoft Edge, you can build a **kiosk experience** with **Assigned Access**. If the kiosk requires a desktop app, you can build a **kiosk experience** with **Shell Launcher**.| -| **🔲** | *Which edition of Windows client will the kiosk run?"*
**Assigned Access** is supported on Windows Pro and Enterprise/Education. **Shell Launcher** is only supported on Windows Enterprise and Education editions.| +| **🔲** | *Which edition of Windows client will the kiosk run?*
**Assigned Access** is supported on Windows Pro and Enterprise/Education. **Shell Launcher** is only supported on Windows Enterprise and Education editions.| +| **🔲** | *Which type of user account will be the kiosk account?*
The kiosk account can be a local standard user account, a domain account, or a Microsoft Entra ID account, depending on the method that you use to configure the kiosk. If you require users to sign in and authenticate on the kiosk, you should use an Assigned Access multi-app kiosk configuration. The Assigned Access single-app kiosk configuration doesn't require users to sign in to the kiosk, although they can sign in to the kiosk app if you select an app that has a sign-in method.| + +> [!TIP] +> +> A benefit of using an Assigned Access kiosk mode is that a [set of policy settings](../assigned-access/policy-settings.md) are automatically applied to the device to optimize the lock-down experience. Shell Launcher doesn't have any default lockdown policies. + +## Microsoft Edge Kiosk Mode + +You can use Microsoft Edge kiosk mode to create an Assigned Access single-app or multi-app kiosk experience. + +[Microsoft Edge kiosk mode](/deployedge/microsoft-edge-configure-kiosk-mode) offers two lockdown experiences of the browser to create, manage, and provide the best experience for your customers. The following lockdown experiences are available: + +- Digital/Interactive Signage experience: Displays a specific site in full-screen mode +- Public-Browsing experience: Runs a limited multi-tab version of Microsoft Edge + +Both experiences run a Microsoft Edge InPrivate session, which protects user data. + +To learn more, see [Microsoft Edge kiosk mode](/deployedge/microsoft-edge-configure-kiosk-mode). ## Next steps @@ -70,5 +88,5 @@ Learn more about the options available to configure kiosks and restricted user e If you're ready to try out the options available to configure kiosks and restricted user experiences, check out the following quickstarts: - [Quickstart: configure a kiosk with Assigned Access](../assigned-access/quickstart-kiosk.md) -- [Quickstart: configure a kiosk experience with Shell Launcher](../shell-launcher/quickstart-kiosk.md) +- [Quickstart: configure a kiosk with Shell Launcher](../shell-launcher/quickstart-kiosk.md) - [Quickstart: configure a restricted user experience with Assigned Access](../assigned-access/quickstart-restricted-user-experience.md) \ No newline at end of file diff --git a/windows/configuration/kiosk/toc.yml b/windows/configuration/kiosk/toc.yml index dd7784fc1a..399f5c35be 100644 --- a/windows/configuration/kiosk/toc.yml +++ b/windows/configuration/kiosk/toc.yml @@ -1,9 +1,9 @@ items: - name: Overview href: index.md -- name: 🔴 Kiosk mode +- name: 🔴 Kiosk mode (merged to Overview doc ↖️) href: kiosk-mode.md -- name: 🔴 Browser +- name: 🔴 Browser (merged to Overview doc ↖️) href: browser-support.md - name: Assigned Access href: ../assigned-access/toc.yml From 175e0b7b234faf0aafec7cc3d341e8d4e1352d8c Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:09:45 -0500 Subject: [PATCH 033/111] TOC update to share with PM --- .../configuration/assigned-access/configuration-file.md | 2 +- .../assigned-access/configure-multi-app-kiosk.md | 2 +- .../assigned-access/configure-single-app-kiosk.md | 2 +- windows/configuration/assigned-access/examples.md | 2 +- windows/configuration/assigned-access/index.md | 2 +- windows/configuration/assigned-access/quickstart-kiosk.md | 2 +- .../quickstart-restricted-user-experience.md | 2 +- windows/configuration/assigned-access/recommendations.md | 2 +- windows/configuration/assigned-access/toc.yml | 4 ++-- windows/configuration/assigned-access/xsd.md | 2 +- windows/configuration/kiosk/index.md | 6 +++--- .../configuration/shell-launcher/configuration-file.md | 2 +- windows/configuration/shell-launcher/configure.md | 2 +- windows/configuration/shell-launcher/index.md | 6 +++--- windows/configuration/shell-launcher/quickstart-kiosk.md | 8 ++++---- windows/configuration/shell-launcher/toc.yml | 2 +- windows/configuration/shell-launcher/xsd.md | 2 +- 17 files changed, 25 insertions(+), 25 deletions(-) diff --git a/windows/configuration/assigned-access/configuration-file.md b/windows/configuration/assigned-access/configuration-file.md index 26cb548ff8..702018fa69 100644 --- a/windows/configuration/assigned-access/configuration-file.md +++ b/windows/configuration/assigned-access/configuration-file.md @@ -3,7 +3,7 @@ title: Create an Assigned Access configuration file description: Learn how to create an XML file to configure Assigned Access. ms.topic: how-to zone_pivot_groups: windows-versions-11-10 -ms.date: 10/31/2024 +ms.date: 02/27/2025 appliesto: --- diff --git a/windows/configuration/assigned-access/configure-multi-app-kiosk.md b/windows/configuration/assigned-access/configure-multi-app-kiosk.md index 9f67a232b7..45d695136d 100644 --- a/windows/configuration/assigned-access/configure-multi-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-multi-app-kiosk.md @@ -1,7 +1,7 @@ --- title: Configure a multi-app kiosk with Assigned Access description: Learn how to configure a multi-app kiosk with Assigned Access. -ms.date: 10/31/2024 +ms.date: 02/27/2025 ms.topic: overview --- diff --git a/windows/configuration/assigned-access/configure-single-app-kiosk.md b/windows/configuration/assigned-access/configure-single-app-kiosk.md index a132429095..005bd346b3 100644 --- a/windows/configuration/assigned-access/configure-single-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-single-app-kiosk.md @@ -1,7 +1,7 @@ --- title: Configure a single-app kiosk with Assigned Access description: Learn how to configure a single-app kiosk with Assigned Access. -ms.date: 10/31/2024 +ms.date: 02/27/2025 ms.topic: overview --- diff --git a/windows/configuration/assigned-access/examples.md b/windows/configuration/assigned-access/examples.md index 0970cd2d90..7fdaa8ea88 100644 --- a/windows/configuration/assigned-access/examples.md +++ b/windows/configuration/assigned-access/examples.md @@ -1,7 +1,7 @@ --- title: Assigned Access examples description: Practical examples of XML files to configure Assigned Access. -ms.date: 10/31/2024 +ms.date: 02/27/2025 ms.topic: reference zone_pivot_groups: windows-versions-11-10 appliesto: diff --git a/windows/configuration/assigned-access/index.md b/windows/configuration/assigned-access/index.md index 69d1c289f6..ee74448aa8 100644 --- a/windows/configuration/assigned-access/index.md +++ b/windows/configuration/assigned-access/index.md @@ -1,7 +1,7 @@ --- title: What is Assigned Access? description: Learn how to configure a Windows kiosk for single-app and multi-app scenarios with Assigned Access. -ms.date: 10/31/2024 +ms.date: 02/27/2025 ms.topic: overview --- diff --git a/windows/configuration/assigned-access/quickstart-kiosk.md b/windows/configuration/assigned-access/quickstart-kiosk.md index cb39046a70..4aef2a2def 100644 --- a/windows/configuration/assigned-access/quickstart-kiosk.md +++ b/windows/configuration/assigned-access/quickstart-kiosk.md @@ -2,7 +2,7 @@ title: "Quickstart: configure a kiosk experience with Assigned Access" description: Learn how to configure a kiosk experience with Assigned Access using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO). ms.topic: quickstart -ms.date: 10/31/2024 +ms.date: 02/27/2025 --- # Quickstart: configure a kiosk with Assigned Access diff --git a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md index efef65296b..4e9d470975 100644 --- a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md +++ b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md @@ -2,7 +2,7 @@ title: "Quickstart: configure a restricted user experience with Assigned Access" description: Learn how to configure a restricted user experience with Assigned Access using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO). ms.topic: quickstart -ms.date: 10/31/2024 +ms.date: 02/27/2025 appliesto: zone_pivot_groups: windows-versions-11-10 --- diff --git a/windows/configuration/assigned-access/recommendations.md b/windows/configuration/assigned-access/recommendations.md index f047d5813d..d296f580bd 100644 --- a/windows/configuration/assigned-access/recommendations.md +++ b/windows/configuration/assigned-access/recommendations.md @@ -2,7 +2,7 @@ title: Assigned Access recommendations description: Learn about the recommended kiosk and restricted user experience configuration options. ms.topic: best-practice -ms.date: 10/31/2024 +ms.date: 02/27/2025 --- # Assigned Access recommendations diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index bb69fef3d3..96833cfc9a 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -3,11 +3,11 @@ items: href: index.md - name: Configure a single-app kiosk href: configure-single-app-kiosk.md -- name: 🔴 Single-app kiosk +- name: 🔴 Single-app kiosk (merged ↖️) href: single-app-kiosk.md - name: Configure a multi-app kiosk href: configure-multi-app-kiosk.md -- name: 🔴 Multi-app kiosk +- name: 🔴 Multi-app kiosk (merged ↖️) href: multi-app-kiosk.md - name: Create a configuration file href: configuration-file.md diff --git a/windows/configuration/assigned-access/xsd.md b/windows/configuration/assigned-access/xsd.md index 36c51137aa..f327cbdf7f 100644 --- a/windows/configuration/assigned-access/xsd.md +++ b/windows/configuration/assigned-access/xsd.md @@ -2,7 +2,7 @@ title: Assigned Access XML Schema Definition (XSD) description: Assigned Access XSD reference article. ms.topic: reference -ms.date: 10/31/2024 +ms.date: 02/27/2025 --- # Assigned Access XML Schema Definition (XSD) diff --git a/windows/configuration/kiosk/index.md b/windows/configuration/kiosk/index.md index 7afd36fb92..30c3d992f1 100644 --- a/windows/configuration/kiosk/index.md +++ b/windows/configuration/kiosk/index.md @@ -2,7 +2,7 @@ title: Windows Single-App and Multi-App Kiosk Configuration Options Overview description: Learn how to configure Windows kiosks with single-app and multi-app options for a secure and enhanced user experience. ms.topic: overview -ms.date: 10/31/2024 +ms.date: 02/27/2025 --- # Windows Kiosks Configuration Options Overview @@ -14,14 +14,14 @@ Organizations are constantly seeking ways to streamline operations, improve cust - **Consistent brand experience**: kiosks ensure a uniform brand experience across different locations. Whether in retail stores, schools, airports, or healthcare facilities, the interface remains consistent. Brand consistency builds trust and reinforces the organization's image - **Customization and flexibility**: kiosks can be tailored to specific needs. From touchscreens to barcode scanners, organizations choose features that align with their goals. Whether it's self-checkout, wayfinding, or interactive product catalogs, kiosks adapt to diverse requirements -Windows offers two options for public or specialized use: +Windows offers two kiosk modes for public or specialized use: :::row::: :::column span="1"::: :::image type="content" source="images/kiosk.png" alt-text="Icon representing a kiosk." border="false"::: :::column-end::: :::column span="3"::: - #### Kiosk + #### Single-app kiosk :::column-end::: :::row-end::: diff --git a/windows/configuration/shell-launcher/configuration-file.md b/windows/configuration/shell-launcher/configuration-file.md index 293aab7c03..9dc38d93ef 100644 --- a/windows/configuration/shell-launcher/configuration-file.md +++ b/windows/configuration/shell-launcher/configuration-file.md @@ -1,7 +1,7 @@ --- title: Create a Shell Launcher configuration file description: Learn how to create an XML file to configure a device with Shell Launcher. -ms.date: 10/31/2024 +ms.date: 02/27/2025 ms.topic: how-to --- diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index d5c9fd8108..a8e59f1b60 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -1,7 +1,7 @@ --- title: Configure a kiosk with Shell Launcher description: Learn how to configure a Windows kiosk with Shell Launcher. -ms.date: 10/31/2024 +ms.date: 02/27/2025 ms.topic: overview --- diff --git a/windows/configuration/shell-launcher/index.md b/windows/configuration/shell-launcher/index.md index 22e28deda0..2f8d7a22f4 100644 --- a/windows/configuration/shell-launcher/index.md +++ b/windows/configuration/shell-launcher/index.md @@ -1,11 +1,11 @@ --- -title: What is Shell Launcher? +title: Shell Launcher Overview description: Learn how to configure devices with Shell Launcher. -ms.date: 10/31/2024 +ms.date: 02/27/2025 ms.topic: overview --- -# What is Shell Launcher? +# Shell Launcher Overview Shell Launcher is a Windows feature that you can use to replace the default Windows Explorer shell (`Explorer.exe`) with a Windows desktop application or a Universal Windows Platform (UWP) app. diff --git a/windows/configuration/shell-launcher/quickstart-kiosk.md b/windows/configuration/shell-launcher/quickstart-kiosk.md index 14256bfe41..35c36d5942 100644 --- a/windows/configuration/shell-launcher/quickstart-kiosk.md +++ b/windows/configuration/shell-launcher/quickstart-kiosk.md @@ -1,11 +1,11 @@ --- -title: "Quickstart: configure a kiosk experience with Shell Launcher" -description: Learn how to configure a kiosk experience with Shell Launcher, using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO). +title: "Quickstart: configure a single-app kiosk with Shell Launcher" +description: Learn how to configure a signle-app kiosk experience with Shell Launcher, using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO). ms.topic: quickstart -ms.date: 10/31/2024 +ms.date: 02/27/2025 --- -# Quickstart: configure a kiosk experience with Shell Launcher +# Quickstart: Configure a Kiosk With Shell Launcher This quickstart provides practical examples of how to configure a *kiosk experience* on Windows with Shell Launcher. The examples describe the steps using a mobile device management solution (MDM) like Microsoft Intune, and PowerShell. While different solutions are used, the configuration settings and results are the same. diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index 18343a301f..ebd0e204b1 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -1,7 +1,7 @@ items: - name: Overview href: index.md -- name: 🔴 Overview +- name: 🔴 Overview (merged ↖️) href: index_old.md - name: Configure a kiosk href: configure.md diff --git a/windows/configuration/shell-launcher/xsd.md b/windows/configuration/shell-launcher/xsd.md index 3dcc586570..426fe7ef3e 100644 --- a/windows/configuration/shell-launcher/xsd.md +++ b/windows/configuration/shell-launcher/xsd.md @@ -2,7 +2,7 @@ title: Shell Launcher XML Schema Definition (XSD) description: Shell Launcher XSD reference article. ms.topic: reference -ms.date: 10/31/2024 +ms.date: 02/27/2025 --- # Shell Launcher XML Schema Definition (XSD) From f67821a71b801636c0262b4b04064971676a870f Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:35:21 -0500 Subject: [PATCH 034/111] updates --- .../assigned-access/configure-multi-app-kiosk.md | 2 ++ .../assigned-access/configure-single-app-kiosk.md | 2 ++ .../assigned-access/quickstart-kiosk.md | 10 ++++------ .../quickstart-restricted-user-experience.md | 6 +++--- windows/configuration/kiosk/index.md | 12 ++++++------ windows/configuration/shell-launcher/toc.yml | 2 +- 6 files changed, 18 insertions(+), 16 deletions(-) diff --git a/windows/configuration/assigned-access/configure-multi-app-kiosk.md b/windows/configuration/assigned-access/configure-multi-app-kiosk.md index 45d695136d..e1bff84d96 100644 --- a/windows/configuration/assigned-access/configure-multi-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-multi-app-kiosk.md @@ -7,6 +7,8 @@ ms.topic: overview # Configure a restricted user experience (multi-app kiosk) with Assigned Access +An Assigned Access restriced user experience runs one or more apps from the desktop. People using the kiosk have a customized Start menu that shows only the tiles for the apps that are allowed. With this approach, you can configure a locked-down experience for different account types. A multi-app kiosk is appropriate for devices that are shared by multiple people. + To configure a restricted user experience with Assigned Access, you must create an XML configuration file with the settings for the desired experience. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options: - A Mobile Device Management (MDM) solution, like Microsoft Intune diff --git a/windows/configuration/assigned-access/configure-single-app-kiosk.md b/windows/configuration/assigned-access/configure-single-app-kiosk.md index 005bd346b3..393afb093d 100644 --- a/windows/configuration/assigned-access/configure-single-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-single-app-kiosk.md @@ -7,6 +7,8 @@ ms.topic: overview # Configure a single-app kiosk experience with Assigned Access +A single-app kiosk uses the Assigned Access feature to run a single application above the lock screen. When the kiosk account signs in, the app is launched automatically. The person using the kiosk can't do anything on the device outside of the kiosk app. + There are several options to configure a kiosk experience. If you need to configure a single device with a local account, you can use: - PowerShell: you can use the `Set-AssignedAccess` PowerShell cmdlet to configure a kiosk experience using a local standard account diff --git a/windows/configuration/assigned-access/quickstart-kiosk.md b/windows/configuration/assigned-access/quickstart-kiosk.md index 4aef2a2def..6ab5c072a7 100644 --- a/windows/configuration/assigned-access/quickstart-kiosk.md +++ b/windows/configuration/assigned-access/quickstart-kiosk.md @@ -1,13 +1,13 @@ --- -title: "Quickstart: configure a kiosk experience with Assigned Access" -description: Learn how to configure a kiosk experience with Assigned Access using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO). +title: "Quickstart: Configure a Single-App Kiosk With Assigned Access" +description: Learn how to configure a single-app kiosk with Assigned Access using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO). ms.topic: quickstart ms.date: 02/27/2025 --- -# Quickstart: configure a kiosk with Assigned Access +# Quickstart: Configure a Single-App Kiosk With Assigned Access -This quickstart provides practical examples of how to configure a *kiosk experience* on Windows with Assigned Access. The examples describe the steps using the Settings app, a mobile device management solution (MDM) like Microsoft Intune, provisioning packages (PPKG), and PowerShell. While different solutions are used, the configuration settings and results are the same. +This quickstart provides practical examples of how to configure a single-app kiosk on Windows with Assigned Access. The examples describe the steps using the Settings app, a mobile device management solution (MDM) like Microsoft Intune, provisioning packages (PPKG), and PowerShell. While different solutions are used, the configuration settings and results are the same. The examples can be modified to fit your specific requirements. For example, you can change the app used, the URL specified when opening Microsoft Edge, or change the name of the user that automatically signs in to Windows. @@ -62,8 +62,6 @@ Assign the policy to a group that contains as members the devices that you want [!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)] - - #### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings) Here are the steps to configure a kiosk using the Settings app: diff --git a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md index 4e9d470975..a95fb48d35 100644 --- a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md +++ b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md @@ -1,5 +1,5 @@ --- -title: "Quickstart: configure a restricted user experience with Assigned Access" +title: "Quickstart: Configure a Restricted User Experience With Assigned Access" description: Learn how to configure a restricted user experience with Assigned Access using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO). ms.topic: quickstart ms.date: 02/27/2025 @@ -7,9 +7,9 @@ appliesto: zone_pivot_groups: windows-versions-11-10 --- -# Quickstart: configure a restricted user experience with Assigned Access +# Quickstart: Configure a Restricted User Experience With Assigned Access -This quickstart provides practical examples of how to configure a *restricted user experience* on Windows. The examples describe the steps using a mobile device management solution (MDM) like Microsoft Intune, provisioning packages (PPKG), and PowerShell. While different solutions are used, the configuration settings and results are the same. +This quickstart provides practical examples of how to configure a restricted user experience on Windows. The examples describe the steps using a mobile device management solution (MDM) like Microsoft Intune, provisioning packages (PPKG), and PowerShell. While different solutions are used, the configuration settings and results are the same. The examples can be modified to fit your specific requirements. For example, you can add or remove applications from the list of allowed apps, or change the name of the user that automatically signs in to Windows. diff --git a/windows/configuration/kiosk/index.md b/windows/configuration/kiosk/index.md index 30c3d992f1..12a0bd9476 100644 --- a/windows/configuration/kiosk/index.md +++ b/windows/configuration/kiosk/index.md @@ -37,7 +37,7 @@ Windows has two features to configure a single-app kiosk: :::image type="content" source="images/restricted-user-experience.png" alt-text="Icon representing a restricted user experience." border="false"::: :::column-end::: :::column span="3"::: - #### Restricted user experience (multi-app kiosk) + #### Restricted user experience :::column-end::: :::row-end::: @@ -78,15 +78,15 @@ To learn more, see [Microsoft Edge kiosk mode](/deployedge/microsoft-edge-config ## Next steps -Learn more about the options available to configure kiosks and restricted user experiences: +Learn more about the Windows features to configure kiosk devices: - [Assigned Access](../assigned-access/index.md) - [Shell Launcher](../shell-launcher/index.md) ### :::image type="icon" source="../images/icons/rocket.svg" border="false"::: Quickstarts -If you're ready to try out the options available to configure kiosks and restricted user experiences, check out the following quickstarts: +If you're ready to configure kiosk devices, check out the following quickstarts: -- [Quickstart: configure a kiosk with Assigned Access](../assigned-access/quickstart-kiosk.md) -- [Quickstart: configure a kiosk with Shell Launcher](../shell-launcher/quickstart-kiosk.md) -- [Quickstart: configure a restricted user experience with Assigned Access](../assigned-access/quickstart-restricted-user-experience.md) \ No newline at end of file +- [Quickstart: configure a single-app kiosk with Assigned Access](../assigned-access/quickstart-kiosk.md) +- [Quickstart: configure a restricted user experience with Assigned Access](../assigned-access/quickstart-restricted-user-experience.md) +- [Quickstart: configure a kiosk with Shell Launcher](../shell-launcher/quickstart-kiosk.md) \ No newline at end of file diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index ebd0e204b1..70f1d9ea27 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -1,7 +1,7 @@ items: - name: Overview href: index.md -- name: 🔴 Overview (merged ↖️) +- name: 🟡 Overview (merge in progress ↖️) href: index_old.md - name: Configure a kiosk href: configure.md From aa2f45836dd7366f953690428b35338a63fc0229 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 28 Feb 2025 08:27:51 -0500 Subject: [PATCH 035/111] merge --- .../configure-multi-app-kiosk.md | 6 +- .../configuration/shell-launcher/configure.md | 213 +++++++++++++++++- .../configuration/shell-launcher/enable.md | 77 +++++++ windows/configuration/shell-launcher/index.md | 20 +- windows/configuration/shell-launcher/toc.yml | 4 +- 5 files changed, 305 insertions(+), 15 deletions(-) create mode 100644 windows/configuration/shell-launcher/enable.md diff --git a/windows/configuration/assigned-access/configure-multi-app-kiosk.md b/windows/configuration/assigned-access/configure-multi-app-kiosk.md index e1bff84d96..009311c3ef 100644 --- a/windows/configuration/assigned-access/configure-multi-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-multi-app-kiosk.md @@ -7,7 +7,7 @@ ms.topic: overview # Configure a restricted user experience (multi-app kiosk) with Assigned Access -An Assigned Access restriced user experience runs one or more apps from the desktop. People using the kiosk have a customized Start menu that shows only the tiles for the apps that are allowed. With this approach, you can configure a locked-down experience for different account types. A multi-app kiosk is appropriate for devices that are shared by multiple people. +An Assigned Access restricted user experience runs one or more apps from the desktop. People using the kiosk have a customized Start menu that shows only the tiles for the apps that are allowed. With this approach, you can configure a locked-down experience for different account types. A multi-app kiosk is appropriate for shared devices. To configure a restricted user experience with Assigned Access, you must create an XML configuration file with the settings for the desired experience. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options: @@ -102,11 +102,11 @@ The Assigned Access configuration takes effect the next time the targeted user s The touch keyboard is automatically triggered when there's an input needed and no physical keyboard is attached on touch-enabled devices. You don't need to configure any other setting to enforce this behavior. > [!TIP] -> The touch keyboard is triggered only when tapping a textbox. Mouse clicks don't trigger the touch keyboard. If you're testing this feature, use a physical device instead of a virtual machine (VM), as the touch keyboard is not triggered on VMs. +> The touch keyboard is triggered only when tapping a textbox. Mouse clicks don't trigger the touch keyboard. If you're testing this feature, use a physical device instead of a virtual machine (VM), as the touch keyboard isn't triggered on VMs. ### Sign out of assigned access -By default, to exit the kiosk experience, press Ctrl + Alt + Del. The kiosk app exits automatically. If you sign in again as the Assigned Access account, or wait for the sign in screen timeout, the kiosk app relaunches. The default timeout is 30 seconds, but you can change the timeout with the registry key: +By default, to exit the kiosk experience, press Ctrl + Alt + Del. The kiosk app exits automatically. If you sign in again as the Assigned Access account, or wait for the sign in screen time-out, the kiosk app relaunches. The default time-out is 30 seconds, but you can change the time-out with the registry key: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI` diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index a8e59f1b60..c9da0b19ea 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -1,18 +1,90 @@ --- -title: Configure a kiosk with Shell Launcher +title: Configure a Kiosk With Shell Launcher description: Learn how to configure a Windows kiosk with Shell Launcher. ms.date: 02/27/2025 -ms.topic: overview +ms.topic: How-to --- # Configure a kiosk with Shell Launcher +There are two ways you can configure Shell Launcher: + +1. Using the `ShellLauncher` node of the [Assigned Access Configuration Service Provider (CSP)](/windows/client-management/mdm/assignedaccess-csp), which also automatically enables Shell Launcher on the device, if the device supports it +1. Using the **Shell Launcher WMI providers** directly in an application. When using this method, you must [enable Shell Launcher](enable.md) first + +You can configure the following options for Shell Launcher: + +- Enable or disable Shell Launcher +- Specify a shell configuration for a specific user or group +- Remove a shell configuration for a specific user or group +- Change the default shell configuration +- Get information on a shell configuration for a specific user or group + +Any changes don't take effect until a user signs in. + +## Launch different shells for different user accounts + +By default, Shell Launcher runs the default shell, which is specified when you create the OS image at design time. The default shell is set to Cmd.exe, but you can specify any executable file to be the default shell. + +You can configure Shell Launcher to launch a different shell for specific users or groups if you don't want to run the default shell. For example, you might configure a device to run a custom application shell for guest accounts, but run the standard Windows Explorer shell for administrator accounts in order to service the device. + +If you use the WMI providers to configure Shell Launcher for a user or group at run time, you must use the security identifier (SID) for that user or group; you can't use the user name or group name. + +For more information about common security identifiers, see [Well-known SIDs](/windows/win32/secauthz/well-known-sids). + +When the current signed in account belongs to two or more groups that have different configurations defined for each group, Shell Launcher uses the first configuration it finds. The search order isn't defined, so we recommend that you avoid assigning a user to multiple groups with different Shell Launcher configurations. + +## Perform an action when the shell exits + +When a custom shell exits, Shell Launcher can perform one of four actions: + +|Action|Description| +|:---:|:---| +|`0`|Restart the shell.| +|`1`|Restart the device.| +|`2`|Shut down the device.| +|`3`|Do nothing.| + +> [!IMPORTANT] +> Make sure that your shell application does not automatically exit and is not automatically closed by any features such as Dialog Filter, as this can lead to an infinite cycle of exiting and restarting, unless the return code action is set to do nothing. + +### Default return code action + +You can define a default return code action for Shell Launcher with the DefaultReturnCodeAction setting. If you don't change the initial value, the default return code action is set to 0 (zero), which indicates that Shell Launcher restarts the shell when the shell exits. + +### Map the exit code to a Shell Launcher action + +Shell Launcher can take a specific action based on the exit code returned by the shell. For any given exit code returned by the shell, you can configure the action that Shell Launcher takes by mapping that exit code to one of the shell exit actions. + +If the exit code doesn't match a defined value, Shell Launcher performs the default return code action. + +For example, your shell might return exit code values of `-1`, `0`, `1`, or `255` depending on how the shell exits. You can configure Shell Launcher to: + +- restart the device (`1`) when the shell returns an exit code of value `-1` +- restart the shell (`0`) when the shell returns an exit code of value `0` +- do nothing (`3`) when the shell returns an exit code of value 1 +- shut down the device (`2`) when the shell returns an exit code of value `255` + +Your custom return code action mapping would look like this: + +|Exit code|Action| +|:----:|----| +|`-1`|`1` (restart the device)| +|`0`|`0` (restart the shell)| +|`1`|`3` (do nothing)| +|`255`|`2` (shut down the device)| + +## Set your custom shell with the Assigned Access CSP + The configuration of Shell Launcher is done using an XML file. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options: - A Mobile Device Management (MDM) solution, like Microsoft Intune - Provisioning packages - The MDM Bridge WMI Provider +> [!NOTE] +> Configuring Shell Launcher using Assigned Access CSP, automatically enables Shell Launcher on the device, if the device supports it. + To learn how to configure the Shell Launcher XML file, see [Create a Shell Launcher configuration file](configuration-file.md). [!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] @@ -83,6 +155,143 @@ Write-Output "Successfully applied Shell Launcher configuration" > [!TIP] > For practical examples, see the [Quickstart: configure a kiosk experience with Shell Launcher](quickstart-kiosk.md). +## Set your custom shell with the WMI providers + +> [!NOTE] +> When using the WMI providers option, you must first [enable Shell Launcher](enable.md). + +Modify the following PowerShell script as appropriate and run the script on the device. + +```PowerShell +# Check if shell launcher license is enabled +function Check-ShellLauncherLicenseEnabled +{ + [string]$source = @" +using System; +using System.Runtime.InteropServices; + +static class CheckShellLauncherLicense +{ + const int S_OK = 0; + + public static bool IsShellLauncherLicenseEnabled() + { + int enabled = 0; + + if (NativeMethods.SLGetWindowsInformationDWORD("EmbeddedFeature-ShellLauncher-Enabled", out enabled) != S_OK) { + enabled = 0; + } + return (enabled != 0); + } + + static class NativeMethods + { + [DllImport("Slc.dll")] + internal static extern int SLGetWindowsInformationDWORD([MarshalAs(UnmanagedType.LPWStr)]string valueName, out int value); + } + +} +"@ + + $type = Add-Type -TypeDefinition $source -PassThru + + return $type[0]::IsShellLauncherLicenseEnabled() +} + +[bool]$result = $false + +$result = Check-ShellLauncherLicenseEnabled +"`nShell Launcher license enabled is set to " + $result +if (-not($result)) +{ + "`nThis device doesn't have required license to use Shell Launcher" + exit +} + +$COMPUTER = "localhost" +$NAMESPACE = "root\standardcimv2\embedded" + +# Create a handle to the class instance so we can call the static methods. +try { + $ShellLauncherClass = [wmiclass]"\\$COMPUTER\${NAMESPACE}:WESL_UserSetting" + } catch [Exception] { + write-host $_.Exception.Message; + write-host "Make sure Shell Launcher feature is enabled" + exit + } + + +# This well-known security identifier (SID) corresponds to the BUILTIN\Administrators group. + +$Admins_SID = "S-1-5-32-544" + +# Create a function to retrieve the SID for a user account on a machine. + +function Get-UsernameSID($AccountName) { + + $NTUserObject = New-Object System.Security.Principal.NTAccount($AccountName) + $NTUserSID = $NTUserObject.Translate([System.Security.Principal.SecurityIdentifier]) + + return $NTUserSID.Value +} + +# Get the SID for a user account named "Cashier". Rename "Cashier" to an existing account on your system to test this script. + +$Cashier_SID = Get-UsernameSID("Cashier") + +# Define actions to take when the shell program exits. + +$restart_shell = 0 +$restart_device = 1 +$shutdown_device = 2 +$do_nothing = 3 + +# Examples. You can change these examples to use the program that you want to use as the shell. + +# This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. + +$ShellLauncherClass.SetDefaultShell("cmd.exe", $restart_device) + +# Display the default shell to verify that it was added correctly. + +$DefaultShellObject = $ShellLauncherClass.GetDefaultShell() + +"`nDefault Shell is set to " + $DefaultShellObject.Shell + " and the default action is set to " + $DefaultShellObject.defaultaction + +# Set Internet Explorer as the shell for "Cashier", and restart the machine if Internet Explorer is closed. + +$ShellLauncherClass.SetCustomShell($Cashier_SID, "c:\program files\internet explorer\iexplore.exe www.microsoft.com", ($null), ($null), $restart_shell) + +# Set Explorer as the shell for administrators. + +$ShellLauncherClass.SetCustomShell($Admins_SID, "explorer.exe") + +# View all the custom shells defined. + +"`nCurrent settings for custom shells:" +Get-WmiObject -namespace $NAMESPACE -computer $COMPUTER -class WESL_UserSetting | Select Sid, Shell, DefaultAction + +# Enable Shell Launcher + +$ShellLauncherClass.SetEnabled($TRUE) +$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() +"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled + +# Remove the new custom shells. + +$ShellLauncherClass.RemoveCustomShell($Admins_SID) +$ShellLauncherClass.RemoveCustomShell($Cashier_SID) + +# Disable Shell Launcher + +$ShellLauncherClass.SetEnabled($FALSE) +$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() +"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled +``` + +> [!NOTE] +> The previous script includes examples of multiple configuration options, including removing a custom shell and disabling Shell Launcher. It is not intended to be run as-is. + ## User experience After the settings are applied, the users that are configured to use Shell Launcher will execute the custom shell after sign-in. diff --git a/windows/configuration/shell-launcher/enable.md b/windows/configuration/shell-launcher/enable.md new file mode 100644 index 0000000000..a869e0e4d2 --- /dev/null +++ b/windows/configuration/shell-launcher/enable.md @@ -0,0 +1,77 @@ +--- +title: Enable Shell Launcher +description: Learn how to enable the Shell Launcher feature. +ms.date: 02/27/2025 +ms.topic: How-to +--- + +# Enable Shell Launcher + +> [!NOTE] +> Configuring Shell Launcher using Assigned Access CSP, automatically enables Shell Launcher on the device, if the device supports it. There's no need to enable Shell Launcher separately if you configure it using Assigned Access CSP. + +Shell Launcher is an optional component and isn't turned on by default in Windows. It must be turned on prior to configuring. You can turn on and configure Shell Launcher in a customized Windows 10 image (.wim) if Microsoft Windows hasn't been installed. If Windows has already been installed, you must turn on Shell Launcher before applying a provisioning package to configure Shell Launcher. + +## Enable Shell Launcher using Control Panel + +1. In the **Search the web and Windows** field, type **Programs and Features** and either press **Enter** or tap or select **Programs and Features** to open it. +1. In the **Programs and Features** window, select **Turn Windows features on or off**. +1. In the **Windows Features** window, expand the **Device Lockdown** node, select or clear the checkbox for **Shell Launcher**, and then select **OK.** +1. The **Windows Features** window indicates that Windows is searching for required files and displays a progress bar. Once found, the window indicates that Windows is applying the changes. When completed, the window indicates the requested changes are completed. +1. Select **Close** to close the **Windows Features** window. + +> [!NOTE] +> Turning on Shell Launcher does not require a device restart. + +## Enable Shell Launcher by calling WESL_UserSetting + +1. Enable or disable Shell Launcher by calling the WESL_UserSetting. SetEnabled function in the Windows Management Instrumentation (WMI) class WESL_UserSetting +1. If you enable or disable Shell Launcher using WESL_UserSetting, the changes don't affect any sessions that are currently signed in; you must sign out and sign back in + +This example uses a Windows image called install.wim, but you can use the same procedure to apply a provisioning package. For more information on DISM, see [What Is Deployment Image Servicing and Management](/windows-hardware/manufacture/desktop/what-is-dism). + +## Enable Shell Launcher using DISM + +1. Open a command prompt with administrator privileges. +1. Copy install.wim to a temporary folder on hard drive (in the following steps, we assume it's called `C:\wim`) +1. Create a new directory + + ```CMD + md c:\wim + ``` + +1. Mount the image + + ```CMD + dism /mount-wim /wimfile:c:\bootmedia\sources\install.wim /index:1 /MountDir:c:\wim + ``` + +1. Enable the feature + + ```CMD + dism /image:c:\wim /enable-feature /all /featureName:Client-EmbeddedShellLauncher + ``` + +1. Commit the change + + ```CMD + dism /unmount-wim /MountDir:c:\wim /Commit + ``` + +## Enable Shell Launcher using Windows Configuration Designer + +The Shell Launcher settings are also available as Windows provisioning settings so you can configure these settings to be applied during the image runtime. You can set one or all Shell Launcher settings by creating a provisioning package using Windows Configuration Designer and then applying the provisioning package during image deployment time or runtime. If Windows hasn't been installed and you're using Windows Configuration Designer to create installation media with settings for Shell Launcher included in the image or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM in order for a provisioning package to successfully apply. + +Use the following steps to create a provisioning package that contains the ShellLauncher settings. + +1. Build a provisioning package in Windows Configuration Designer by following the instructions in [Create a provisioning package for Windows](/windows/configuration/provisioning-packages/provisioning-create-package) +1. In the **Available customizations** page, select **Runtime settings** > **SMISettings** > **ShellLauncher** +1. Set the value of **Enable** to **ENABLE**. More options to configure Shell Launcher appears, and you can set the values as desired +1. Once you have finished configuring the settings and creating the provisioning package, you can apply the package to the image deployment time or runtime. See the [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package) for more information. The process for applying the package to a Windows 10 Enterprise image is the same + +## Next steps + +> [!div class="nextstepaction"] +> Learn how to configure Shell Launcher: +> +> [Configure a kiosk with Shell Launcher](configure.md) diff --git a/windows/configuration/shell-launcher/index.md b/windows/configuration/shell-launcher/index.md index 2f8d7a22f4..38e386ccd6 100644 --- a/windows/configuration/shell-launcher/index.md +++ b/windows/configuration/shell-launcher/index.md @@ -7,15 +7,9 @@ ms.topic: overview # Shell Launcher Overview -Shell Launcher is a Windows feature that you can use to replace the default Windows Explorer shell (`Explorer.exe`) with a Windows desktop application or a Universal Windows Platform (UWP) app. +Shell Launcher is a Windows feature that you can use to replace the default Windows Explorer shell (`Explorer.exe`) with a Windows desktop application or a Universal Windows Platform (UWP) app. This feature is useful for creating a custom user experience on devices that are used for a specific purpose, including kiosks, ATMs, and digital signage. -Practical examples include: - -- Public browsing -- Interactive digital signage -- ATMs - -Shell Launcher controls which application the user sees as the shell after sign-in. It doesn't prevent the user from accessing other desktop applications and system components. From a custom shell, you can launch secondary views displayed on multiple monitors, or launch other apps in full screen on user's demand. +Shell Launcher controls which application a user gets as the shell after sign-in. It doesn't prevent a user from accessing other desktop applications and system components. From a custom shell, you can launch secondary views displayed on multiple monitors, or launch other apps in full screen on user's demand. You can also configure Shell Launcher to launch different shell applications for different users or user groups. With Shell Launcher, you can use features and methods to control access to other applications or system components. These methods include, but aren't limited to: @@ -23,10 +17,18 @@ With Shell Launcher, you can use features and methods to control access to other - Group policy (GPO) - [AppLocker](/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview) -Shell Launcher is part of the Assigned Access feature, which allows you to configure kiosks or restricted user experiences. To learn about the differences between Shell Launcher and the other options offered by Assigned Access, see [Windows kiosks and restricted user experiences](../kiosk/index.md). +> [!NOTE] +>Shell Launcher is part of the Assigned Access feature, which allows you to configure kiosks or restricted user experiences. To learn about the differences between Shell Launcher and the other options offered by Assigned Access, see [Windows Kiosks Configuration Options Overview](../kiosk/index.md). [!INCLUDE [shell-launcher](../../../includes/licensing/shell-launcher.md)] +## Shell Launcher user rights + +A custom shell is launched with the same level of user rights as the account that is signed in. This means that a user with administrative rights can perform any system action that requires administrative rights, including launching other applications with administrative rights. + +> [!WARNING] +> If your shell application requires administrative rights and needs to be elevated, and User Account Control (UAC) is enabled, you must disable UAC for Shell Launcher to launch the shell application. + ## Limitations Here are some limitations to consider when using Shell Launcher: diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index 70f1d9ea27..06459f5360 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -1,7 +1,7 @@ items: - name: Overview href: index.md -- name: 🟡 Overview (merge in progress ↖️) +- name: 🔴 Overview (merged to configure.md and enable.md ↙️) href: index_old.md - name: Configure a kiosk href: configure.md @@ -13,6 +13,8 @@ items: items: - name: Shell Launcher XSD href: xsd.md + - name: Enable Shell Launcher + href: enable.md - name: WMI Provider items: - name: Class WESL_UserSetting From 43f8184985f5054a46aed01aa066567b0e5aca66 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:14:44 -0500 Subject: [PATCH 036/111] capitalization updates --- .../configure-multi-app-kiosk.md | 2 +- .../configure-single-app-kiosk.md | 2 +- .../configuration/assigned-access/examples.md | 2 +- windows/configuration/assigned-access/index.md | 18 ++++++++++++++++-- .../assigned-access/policy-settings.md | 2 +- .../assigned-access/quickstart-kiosk.md | 2 +- .../quickstart-restricted-user-experience.md | 2 +- .../assigned-access/recommendations.md | 2 +- windows/configuration/kiosk/browser-support.md | 2 +- windows/configuration/kiosk/index.md | 2 +- windows/configuration/shell-launcher/index.md | 14 +++++++++++++- .../shell-launcher/quickstart-kiosk.md | 2 +- 12 files changed, 39 insertions(+), 13 deletions(-) diff --git a/windows/configuration/assigned-access/configure-multi-app-kiosk.md b/windows/configuration/assigned-access/configure-multi-app-kiosk.md index 009311c3ef..15c6421c4f 100644 --- a/windows/configuration/assigned-access/configure-multi-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-multi-app-kiosk.md @@ -1,5 +1,5 @@ --- -title: Configure a multi-app kiosk with Assigned Access +title: Configure a Multi-App Kiosk With Assigned Access description: Learn how to configure a multi-app kiosk with Assigned Access. ms.date: 02/27/2025 ms.topic: overview diff --git a/windows/configuration/assigned-access/configure-single-app-kiosk.md b/windows/configuration/assigned-access/configure-single-app-kiosk.md index 393afb093d..e303be8153 100644 --- a/windows/configuration/assigned-access/configure-single-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-single-app-kiosk.md @@ -1,5 +1,5 @@ --- -title: Configure a single-app kiosk with Assigned Access +title: Configure a Single-App Kiosk With Assigned Access description: Learn how to configure a single-app kiosk with Assigned Access. ms.date: 02/27/2025 ms.topic: overview diff --git a/windows/configuration/assigned-access/examples.md b/windows/configuration/assigned-access/examples.md index 7fdaa8ea88..ddb91506ec 100644 --- a/windows/configuration/assigned-access/examples.md +++ b/windows/configuration/assigned-access/examples.md @@ -1,5 +1,5 @@ --- -title: Assigned Access examples +title: Assigned Access Examples description: Practical examples of XML files to configure Assigned Access. ms.date: 02/27/2025 ms.topic: reference diff --git a/windows/configuration/assigned-access/index.md b/windows/configuration/assigned-access/index.md index ee74448aa8..f61ce30d5a 100644 --- a/windows/configuration/assigned-access/index.md +++ b/windows/configuration/assigned-access/index.md @@ -1,11 +1,11 @@ --- -title: What is Assigned Access? +title: Assigned Access Overview description: Learn how to configure a Windows kiosk for single-app and multi-app scenarios with Assigned Access. ms.date: 02/27/2025 ms.topic: overview --- -# What is Assigned Access? +# Assigned Access overview Assigned Access is a Windows feature that you can use to configure a device as a kiosk or with a restricted user experience. @@ -31,3 +31,17 @@ Here are the requirements for Assigned Access: - To use a kiosk experience, you must sign in from the console. The kiosk experience isn't supported over a remote desktop connection [!INCLUDE [assigned-access](../../../includes/licensing/assigned-access.md)] + +## Next steps + +Learn how to configure Assigned Access: + +- [Configure a single-app kiosk experience with Assigned Access](configure-single-app-kiosk.md) +- [Configure a restricted user experience (multi-app kiosk) with Assigned Access](configure-multi-app-kiosk.md) + +### :::image type="icon" source="../images/icons/rocket.svg" border="false"::: Quickstarts + +If you want to quickly test Assigned Access, check out the following quickstarts: + +- [Quickstart: configure a single-app kiosk with Assigned Access](quickstart-kiosk.md) +- [Quickstart: configure a restricted user experience with Assigned Access](quickstart-restricted-user-experience.md) diff --git a/windows/configuration/assigned-access/policy-settings.md b/windows/configuration/assigned-access/policy-settings.md index 41072ae848..9a85674f5d 100644 --- a/windows/configuration/assigned-access/policy-settings.md +++ b/windows/configuration/assigned-access/policy-settings.md @@ -1,5 +1,5 @@ --- -title: Assigned Access policy settings +title: Assigned Access Policy Settings description: Learn about the policy settings enforced on a device configured with Assigned Access. ms.topic: reference ms.date: 02/25/2025 diff --git a/windows/configuration/assigned-access/quickstart-kiosk.md b/windows/configuration/assigned-access/quickstart-kiosk.md index 6ab5c072a7..a3dcf3b30a 100644 --- a/windows/configuration/assigned-access/quickstart-kiosk.md +++ b/windows/configuration/assigned-access/quickstart-kiosk.md @@ -5,7 +5,7 @@ ms.topic: quickstart ms.date: 02/27/2025 --- -# Quickstart: Configure a Single-App Kiosk With Assigned Access +# Quickstart: configure a single-app kiosk with Assigned Access This quickstart provides practical examples of how to configure a single-app kiosk on Windows with Assigned Access. The examples describe the steps using the Settings app, a mobile device management solution (MDM) like Microsoft Intune, provisioning packages (PPKG), and PowerShell. While different solutions are used, the configuration settings and results are the same. diff --git a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md index a95fb48d35..61e84a08fc 100644 --- a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md +++ b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md @@ -7,7 +7,7 @@ appliesto: zone_pivot_groups: windows-versions-11-10 --- -# Quickstart: Configure a Restricted User Experience With Assigned Access +# Quickstart: configure a restricted user experience with Assigned Access This quickstart provides practical examples of how to configure a restricted user experience on Windows. The examples describe the steps using a mobile device management solution (MDM) like Microsoft Intune, provisioning packages (PPKG), and PowerShell. While different solutions are used, the configuration settings and results are the same. diff --git a/windows/configuration/assigned-access/recommendations.md b/windows/configuration/assigned-access/recommendations.md index d296f580bd..3c4f36d915 100644 --- a/windows/configuration/assigned-access/recommendations.md +++ b/windows/configuration/assigned-access/recommendations.md @@ -1,5 +1,5 @@ --- -title: Assigned Access recommendations +title: Assigned Access Recommendations description: Learn about the recommended kiosk and restricted user experience configuration options. ms.topic: best-practice ms.date: 02/27/2025 diff --git a/windows/configuration/kiosk/browser-support.md b/windows/configuration/kiosk/browser-support.md index 1c3b383033..6ce5ad7ec3 100644 --- a/windows/configuration/kiosk/browser-support.md +++ b/windows/configuration/kiosk/browser-support.md @@ -5,7 +5,7 @@ ms.topic: concept-article description: Learn about browser support in Kiosk Mode --- -# Browser Support +# Browser support Today, you can use two browsers, Internet Explorer 11 and [Microsoft Edge](/deployedge/microsoft-edge-configure-kiosk-mode) to create an assigned access single-app or multi-app kiosk experience. diff --git a/windows/configuration/kiosk/index.md b/windows/configuration/kiosk/index.md index 12a0bd9476..327aaa38dc 100644 --- a/windows/configuration/kiosk/index.md +++ b/windows/configuration/kiosk/index.md @@ -5,7 +5,7 @@ ms.topic: overview ms.date: 02/27/2025 --- -# Windows Kiosks Configuration Options Overview +# Windows kiosks configuration options overview Organizations are constantly seeking ways to streamline operations, improve customer service, and enhance productivity. One effective solution is the deployment of kiosk devices. These specialized devices offer a range of benefits that can significantly impact an organization's efficiency and success. For example: diff --git a/windows/configuration/shell-launcher/index.md b/windows/configuration/shell-launcher/index.md index 38e386ccd6..2728622ec2 100644 --- a/windows/configuration/shell-launcher/index.md +++ b/windows/configuration/shell-launcher/index.md @@ -5,7 +5,7 @@ ms.date: 02/27/2025 ms.topic: overview --- -# Shell Launcher Overview +# Shell Launcher overview Shell Launcher is a Windows feature that you can use to replace the default Windows Explorer shell (`Explorer.exe`) with a Windows desktop application or a Universal Windows Platform (UWP) app. This feature is useful for creating a custom user experience on devices that are used for a specific purpose, including kiosks, ATMs, and digital signage. @@ -35,3 +35,15 @@ Here are some limitations to consider when using Shell Launcher: - Windows doesn't support setting a custom shell before the out-of-box experience (OOBE). If you do, you can't deploy the resulting image - Shell Launcher doesn't support a custom shell with an application that launches a different process and exits. For example, you can't specify `write.exe` in Shell Launcher. Shell Launcher launches a custom shell and monitors the process to identify when the custom shell exits. `Write.exe` creates a 32-bit `wordpad.exe` process and exits. Since Shell Launcher isn't aware of the newly created `wordpad.exe` process, Shell Launcher takes action based on the exit code of `Write.exe`, such as restarting the custom shell + +## Next steps + +Learn how to configure Shell Launcher: + +- [Configure a kiosk with Shell Launcher](configure.md) + +### :::image type="icon" source="../images/icons/rocket.svg" border="false"::: Quickstarts + +If you want to quickly test Shell Launcher, check out the following quickstart: + +- [Quickstart: configure a kiosk with Shell Launcher](quickstart-kiosk.md) \ No newline at end of file diff --git a/windows/configuration/shell-launcher/quickstart-kiosk.md b/windows/configuration/shell-launcher/quickstart-kiosk.md index 35c36d5942..12fd02d7e3 100644 --- a/windows/configuration/shell-launcher/quickstart-kiosk.md +++ b/windows/configuration/shell-launcher/quickstart-kiosk.md @@ -5,7 +5,7 @@ ms.topic: quickstart ms.date: 02/27/2025 --- -# Quickstart: Configure a Kiosk With Shell Launcher +# Quickstart: configure a kiosk with Shell Launcher This quickstart provides practical examples of how to configure a *kiosk experience* on Windows with Shell Launcher. The examples describe the steps using a mobile device management solution (MDM) like Microsoft Intune, and PowerShell. While different solutions are used, the configuration settings and results are the same. From b483a3dd52f7305541566882c670b63bd7222835 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:47:24 -0500 Subject: [PATCH 037/111] added removal steps --- .../configure-multi-app-kiosk.md | 40 +------------- .../configure-single-app-kiosk.md | 2 + .../includes/user-experience.md | 55 +++++++++++++++++++ .../assigned-access/quickstart-kiosk.md | 16 ++++++ .../quickstart-restricted-user-experience.md | 16 ++++++ .../configuration/shell-launcher/configure.md | 14 +++++ .../shell-launcher/quickstart-kiosk.md | 14 +++++ 7 files changed, 118 insertions(+), 39 deletions(-) create mode 100644 windows/configuration/assigned-access/includes/user-experience.md diff --git a/windows/configuration/assigned-access/configure-multi-app-kiosk.md b/windows/configuration/assigned-access/configure-multi-app-kiosk.md index 15c6421c4f..07960e2884 100644 --- a/windows/configuration/assigned-access/configure-multi-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-multi-app-kiosk.md @@ -88,45 +88,7 @@ This option isn't available using Settings. > [!TIP] > For practical examples, see the [Quickstart: Configure a restricted user experience with Assigned Access](quickstart-restricted-user-experience.md) -## User experience - -To validate the kiosk or restricted user experience, sign in with the user account you specified in the configuration file. - -The Assigned Access configuration takes effect the next time the targeted user signs in. If that user account is signed in when you apply the configuration, sign out and sign back in to validate the experience. - -> [!NOTE] -> Starting in Windows 11, a restricted user experience supports the use of multiple monitors. - -### Autotrigger touch keyboard - -The touch keyboard is automatically triggered when there's an input needed and no physical keyboard is attached on touch-enabled devices. You don't need to configure any other setting to enforce this behavior. - -> [!TIP] -> The touch keyboard is triggered only when tapping a textbox. Mouse clicks don't trigger the touch keyboard. If you're testing this feature, use a physical device instead of a virtual machine (VM), as the touch keyboard isn't triggered on VMs. - -### Sign out of assigned access - -By default, to exit the kiosk experience, press Ctrl + Alt + Del. The kiosk app exits automatically. If you sign in again as the Assigned Access account, or wait for the sign in screen time-out, the kiosk app relaunches. The default time-out is 30 seconds, but you can change the time-out with the registry key: - -`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI` - -To change the default time for Assigned Access to resume, add *IdleTimeOut* (DWORD) and enter the value data as milliseconds in hexadecimal. - -> [!NOTE] -> `IdleTimeOut` doesn't apply to the Microsoft Edge kiosk mode. - -The Breakout Sequence of Ctrl + Alt + Del is the default, but this sequence can be configured to be a different sequence of keys. The breakout sequence uses the format **modifiers + keys**. An example breakout sequence is CTRL + ALT + A, where CTRL + ALT are the modifiers, and A is the key value. To learn more, see [Create an Assigned Access configuration XML file](configuration-file.md). - -## Remove Assigned Access - -Deleting the restricted user experience removes the policy settings associated with the users, but it can't revert all the configurations. For example, the Start menu configuration is maintained. - -## Next steps - -> [!div class="nextstepaction"] -> Review the recommendations before you deploy Assigned Access: -> -> [Assigned Access recommendations](recommendations.md) +[!INCLUDE [user-experience](includes/user-experience.md)] diff --git a/windows/configuration/assigned-access/configure-single-app-kiosk.md b/windows/configuration/assigned-access/configure-single-app-kiosk.md index e303be8153..7dbcd860d0 100644 --- a/windows/configuration/assigned-access/configure-single-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-single-app-kiosk.md @@ -163,5 +163,7 @@ When the device isn't joined to an Active Directory domain or Microsoft Entra ID > [!TIP] > For practical examples, see the [Quickstart: Configure a kiosk with Assigned Access](quickstart-kiosk.md). +[!INCLUDE [user-experience](includes/user-experience.md)] + [MEM-1]: /mem/intune/configuration/custom-settings-windows-10 [WIN-3]: /windows/client-management/mdm/assignedaccess-csp diff --git a/windows/configuration/assigned-access/includes/user-experience.md b/windows/configuration/assigned-access/includes/user-experience.md new file mode 100644 index 0000000000..cb42b3ab81 --- /dev/null +++ b/windows/configuration/assigned-access/includes/user-experience.md @@ -0,0 +1,55 @@ +--- +author: paolomatarazzo +ms.author: paoloma +ms.date: 02/05/2024 +ms.topic: include +--- + +## User experience + +To validate the kiosk configuration, sign in with the user account you specified in the configuration file. + +The Assigned Access configuration takes effect the next time the targeted user signs in. If that user account is signed in when you apply the configuration, sign out and sign back in to validate the experience. + +### Autotrigger touch keyboard + +The touch keyboard is automatically triggered when there's an input needed and no physical keyboard is attached on touch-enabled devices. You don't need to configure any other setting to enforce this behavior. + +> [!TIP] +> The touch keyboard is triggered only when tapping a textbox. Mouse clicks don't trigger the touch keyboard. If you're testing this feature, use a physical device instead of a virtual machine (VM), as the touch keyboard isn't triggered on VMs. + +### Sign out of assigned access + +By default, to exit the kiosk experience, press Ctrl + Alt + Del. The kiosk app exits automatically. If you sign in again as the Assigned Access account, or wait for the sign in screen time-out, the kiosk app relaunches. The default time-out is 30 seconds, but you can change the time-out with the registry key: + +`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI` + +To change the default time for Assigned Access to resume, add *IdleTimeOut* (DWORD) and enter the value data as milliseconds in hexadecimal. + +> [!NOTE] +> `IdleTimeOut` doesn't apply to the Microsoft Edge kiosk mode. + +The Breakout Sequence of Ctrl + Alt + Del is the default, but this sequence can be configured to be a different sequence of keys. The breakout sequence uses the format **modifiers + keys**. An example breakout sequence is CTRL + ALT + A, where CTRL + ALT are the modifiers, and A is the key value. To learn more, see [Create an Assigned Access configuration XML file](configuration-file.md). + +## Remove Assigned Access + +Deleting the Assigned Access configuration removes the policy settings associated with the users, but it can't revert all the changes. For example, in a multi-app kiosk scenario the Start menu configuration is maintained. + +Here's a PowerShell example to remove the configuration: + +```powershell +$namespaceName="root\cimv2\mdm\dmmap" +$className="MDM_AssignedAccess" +$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className +$obj.Configuration = $null +Set-CimInstance -CimInstance $obj +``` + +Reboot the device to apply the changes. + +## Next steps + +> [!div class="nextstepaction"] +> Review the recommendations before you deploy Assigned Access: +> +> [Assigned Access recommendations](../recommendations.md) diff --git a/windows/configuration/assigned-access/quickstart-kiosk.md b/windows/configuration/assigned-access/quickstart-kiosk.md index a3dcf3b30a..ccffc99e52 100644 --- a/windows/configuration/assigned-access/quickstart-kiosk.md +++ b/windows/configuration/assigned-access/quickstart-kiosk.md @@ -91,6 +91,22 @@ Here are the steps to configure a kiosk using the Settings app: After the settings are applied, reboot the device. A local user account is automatically signed in, opening Microsoft Edge. +## Remove Assigned Access + +Once you no longer need the kiosk configuration, you can remove it. + +Here's a PowerShell example to remove the Assigned Access configuration: + +```powershell +$namespaceName="root\cimv2\mdm\dmmap" +$className="MDM_AssignedAccess" +$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className +$obj.Configuration = $null +Set-CimInstance -CimInstance $obj +``` + +Reboot the device to apply the changes. + ## Next steps > [!div class="nextstepaction"] diff --git a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md index 61e84a08fc..817d6f23ca 100644 --- a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md +++ b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md @@ -80,6 +80,22 @@ After the settings are applied, reboot the device. A local user account is autom ::: zone-end +## Remove Assigned Access + +Once you no longer need the restricted user experience, you can remove it. Deleting the Assigned Access configuration removes the policy settings associated with the users, but it can't revert all the changes. For example, the Start menu configuration is maintained. + +Here's a PowerShell example to remove the configuration: + +```powershell +$namespaceName="root\cimv2\mdm\dmmap" +$className="MDM_AssignedAccess" +$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className +$obj.Configuration = $null +Set-CimInstance -CimInstance $obj +``` + +Reboot the device to apply the changes. + ## Next steps > [!div class="nextstepaction"] diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index c9da0b19ea..d95d73bda9 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -298,6 +298,20 @@ After the settings are applied, the users that are configured to use Shell Launc Depending on your configuration, you can have a user to automatically sign in to the device. +## Remove Shell Launcher + +Once you no longer need the kiosk configuration, you can remove it. + +Here's a PowerShell example to remove the Shell Launcher configuration: + +```powershell +$namespaceName="root\cimv2\mdm\dmmap" +$className="MDM_AssignedAccess" +$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className +$obj.ShellLauncher = $null +Set-CimInstance -CimInstance $obj +``` + ## Next steps > [!div class="nextstepaction"] diff --git a/windows/configuration/shell-launcher/quickstart-kiosk.md b/windows/configuration/shell-launcher/quickstart-kiosk.md index 12fd02d7e3..47a41e9daa 100644 --- a/windows/configuration/shell-launcher/quickstart-kiosk.md +++ b/windows/configuration/shell-launcher/quickstart-kiosk.md @@ -56,6 +56,20 @@ Alternatively, you can configure devices using a [custom policy][MEM-1] with the After the settings are applied, reboot the device. A local user account is automatically signed in, opening Microsoft Edge. +## Remove Shell Launcher + +Once you no longer need the kiosk configuration, you can remove it. + +Here's a PowerShell example to remove the Shell Launcher configuration: + +```powershell +$namespaceName="root\cimv2\mdm\dmmap" +$className="MDM_AssignedAccess" +$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className +$obj.ShellLauncher = $null +Set-CimInstance -CimInstance $obj +``` + ## Next steps > [!div class="nextstepaction"] From 5ee7c31e066918df3bd8d887caa5abea7cc9b3d4 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:33:55 -0500 Subject: [PATCH 038/111] fixes --- .../configuration/assigned-access/configure-single-app-kiosk.md | 2 +- .../configuration/assigned-access/includes/user-experience.md | 2 +- windows/configuration/shell-launcher/configure.md | 2 +- windows/configuration/shell-launcher/enable.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/configuration/assigned-access/configure-single-app-kiosk.md b/windows/configuration/assigned-access/configure-single-app-kiosk.md index 7dbcd860d0..ac6c592871 100644 --- a/windows/configuration/assigned-access/configure-single-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-single-app-kiosk.md @@ -5,7 +5,7 @@ ms.date: 02/27/2025 ms.topic: overview --- -# Configure a single-app kiosk experience with Assigned Access +# Configure a single-app kiosk with Assigned Access A single-app kiosk uses the Assigned Access feature to run a single application above the lock screen. When the kiosk account signs in, the app is launched automatically. The person using the kiosk can't do anything on the device outside of the kiosk app. diff --git a/windows/configuration/assigned-access/includes/user-experience.md b/windows/configuration/assigned-access/includes/user-experience.md index cb42b3ab81..6476d42fe9 100644 --- a/windows/configuration/assigned-access/includes/user-experience.md +++ b/windows/configuration/assigned-access/includes/user-experience.md @@ -29,7 +29,7 @@ To change the default time for Assigned Access to resume, add *IdleTimeOut* (DWO > [!NOTE] > `IdleTimeOut` doesn't apply to the Microsoft Edge kiosk mode. -The Breakout Sequence of Ctrl + Alt + Del is the default, but this sequence can be configured to be a different sequence of keys. The breakout sequence uses the format **modifiers + keys**. An example breakout sequence is CTRL + ALT + A, where CTRL + ALT are the modifiers, and A is the key value. To learn more, see [Create an Assigned Access configuration XML file](configuration-file.md). +The Breakout Sequence of Ctrl + Alt + Del is the default, but this sequence can be configured to be a different sequence of keys. The breakout sequence uses the format **modifiers + keys**. An example breakout sequence is CTRL + ALT + A, where CTRL + ALT are the modifiers, and A is the key value. To learn more, see [Create an Assigned Access configuration XML file](../configuration-file.md). ## Remove Assigned Access diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index d95d73bda9..d941ffc3a2 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -2,7 +2,7 @@ title: Configure a Kiosk With Shell Launcher description: Learn how to configure a Windows kiosk with Shell Launcher. ms.date: 02/27/2025 -ms.topic: How-to +ms.topic: how-to --- # Configure a kiosk with Shell Launcher diff --git a/windows/configuration/shell-launcher/enable.md b/windows/configuration/shell-launcher/enable.md index a869e0e4d2..be6e4b76c8 100644 --- a/windows/configuration/shell-launcher/enable.md +++ b/windows/configuration/shell-launcher/enable.md @@ -2,7 +2,7 @@ title: Enable Shell Launcher description: Learn how to enable the Shell Launcher feature. ms.date: 02/27/2025 -ms.topic: How-to +ms.topic: how-to --- # Enable Shell Launcher From 214b137d8efa31bcb07b751962e46cfb549c37ff Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:49:43 -0500 Subject: [PATCH 039/111] updates --- windows/configuration/assigned-access/toc.yml | 4 ++-- windows/configuration/shell-launcher/enable.md | 6 +++--- windows/configuration/shell-launcher/toc.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index 96833cfc9a..658f482baf 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -9,6 +9,8 @@ items: href: configure-multi-app-kiosk.md - name: 🔴 Multi-app kiosk (merged ↖️) href: multi-app-kiosk.md +- name: Recommendations + href: recommendations.md - name: Create a configuration file href: configuration-file.md - name: Quickstarts @@ -17,8 +19,6 @@ items: href: quickstart-kiosk.md - name: Configure a multi-app kiosk href: quickstart-restricted-user-experience.md -- name: Recommendations - href: recommendations.md - name: Reference items: - name: Assigned Access XSD diff --git a/windows/configuration/shell-launcher/enable.md b/windows/configuration/shell-launcher/enable.md index be6e4b76c8..ffeae5ffc9 100644 --- a/windows/configuration/shell-launcher/enable.md +++ b/windows/configuration/shell-launcher/enable.md @@ -8,9 +8,9 @@ ms.topic: how-to # Enable Shell Launcher > [!NOTE] -> Configuring Shell Launcher using Assigned Access CSP, automatically enables Shell Launcher on the device, if the device supports it. There's no need to enable Shell Launcher separately if you configure it using Assigned Access CSP. +> When you configure Shell Launcher with the Assigned Access Configuration Service Provider (CSP), Shell Launcher is automatically enabled, if the device supports it. There's no need to enable Shell Launcher separately when you configure it using Assigned Access CSP. -Shell Launcher is an optional component and isn't turned on by default in Windows. It must be turned on prior to configuring. You can turn on and configure Shell Launcher in a customized Windows 10 image (.wim) if Microsoft Windows hasn't been installed. If Windows has already been installed, you must turn on Shell Launcher before applying a provisioning package to configure Shell Launcher. +Shell Launcher is an optional component and isn't turned on by default in Windows. It must be turned on before configuring it. You can turn on and configure Shell Launcher in a customized Windows image, or you must turn on Shell Launcher before applying a provisioning package to configure Shell Launcher. ## Enable Shell Launcher using Control Panel @@ -21,7 +21,7 @@ Shell Launcher is an optional component and isn't turned on by default in Window 1. Select **Close** to close the **Windows Features** window. > [!NOTE] -> Turning on Shell Launcher does not require a device restart. +> Turning on Shell Launcher doesn't require a device restart. ## Enable Shell Launcher by calling WESL_UserSetting diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index 06459f5360..27a0e8b2c7 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -13,7 +13,7 @@ items: items: - name: Shell Launcher XSD href: xsd.md - - name: Enable Shell Launcher + - name: 🟡 Enable Shell Launcher href: enable.md - name: WMI Provider items: From 5b6bdabe1677a12ad1999c8ad1c93ec40f52042d Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sun, 2 Mar 2025 20:06:33 -0800 Subject: [PATCH 040/111] Update create-appcontrol-policy-for-lightly-managed-devices.md --- ...trol-policy-for-lightly-managed-devices.md | 33 +++++++++++-------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index aa50e47a32..693e2355f8 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -33,27 +33,32 @@ Alice next identifies the key factors about Lamna's environment that she believe - **Operating Systems:** Windows 11 runs most user devices, but Windows 10 will remain on roughly 10% of clients at least through the next fiscal year, particularly those in smaller satellite offices; Alice's group doesn't manage Lamna's servers or any specialized equipment; Lamna's server IT group plans to wait to see how the client rollout of App Control unfolds before implementing the technology on the servers they control; - **Client management:** Lamna uses Microsoft Intune for all Windows 11 devices, deployed as Microsoft Entra cloud-native; they continue to use Microsoft Endpoint Configuration Manager (MEMCM) with Microsoft Entra hybrid join on all Windows 10 devices; - **App management:** Most, but not all, apps are deployed using Intune; there's a long tail of business-unit-specific apps, and "Shadow IT" apps that lack an official charter, but are critical to the employees who use them; -- **App ecosystem complexity:** Lamna has hundreds of line-of-business (LOB) apps across its business units; almost all of the apps use unsigned, or mostly unsigned, code, though the company has started to require codesigning in the past two years; they've used a codesigning certificate issued by Lamna's corporate Public Key Infrastructure (PKI), meaning that they aren't trusted by the Smart App Control policy by default; Alice must add the certs to the policy. +- **App ecosystem complexity:** Lamna has hundreds of line-of-business (LOB) apps across its business units; almost all of the apps use unsigned, or mostly unsigned, code; though the company has started to require codesigning, they use a codesigning certificate issued by Lamna's corporate Public Key Infrastructure (PKI), meaning that they aren't trusted by the Smart App Control policy by default; Alice must add the certs to the policy. Based on the above, Alice defines the pseudo-rules for the Lamna version of Microsoft's Signed & Reputable policy: -1. **"Windows works"** rules that authorize: - - Windows - - WHQL (third-party kernel drivers) +1. **"Windows and Microsoft-certified kernel drivers"** One or more signer rules allowing: + - Windows and its components + - Microsoft-certified third-party kernel drivers (WHQL) -2. **"Any signed code"** rules that authorize code signed by publicly trusted certificates or issued from Lamna's PKI: - - Signer rules for Microsoft-signed code and "AuthRoot" signers to allow publicly trusted signed code to properly function. - - A signer rule authorizing Lamna Codesigning PCA, the intermediate cert issued from their own internal PKI. +2. **"Publicly-trusted signed code"** One or more signer rules allowing: + - Code signed with certificates issued from any certificate authority participating in the [Microsoft Trusted Root Program ("AuthRoot")](/security/trusted-root/program-requirements) or non-OS code signed by Microsoft. -3. **Allow apps based on their "reputation"** rule to authorize apps deemed "safe" by the ISG. +3. **Lamna signed code** One or more signer rules allowing: + - Code signed by certificates issued from Lamna Codesigning PCA, the intermediate cert issued from their own internal PKI. -4. **Allow Managed Installer** rule to authorize Intune's management extensions and Configuration Manager as a managed installer. Based on articles she's read, Alice decides to configure the auto-updater process for many popular apps as managed installers to ensure the code those apps use is always allowed. +3. **Allow apps based on their "reputation"** A policy option allowing: + - Apps predicted to be "safe" by the ISG. -5. **Admin-only path rules** for the following locations: - - C:\Program Files\* - - C:\Program Files (x86)\* - - %windir%\* - - "D:\Lamna Helpdesk\* +4. **Allow Managed Installer** A policy option allowing: + - Code written to the system by a process designated by policy as a managed installer. + - Alice sets Lamna's managed installer policy based on articles she's read Alice decides to configure the auto-updater process for many popular apps as managed installers to ensure the code those apps use is always allowed. + +5. **Admin-only path rules** One or more filepath rules for the following locations: + - "C:\Program Files\*" + - "C:\Program Files (x86)\*" + - "%windir%\*" + - "D:\Lamna Helpdesk\*" ## Modify the "Signed & Reputable" policy template to suit your business needs From 2190af72975d0195717a1b1d5b232a8c8fd3a3f5 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:41:38 -0500 Subject: [PATCH 041/111] initial writing --- .../assigned-access/configuration-file.md | 2 +- .../configuration/assigned-access/index.md | 4 +- .../configuration/assigned-access/overview.md | 4 +- .../assigned-access/quickstart-kiosk.md | 2 +- .../assigned-access/recommendations.md | 2 +- .../images/settings-page-visibility.png | Bin 0 -> 36044 bytes .../configuration/settings/page-visibility.md | 72 ++++++++++++++++++ 7 files changed, 79 insertions(+), 7 deletions(-) create mode 100644 windows/configuration/settings/images/settings-page-visibility.png create mode 100644 windows/configuration/settings/page-visibility.md diff --git a/windows/configuration/assigned-access/configuration-file.md b/windows/configuration/assigned-access/configuration-file.md index 26cb548ff8..5cce923ee6 100644 --- a/windows/configuration/assigned-access/configuration-file.md +++ b/windows/configuration/assigned-access/configuration-file.md @@ -90,7 +90,7 @@ A configuration file can contain one or more profiles. Each profile is identifie A profile can be one of two types: -- `KioskModeApp`: is used to configure a kiosk experience. Users assigned this profile don't access the desktop, but only the Universal Windows Platform (UWP) application or Microsoft Edge running in full-screen above the Lock screen +- `KioskModeApp`: is used to configure a kiosk experience. Users assigned this profile execute a Universal Windows Platform (UWP) application or Microsoft Edge running in full-screen - `AllAppList` is used to configure a restricted user experience. Users assigned this profile, access the desktop with the specific apps on the Start menu > [!IMPORTANT] diff --git a/windows/configuration/assigned-access/index.md b/windows/configuration/assigned-access/index.md index 198d5e431c..dc51e3a588 100644 --- a/windows/configuration/assigned-access/index.md +++ b/windows/configuration/assigned-access/index.md @@ -29,8 +29,8 @@ This option runs a single application in full screen, and people using the devic Windows offers two different features to configure a kiosk experience: -- **Assigned Access**: used to execute a single Universal Windows Platform (UWP) app or Microsoft Edge in full screen above the lock screen. When the kiosk account signs in, the kiosk app launches automatically. If the UWP app is closed, it automatically restarts -- **Shell Launcher**: used to configure a device to execute a Windows desktop application as the user interface. The application that you specify replaces the default Windows shell (`Explorer.exe`) that usually runs when a user signs in. This type of single-app kiosk doesn't run above the lock screen +- **Assigned Access**: used to execute a single Universal Windows Platform (UWP) app or Microsoft Edge in full screen. When the kiosk account signs in, the kiosk app launches automatically. If the UWP app is closed, it automatically restarts +- **Shell Launcher**: used to configure a device to execute a Windows desktop application as the user interface. The specified application replaces the default Windows shell (`Explorer.exe`) that usually runs when a user signs in :::row::: :::column span="1"::: diff --git a/windows/configuration/assigned-access/overview.md b/windows/configuration/assigned-access/overview.md index 9e87bd19a5..e271659707 100644 --- a/windows/configuration/assigned-access/overview.md +++ b/windows/configuration/assigned-access/overview.md @@ -9,7 +9,7 @@ ms.topic: overview Assigned Access is a Windows feature that you can use to configure a device as a kiosk or with a restricted user experience. -When you configure a **kiosk experience**, a single Universal Windows Platform (UWP) application or Microsoft Edge is executed in full screen, above the lock screen. Users can only use that application. If the kiosk app is closed, it automatically restarts. Practical examples include: +When you configure a **kiosk experience**, a single Universal Windows Platform (UWP) application or Microsoft Edge is executed in full screen. Users can only use that application and once the kiosk app is closed, it automatically restarts. Practical examples include: - Public browsing - Interactive digital signage @@ -170,7 +170,7 @@ Here are the steps to configure a kiosk using the Settings app: >[!NOTE] >If there are any local standard user accounts already, the **Create an account** dialog offers the option to **Choose an existing account** -1. Choose the application to run when the kiosk account signs in. Only apps that can run above the lock screen are available in the list of apps to choose from. If you select **Microsoft Edge** as the kiosk app, you configure the following options: +1. Choose the application to run when the kiosk account signs in. If you select **Microsoft Edge** as the kiosk app, you configure the following options: - Whether Microsoft Edge should display your website full-screen (digital sign) or with some browser controls available (public browser) - Which URL should be open when the kiosk accounts signs in diff --git a/windows/configuration/assigned-access/quickstart-kiosk.md b/windows/configuration/assigned-access/quickstart-kiosk.md index b0583377da..fe38439c87 100644 --- a/windows/configuration/assigned-access/quickstart-kiosk.md +++ b/windows/configuration/assigned-access/quickstart-kiosk.md @@ -79,7 +79,7 @@ Here are the steps to configure a kiosk using the Settings app: >[!NOTE] >If there are any local standard user accounts already, the **Create an account** dialog offers the option to **Choose an existing account** -1. Choose the application to run when the kiosk account signs in. Only apps that can run above the lock screen are available in the list of apps to choose from. If you select **Microsoft Edge** as the kiosk app, you configure the following options: +1. Choose the application to run when the kiosk account signs in. If you select **Microsoft Edge** as the kiosk app, you configure the following options: - Whether Microsoft Edge should display your website full-screen (digital sign) or with some browser controls available (public browser) - Which URL should be open when the kiosk accounts signs in diff --git a/windows/configuration/assigned-access/recommendations.md b/windows/configuration/assigned-access/recommendations.md index 10a4e13dcf..1aeb40f5c9 100644 --- a/windows/configuration/assigned-access/recommendations.md +++ b/windows/configuration/assigned-access/recommendations.md @@ -116,7 +116,7 @@ The following guidelines help you choose an appropriate Windows app for a kiosk - Windows apps must be provisioned or installed for the Assigned Access account before they can be selected as the Assigned Access app. [Learn how to provision and install apps](/windows/client-management/mdm/enterprise-app-management#install_your_apps) - UWP app updates can sometimes change the Application User Model ID (AUMID) of the app. In such scenario, you must update the Assigned Access settings to execute the updated app, because Assigned Access uses the AUMID to determine the app to launch -- The app must be able to run above the lock screen. If the app can't run above the lock screen, it can't be used as a kiosk app +- The app must be able to run *above* the lock screen. If the app can't run above the lock screen, it can't be used as a kiosk app - Some apps can launch other apps. Assigned Access in kiosk mode prevents Windows apps from launching other apps. Avoid selecting Windows apps that are designed to launch other apps as part of their core functionality - Microsoft Edge includes support for kiosk mode. To learn more, see [Microsoft Edge kiosk mode](/microsoft-edge/deploy/microsoft-edge-kiosk-mode-deploy) - Don't select Windows apps that might expose information you don't want to show in your kiosk, since kiosk usually means anonymous access and locates in a public setting. For example, an app that has a file picker allows the user to gain access to files and folders on the user's system, avoid selecting these types of apps if they provide unnecessary data access diff --git a/windows/configuration/settings/images/settings-page-visibility.png b/windows/configuration/settings/images/settings-page-visibility.png new file mode 100644 index 0000000000000000000000000000000000000000..6688529348ec99b1040d5d68c3ac723eaa5f3b95 GIT binary patch literal 36044 zcmd>l`8(9_7q=E4MN(NRLXv%}?CZ!**^PZo_BCskK?>PLs1ak|_hsxO6e0U=Fl0Bz zK86{?^H$&M`4gUB9@o{?<-OeZx$pPwoY#4s*NN29P^KiOCnq5xp;T2-&>Oewr z<s4xCqB7uIp2VA`5siQ1MQaHgBH5#&*x1`sUQK?48dmZ|-LA@dNGB^RyFp=sI!Rx-;VU3mBiJn1?CaYGlfq4Z zMed{kg*A^QPpD?ctp6g~Y_f?Thu2kc22j+VFcCl$(m>U>r#B-)KVj!DD)Q zdc0FX1PrQAfSY^9|9E#%nf~8h=(qpexCI1uDpobpd^X1%c>ZT|(&+k(pP!#J?TA-_ zz`tihR<(6>Mx>8&bP<>SzMMIId*t6J3bGUO(654a{~PpK(s;t^CuOE8r}D-w4~LcB zWS>bh-)VKxx#c*~;Ilxdn0OiduL00`;J?|f`5*L)CavD=<;V!w7Vpb14HFVY1=gsi zON?(ft}*rH<;2U(=$9H=wfbYL{SHntsWhmILQ* zMqe+hf%|sf7G+fC#P}FQoWD@m2GYjPqr4_?0U8F6byqe5{q*INCX*f663VJPCy zhWv0KM1>qOcIep0SMPP;X{P?q6sXdZ!p776zPUlut3o4%3AST}+U1SIA8)gos(ext zfzmoKFLlTJwntZlh#yT^&pn%aOsd!!LFG%!*ZsgV#^mVqV6a(M38dIZ!0j*xS6H&E zSpBw+mtK{lClygUJhWP`gOArm;pepak37s+cN0)tvnzQ(Ya}Ep4N5zO(SHs&1x~)YP?N z3!$Ql`^=wT=Uh*Wquv5b%)V6X^AeSZqpJy?U{cftx2svPj^b zu=KvFPWkab0K~1g*kdpKaI*nXL9cx-TtDj(9Z<%uxdsbHI7Q`>GmuIc8*CUf^=F-) zjmK$beFl+f>lRqv%1yZTcknSyvxs#+$?59V!{35~kGCFAkqK``v87$%T8VuizF+#( zx@*?eD05Y&SfmHLu5_^4?+F^8C4miDDHG=XId(;N*6^Ymut(vbNayXcf1hiU;Zki#wS^A|J;K|)^LvG|2)Os zH6V0c{5%Rt_&3(W%l}_p${aGzY-y1aU0GXe?ir*gE-H%D93LOwoBX#e+GDTe=)<0n zl9KX&zE1Y6X997$jRFTczEZjN~`T}7w4?jwV!U}b@O?uH+rHmm~`?p-=X%ES{czf zuOte~7Qn3|YaK?nPS#+)pdAEZ`>h~{upj*s%MjtzBHe-}cBA%#3y(A8FKi;oij_}_ z-Ib>jaBIa*C{aE2|25JHwq~yMiaR+uIn=yTd#9Zo3OLFMrI>r#b|*mCasWbFq4eo) zr%%^?yT9>BDB1S915F@juEP!Rz`6xu?f2It_eMDe5as=6Kh)IJO0(8s|Jh3eA^v`F znc7zc3E%B+H6cplL3mG9t50z`55qVLCd4x;GH=4 z;$nL@oKh0l8Hhvc7EP(VMmjtG{zF5ZKc03!u#U~j%+Jp581mm}H=;_9*&J=+a^CHK zg!OZJT!7~+y>@m#n_Xv-{DCIqS7Bsgq0ZWjQ$?&m^T}$O%Sf&&gK(eTwQLAJQywz( zq2!8pIgx;iZ!@Uj1rx8%c~6>^iyOQ>$IDo}T@2d}?C2nv);T7ddG-r4Fj^oj+}lZA zQ4-;Cv@-uO@?D&@*wJOkNa2Q-b((mQpRUBE*fnMZLr&G2wCk+cO!kyvHv=k@l zL0{7*q-%2{85bXpD%h$?hRK_CeG zG|Rk?;TR1CFk3rn*pf3FwW4q-iu3Boj$&mmhi;BitVf$cnl#-%sB z{Qe$9lUjIAJM7~*bD9|WcM)+F+_Wg(4FE+{ z2tH^)@gEcBntgYUox%h*<(0iOW>U-L2}4y7u^f<{mrDufPF2!r|F{%DGk1r+#s1#WqkR4R3tUW#L0o2RS|qI_>42=ny8=u>Q}oz74Q2x z(rL-kxQfK}#2T=~MNYlzXD12kgQ4!f0tTgVV?}iP6-4Z2OH!DSL^vFW@(#|B`7m5Z z@IF0Zdb{w>yO@@i{2$h&9L?=dr|}TdXYc>kahN%07`w4M+wq8%W?u4l93Tb(e2O6E_m*V2pq!lCh3C)ForZ}3HT-1L^pDBXXF zssM0l)4)!s-1i0iBD>}cyP;~1T8hFQqK0UGHSfI}8-uBqvP-0dIo0t)-F6+Zm>an1 zoDiNsL_49weG&LNvYmAe3HdBwq3Nj!r!C=iE2Tw+%IObGj(5U@95pg;{Ul?fq`WqE zz3?c9Y`|eOzi~60LzV9rYQFZhhK!75pQbs4e;K;rE%_(G%lW>gFQ|hr^8y5VN!tv@uqf@dbf!H;5B_ zz=P49%yH6Ueh_KjSj>G28EsXaSR*rLf^;7eM}1%P#~+$eL{Kf>^a2b2Ibqjq$C)=A zY*?oo)r3LR~-W8B-Iff&yh|h=dz63-QBSI6m`k+u&dEbe#W? z<6?o!8cA5yq}ULpL)pCHbowS25l;8w;^OLXt!vrrr2g(B@7pfZkUs5MU(`-w-cVhP zgKOfR_kdzH4BNSB<|s(njJG8@C*Hr#=Kk~=*AIJN&c(R7#5#)8WS8K|4x+YLZZsQo#6^i@WuoV0&N z$kAidA4L}1cX)04e;@5kXX+h+BpjeOz7*43)7{P4weJ1Q;NImVK+2 zOqiPer8{ml#l$rd<|Kk|z82TJge%z0c2AC*7?!5`PuZS{Xmw7bvra@K+ zRPix+{NeXi$>Q-Vnde5Rw$B7_Vy-6^GO*qnoOy%lq->!ZXOhI@s6i_wx>qs&LxCl6 z0N7BbP>61>rH#Dx#tc>q9nbiHUP^`b#aZB~c%deJtuvk%0()6BvDbl$RbaeEmL`!$ zUA^vW*pE3(cXKXiZU<3qI(b}R^M^CWrfjh{=!JfTkqg@XR&gS}yFw=7xQ?lGHjTy? z49N#q58EhES+wVikel2AcU~pEa!b3Qa7KwS^FQ25d;$Vk?mvY8{fV*-mF~3(C&=HT-OyuvF50 z$aw9hD5EKdn3`@jN}H5d=H=K<8kKSf<9}pDuU@{heCyW~EW$?N9=i5Ner8u3?LY3N zMQgn%;|nZ+L_vA}*C*CNdcb;2inU|*XBYp6MHRvH;GtZ{pdqcVBK3}((xxXGJ`9qf zQ7D5{elwBcn_4j5$W>9%;DPCT(n>7JOqQUtH#&W zcyfNox@8sZXu4mN8 zE#h)WR4;u3g{P2qnp3{m;o7<`+I9$rWQ3v=+EWJFM|Uo8RmkrcM#-Zs_LAHlQfbo- zi!9nPUh|fz6n?YKRdl-z(xtwx{XJRzafD-fFua^)9FZ;Y!BwQ9EsM}UE}psJQ2Qjz zwcWAm^|%rK_c*gob?-e=zQqJ~F$LcQW~-O9A>=PZS(W_o2fPn<*YCAkq2438UuysS z%IS4I?iOu%;X!Cl!3Eg-m_f%l^6|`O22@BQ3!%~ByrE6{BKu*d@4d1GR&Wj6eN+}) z_?Y6LRv_$&F=*DgM^x}7O~(45D0sh6^;HAx+rrSk#Go=WWQy?6`(^Zc5(eyz?Ip*&e(7>%7gu|Q-XLXh++Qv+y(3Jk_9K`|P&xxN z=mo#dET09ia3mr2P9v)to27LujN6;fRT!_9i0i^RpNzck185}r!;0P}x>_lz!bhLN z!+jjtSFX^5t8<%S;Xzb_;+hCFFo0|y&Bm&R=j!jOf(-xOYIQ387b(1N2%yz3*3X!V zA`9AkwQjn>Q3Y$^g6V;LEgQ+ zy}SlY{_9y1IjtWc06(<-faJA?m1}m0QvbJmBNw1e77n}-8yfpkl1g9jGU};a`D=;I z&*fPx?~>#`NAoxRnyGhlYpk^Ghkj-mDmALvYA0i^tr?K$!(-8Q+F7@q^ujWS9YYF7 ze7#PO_e4BbUy3@8T<|q(Ekd4u*Qc&N^QJNs8X6i}JBjidRrh2Xc|G$o3kcX)?S|}x zya3#`1K*3fpl6ygC%FNcdcx}23AP&}dHTl2#vBT2J`c)xzCJ+hXohwlFDGf1n$)}g zr!e=Xo6+uKPZC~yy6NyACH-pvlYL#$IX@!`8n+b}_f~Jr2kdxfMTAla7adOz2GLb; zYhz=%EoolapEwkx)45G7Pa1&kW5H|3kOx7>i{xOUi1=Wo6J#<66dXP#tD4_{_5&6DvBueuTdAu&jR4JfIP0obNQ^ zy*Z0*WC}jrb7c%us<9jN=^lQ1VJeAz2~;X~_%jSzaPNSD+j zJfcS*&UtP4jK=F@2Thm=x%t=)6)>+qW3J;p(g)e!SAnVA+ts*dQsKH!a)ur^#9sbv z`DA%eel6d+q^WCkk7nW61)MJExBvPs)3|c?(euGCPpzHXh)14C($0Tb=u9;`T5PJX z_KppZ@0Ghjozb(6HI$4JLOCwgb7QLD$K;$+q_pHu_1bsSmF3i+$hOR*oWu#kd^LscU>827q$X>a~r>r|#HkHh0p zNBS_X3z7^-08PqA2b`xo`uNO7zrB>8)c^Sc4g|04&HK!8AFkX(&8j?)ynF}zYfSlF zbm(nx`&&nk~K7I|%*Yh@QX0*V3sojeP8g^OC36*75|%%LaEv zFbiU7=A{Ec`e=%EX&^KY$lI#blLg!30>?{VScSW#6ZEz6v{V3$jWzC1@8~b=P|x$)J~J<-wrXQew`Nx#^AHyj|2s9GV$BDk z;#_U5Bvp=%Y!)|RKBMX%tG~Z4g_4loMNgEyXh3k=&@de%TjyFfDFI<@`UBg z_<007Wpr7P70vJCxVJ~iE_1xBJH=YbDqCQmBksDMDdy`u;go2fV| zSaJwPTu;O|YhTO#z9QOo65DJCtvGYgkjCoymLnQJ+h?E(j&iuuy*gMmyRnRq2?(FR zM%qX3E5$wVn*dILYdw2@LRMknFXHd;U9GvFKY!jAwo_ADj48ISp0;xTQf#EBo@lRv zR_F_~c(y2GP0uDbI@y^!XCx74)xnZ zA3GvnUsBAr`5OLkL#1}`^;+`gF{QX@$Nj%AL9M(B9x{h2fOW6_WBW)(N?Bq#uNIY- z))o$n-yZt=R7n1abANj1*wYFL>H%A3Vajnm^>2Ugkc2{86T712#N=fE$G5zAEl0n{ z63OiZg~qA=-;0l-lB6dxjxQ@# zFg_;!3Kz-0YTrId=%TneUY5`mA>7W@g5ZqVTf9N+ z|7UNZ<5L#(gpQQeb<=;e`9p(8!c7;U1MsLOiYotXy>;os{}z2)_W$`MEqfA@wUty0 zcux`sl3G*B$|7(tY-MGo@kCfyn4yfpl+IjWyn5j%@+fUxEC_@xgRM&?x=@>^^fdLP z2p2FIAwvkH7i%P0*=(n%J9c z3VVf1vegR@8+cpHi*4GyM{dt*N}$6Ba}Y$4*K@D?=>6L|2&&$t3X{0)=A9V;k=g-t zeoZVhXdW0eBqd6Xp2P)u84A>me%t>3Vr75Q70a+D2M5TEi){}{2?ye4T7GXdZa%=R zGv@Si&B%Z)MuPrPc~fs`%Wr3lV@>b=u`_tw8E`iuj$@pEZM`E0j5?8O5##`H$9>`V ze`5Omov8^)RZ~NuoS8=WvLE$#fa@%jAtEIjcI|mW z(GGiK@mde<4|2Tz-cr=Z=N6Th!vTWL2n+@XejEcTYZB zXJ1EW8-B%V5kgu|wJkXPh8n{&T-8a?^hw9gjqaXxcHgkDt40s!4vLRU^u)o|AKXa~ z&JMVj(t~4}ej2)#0E1cB87=^c_c|g^Vn=W7>v}-yI^l~mtbH&yGxIyZp3Qn^ek#m% zU_2BrmbdEL8l(W$_K=*Oab&$6g54YkBJd{rna&L%$}nN4$#UcHGiDB=6 zCrO4L0FM@i=395iO&}lvSBAW3o~+|ESmce2zEY@ux_=ou5j%L1hVZH9AXW7A^^Kc- zFgIimhIW{#awz4o+UTw|V9Jmbb{D|I6}D#(%J-F)k8N?rt6CyLnP7OrA<4VGB+`| z<(Vk0WaCMhYWeBuvN{{@j4yCQ_D)G%*xsKr%tE=cEPJqoyY(~dC%jMO3g-I`lXJlK zAq3s1s@bQfXcN|d=9too?a>Q394B*WAE_v1>s#IVdAPAN1(2=IKx~JDOY|FW9uST& zP8=C;6J4r)((Peuw>Angs(oLf1xy=;$_iG1`eq%Ae7I{ZD$NzT0Nuk0`^6d>st$aiM#^s{!=t@t!OVAV{dmS_ccGnMZ*K>^Bo9>$CYVSqT!S?q|enG_aj@W17t@kr|IRIHDNMv zz;T#Z4{cRqxcIrNh-8eGYY)6XxlDK;9G_a=9T~6M`ME!in)zd6ft>84o2gFjb2j^F zTwiLYEs37Ziblef>oX?uoxe?_Vl z^6NDAhg;L5bo_=3p_eTpvm?Bj4LO|~AJPRKMiW1$TKG-7A~x6q+##eds~w|(uZ6TY z!%u$B>RM=To&lYE2cHtpn@>G_gCypGlw-4$;RdtUHo3ajcFn6x9|l%73Sb_W-j}yW z$Qz?9I&G>l3s871g~<}FuD&j8zC2;CyJ0tbjG+Bx`3k*RlH~b!@r|H$^NkkTv19Zu zZaqeDAcoY6!?;@`eU<=ZD9?_Jywv=qn6I6uZz8@JoegZ>r}0Q9~cP`uLtP-<@HXSg;@YTIdET73SfPFf^(zBJy< zr`OGS!RP%PVe@hFGvTUp2z)^|U_1D{>aLv>Glc^}y8^ZW+QfbjUW%o5j?Q3!CTw7{-r;0schPte=5=J3*D9yBp}O z(cHDYrx~sJ9c8zzi;=-aTDTXOrvrms|4#uMGt1~r!)9B4vj1~`H z5yPwC=6!|$r&R`@9l_ul*y$M!!ND1N+O?#wkKjj~hlW0qw8ybJkE{n9oy$lXjcxd5 zSGC&;ZQbRFhx0Rvz8M!B zFW1jM3U-{KIW^MNwQfIm&@0$+22Cl!e3FSvqUUfJ;~Ru`EQX`BxT)8+|9mP4heOR! zbu&5O+T3AfM)eX17+(`MDoi1`Zj|cetD>1T)RrrExBX}NdtHNfoXfjD>e^4Ay|#Dp z%nhTUbFF=8)qWq%eB{=&!R}P*I{_PApjq3N?Dj^t3C@epc{xeZ#B>Fz94e6$<;vd4HGBU+yjjR;=t1^QrJMhgqw?wjctGO`S-`m;?}NlXIFxH<7h zzkHif)fl_XzA^#pa<_5deaVCy%tC8H4k}0`IT=Oqg14AnS9MALnkvU*cQo5QF0NlV zx9nY(+uk=yzsp{d%N__4TzntS=b!JZks(JR%r{cUd8lQdRmraH{%IR)+be1^(kk}U zXUpsAjsq&FM;@ASeY;zDscV`gVoZOE^RvWBF11w=8{(ztdhJ5Q zgA_g=x`N47O`4Sg&#$xSGnQur?)Pk4>C>3nGZOVYKe>m=0hFwe!<-x9r0b%DYVb4Z zBQ)cfSlrQ$yPNI!6)4GctvUUm1S=P6egXphqaeyNt67j2dJRyCYz3eQ<|9rtm^Ory zUYq2M0c0|IeaM&1NNjC`kibi$fCSH!zmGi~c5`0OB$}~B*TY+WX9N*=?@bna%>f!EQ3O5s~3SAflf85JBZ|Dp1-dcjleJ zudZzf>}5%ZDJ~ylX9&lU-Ff`Yv#R9JwKYhllO#oLUC}Ey{*#PMt*FJv&Ogr1%~LL#QoX_qJ)hTB{snaEZ+R3-xb=!I?@(Y)V`WmOiU&$JulWFr;0B7{sYTE zo#w@Shf+NQ-%v8bq^(w4j$a@4dl?mGjdv@Rdq&yA$aGz8tg$kM=a;r!J2ngqoY1fK z@VNK14Oh8ZRNxs@Du?(96Sr8hd*m-@5+4AnuI<*#U+_#G<6|oC;wKmw2`|1L(Qdys z41P{c%9ZU6i71!I?_gBVexlqxF3u^Wo%yGp`h216Oj&0xdRKV6Zqj_aWlT?v@wcr< z?8kgOcNWdELSv_skThilWPY!$cBlI?bVfVP(bO|n6!do7)qfWUe?2{k-L~#;5*BgV zR(ADYI0?WEwZ{953#LnY#a7gS<6X9zDBNn4ElvxFCwpmk^i{ZNng|<`7_?0^rh{6b zF1usqJn%t1ipsigVkWnz-grzXzfl(@n{*%5oai)3MjzNp?$SZTtT#kV zWo22rS>@bh#7Hpd7be-;@5fg7%8$oE4cJVA^)qu8o(O}H-jivjVxBHr#@=pYZ>qv? zQ%Nij$vXq`u<}tG;l5%w1%BY@zZ7}_6Uxqf{_X=TQCl&JN`*%McvTIm=l!Si&M;b! zsxipS1-IAD-0Th3rp`YxRvs6S$N(Wgnxyh)54<#DF@<8o!kh2R2nLp)dxRfB0fucE z0V=vILh5czrOvU*$j|(A`7HyY`}Ur#nj_qckRv*i9DM()zAWozpDpTK@)!R{QXWzB zeFMpp?}BB84MhB^CPV(I;X|+4N?i=@?yO^)*LH?iux8ud7qbiJyD!Z12gwB5qCui1 z%bbp_q`e3TwG4lJ(PuRGhxO*5LOT?T%NHnxx&>;dFM)>G@X_rkS1qvs=08I($I7kh zQt&;JV7N!@2P9(?sc{|jpu;)}8#-S5U94ks@Z7m1Ssuq15|vw7TClkT+`u<0U}zR&F-ld9lR4yz&{gbn;K?&91I%4{#LCJH;HB zk=q8-i}Gy_L_B+$qKHkj9g(v2UNbRb7j7hDvYpG;n4}ZU|8~uR@(>iG{7H)Bwlwkb!<~w&>}~a_l1EgZ8-U zlOIDZ3N-nJI?scP_R(#7T@0$Yid6&X;Xp_yGrv*s{+$q#ujL+12rB==Tbc+C$9br1Y1` zo6}NA{)Sz-$;T?hZu>FzvJx^MFsg7yfr?PfsjbTlqSulL?a!cBdmazHaUx^mC4Dvv zsbR&Q-`OGnnclALZu$F3U#6BPbh9mYEGB(Fr(w|QO6mBsmQ*-0n)hPy>RgXenfC@ zzBF1J_k_GnjsbCmv6Gv0z$Oc|bI{+CWI$npErDO$6w+*JX-> z=~2NND1SJBZB_E7C2kIc9}Gwi3NsIPmUVoxMDbgZOX;;{7T*iw!c!Pldt*t;*fkKN z7R1A3A^%?!Pc0zW@wX3i{QRdT{AcPV9v|h%Y!qD1Dgmgia4O~uuWPH$rmWeTFth4a z2)R=(%X9THg8p+nJcg7{dCOBr%KU5n`U}EZ@R`nzkEC;JjoH~K%4AYwZX!a^5AI|3 zwUq#{7)P-^BA8BtvZj2AMYv*^B7DvFs7@Z?8v`jo`7RxZMw1G+N&AMH`79a1omaYu zzLc|8qUez-WcZW9{4Ve%MMXGwo}O^F!#EIa_T}224;ubjEP1L^R`MiQ*O{n*j>6lh zD&|n+nVM_nMP0sb0eQxAEBo-}os7Z?T6GFKUU#sN#CZl+Xv)h9QCdj4(?*d7AlBiXUoi`pw4l0#jKeNh=c(f|5uXmWVmuVo&; zQyFk_PGxvVK2~R~9dTmXRG90)D8zeIDNPk`kl!Ne1Z@@cbnJE6KiJ1)>y}pzq>C7# zepXJC!8GbYr!KW+hIPN6X`7k32%PU25dzx_MDPV|^-OaCjVI^z2lGC&yQ5n>n)8ci zzd>HV_I&W#YbI~B-?W^6Eim`{we7!Ui&ws=+0kbyiuyWI2!(#;ej_sHHF~_el;yCSIE+EUSbr{5phHShn1*S)AZ z9NN4fNWhe(PL1E4b2OWbpYj^3)ZHQ)9_I|h;uwOO(h98g_4TLPGR|tG@w1Rm&9D!t zfCcsr*Bl;c^h1SA8<-clh7)E<#wp4=D_i4Z42FN>_pcC8$`u8s!6g~U>2~?}Shs_f zP;sBmIRg>y%so2(uXdudo_R!k!DQ0{XGP|BrF3kB;qE79P{u6wSpDem1(l+$0tYZn zCL3$6!=498}3F1IXCR<6A(f%?n07wDs6aD zjo~dIv`gClYLd^dgr&IvQlV_w{Nkn=_IcmBRshrk$p?w7&oTo^<}_x^x6*&x8_W&0 z4LsHF#g5-_Xp@fr7$za?>K{CDzJq4s zfPnz+RG$9q&J7_DRI)Dc3fWd8VhKfW(%^;QJF|V>i}l^WnelM)#<(5)pg6BJH8em> zoQa?KloS{FEDmqhm28DKmsi%$2lQmep)UB{TA^6i?c4;V;M?q_m!J_!%g;L%RtEXf zl`ArkKhyXiyFKTdl=qHK+phdUSC|>t)_~5xd)Ukn1dy2Xdv=ie>7Qo@BkzyKvj@xA z7TR6_BicJu-x(>?Mc!nTxEGRN?>Z;J!U@~`3Psa<9&PLHS8S_eoDbn3q-wR9c9-u6{Api`h`&D{oPF@3RwJ8ujEgMi z85aLgf1Mc=*xK%Ls;Ryhkg#r=$jCD;JmI_L6`ySH2Z5Po2N+2>X|&F}wGm5&-vWhtj3nwLju1g_2FnMyk&9Z|v(#jfJL!_X za6mXe3uIY5{0??t|12#QI>hJHiWiMR1vkx{t}xo%s>1e7ls$DWty)|G8bFrLF1lrVD6WP!~vz6wT>znamxydCec|$gd4I zKC|k$YQW;rPI|WiNA5yzeRg_M-n%@et67&1$PPxi3cmd*Ht`Bfk65qkpe0qF_5eBs znkp~!?3D6Ak*vQ|g05E&8J;f==(xEi1uP8o?T8&6ujGBW5{A7__qw~+ym#j3=;a7| zmsGP!IwL?m&}(ca<|vR(SrwIDTITL{Q6W=$}aYCv+~9_9$*4MEMIG- zz0qd}q=EpMf#G({%@y-z>!|O$Yf|ZxZyiw{zO{ep15}a`kW4V}8PqV5-fXuiR@43& zb@{f-+WU-)wwX+YgXQdKeh;L>e7f)a29(9Y!WdToB05MZX#ebkou959pV%XgDlC7x ztr6Z0%TSX(1Z3PEkcGlX-6vYZQfBW#%);#>gA2kRq5dbUFS9-M!ajitERU1c5$j?= zgNVCS?tV9G=>?F80d)S*>0VmYOw)dyzK#yz)?C#nJJ%$vZCCK_=5htqSNM8k9ZNHf zEN7|K_smQ=NCW5YuOEQ!b_@8VF%kUaLZR;>;bTV@l1gZr1D!^&mz?c@X^fqzu$^umtD2 z_p~(2BA$bT0+pesDamM2xQ-g*Ri10puaneGe`UEprY85+@xHaiqfKL5Xf!fY=Vay` z!)d7P{X#5rFGqf3HZU*lXp!*sy6yoh=~Hrhy`G#&N{mT2u4w5B{dL4mT?;XCuTY#U zn&;5b`CJCDs*E;Sh-9X;P{`M~p8v@G4D$$GE%R;qRkX|I-0B>adEFHe&~)qe17tap zUD|msarVYfGd)9RkoZCUgi{~Jd0#ildDBEw+2bwRRO?q(ToA3tEFfRuH&h)v<(h^U z9XsB~=)Tja48BMDDDpB>Tb!H3%DBNwPVas7;@87ZA;OyMiP)kfN8+yZ(2?Wja@t$q zlVz8x&)^PJ=7061WrborW{((zGQ1dEpuDJVg z{6)i)Z-u7J#w$RtktTiK(ND=3g&>K0di6ryfB6Oh?DT!6ERxee+(J=uDdgpemf7X$Tu+G6$?sR@cS<{VuRkRWnr%lu`247%L}-giMWfJuzpaGm&ay2 z=mZAV2O9=G&nmh-k@-#@(6m$6l-CPnKt(6!XDU;*v&7zy z=(5bpDaXt5LFlUyH>JB~>ICY@n7>)l(xOX+b?#-wxzTb0s-`YsF8pwO&~i#qvC_Nu z_+ss$YM`?H+LSR{15y`^9nM|_ZMG>^C=!1cUa^Y(lS|}L8TJ70*(0FlTp`2H(oL%4 zV(UPdPK);g+N>&(<~+N@!uH4uhv^D3wm>>Su#lzqk4P0}^w+lDf1C3~NpE0*wZ=M{ z=PmJ+YM;wU1OuPsaf+zN@~@h%nERg1mt+}gfHnfR!bej+3BvV)gDuaFD$gM}|DOQS zjcX&QZk_70nYA@E{NQgrbepI{+inw~!aQ5s%@uH?n)xbcvGs*fOy+wH;ndzAyr#!r zUEqE@5{%c-hQ8|bPCzvmuJYwCGvG?c(@tK0xDW%#AP~?!WZYU&7C^s z7UqZnphOg}Z=|~dcQBag3EIthQKlT-99T1cCjivq9drru!XB44r`DJerw2PvP^%h7cF5p46`1{0E*b-F1s4mKcebEn~T z6Y!V*PjGR2Z`y7LndsIAk22)Uc34MnG-Xxjo-8NTW5x}Ds>Y}cUCQb4H`Me5a{Co! z9om&_ri$aNqqK4gQ&ajXU3%{a%w=PQRK#u|K*V9h&1EAhudX|WO&9`au(!(~HtREt z0qZ7F4+DJiqwGK+r4m~?Gu*Xu<;GMuVtf~hxaxMe!$T}Wr0BPU}y08R*3~ZDn3cr8j%;8@V-0UJQ)j#3z!9~0A zW;3u&SgXv6#nHl?!AvSF_*O;N9{6c;)sy^#{MNEH_?5CXkt=1^_2yM8e%{=6r$Tl| zl1D$TOd2Vk%zWtP=H#um>Nb6S!p8Uq*@E57fxnubyuc`#R)x8jLasrdoeaVqb}s49 zRHc>pZ;0A|Nlq?#i%Yn5T_tyFa9d{}3&+-aVjM=|Pz+s%dDthw>5(kl<6?N+ z)2zF7qRe4v^RwxLQ}MnnjCG)@pRlzY`p`%SXPtJmFHgrN3#XrD7U*a z*1l#|-KU2VJf^7B-*EvQ$L0OzuJ zYUFB&IsG#d3l-%%@h>N?F&h-zuqTg3A``3ysu+DhrSKCyXKs_`u8iPye-rrIaz#oY zL|-Hje>XKv9J66Kqh;C5>3EXn;NOG1qw{> z$9@zAR0P3oP;;h0D{8uhmOZWQ-h{d^cwA&DuMJsR4}({OQS8$3+a^af(lRvVQY`XaKUIL+E9Zzq@j{h#_q+H@vts3@dw^%0|JRY&%pw{C(_ z?!^{nD2vXPt~ll2PY7(mQIO^0fp z+m($6P)ttqn|z*HBuX~m>ebC`mFJ}g=UeR=F0@P@?*QLp9AY$@QC&UG<2>0pP?tDT z&QPH>HlSwxPCbD_cav_i;dUkhe=JN`#wt5ccZf59QE!W9rX5p>rRTV~`hhg;n}a~o z{$jUPB$_IwhSnn3N;@xKW7>ZEFx^l^@O9b*yiX6p7$$mxa0^E zs_BBGRyImyLguxmpS74Djq?&Vb5dQlW4Pe1{rkCS_|DiIoZc(bg)rAynmfwwn!(WS zKx97gw3Bk$A>s!0?^kJrrgiMsfwv2&UIIofayv<+(o987Jqr`Be=yg{C%IDP1bHX2;0PMjtAg`&ySP-*+yNWwfq%la& zQ!`h1pnV-IECtfXIf7grp;+7okLk+b>`JoFj;gfTcc4i;B!vxAAQmPFB~dT|gOk$^ zEzR}xUaOR|`S3RTPs;`Pja0ax&n3t3H;JFnzb8u=(kK7pdC~U83WnI%G(p(Mfx#)= zBS*zE=z;h!KSfL#Cmgbt0Vy+qrMo1}OB${5!DIOZ+yk^m+1>g@DV&dZ&MQxL+U&70 zD|5x1_x#xC5;>hu%y^}=fBliCCly-Ts)|f+HgK^S{p8zUV^Y9h|K=7AH+=k9Q3M05rMcvMG(I8vUgW2hDXETCdacGxY0EXfP=Cu26lXY95 z59}B(Ay9UX^EH@S{#t^WgSnxP3MyB}2zQ5g0oEXsRE;MW&}=@=ykvZjIIs#d;1<(A zp3vdBT*5su{jDf|#z4@b1`~1m-G93Uwn9t89-|@QCOzbXIbbZ|6{y+V_ja{+4dXpI z2}?0Bd>zKd$SV*mugkz!_Z?EiY2x5%-ZThEW2yt@CT8(n&zc43LVw4Gu`k`6;br>8 z>7{MxaU2rIuXP*T*|L8EeXDXnbeZW+W1=)V$G0jvS+}bdm3RyvZGJI?pbn>Ve}Px0 z@Cml5d{IltGfuks)9pOBSA?=MXPsL)7$Sa?M|o`}O>#qOAUJSXslOUH%eNp7M2z}5 zH&y0}wwAogsDGK+SsmnwUueG{HVBQK>vS1qJgQFQmlmOE`a!rC*UIVW=BJpazp(0J zn5Dzh;OZc9Rd75R?Tq~+;5-~5Fx}w`iwu)rQb66RElNtfKRQy5QF21~cdbmw<2O~#=r8xNU zaXy6$+#G}7c@==mc3FBpK%kg3vNnagiQav9k-^yH+@!bv`SzDaS=}77url6f0O{J> zCs3O`!mmG47g2|93M;AP;>9?U{=}5#H_a6HP8$B~WrMr^pZ2~p8qP1=SBi*{M9N4+ zO(RM~B8KQK2%;OkCEBQwFhmy#B5ERt5y9xAGdd%rAflJiOGGzn)G^%s`k#B(Icwdu z?!D`NIA8wri79X0d%w@~{K~WQ#HiZ)Wu8&dH{4HMJkIMq>Fm;Qto(4OTmoPBH@ zvUl#)4}?^4jb{R5V2*Xquo9&uOC1xmJ@I95TElMoPmT>DvT;3or{XOS9 z%)BzMS!s_d?~D%$B~E>1^33Qjg#-5@I@_M2s$cc=2~?4aO`uQS!nJG2ihKEVER}Q_cUY>@3l%Y~P2kP0@YX zhsEQ2qWXb6%a&I!fBBUAkW7%S`I4e_%v65&;*nz~`g^jq`G|JBD7&w5k9yqx8pW)- zZIId#-?36aZsC8?X0gA>MqB9^mGpH%K}*f3_pNt0hR9%bm+qc?>O$qOn~e~*f&N|i zp!;w=_~164tW375I!En=Z5&8(W8O0E3AEb-!J0W>HYD z|LX}vZzrfsmq%+yxTM>DK0U=}Jbq7SJL8Zjic%_O>(bHVdXtSiZTBRa4&{Ak@@N8& zaDgaeM=t$yyRV;^${j7ZKg^BQ)lnAA4xV>wDzZ)m4LN23BZvOUNGT^O!^mhg(PkJO z@e({=UzR~ZC8OPG0J}Z(`}Y$ukPSe!*?;yDL(HW|+40)od^9FyKVn|ID4FoNl1%$r zB)sVPl(L?Z%TMmi3Uh^M;3*(9*HMOPSl43BA-K>ktE?Xp{5TKO$wCVJ@oib)! z4$T-uGvy}rF2n)ydXKQG1$w@x8AaCWRX zI0>N_E9P6CgLqq~%4u8n@)5TLkW%{G-qT#c`hc`+-^s)=HEI@I4!0IpNx;qxXE$3v z_?sy;;8abrrouErRI54)=_%MH?gtGh3=zS0mblm-X6fMqL9$Lig58JbfKINiX^+vtz0cs&2nlik_tM zvi)%|>-15!T0Jo8rS|F*lcX;CPp6EL=q0zm?C-Su4Pp@Xxm8tFLb)k(+M%g1Ojnl{ zxwpV~N>UFTT5@``%tP(O7Y{Oj4!%pU3m!3*!f8(hol6wb8MDlMukiRSP6z&(>(uJY zHwDI>-nF_NzY`vC>uBDYj7zs;ODDOWGDA<6>-C0>wdwVu2&M~}%a;_F=b9MboIsXl z7ZrfZ_?|z z;YEK%^slqu?~t2=fO6-ZjloujM^!H(ikM zgp1lu2POEez%5qa#6@w}z1=q9Xs_sb{lRv?gJ0ZD(qxwdwdTWYFa4(yhiVNy2Iow5 zVLp_z@E2|&KiUyy+2a?+<*m7X9of1~cr4C7&-J>q=}NOgAnb%Rl_3qX8`bp{D#K9; zma>E`>4?d8gS*ieIjB?g*ffSY!;9isl+9TfAM9tR}`ewZHoC(4yWz4c?y)0d*V8}L6_%S?GWU*s8t zCHsLXMw@S`86v)GbFcvCxVLL~Q$GfZxPibdzvkU_#m@|M_ng#AwKC~U!|P1{l1;Sp z?2ffn7dxH3aLV?#ln>;rZz7cgNQ? z<3TF#&ef8yL&wEv)n*u_;VAs!=}6-b5y4!&u1|jb1h?)5*nnC;ry+JE?gRf0?v|72$e-U4C-u;{((yI`!T`R)kH z17z;QR8G(aJD#L7biv{9l|mZ)o!!K#t&7mRh7tIr@wcI&Cfy-Fe=6tX=L=DFre=g- zbSN3l42M5^Zuz%;aj)f&w@)SQ)RDsly-g*39H=l3Uk|9RLhJhf@vTYQW2h24Tu$B- zM}tM1nBJbALosY$W^!Q@Y^W4K8neV~NZJt%@Ayz)V8uaF$xFk_Ez&QFL!+UiYL?xi z#p2*jwc7>{?^4IzHJQ_p&LjJYNqlK21ffTc6To;e79w=Erb?O&>-~)gp{c*#)h{Be zWK=8GGVTJUk4T#@{1lpZYe?z{da&cd1Tn9!;7;W zx7!c2qoe@3+lAfgQX@!bsHPuFH96kPjc8Z?5kruzY5tJ<7ny~NYN}$Xoi!Tg1eHD$)&>Na*v0DtQ z-{~v0{JO`ltKY}o4u=uq_-^4rIfaR-+i^hs;e5Y*>I^h-=q8T zE4$$SQTGM$>Z=zAy$Ry&5w&%Lv3Wy<`*B4c$AnwdNNA#nS;G*-|iH{`lBJm5IFb$R;OIg%o|w;h-U8Hw&~ z*s+VonfFh&n?*gR_SO|HP!soH19rBhT=XRU<+%i{dy2wL=h zpFrS!QQeBk$A001kzCH5t9z97M&c^u`4tY}As*zGe2?7gc9%(Z2I%j67-2%FZ}v zN(Q2#fCT5#NVA*z&nAhTs|?#*Z`P3FlDE3-0SbDBJ?wDt>FAnDd!M0FUA0WJb;s*Z zn)gtKy<^O;_(Lcsg;=AZ|Qog(W;`;;L>cZ(je*48h{rmT(@Zv(~AH;+U}wg1p+{95lb*AF}ZUSV|V6$+DB z+TCRrq?6@AuByf)XQbtO|pLhz5VyXwK zY8Wv`)|0jwevWR_lf7;V4u)lJU-!7$l z35{{c?vG}S6il-;|!gZt9yHh{Ihi+NCA z&sRSDzVLFSEDfSX(}hdoFK^n(txKso)ziA z6$U_Ti|u_q*V}`f6~YdawOUms4yW`(xPC41$ikiuX_8#3g!etCc+Dk zAGT*E`PvOVt*b=@Z5G+}@-PdcqM&J{>NxOQzAs<j_@azYCn8gghJ*x1Z0+K5Ct8M&#J1WfLFA8(o3@V&c zjNE|0YY3P&B&;yj?X*4xXxkWis4f0pBkMA7lO+sA`r;7X&_k`k()R);+o-w<<|iqRXqXyh;vz(mb&$lu=>o_Tf}s50|_ zFQsmz_}Uvf8^Kz@uUL&zcpNFq(h5DQ3`;%<0YC>Y33G&FkB@oHyXqea2Y#nHhMeaR z1zJ?8=8Ew7H%D2e&VN8vZeBPO3V!3?2k<_s!gGN)VDddR+>c@eq3k)4ZVUtw=-3^9 z&h1fmX_hn(T=C_5)?sws0SnvbGIR{C@5X1HhxUnb#H3YT0QEY}qru)vxAU3|^0L}ctP6^e>1bBD&;gH}9vAxX;6)*)ISf>+rr#@4QTZ`N!c$Kbqf}B*y@7yz$q^ zyI-kAnj>Z?TXhF{C67{meG9oTQknGxI=H;>Gn3D)q1~Y|*MtP3sIY0? znoa^pw{fhA!Lk_3tI)_YltiSORlDV}0)LMa&`HE!GV|_)>JfUEqiF+~U@tJ&(lkrb zUB%ab-CHFB??F@zeY|rL0+-tvHDs7?tx=zRQ=c_0N>R>}h6p*&&M&I0!>Izvm0;#d zFFXUj6aA2~KKiCQXVzU%nDqYyh_msC2gH06zIk}tjd|eICZ5>&@qJ!qhK4I6NR>K- zSe|`5m(MOsjc{ZINy`;2LC+7E``pPXU(LZSFMFAsaS^Ju7^GMOOa|jR{*tE3pR+Sd z1Dp@47T&Wrr|wq_NiiY&6~}YX7I=4o`gkBJj{?2|ZuXdf9F9C2a z>N?Cezj{e@$a5j@9)`_(MTQv+HbfvOHxZ{>6XIM4ZYFs@2~Y76KiFIE`{3FJK5#c& z$On`Pr#gz;R*9tWu=A_Z2fNT&@oLN#NYiP zH$S5^dk8*cyx5qE+Zg-_G!NVcZ8JHHmzGt_A~t~2%pmQ}Pv-G!j}r*)ObsPhftOAf zjD&fAG!snj77B;%%*C2UO)*e>5{PLV`#K2u3^ct2(?s6_A^-5Y=f^~Zy>23nR3Nvc zF>Tke6t*W9_%2A~F35}=GzwLGj-9(7zt}D1ze@?+GE34~uph$|(2TjZ-yD$4d=&rw zPMVV2-lJ*ZO$?gVYq_>Out4)Y>0S-}NTe$chxZkVNVkgx<|lPNQTZagl+=o4ulfYB4+_ctnfYp6? zLiU=32F@U&O@`d*Hdrv7%_BR5C6zuR*8v&K`yj6033qqaHP5Chk#%B%{IaCTizOpF z#^_$;s=dzm@0?)xMUZLSC72<9WgWdyq3*a`U=Qqe+-I1@gCacIL}tFp-9emQL$Vn; zmd4Osca3zVFAWEznz_C_qrLs6BQz}IOBMo9&Q`5nWfPJ=;76#RHmM4(VynCLVrx&s5WBcgkh3J)#`LkMgc`94o+BqhOMS^Di}9zS6H4HVXT7$>p&bQ=Zpu(KmQ% zY_v*rofBstOA0RAA|o}4KIoZEwjrL zaY>#hx9Hoef?>Dugr)L=ADuQSJDzWd=ron2;H6BE5}ChVj?3q-P!H6qw^kH&T5-{F zPEM9f3Te3D7e3cf^x(*Au8LE-TGUe4^KvHVe5xAPT37eB6vxg50!hON-fU#+3hS6( z-Jbgmmaf@*z{Egjk325rGGdchVrp-s8iMhluA`|cmu#Zr@7{zdyqZXDQ>;taRhzB) zYdAJx$)H;0H`wP_wqG6Nv<}GrXHUDboT753Pw@Q6An`Gn9NziraUoWQ{*|Zm2K_ed z@!r>TwxA0Vw}P{kuU4o_ygtD$UHVIp2NmDet~cFt^M&MYwu@HNpRJfIm?Ayi^C3Ok zy@wM)WBCMM&w$30qx55%B}aL{KC9SFa$@IXM)W?`Cz_LSdfIpetZss|yBQyT$lWRM& z)_qzmJxw2rnyxUFFznsHe&Mb- z2x3!7LSrBQ{yNrdxh21)xn(%U8hCZz>)dc=8=t04b(J0=B%#2675-+MQ?FUJ^}(2& zkKb23f8r}My_wvFRn@;;?`ErG)cOG*6&nc3ZB!9#3LEAhXU)bK;Ik>ZK6cx8lKr9SfL*eiAZw-mX{BFx&-1{E~_ZsLuw&lF4QvA>I@}II8 z7DE$9q3fIUVRS9_W-7tnC8VKVHP)<|BOTxVXCBh@$mgqe=5_Hu&Q;`71@0gts8mC0 zI})QN-uTFeMWhFh0ti7ek0c-mnaluBEfh^^#wS6d&c%59!=fGX)Q=7O%jj%PIjhc#ZzL}n! znB`$45N~X;qF8;71Bk{oc?9*eYOJz?V+7L=dxP{>#D2rx-$R(iPp z>v_r0rK#^Z*7K=n6=Q_9`0k2Xbz^d0BX)`HP~QbkwNI!-Q8cdP5$j1)FH$MDN>{?G zhG;+Hq+4fq89Q^>WC?PV`~;Vvtpif6s!?maH_Bq__a5BMs_PTqql1y&t?Rv&bBvl~FA%=HA>;yN z&C1CvEsC??YQhi}Rw8w~sbs6Kr++|#iFitR;yb7+k}?vUiot`6XpkX&-2_-T7lX`a z1gc?$Vj%-u;JW>IYuF`H6(iUjC=NxxKOJ59<_qtcKz$>43+h0(j69Lq^{R#Z>O}x} z-=%6|K(gOhxB&Eb`tNab8Y&XH8BEM>fd{7V-URjZ0isM)Nbcqdm*wBzj;P8TRPs@t zg!pXKdy}6G&NyMnZJ-jVGE#hpG&#!AhuUq~1c}=xU9QOlsz44V&1>3&Pq98Uk$KrE zszSWx)__m`^0ple3SvQ&8rvJCK>2w*$E?r0 zMD${l_v4b$kM?GM2G%WcQv;Z_^TK(CCganso)({dRyT+B^|jB9!{;r-UiNBISpp#a zdpHsLPM?4eX0k8oBJYH>@z$vJ1Gn1=T;QGu8z}PWvghScP87(@ctRCGmtJ+`)tv<( zeODZ=ob^WRzNr(cBjjtgydrCJSHzkD!|zr5UQuAfV%Ol6VlgX;^4p!;%4~l?On2#% zbj^d#lnSq4aN1T-t9yC3ry|*U^%KYDPMCa|wMo%b`GO^&6x}LFZdzNTv(Ie!-Cy&* zzc@m-EWg8AJ&}3Hx`+;irw8V5_uB4%4Mc>yRMoSu4!ia!(_Y< z_;C7~2SRqr9Fo6QrI4f)A`YcVl_D)e_67=#VFEmv%k|{$%2#?vfIBlIIJ6$7taoi@ z58@a0;2&o{F<5U?xVYA2R7Bx~Sr&A@s5*Q8?DqV1#m8|=FY{H21r{d?RJVi~P3N`^ zGstsu``a5n6*sE%s`!2VFnFmE6~_W{!3KJ7+U_}I1572IZ{@RMPmP!?&&B_I`jf9N z&EnQaZow9nPQ~z8ZhT0d(f)=g^H_<1{gLoY8lON|h%6m2EWQfA!gWjI3U*)bJv9sL zj(2)k88VtDyy?cE!sCDdmcUb>aYsRS?!zOm0)ow{m9T07KF&I3(y3Pz8+8#85j&uI z@;z?O^PVj(-Pf_^7`^x%tBr^@RU)^qMB>c7cJT{lilmLNtU@&8jm}M9Bgf1wyP&C= zx!Quk!q3q%Zq?#7gjZjm#gH`j#O=z9B_m>YgC zKS5tJ$&s(XBpZFZt;CO|xN_qbU!jAxfAU$`-m5Ul05}X7rfwRgn#;?mUW47y*+@An zI|S70Q@6Q53Vd49RTHTM+H{;u8JC?1F^fgH(k5meP1HFOF3W+$X7R``%vJS-J#;;T zb5rVBek8;dw${u4IiK$ZVZxttK)g;W@oB}+H=6&LQ#vXE_~dd&`jv}SuB8|D_dfF_ z?kL^*+f-g7j{KGDr%{kqgp&`=+f8_yJLJ#0$eu|u7elu{r&aZrrQdjm#YJDCrhz$k zvDPXvu)!X}7r7pEY!c?>WWq6e9uvOK_{3?b7Y}#j#IZ|(w+K%-ek~8tT&_=6n8{dZ zMmD8T=7+m3k6dH*ZCWw!{s-P0#N-OQ!?ZNk+oQ|M+R{lTeuA+{Wv^Om%$D=gw+G-=G#I#D_OTnj^#eP6zW1DyW8g_lE7-Y9drk7puJQV51(i z#s;(o0mJu%TRvO(WXGSY|8W7%06q^cT0sf-3;OdWMx0+U!QA*R3Z1F_ zb``Ve?jaOO#V4;O$25@M&bisql+ss8`O*5Z%9W=m*cZ{`Hd>sDpr&R7ewU9DX?&6W zsBfIefh?H(bvkNAd#x<&ySMm6`ZI#+GH=+|49Um~8RosAra5&?r0z)TG~kDjqYkIC zHE~S1m8Cfq)`m>wwLPdh5hx7xL`W!DZ#xkvFh8lVCH*+8PKZ@|CUcT^&khxZrEo`e zHK~aPZRT*A`TA9j;bgmtojKsp9HPpT|IZG^%k3uCjb>YK^SE-JFPliOw_H`d*a7@D zzpPEQ$ORj(oSsW=S60D}5c=-QP}i(y01*C3++` z7#i&;=2$*cOOhzMD2qwVZE-+kA)3=6F0X1(u8!%6)aU!Xx*v!Sc#_Wro@x#V(rM{> zw_u*a9S~}{b!Dhgt*q{c@8Kd&^}qx;*8dK`=-=;7$M=iIO%v!LY6Pf;#A21e#kT8) z7+=u;RnJGC-8uY|Y90bkRe!d$lz@UiRJQBb?d{PqQUN}T(A)flXnS1oH zYCxcbnYYW)H@ZkRumZ-6(1wyXxB>mV!HvWiz)XczKBBsVLF#r9dX$yLzU_Z$16dNd zv!VNU%fvV7OYHRuihrMBz0Tfqh+FgY#TZogvjb=z`W9Yow^5&xI7YedXb{iPxc^e< z=WI0aP}DIou>DRN{ErKihVMbUoJE5=+~6(Dedx|QzQTx+*56a!@b8<+P1w6wwZQniI6b{bk=<8Wc z+2@dKj*02Vy%#Tcm~ViIE$lD|tt_i77O?03v%LA2ao&s(jQqvzE|rvMwv=JYy5_j0 zO6T~^U35^!DDK zv_>fIRugL-^P3M|gEw42XfXtN8ZCf>7=*flnJzGuK9c!|2Z4%z zuBCLZM(v?8da4?%1X$Tm5!kD_r2(c91DPvIRsI#07c@60?-=zqGo^fB6B0p4Z|+M48Zzr$SO z_?>Wu!zdP2Z8?M*c`$SX=)hE9`duTzeX4zMo(lG{Fi2SlhA@k&(D8D5D_oA9kWSaP zQFrdP5@XFfsVlO*JU9Ul&>3U?mfl(Hv;wB52L&pItDJJUF9U!kuvoL+=As&c7q1ED zbe#Okgvjoy8ngygrbuB$Ptf}2e4F3)MDT*3``XN6Wai`;K(JS>4E2U?bk+I!xw8$H z_jTL1cKiMvW$*6x_ESAPnB*PAz}aEk=j`mV4c6n00hkR|>Y4XP!=WZNwYu6jsjt*e z%ftBbdq92Zx{Q2@Rc1h3(s~FX%iqN|He|vY&X8K3f`E@$;XyR@$|GmvSp80!(Wd%Z zo^MsR9If#$UX zy~*RRVl3Cc_Na$vxk@u) zic7s)5wWE>Xgr(}Q$M52cmy@%RJ)-|1~tWnUt%B)aU_$<4}nJ293@$%(mL1;wEw#if_PP;MJ)Gu+|!O&(qGu zzHe0zKAH;L|6#U}o!6E&`In^*H|V&uI8c)Jbd0cByX?a+S)drncDUZoA(UJ)$x^pn zSWobNoMQ|P6umh0Jwd!yv|zZnRe0gDgeRWv`d*sz4`H&VGd6h&P(&i0&Lqg5W|tgB z*ux@5(};r#F|j_gq^bN3TGwQv9-Gsv~sOd+gpTV=||6L-pDpi56Ge|91WLO2xQ4 zb7<7m>iU*)f%dR#wun0RimXf^&K_Po3;-dgwdt5@U;!|1Eh4Ap)`_t;sq|4D~3=ewK5c8m=%5|<-bDa~}am$S0o$9!^ zw<6R$ee=D;SUfDL`sfX6t<$u={(aV@pHqG4dzg*AwYWMwUs->{i8CyWN$vmztd5eG zc`Iuh$o2bR5ApFFJp9KkyYx9*SB;Rn38_h~NP0TgL}hZleWxzMiICxCllwf8 z?z(VKc{p2IPv#lc6US85Q-UyTcDuj@$Rz!fu^(k)$$cHb(CCTqqY3Xm1zw0{M zL9G_&wzEkY{q8idhCpt9FIJXw$}(f!cqMo5X7XINEMzlo(-Rl7n>h#oq>*CqKpO<| z*2(Es45DRY2o3c7M(`{VZS2Y)P8f03!>MZ=Z5l2RTs_lFwrx* zF`*5Y$7<$4l_j(wm1wAVHS8#Jp38FWR#ikWVj0YB^g6@r@dO15IL>m={cg)}2=xuh zknpOIEo-SgaS(9foKOLsiBwnKK9{KK22Z2uqo)uS=h-{Nx5r=IPJV~QVnv7cRwMmf zWx{!EdmboX4L2(nq2{#|F!*d&y}L;ZL64IF6mvd!6St5Y1U8i%t`+zw?snos<;5Tk$1j2JF zkz`4$o=f3b0-%khniS>lhas-y)%vhL;^Fi%lGe}$Hoa8OrN27m+%xx>OONYvDoZ0h zNL&|kpQ#5YD6I{Wzvi1s->OfcLLn4|HcOfF5vBb`s>Tc;u0xqXa-PPRpx9#JtBnO> z`ykID1eaGnD$4dNi^m!aH0He2bBTDDL$33YnkQbb|c=Avyp|q0OH=oto#YFcFHm&HaKF z^pY(9;eIC&H=$uhQ8!?i?KM*CwRNKOpcdfW#y6jWf66kj7N1}I4q5sH>cMXA zW*b!^v)h3FgNccag)$_8dw>zS&&D7PG_Ze~ATtUDl-BGu*yB;p1->omf*oMc?v50k zua#u%07`WkL?8{jcgJ*FqCH6VN@>_$d~vFnIMMP!mW}or)`ycxC=4&B|sw^ zr&{OWhRQU*S`CJ`%8&eZTFk1x{Lo8>6!z5DCU`)=(Var!1&zySL^^8bdAi4$iOqItBpprjPY~x6Y)Z}S^NIy?J zc^I;tRY0=&{<#@=54XLdnvTKH(|aS|4$_ce@IW|Na*OEBn)*@DUTe)aP1ZTt&0ic6 zJpuMOK^}L*jaKf?=a}4i2A~{$Rn>5>ye}M@UVn5Nb<8A1g{g1ij&~6rkh`Ag>|EQ; z-q;5Mib~4tAY5b4Gs$n?!`)Go#z$fQKGZK{C@FS_{F~PW-v)TFqzJ!Wq+X@fU^{3X z@|(z5!!|;PXz405%&@TUy4!21JhVM2tk=y4T~U5$Ox;Dc{rW61RI6JWCd-6yKOcyg z_fnvr?qWF-PR|8;aY)M)_?&&#%n?_C?tv>`4aRJ8-2(Jb*+2l9_j;Ym69zp$%InOj zQatSP(+XvQHHO7;BJIs_ONhwPi7cOCGK0n8M6hH9!Fp#sKq$I)Ri8R zg-|cJ)}tiJ5rm7Dvj8A7U%GO-^Txf>^;XTO_+@c}##OjNb_3^t&||wY266Sg$pnGkM&Y`y zjSCQa9d80Dz3;;m;qa`3OGr1aKN^`8FeUigtb$8{C&|lobqn_2h3R0rgvIhP-&Hl| zR}8{1^TUR}rN3XDM3?1EX3xu$^-iWWZ?#Wye|d<0q)yh567W4BJY^dD)MO_2k>`c0 zsp#0a2tdW1Bn9V&$_wcH@KUUeTN4**{6y7F>gaR+5(v{ORb%_R(I!w)U@+)V^nd_e z7=}($4Mvsn#u*V?JsGv^o6ZiOHki&)*P>>cJ4H^M_vSEIPu&grb!NHbF1h7T4Tu$@ zBw8-=7rP}^>FYqU1_#h9f=Y?o@*!OCM#5N!)!gd~*_%dVq8pBJ^V=bt10N~rUXX?W zFYy^PN3R9w>2@9C@- zA)fIud4`8&7DINl%lQ7%Sc=6W`tO1cc;Mj;cE46-`OxqRK$ivOd*}%O{(3_N_5{8B zPhLrb_VVvr|6YlI$Hc!=;czMVcPjil75-bM!uUbCI}P_c<0Di-)t(p6-?{RuLG}3e zdoPZbH>1B@&r)nU_oUd~J?KW%XmyXniBDH$lz#ZJ49ms{pjDT@$cC9cRKvLIQ+XFLXU<2zo$dX zLl^SO$_nu$*pk1EySw|ACu5LQ_$vJ2b?M^}owZ5L7o?@okjxvXj*X>hk z>gqRnd3g&=A7yqAg@=d7MB8XdF1k1rmwWIx;fyR98<=_##p7I&`>_Ki6DI3kwS+p`oEA zbFRBBYwa1Ssi{K;Gr{ye_`15fo$c)kkyBq=zOPIjo^~X literal 0 HcmV?d00001 diff --git a/windows/configuration/settings/page-visibility.md b/windows/configuration/settings/page-visibility.md new file mode 100644 index 0000000000..d333b27aae --- /dev/null +++ b/windows/configuration/settings/page-visibility.md @@ -0,0 +1,72 @@ +--- +title: Configure the Settings Page Visibility in Windows +description: Learn how to configure the pages listed in the Windows Settings app. +ms.topic: how-to +ms.date: 03/03/2025 +author: paolomatarazzo +ms.author: paoloma +--- + +# Configure the Settings Page Visibility in Windows + +*Settings* is a Windows application that provides users with a unified interface to manage their system settings. However, in certain scenarios, you may want to restrict access to specific settings pages to ensure a more controlled and secure environment. This is especially beneficial for devices used in specific environments, such as kiosks or student devices, where limiting access to certain settings can prevent unauthorized changes and maintain a consistent user experience. + +You can configure the visibility of settings pages using the *page visibility list* policy setting. This policy allows you to block a given set of pages from the Settings app. Blocked pages will not be visible in the app, and if all pages in a category are blocked the category will be hidden as well. Direct navigation to a blocked page via URI, context menu in Explorer or other means will result in the front page of Settings being shown instead. + +This policy has two modes: + +- Specify a list of settings pages to show. In this case, the policy string must begin with `showonly:`. After this, the policy string must contain a semicolon-delimited list of settings page identifiers. The identifier for any given settings page is the published URI for that page, minus the `ms-settings: protocol part +- Specify a list of pages to hide. In this case, the policy string must begin with `hide:`. After this, the policy string must contain a semicolon-delimited list of settings page identifiers. The identifier for any given settings page is the published URI for that page, minus the `ms-settings:` protocol part + +## Examples + +> [!NOTE] +> The availability of per-user support is documented [here](https://go.microsoft.com/fwlink/?linkid=2102995). + +To specify that only the **About** and **Bluetooth** pages should be shown (their respective URIs are `ms-settings:about` and `ms-settings:bluetooth`) and all other pages hidden: + +`showonly:about;bluetooth` + +To specify that only the Bluetooth page (URI `ms-settings:bluetooth`) should be hidden: + +`hide:bluetooth` + +## Configuration + +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] + +#### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune) + +[!INCLUDE [intune-settings-catalog-1](../../../includes/configure/intune-settings-catalog-1.md)] + +| Category | Setting name | Value | +|--|--|--| +| **Settings** | - Page Visibility List
- Page Visibility List (User)| List of URIs to show or hide, separated by semicolons.| + +[!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)] + +Alternatively, you can configure devices using a [custom policy][INT-1] with the [Policy CSP](/windows/client-management/mdm/policy-csp-settings#pagevisibilitylist). + +| Setting | +|--| +|- **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`
- **Data type:** string
- **Value:** List of URIs to show or hide, separated by semicolons.| +|- **OMA-URI:** `./User/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`
- **Data type:** string
- **Value:** List of URIs to show or hide, separated by semicolons.| + +#### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo) + +[!INCLUDE [gpo-settings-1](../../../includes/configure/gpo-settings-1.md)] + +| Group policy path | Group policy setting | Value | +| - | - | - | +| **Computer Configuration** > **Administrative Templates** > **Control Panel** > **Settings Page Visibility** | Turn off the Store application| **Enabled**| +| **User Configuration** > **Administrative Templates** > **Control Panel** > **Settings Page Visibility** | Turn off the Store application| **Enabled**| + +[!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)] + +--- + +## User Experience + +By controlling the visibility of settings pages, you can create a tailored user experience that meets the specific needs of your organization. In the following picture, a device is configured to show only the **System**, **Network**, and **Ease of Access** pages. The policy setting is configured with the value: `showonly:display;quiethours;network-wifi;easeofaccess-display;easeofaccess-closedcaptioning`: + +:::image type="content" source="images/settings-page-visibility.png" alt-text="Screenshot of the Settings app configured with a policy setting to limit the categories displayed."::: From 8a5e2a0da1a773bcad4593fd1e0cfe2cfa09bd21 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:53:10 -0500 Subject: [PATCH 042/111] updates --- windows/configuration/settings/page-visibility.md | 2 +- windows/configuration/toc.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/configuration/settings/page-visibility.md b/windows/configuration/settings/page-visibility.md index d333b27aae..00bb35324c 100644 --- a/windows/configuration/settings/page-visibility.md +++ b/windows/configuration/settings/page-visibility.md @@ -11,7 +11,7 @@ ms.author: paoloma *Settings* is a Windows application that provides users with a unified interface to manage their system settings. However, in certain scenarios, you may want to restrict access to specific settings pages to ensure a more controlled and secure environment. This is especially beneficial for devices used in specific environments, such as kiosks or student devices, where limiting access to certain settings can prevent unauthorized changes and maintain a consistent user experience. -You can configure the visibility of settings pages using the *page visibility list* policy setting. This policy allows you to block a given set of pages from the Settings app. Blocked pages will not be visible in the app, and if all pages in a category are blocked the category will be hidden as well. Direct navigation to a blocked page via URI, context menu in Explorer or other means will result in the front page of Settings being shown instead. +You can configure the visibility of settings pages using the *page visibility list* policy setting. This policy allows you to block a given set of pages from the Settings app. Blocked pages won't be visible in the app, and if all pages in a category are blocked, the category is hidden too. Direct navigation to a blocked page via URI, context menu in Explorer or other means results in the first page of Settings displayed instead. This policy has two modes: diff --git a/windows/configuration/toc.yml b/windows/configuration/toc.yml index 45b8217fab..fcf36620e5 100644 --- a/windows/configuration/toc.yml +++ b/windows/configuration/toc.yml @@ -9,6 +9,8 @@ items: href: taskbar/toc.yml - name: Windows spotlight href: windows-spotlight/index.md +- name: Settings + href: settings/page-visibility.md - name: Microsoft Store href: store/toc.yml - name: Cellular settings From d3c74291c63c8055cfa0aa2f8222525083b96c71 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:10:58 -0500 Subject: [PATCH 043/111] background topic --- .../images/contoso-lockscreen-10.png | Bin 0 -> 122846 bytes .../images/contoso-lockscreen-11.png | Bin 0 -> 129770 bytes windows/configuration/background/index.md | 50 ++++++++++++++++++ windows/configuration/toc.yml | 2 + .../images/contoso-lockscreen-10.png | Bin 49659 -> 122846 bytes .../images/contoso-lockscreen-11.png | Bin 63683 -> 129770 bytes 6 files changed, 52 insertions(+) create mode 100644 windows/configuration/background/images/contoso-lockscreen-10.png create mode 100644 windows/configuration/background/images/contoso-lockscreen-11.png create mode 100644 windows/configuration/background/index.md diff --git a/windows/configuration/background/images/contoso-lockscreen-10.png b/windows/configuration/background/images/contoso-lockscreen-10.png new file mode 100644 index 0000000000000000000000000000000000000000..029e9ef7653a0a2359dc10b806cd8dd7e29ea3e0 GIT binary patch literal 122846 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 literal 0 HcmV?d00001 diff --git a/windows/configuration/background/images/contoso-lockscreen-11.png b/windows/configuration/background/images/contoso-lockscreen-11.png new file mode 100644 index 0000000000000000000000000000000000000000..0048f84afa50c9b341aea8e91f49d01b3ad2fe1d GIT binary patch literal 129770 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⋘6*eN5{IFW#ZxHBD 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 literal 0 HcmV?d00001 diff --git a/windows/configuration/background/index.md b/windows/configuration/background/index.md new file mode 100644 index 0000000000..0240252657 --- /dev/null +++ b/windows/configuration/background/index.md @@ -0,0 +1,50 @@ +--- +title: Configure the Background in Windows +description: Learn how to configure the background in Windows for managed devices, using policy settings, including Intune, CSP and GPO. +ms.topic: how-to +ms.date: 03/03/2025 +author: paolomatarazzo +ms.author: paoloma +appliesto: +zone_pivot_groups: windows-versions-11-10 +--- + +# Configure the background in Windows + +You can replace the Windows spotlight lock screen and background images with a custom image. When you do so, users can still see suggestions, fun facts, tips, or organizational messages on the lock screen, but the background image is replaced with the custom image. + +To configure the lock screen and background images, use the [Personalization CSP][CSP-2]. + +|Policy name| CSP | GPO | +|-|-|-| +|[DesktopImageUrl](/windows/client-management/mdm/personalization-csp#desktopimageurl)|✅|✅| +|[LockScreenImageUrl](/windows/client-management/mdm/personalization-csp#lockscreenimageurl)|✅|✅| + +>[!NOTE] +> A concern with custom images is how they'll appear on different screen sizes and resolutions. A custom image created in `16:9` aspect ratio (for example, `1600x900`) scales properly on devices using a `16:9` resolution, such as `1280x720` or `1920x1080`. On devices using other aspect ratios, such as `4:3` (`1024x768`) or `16:10` (`1280x800`), height scales correctly and width is cropped to a size equal to the aspect ratio. The image remains centered on the screen. +> +> Lock screen images created at other aspect ratios might scale and center unpredictably on your device when changing aspect ratios. The recommendation for custom images that include text (such as a legal statement), is to create the lock screen image in `16:9` resolution with text contained in the `4:3` region, allowing the text to remain visible at any aspect ratio. + +> [!TIP] +> You also have the option to configure a custom lock screen image using [organizational messages in the Microsoft 365 admin center][M365-1]. + +## User experience + +When Windows spotlight is enabled, devices apply a new image on the lock screen and in the background every day. The image is displayed in the background when the user signs in, and on the lock screen when the user locks the device. Users can still receive suggestions, fun facts, tips, or organizational messages. If you deploy a custom lock screen or background image, devices apply the custom image instead of the Windows spotlight image: + +::: zone pivot="windows-11" + +:::image type="content" source="images/contoso-lockscreen-11.png" alt-text="Screenshot of the Windows 11 lock screen with Windows spotlight enabled over an organization wallpaper." border="false"::: + +::: zone-end + +::: zone pivot="windows-10" + +:::image type="content" source="images/contoso-lockscreen-10.png" alt-text="Screenshot of the Windows 10 lock screen with Windows spotlight enabled over an organization wallpaper." border="false"::: + +::: zone-end + + + +[CSP-2]: /windows/client-management/mdm/personalization-csp +[M365-1]: /microsoft-365/admin/misc/organizational-messages-microsoft-365?view=o365-worldwide diff --git a/windows/configuration/toc.yml b/windows/configuration/toc.yml index fcf36620e5..e5ca978400 100644 --- a/windows/configuration/toc.yml +++ b/windows/configuration/toc.yml @@ -7,6 +7,8 @@ items: href: start/toc.yml - name: Taskbar href: taskbar/toc.yml +- name: Background + href: background/index.md - name: Windows spotlight href: windows-spotlight/index.md - name: Settings diff --git a/windows/configuration/windows-spotlight/images/contoso-lockscreen-10.png b/windows/configuration/windows-spotlight/images/contoso-lockscreen-10.png index c685caec4aa0639517e0446a6f98b413e2c9d4ae..029e9ef7653a0a2359dc10b806cd8dd7e29ea3e0 100644 GIT binary patch literal 122846 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 literal 49659 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

{zL?R}23R`qYs+pS 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%0Dx0B}1s*`f?WFVAYv^Yy> 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⋘6*eN5{IFW#ZxHBD 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 literal 63683 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 From 4d2dfc8d58c591495bbed1bb7d43f15820a47d3a Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 4 Mar 2025 07:38:50 -0500 Subject: [PATCH 044/111] updates --- .../images/contoso-lockscreen-10.png | Bin 122846 -> 116228 bytes .../images/contoso-lockscreen-11.png | Bin 129770 -> 118968 bytes windows/configuration/background/index.md | 143 +++++++++++++++--- windows/configuration/toc.yml | 2 +- 4 files changed, 121 insertions(+), 24 deletions(-) diff --git a/windows/configuration/background/images/contoso-lockscreen-10.png b/windows/configuration/background/images/contoso-lockscreen-10.png index 029e9ef7653a0a2359dc10b806cd8dd7e29ea3e0..eefe44b6c3b259b430557ed3a9ad2d767953e77d 100644 GIT binary patch literal 116228 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

Z{1diIk;q_apXGhqny*-dl=I<32ax?^4SRM@GN z& z)Izf{?JV*W$yd7>b{vEE2cO-}!ky~((}JRH^)E_aOb33l4ljC2mxw-z`SWiaYR~0k zRKFd(1gZJu2j;@T!LhPp{eXQw?oQ;a6E>4sKZa55662w2*u^y?4%Cc^evr}8agtVk zDUmZ-4CPLkA;hdb?R+e>}%ri&Kg!=@)*P@JyI(#KE4;Ny4uM!SI@u-p!q`5XiYI)8q5g;XI`WgH>Eo-+VIA8L*_1SyM%D!;n*1T?%RFBsH#VldRI2ilhb%xqm$ce%oKO zzlAR0_x4dCkZ-_#o_N2qv|+tbG7Mm~qaT-#lzy`kAv^y%TSjwujVe^uL)XmMXGFZ- zPHqCAuaDA9O^^Ds7fg374=q*&Z2>43J9509w}z0He%fSsKLlpvixek7&ip>U(e6Kn zf8WR_WXvtS?9i`<(#TBPO7X=j1VYXn`=tr6-@zP!K?Mi<5TUGp$caDrTWbc)BxPl**+abN_L2yr*gE z;4-$Rvvy}DaTu8kTm6f7?~q}QvqCKdAy$GxEl+XeW73DeSQmr7I&s%L-09t4R!sgd zgx$~X=b1@++YfpWb>k=dcTU1uUBurJ;Z#0|Y+}0CKlM8^)@z+DumZHA(zt$oTJWp# zGUk<85Y!12uofkZxJIUlZ;`ThG8J9-zA&tWjVL$X~p&cfy_!dBWRnSKwUV*?ylI@bv-(JM#EmQj0X z586s8f_0|g`wGD$71~IcF|%MjHKmNIuUmB6;btrQR=8rRx_%?3&fwwil6GjRqnEUx z*r=Fi9pkRMa_m!AUgeMVb8+qf!^zTP6N>HAHgD(dd|;qIOYlQDOgP8j0MB9mNbar@qdAliG4}iF?W5_u2zXw7`sMb9YLq7jw7U6VNH4^Sr8d(AWED z9>zbQfkh~qllRF}|E|I;JETs&A`#w3e@jr^swHk}t_PH(Ynj|#kB*wy$&{9BYmI(r zWn+>3X{n6%Ubw1MFoJh4rZiVK63?4^m_JY8CKlKI{)mcjmgJ%zA+OxR8_ z{%@ybak0X`oZ(ac-epmB!W=fKsIrwxlOa4V{)(IQ7zX^o(aGs?*R@ahy)e5}mVdlh zUAa>#aq_47)3-dSnN=I_W@AaLQ0vTH2DJ~El#_=I_1IK>3#aN~W|j9TBKWylAJI1D z0&caq1{>;Fy_1zTh2*-`Y1CG}9x*gKpt~?(HL0{+iX>yuYR;$u+i96);66$4L4|rA zwhi9u^h!UYjB~KwS9Tt7`}Vb~=y_=A%BlzDFC=2yB`RnX-bn;Ph)2FwyHCeqWh&fM zjFw(}UPk=Sao7Jj?z`4GJ0BUwAoa(0R{ohlj2Y8;xwaZ)g}RUGn|WsO0g{Kw1@U>k zK2VYrsFhyyt5w&N4l;6m+&JNN@9bw=C{N<-yRhg9BK|a;YJC+O{z9-_{6Qc5*NLmY zg)QP7@y9c@e4i>IKg-ncU81K_QLdOD%YC}jw__}-iB@*fv&t8WSXzFAjrJ_$6UYin zDL3T6CyO6y@)3WCGH`&d->=YbU)u0a^f&cML#Q#R$@~S;vF}kf8Lzl zECV|H8P79Ex3go_bY+hRXVN4UL-m(Ag@YFoc;;>gSuM%R;4KSj8N% zJy;NDAK^H^&1x4n_$wpix9#uoF82%A zQeqy4$nUm5i!7%XPU12t`-ofU#{x4s>%M?e_YSGB1YKy2zcLzsuTA6}&o6?^RHZT_ zo-gt(o(eZcQMZK?iwl!OXQgZZ1HXT*aPY9+;)g|{%Ey;v(^?*F-Q*$5t*>UmT5+bw z(^TQIzeF}e!zTK&)L5&!st!j7P(H#(J zced>2+ZGk0Jj!kTU>x^pLD@W!d(ldc5E2#tba+uEE>nMrXudScq~Cpr*+*hyX`FXW z19Ifv`<$HnP;w#1>ei09tIkiJP&CXADIVvs9BM)Xio?NuH~c?n=jx-GirC0B=zr>+ zY6j3RJFT3aDK(kY(iR`Cws}Xj7sVeOjBHyFg|ch%JWBhmVWGy=afHX5pv+7#px~JY zru$1_V+@&LGwxt4w?rDRzmbts&~i{S-PTU^bx?%&PmuGw)`^^rgy|*UB52-_t9v2| zsI_Bkg zmMt?JI!rfpUQc?zMG?uznPhBvxRh8sII5r-)`;sm-lVkWIiB(+M-JdsM$G*#P+1tl5%z+0R#>+(-Z z<~v?r$f%ft5B~`EmtYzorPuf*%_|OA?lYQX4R6R)fzB;b@WG8Lqkdd&qa^^#R~0DC z0*bgxwVAHpONT^u5^}A6d8*W97V^{Qs}fvyS{Ceu=wFVj>}5u(L#cO1 zO`z!oCR%5M^JKmc1N#TV$vTJMX+OHE67pYTde_uY+Pzt`K*lc9Q_Tb&=iGo4U0~KT zR)Zzf&#d?7b)S?n)j@&F@5|+r3e4^_Giv2AX-)!WxgL@N;@)Cf5rA2LtKd(S? za|!Vt{SdfP%|GmD(riT#V%`!eM`gbGr-ZBSuk_JX5lMTlju>!=C0^a`?`<^g3pCud za!=nEtJq>7dlVuF?JYJ|7794^&zDpNu&*21%5%GX)iF%?j6oX#R4kZH&L9*0>0lH7 z#c1!m;HA;xIFag^m1_Ffrhe?kqMLiJGj<47eOctqp4^K?M)XGsvpV(O_o`q@OZD8! zKeXP}zvt@aS|8A3N4tIhJ?UD&EGB#ZU)7ddd)qtKYjTJ}V-kI2jIorWPV*)Cx4ePK zdM1ey6Y7pvu^D*|!}d4qc-N)$^`1!EEbU)kw=^y^{REI)L}U%k&UY&gl&`w*$l|ce zq?XN>=p?dSV*xhr%0c`~vjg*@xN)XMh;cv>e)BHNaDq%kJQm^NV~KQtrrJ7Ld0Z1@ zCGJQd_xfeZDLLE4$Kc8~7NWAlYM*Eox)woKul_o|y^<7b6|8raF&46~mUA3gt|Y(q z<-%yTFh8iQYiDSKPQIp(`GP&MjX6%WZl;Zf2)+A=T#1q9sNaCk3sRA{h4&A7@lBzq%z`l~rx|xPQ!jJq`j$ zDNOWuQHL0I(f2h5R(%WEcU}$HR4=QaCH%HKi+%beMHkJ$Xqd_Sb|$rm$|?{Vnqtkyd%>kXEZX0HpO$CQBsOrE>rt@4e`_Y7@IDx?1RuVD~zxl zW(ro>*lWse-8&XW_q#jhrH~0se(yabItf9V@w+ua(4rOKzPLY<5Vvu_n!_EmqUPlH zY5YBp0d+BKMF=pEC19VukCU>!A3nSZQzQW;1~pP1f|kkMF83!@u_JhzMvC*W{So+w z!cSBqc>rua3fNRFaaoYi4BX9|8T$Tf-A$ANe3;TB&Rl!xoxk~9$9y@-rLoTv+J zFUsZEYSdjfV=RQYi$FosUf(_gi&2;UdX|Vnq9sQb@FOZ)5v7o)W3t`1mWgUOIS?wc z926s3?s-43i6tLEoVjXhlI>MlkLx?NBKq~y*C`4Kt0D2#3l8mfYS6_m-2o?o$l_?o z3?e4(n^xBmH#w-AT%wm3^zA(1Puw()uQS{{L6~tD31%@oRzoj(781S%Qqc^pF+AxGo|O7YaFKNjI5j(nGS5 zBHa(eSP+P7`Z4m|ECtzwTQ&YF7}L%X8_6ui4&_|LJgWcu?o318&>Man#>k=&c5!jT zIGEarS`UfQG}nHu>$Vek0o8;9Pt>>LXuE`C-Nn0l_67&|oOZeRvlAkWF`D|WEtqm*nbSu@ zmGU8NclshFyp3nae;N2@e)6%w+BMJ9!}J%wgG}*GTq#;OxH#&CjP}%Re+hBE35*J+WMiFJ0kL(?T#GjL`{@mB6bdu){`Tr-%8H0AD((7JqfdKc-51asB% z|HZU%G|kjyx@Iv_>_-=FV>&(;G}1w=oTDd1(OYapG;TJXctIvIqLw^XWZRzN8t5Sc zJd2cVU1$n?LAAOHUg}LlY%;-Am`;czPyvmVc~yDbApN)7WE1zLk1)d=@$OI4Jp%`& z7)32?>!LctX?G8y&xyceN3dq`1WA*K^exE%nB&wbEZ;=xUhgA_>-4Ot5F!mWxHxC5 zJDpoT#qBl9x7~^Rw??i+ZBw;dZ-XCjm+JTkHT&P$zUh5?%=Yto{|HpaicHYyd`|%tZVnKq*SV(w%?{u)7X`}edd0t+{R-RbPQU-&E>O+ zXx*O+GF}$w6IonlX8|_{(5Gar-AtwL=XC`>aCr0AD6nI|!EIywR~Vw9x)eVTwyHey z>h=vzUz_33wkT?0BE~=+%p}t5e_!)78bY*D!P%-r$=fmO+@czbabd*YO4amdEmGFy znuPfhkpT&RK(9>>D(UXwgsF`^p%S|d?}@Fr=uy9#bMsbJq}(8<0?7+S?OY5v8hT(= z<3lM$u}%JBj8P}SyD@Fm=?9l5>1@L_6mff3Pa%KH;c~q+MV-UGD5;m-^28q;r901@sq;sM>seJ6u%J+cK^vDS_HGn!b*_HMrK16b=fC(%sw%<+WN51NqA2h15Vqqapjs5>=okFq9j0 zz|eie38m)o=u2x%CGF%PMjn^B6^(OBvgfUJ@_et`e{QaoM&Rx40SK&PlwNu z!9Q8%)0qLl%eJ26zU%RXs_T;kr)%N3GeibDAD95{PP8t#k4Mt&(?PCD`ihwQHPzBJa&zhUvc^Zv zZb2vy0R)H|_d<3f+$l$H`lPC>fQB=)cT1#T@@;Iou@#zR-Y_ldwDRf=!;zTfLRID& zKxK3S2IVTHRG0BmcO(q1a(({eZfXzyQCt=&he`@+w$)n z&3h3q3L!#PGHO4%xa31Q!aJL2D`oY{gr{lJA}Uk2sWtK|UI?w~;bx3WeN9NPRUM1F5QL)omoDp3pjH0v>thP{(@1T>>#}NFdK4}Vu9N};OIeu)_FZp793iWB@-lMB8Wf(l zS-M#qr)#om&QH`SqVM7UqKxCf+yqBJ48rG+90wI(2dfI(wP6wHhYpggV{@!GGMNZl zs1jQkVN=f}A-gm8=gb*5gF^OWa6fb(3Wh6;y!K~Z**Lx67she8U+-Lswaj*+$vKiW za0*%tYvalICt_!(2$ec8gt31*|ENJ(CIa9)o1_1BVz+&RtLEcw(a;jElwWKk!z}#} zp;%K2GSvV-9F2I&>MP8)&~G&Qh=VGZjouqKfJHB`L^~{4dO-vz+V|0SsXk6|ajJ#lDH`Dj>_dg65*mf& zoslkIU`A8<{Ev^<1${UE)dD)U*AKkJ12D(4KWVn(vFW>{9N?P=mSD;*6EJL@i5ch9 z5);tHiIlE7D)?Y3Fb&3P+#xhD7)wLw3yL6+thaD1Q<)@|3dFBbE!2^&qis`}|xU|?sU$ons zQ!Q~l-UVa%$A`d|Vd`aAew|(~rT7Fh^8aWnS#(mjed9}Keb3v+aw014%yI_niQR9L zluVY$1@w(fGQ?KbV_spyGy_Zq^dxEAC~kcF%AewB6AI1|4hj~DqlzSz=2|SiPCQW^ zOX$O0@L{3=Dxu%v)JfLpo@y;L)&=R8+*z69tPhz8dI7>Naap_u_qJIVT5gC-ZR(Sy z{kwpblg`hS#Q|WEglDnXsQ)Eg7oV|W-nPfp^QEV31w#PxA9+2MQfANow#v_UO%(&C zEbIoGB?o?C`y18geKjYgCTrddUy%FP>w4w&}-;2U2Ut$ASyu>nxtlhyy$@gxmyKlDgn^Mi#U^`4k8yRjU zpW(L54-EloCBQ0!3puRNmVo7{4!4XFwxi?BIgzJML601be`R1LA6T)CFGG3z=SK^8 zs{lWc{kJCAP#VzLa_94}LEdu^aeZqb`W0LJlkcndD@T_^$;+r+Yy`r^k;4x zjk#Luo?PAc(LiD8TZqGn>BP>T7f^KB02F(p3w6Sarh~h2x6{`X6nVb|V55`t>>m!D zVG6+rQaCuY|0;?he9*V&oGtB(fwvGlN%|KzXWqDFj-x8cd3yfa&_|B5@E=pS8QAEc zSCi8fjd0U}3H174hM01pfrmM|47(viKn+%*PV$hvFEP4Z>F_2`twCkxhemWLi512Y zBg7(R_cAS)zpyON0u`6eA*=-i^7iH|N?x&nsbJZAVg;y*LuvHuEyG(adXJSvS>*nX zxCWr?k_#|`HOn)@v*-#JiYRH%(@b!MBefkr0a%1=`VAlQGUQY)*Lq;BP;}4>g;W>J znrry~(yuE@q+jk;hEl~=U)Xs|kZ1*GySTj4R)>3n#1q0^-u#x{P(7O{>kOVw$d632rX46mIWh&geilPvywO z33_lY%Dyi}ka|?^Ax99`A4AK@pIt>dIb|E^b%3(_7a%z%Y}in#2Q#Ga2b{-8!|!L= z*RRoe9VkDTIq zTwWb(Rnk7+A6y*x`o_t8vk)Mg>{WCj<|)i(lq%D4m$|8tR;$;+`i4kWW#3l6At)(? z;Tb0!+STE8OLj;mTbCJpewMt=feY8NFH~@arf>ja+~lm8Kjw!C-mJ?hWw5Ia6(gr4 z+VvD=nAo&>>&vp%V}||0vL#Qx2I3<6UHRi%q#Mftc%{ne_#$;M&wl5LzsXk`!0e)R zl|q&%RZ*Q$ftbjXZunxa-KN(}8;Q5(SigU}UpOEA@X~$<%9n_!d9bUX?|UM=BmYH+ znY(y4>>ac{=CS*E1AF~SKNvY}33j%@*Y)k4uQ_DeB$cstvmKaq&Th63+T|ABUXAUb zy@hzkVvA(cga(5Li-tc|g%fL>MtXCR(ULO{(7ym9a^2Hi+krY7?o(#e%_w=Rx{-+o z{GANju1P~y;av0a_8a&^PXkOfA}nba>%_fWn3zGptb=~?85Ea>%ybY%I~!>T|34#; zms9Br%=hHDut5$r5ESo+d_(u;IG9PQRwNxd3t(EX&-F>@cwb({I-C|#RSub--?kqs zx6u}%EMNPgkR8Y=!=NbWB#oDUZ?aJeF$smhMrl8$b)~Mxb(~+}jcUCnhIf}ZL67aE z2fD3xW1b!_O^~oVovveYkH^6=H6KayX0slftNg&EYFinMuEA0jmGUcpO6bF3=yjf) zf5-O9#wR$R3IA$r>lXh@lJ?s{@T8AX?XSTb0lwa9Ll@9w*K%XHr`OhB19I`3DNIre zTf!>9afjVjk=0-@-D@GmG`uVed^GA|fCB>aPkI#c-p>jG#!b62up#R5vIl>u0>5hN z0|~R`Hf+3#$X7ZULq#(n0$ZOY0*^6=rsWN|rgZ#rI%Ewp%$&bJu@8F$`?p7{j`T6FJ`Isb90Ye!9|3hnd1`I!MF&q)0 zh0g7lM*qw4@5&?w>R40MRG!6h_nnOS_)JM2^6i()xPMDc4jUM-ld%}$)R#%p+(7K{ z(u`tGf@$tcb9lZA>ypD|(M6n9f^VutBQL^yE_{)5AFR|$1wmPfLpheMs#!fVUtKtU zWv6oZo>iwptQ+yt%=340+gr>J%7R|+ZfGMzGcjfI2S#SnQ#~G+(R)G@rG*-P(Lg(} zg^Rxy<~r8z>r`a=mNhYAGc~)YgUJRmpFjF8mEb;9C=lFj{fvIG!e-24NKVR?S#g^( zlCH*e!R)Hd0WRP6$=wfP{)8=?^&|*Q0GV3u{)wXTyvaAX zE@nWvzTUji_!KSvVCq9TCV?PaXX^6nRQ#a>3uh3ea3z223ZNDc64oDuJ3VXF%M>gZ zE!ajf|52XFL&1p_h4_nE@)l;Q77bftzbi^jVK6#r^q@6&AyXn3NvSOPEC*>m{oE&p z#ggac7hKtD+c*{%^cwfuMrrK9x*}wxF$%Sd`H0hp$=bcD+ReiTpG~Y9p2?0Zda!<` z6sVAhCyBywERt0r1UJ@(q9fmU@rJRg`=rlo#b+== zR|YefNcB^TNk*?UH#3s)ip}V(oPI8h{bG|ZcotLD>mawhd;N6&SmT+0e51`$a( za*~5TcsMKhomkQe`LZaeA%EV>^_ETGGvWEHX%ogv8kn)+w`-ML{ZlQ}SvDVn!50F) zmAjWz%^yIH6)Vm6b49*DElj-LqGm?Ge-NrJ$lk$$h%=dejRmctl;xC2fB8eFQD}A9 zRkzJ$mfOXhxP!#dg`11bwfm^%pcfF?_RDA9fB0-vF-4Z&QyJ7x2H> zGxfm??d0X(xL-1@Z6HMM`|z0B;iYCkNY?GxzEenbt0;(&6n$)}WeH$;mGQ}QeX3*a zUcYih{>wlUiFsBk4}DmfBt5AAUa3H~8ZLFn$yF$|8MPnApk!a_6nC;P$!+r0UK+q@ z`CdID?ITajRomn*I-UH?R0^qjMK$3K#cCJ#4@{UJxw^!HM|}?!elL?;omOO3@U$7E zOzwEF&5FA~UfpPKYyb5L{rbBV(gy=Hy?ojH1jeoyc@Ers@=+P)b+ zj)mwcd=V3hzVU>|1qFMFeL3EE*fdR&v!|xpZ2cHbQ||kRE_e7H4LHZ-rXtGZu``aO z0?&Q2o&76y#GmgRdL~hJ;(>h6;yCuPnZ;hJ<}p1gK=YKSXmI%ar}@`pU)TvjA)eJ%5D3I42UUwdaxZHS15x z`B`6#9q%(#+Zu`+89^-o_POlW>x-y!h1_vdroE*UcbTg#$+3Nsa3%1Ll=4w zOi9RJ{O(M3`$0ITGkD$K&aZYWFC{ES)iimNTvj0lTPqDBDPoOOC=%s%pK{#)i_uqb zG(?juR7AVKKItNxGk~BsiPyKPG>JA{1mX)X8>)9Z5Al9v6{U=u&R6zRr}z8P`fu0$ zI|s<0fQ4*%z#KecQ;kxCtCZoHV7*KlQAZQ4#1%J3y1rZgIV+Ijo6ygSp?O)dS?5O` zz*V%-y>e>?zMCQ0SAodoJLv+#RE2-WaSR?fGLts{ZeZgx(*!|wM5@aC{Z92mJ=2aBlc#m>MlDtvsa^C$ zjdCahH@=mqx zc%5qB8D?ygA5`v-)H={X$?wR8GH$3g{cfmT^DR1Z7k%cQ$cF%|4qheTIpu#(uCq=< z>}O7R)RDh;t~YJ=aD!&L_Jv@s8*fNlQ{y=EPh04`>N6WE$T$I{pv&i9!G8+njsWPo z{Bq1~rgWdgKKA?-4!yHrIH58Yuekphh85)_U_Tg~pmd zY6Y6=Ch`n0?+sr&3Vb?O`#+CN{?8*A;xU7Qq@IqgZc^r-kWXMmE#iKaqA`oNvW0Gg zL|>tdlb=0*rQXM^k=vPBr)05875?7s)+M-ZhuK|T@>NV|?LZi3&WbgpB4QwOxGqM? zwUm>>9eLjF%r4&yY>oh~aJggbGBG=b?)e(~ZQIO?w(Op`s_Gl%Ac51La?jRX{d9sJ zKP*2Edy(J+F>990j^p~a1VPU2Q^o2Ftce%pi2+|k2~&QGX`%(=HZ$FBq;YB?c*=SF^`*MSXsdR6}XkD9J>cx4g(mKU_mYZR#;N^2s2Hgz(P zYDP22>ShQyV*&(dzCp(F5-bB4UU!`tP^H&@9@9nsaWtRK=PsPclGfF+xbO1)_i+BW zEJ@TI8?Ai~qYiTG_`|%bbUg`FavK}#1M4B$&y`?Qu6`R7-YCiUH6jtqB`okb$vBF; zzIP>*4`TFWiSmvII)S$u6?lDJAKup>7;{~++G6-WKOP)4S>^pigwiS4A^fC`#F(1Q ze`DNf_#aiam$EH}z>50b@lU;3Yt4fJUteB0jU(Nc-vYj(G8UU9tFy%kN8&$su&9py1llI@^Z8Ed zpIc+00w<)e%b5(6@?tyJ6`wP5IJ>jic(TR{mb+MvcE~s$@p_`PMC@Gjf$HmjffQDy16Gyb@8|2owQ-$ zdCj+l<==T6TY&ZBScSGUB6yY^O9ZF5iT>r{>xrFO-__SSYzqN{1t%di~ z3RI4K_!Ag%Rp|0I$d}(lM6W8I4kc(Ge+;}w6Jx#3bsKDJG(Q@bgL#92Z|DS_BRt~- zOrM{0kdz^d-DJ-w&ud@sDWmx`*`EUs$gkHRR5N_cL+JM9oX;rrTJ>r#fFd+e-LwqY zGVwKE=NFoBG}#%VngDFkuXlB+ z(lq$GX7Y9!C-ZClblSxMvCu%w-Qs@O=~AR<)7OBf^q{VH@YSO*L3#4|VZ~a!G=aC@ zX6s@GiS$YxZdtd@M*G=pdjIIy`H$}pL#E!wd;N}^oMrxT{&OAG23ovGX~m0DjuF0= zu{-t{XVz@Tm%s9*_`0nakgBG!w&b1cf1duc`9?bEiLp{DJ6A31#%ZY*J9mb!<#v1E z<0}3x*bZqJv8$;6!DG*D(Z!6mFSL&AxQ-X~r0}t&%@rx0QQFFy2WnSl;g(fp%>d94e{Y%6gQF?WI8J zi0=6hTI(1?sSQA6s5Rk!>N&G@iqV+36Dk^?7CXyT0p2L6(jHQDNe z*QEN3lkd6GY+_cd>!{)CQpNrB} zZ>=4%cfp6piv27=9IVhABH_5d4y-M)p!TJawf2p7P!^B_nCL2WTw1(rA;yZ`k^R=e zG3f)xQ@wJEc-=ml1;^BUHX*I{a{@0%!-`~w=9)Dhkr;_wN~Wlsy{?VRCDPfKKceql z?%ubdw{{`@bc^76_79B}S(FeI zPK8QN%6eNn+_z~s#&A{P37<;A&879FByH5zwVwIt&sKG%#n;}_u^2TRqk)-A07``$ z-O$M&Z^O}?>SLZ5@lAgm^KIPi3JM?dw7n?yF|c?d^t|Wg`kMAF6+;9K{ND}(hoDN# z_!T7jo%y|eeHSI_k>Gj9$d7T_yw_*Ct>?S<(ITzCVZ%AvCgO&x zH^MmR<(qFYc7*OnVK-ZobG#5vtzIe2{U&`OPi-upjB1f|Rp;vcnRHDVxw)wO9j;V6 zXsPC11gc9m>)c{e??Dr7A87-UAwyOBj6pSuK31+(>m?=??dc|JUAEcE!0g zYmXEy>s=Kgt#0Q0U32lCXrQE7<}P z^sLuuzYyZ*?Tj0U+SvSM=#(897fuqxPg3kco#O*v!tOwYFJFt9SiTZW)5DylisyRe z`nW0iK>vb_V;J^JK4d%WtZfGYP*pG}-=NXYhDcc_uJbF(BlN_daFK5|)oTH4w9)Qf zL*w`aj}Ie-6k=>=-Ydt(Sjtvd(7?7GIp8FZ$hn$ukw(T4CARM#n@)zIZP?0;_-bCx zXcqEzFf`nFG~n~$g^v zKp1L(f;N05T!mI=%6JmH!s07oc=@^jC$W=}&nH^M3(XNOk9ShDi%&i5|Ksb+v06$u zrxxDfihD5ONmpNHfu!}Jc{lvhcLAD>O%d+y>shBpHDh*j+?O^fj6(AHkO3Vk-*Wr8 zjSV)U^@$Smkp4`^pazz_a5ixGkUi&@T{=esh2%(&sRbE_sN-_ec)*a2xk`5_Ihb=X zS_6sT4;LcG@%HCSG+tc2g>&;OffDGwo4%(#0M;ENH{RQZPL^O*KG{_&oOVJ$ny`hB zz)@Y%jcDVhzw?8nn+Z7Fb3u+1cH_aPCqrd2#~h%c@X>5aSKwx}e$zVvJ8p@v=1&AKb3L zaY-~;4Ha6o+I;&qUxq~6`AUs1yEkFRANQRXNRE6w>8yG@Vma<2S8h;Rsi*{N-d+_^ zV$lf5x1ms~4p8K~u5s;5adk%qQVU$&F?$@$pnY_Gy5NZjevRX2+9hYg-SWcNC$5pz zhi?W0!tiIl(+k_MPZRyKeAd@7u+$d!HAk1f1a>aI;*e+Qj6Nck5}~s7BJna_1au(Y ze^!b<^sns#h2TjI8RWTCrA@86o;V`!6DIBeuW>z^FB?A!w}5|Moh%q#PDTijqBMRk z1ZrqN>M*YZMhoZHHCofS1c~Xn>3W zC0o!((cb`yDBA0b?)>^i3rN)Qe&Wj4gdk24*mK zWITlm&t(B^JqbHibHb{8E|@B0`K<2lz$5)JDYv_#%UaRW051I)NU7zCGhn33NkWs2Yz$Mw|8mkv)W{7W|>zOyeqJ+GY zvd^TCa5&bJu3*75nch@8bFS`VjHC&7+34oy=HeeqBFrXYyEaqfRny5Fobf? ztj>XWc-kXA!^fYRE6LJmsu2wf??noIMQe4o%l)0y*np~aKGt5QU4W$&#}!Zqb?eXAxx$xcq!#zY(C!bd|-(a4K|T9zvqjg13^jMuxk zo&Z6sKNHlt(tK7#A$4w#N7L$^vU|S;%>Luw{pG=YA@9Z+4QBeDD zZ%y2@8p05GQ!IA$)}OM*DxM9BjsU-0YcgKm47O!Kd>u%wpN`q{d(#3m6$*$Ft4 zlULRE45+a1MyXq{)HB{Igr*@l%&?ns*CpyB4^hb+Tm8&Q;5eR3MHzQ$i+j1!i;`z8 z#qyeL1Lft9*Pfw!9@`;KE2-d}jELp8umKeL`B3W&2o=*m2oH#0VbLoUpm9kW^+08Z zZ<1rpO*E(MbRseLO)-ZzL0pfHXiW2K-yfwDSPWnwZBC-wD)lN&6Sp@m-VlC%2D!1n zn?=+0pbje)5%FLGXMsPV)1pUd< z#b`F2uEC=m zKVE8QpdpM#mbOv77$U$B+rjRPkchC<8j7vyuT@|-SVnlo5E2Q1O?eT)B`JNRtBX@4 zp<1Kg9^4q!=AilQPfJJ>8~r$V3ci58OM>$Rl7~by5{_1-y!LRiHCpCYY4g~y; zX@SPa#a1b724kisxbw4_HW7=}KJ2$9QcTMCx(hm1NRJ8Yt~r^`p1=B7w?Z}E-gIfZ zQ!nzUoJ<)U*PG9!c798T4Qgih@OCpW){2)Bx02iFIaXEI%y+|lO<1u&V)fc36l1?} zBE5SsTu)8mjSnMFcTVonK>xlc$HPGirf;Z|blQ7slzepR9#Zw4_dXxeg0VtcF*LOv*L!L&!pmqNo z2l%CJz2Ae`lik40CzZf56E#;9j+f+JQybA?M75C}G}o|Btnejuhf>r4w>WJk-iW67R*o^B>$FLeYqW1X~Z>_ODGWE`XmVr5X^_DTZ2 zge1QG_uqT=Kv3U1);j?chQqt*puq+mDa6;G!n3|-kvj*pwnxQpw8g!KCk+ax6Xu&% zQdD6KL?gG+T-P7&kFeaH>~rEHXU0Bnp4kq|9p$6;={~N_g+-_;5L&K_6R)(o(!h=K z+I%PiP4My5ZW`mKCC~6GBl0RHewmR+_?F& zzHHKIzq&$Q8{HGw+hzUkwq}%Pu(ub?n_5jbSG6AUiT8Db~zMUvBku&;w zNifCuP$|lpDb*oFp%aAikOtqaCt6;S!vjL)Y;=FoV9i#oQ)~hELbvT^FED}ex6=N{FYd(9| zn4yE@x^Ne?RQs`q@c{A*h}4O^7G_y#m)CgyIj z3TtfYv)X%=6#$mD*`v;hA$_d&G!gi}kf@jN=(Wzayd0`o)Q`<`Eatzxtw0QLIK#1@ z@Hm*|(nvQW4-UU5u^d&vzQ-lkYQrwv$Vf;|nCaC0q~xKRS~~*ao5A}#%hzAVi@H{> zj=1aODv!M3@|>+)IoT+8DRDuiH+VtrQC7J!4(AE*DrXZG@0{yhF_%J=Q_;p}o_Q(RT2}+x^Zdwr{d&3^GuV|SB1h%P=VH~v{=~Ko zO-Cx&`dDja7Y7vBfU9v7e;HHZ+fvBLdFIZpsZqKvG3Qm*DL9)B`T2q?rjPZrRg-%2qDOfYWzm5$pQ7!_iJP;~WJ?*DM1CL;aaCXU#K;{(r|oiL z5)dsFo!GQXE@YE&lo2-rE*Aj&>UZqXFcfe=iLjJe0+7?{y`mQ_^m!BD<(;7k8QIgL z+3ml@>ESxpiL+5JYu)SUUGnmbU4T-NJpmM??aqsA;r%5SHp5YdhH0iEqGWNI3r}If zUm|$wO01{1^5)+M8{%@WX`+Xn1I>px1t|J;#C{~ACxhD?G3aJtAji^iQWs{c z$3M2YzC$JzqC~r91TH#G>to~M#(SQ2sBcg zUnAd6!wgJ2h$6&O8DK=&_|3OGd83&O@-Be#7`!X%o|5Dq8b8?N|Ww_d|%y(qMEXC|Lc|rLkt{pnIMRq z!cO>QS277eHT6_9+`>YBi=;7p1~ZvsExC#LID@!ir}>M~+~P3ec#nFynQjXuwh8PtDIhno*LyZ=>fEoP)yev05tDWfm1*o=#dOH5HKI4qB3suBsw)u1X zD+P7L1PkR_`*F*1GMto{rdo4jAa&%MsZsnbJPC;|(44zkb32yL&@c<*VFB+3OFX*a z5x?AUK5geJrP-#Pn!0h5X{%`P5o_>NQC58@N-sYhl5lTY2J8J`6E zk+ak^l&dDm)nK7&tK40ST^?um5qoX7;Q5t0^o!TH0`GBRzFOT9b!jjNOsq@bgS!M7 z_B`3|WBF<8Zj&S%S$|F{0|;db1{joe?-3xf$6x(-yCcKGuMAs_O7TK5KS|sMHPG~~ z@E-!)%QhCYY_r8M-zR7ob)&Mcznhr|Cs}hO&J&XQu)_K>>?Hq_b`A-3C3^h#`&1W8 z?|zqo9?&0X81fm3-wgomT5reua7)SoWBm$fjFA22LLFaHs3CJ3${_SCu7;pKAS<&5 zud>DU@p08OVA4=g)s4hcg=}p=DmqZ#TRE~sFTsw01h7JHPBo;6GuQ7NA8qiUr4Zy)5z{@&)n&9fnykn?w! zOQFoFqXp|586j@<-8Np|i3fRwa2=p(ClJfEGZmeeTs2=y@z87YJ-F;Ag<)-VQvMm& z+mXcNa1Ej=B_*l~e=RtBl0OgwpAaevDif3-jyqZm$}+j?281!#lw&WWUFQ7+PINC^` z8;D3Q#P=K~)8pc`)7&*t^AYQQDn*7f|E&)GW-nQE2kUAJa*Vwqg2X^&a;}uwJI`!T zW?i;SM%Ylzdb>rBI79+O*$6`%HQGQ&RJDDRhrej zxCe|LfxHx}YEx0P29;%9Sq03+j>O6n`fIgcIhj-8r1bop7Cfo*jg{#x z=IdC*TQ@T12g$mch-FybQct*J=>5`FH!CL%yDj^r-tu8_K}KhiS4o*~S%sx#tmVC) zL&0d((G!q8}_79WN;t0>d4ne=g4Mr!qIAkt( zKho%@s8vlt45)Kamvjm{gJJ(JZsQlIEXDvI)8RDouxNYq`m}{P|ExcGrzPi zr~X?-WW8lxM#x|%qUIqsVZ3_p$kGn6m@-baHO(Od)0lKem!3l6?CksVmQ2^Z`XsY& z=t|+2#~cL&Tf%D@(xEbq^1pCf&4KmSrx?XV^7oJQ47UtmIa$BRn~jw|a{jA3o4L#M z5cDnRV8Otzyr}7GgzoUo=PBoRyq4x}z10iePVrujep}UfvK_2kQ3rr z;oAke&7Smg)QU%3@whuSI3yQ*sD#38Fg}IF0xY6;jmLhYk9I1~$6~8hhaG^jfj?z( zL$P`C(Kl3EGxWispvBo1%-7Z1>zVIh`yj{g9l$Vv@Cd)Y)V-eDasG8TY}c#z3&ngT z;l;7)_wE#2m)Mx5ovX4t4D>n!a#EM#8xf7a+4>yq`)Ec{omc$|lRnKWe=r#Gg6kbD z!v4(Z!K9h)5Ct&n2H#u8e#SGfSuV`*COb&PJ+7U+C?dL8{I~6vx(2r?pGDx?F zc=RO!iu&SmALLzb{Lk0Iz@dh8YC9rgs+Xncd}`meFeq;j{ey&(v5$(Elrtunf%?;g?4H2L24!IE=AhX6R*vP_)FBO3xyij}HQt)4##>Um)66eACB~=@pvBR35ZMuejfpLLGmQ zJc1I%za@XV5P^ZY7lqNLPAh~9$2t*ekMi_ni(OTy4b z{0#jIB!cOMxj@u%hpIRn@os)vMEWu5oSzipjnWA0odJ0iWblI`Zi(-7MHuEv5Ycn* zHE4cOOe}G8y`Twd4f|BkC#H%;xzS>ssbkbsCHp!uGy}JEV3%A1n@`QY%)^m=`j6Ue zX{4B1<&0moYhoGmfw=FZ!`U^7WXAx8+Ao9srrJbfy7e49mk`zpylgM{T&TY=j2-rW zYKE*x-1_IPe!SSMqKF!xWQ``fu0wEkEZXgM-B-PYDERx&Xk(DP;m2YM4e|~u#-t^h zrfZcJI>GqvSwmjc@7fBTrA3bY#iGE;-Swo<^e7_{y;l$b zFqjy0@&SlzAn*HBL85(NxlugZ7XOo$77QBcbCz2I4-|QQ=g;Do;-yDuG zbM@UUaoL~rw|{QPRy7OCYgx)M)Ht~aWWRL_CFcXD>!!&X7vj_j$IUMD$cxZUZlG0y z`2hz@27Ro+8eDID;&&eI;rtycM$2XRjwpIED?-vo!K)HX@jZH%?EtVJa;XbhGFPg7 zSDx`0+;p*Tzv@W|N()bk0|WWl^c7`I7avBNCzj&WQO7>(Ms1&V+Jyd{ZNz_3crd`V~u z7FFcDAJHRq!2-a-Fa*VErDBqUow7uMm>6pykV$M);Qo)I48aP)^uB~DVAz=x!wqMa zjCc^%?sYzr^tiMO;BBB42Z)pk7Q3W8-<==^K+v>h(thp57K2|6$`?xTTHT_2vy>#~ zP5VM&rerv-hh${8i(HTK32X)P(dI8^7A9lGZiEc?Gq1c=4}qnHVL!WyEa-BMf8RLn zV<#ew1TY^xNBmb8Rc;^wISKwDZVrbzIk*Opju_JNO$rFJ(_0G6DAgeE%@?-h3JRwh z`6SC%AA_qVh_fbZf=q8NTO+PIojS$FEE4LNcj9sG?u4@$RVluuvpnm_Cj@1a5s(PE zIIs!K)^++g<3i=|23oT%g1=B?n0H4uhD90E;bI0-Y$o8Do*3X6ox`+hi;Svg{-CVA zSSUQdZ!~SHHf=Z;Xi}xGIGjIWPSN?j_knHhkQqm(uTb$jj$8_nQ73EoGFjbpEj==# za-P!GR23xGk}xSy>(=4)tI?3y@_^BOQS&DaTKV&N#fh?H@Oo_SSO(D5tVMFw821?S zn_*Ff8108`or)sRa>I?W9)HBP&-p+bNi}U5MC5Jdk>ILeJO9V{B=QeH-SWo={iL!W z<(`ub??um|_`G7<13foqwb3s}M`8?WSR1RyMOg zu~R-nUA2{tensv+$zCgr`` z;59X%FrKca6eCE3F1+DDf0;6~#vkQ8%PfD)0F)3X5sP6b-pgxEx_D(~L~PFq-I!s2 zlydlGKwH^C)>?r|@2S^+-sh@q#EHmFLfQv!w$6wh z4dSqy{v=SUT-UTJ=JC}k3^bLatn;@#HbT{F7%Gn;T7)qC=97n8FX?leG&t@2cM76d zYigh^BIdW)LDceKXlJG^_Lf-9XEByN7@`K{)io(m$VJQKsRAKqVF>v~%*0HB#gCyX z;fmOmk@1v{q|W=a%Y{_v3N>ISM-!36-MFn4?How$E6?p($pt>ImBy{ZYqB%4$S38_ z%l0fC{6J_Sk@i;_ZYD7~P(~rSn=nbTwNY=X9Ps97qW+*EdMzBuRAVt55f z6NZ})=85$160bzIJL~j51!mnlZLEC0NNn{$6@-f+dFsRe=(V5rO4y+(RH$6wtNZSW zO-_5vb`h=?B~=Ohx1F0s!`ViQu_w&Ns%Lqw)Q&+%SX_A>Q0D!k8_TF~KiW@c`G{Lw zX7kLB=2pp$jsSx0PcLT0N_x^oFhA{4BgiubO|dob(=?h&F#-!a&2YmycfiHBZNhmBAdt4iKFi!PAU+>~(&BmxdK(CC-D^_=Y1*lk~qLCV{sZ9Y9vDeWyNK#8h-(oi(44D!Eq8V)8NdcZA0ndB$ga6dyY z;PX>4yYpM!3|NKL{*^`U=;lp%_x+A3W52^ zoPzfv6oilKt3lUzF)Bi&r-@InrObiVP?qg|n0|IWZ=?Ql?AKO`t)7{#}Are58xEF)OnA`&6`WAiYH27ChlKc}A=94s&2osAge z1on^yxB4E;UhAqU28S-5PQvYk={A=@G$O+~WsXjE0`pI2>T)sb-wJvc(uivc_g1hW z4|YNt1(R2g`+X?AqQO+x1NuHWnc(_!!P!X&R#Zcmfq}}#nhOv23`Gk)~yrLl^Mk{QN__Jj=qvZe81IF*Ssh-P=h)y^p8Ude^`xU+}J$4MA(KWOP znj+gK!Mm!& z&$h~BR3x!%b6EUf5su4;8kAH-10AJ(RKuaddOhsGq_Xx|5@5eZ&FZ>5^8DJVycbIh z+i^-zt6K{G_Z}d2h@X9VmVwS#P}=Xz_Sy7M@pg^a`1^l592(T)vi+C+?cjRjnErSpy5vCd?;2NO0(SP8n`tSIoZX8*Z(J__P#&1ld=dFUhK;3bdk|O_ zrF)RalwN^gh=D2m?`uDjr>MW6>!d({T&zm;F}?wbLB2~8SL<;hBXQ~ki`M{EAg-+e z!c*>t#7MUnwf9+V$0tj$<6Px#>gneEG&QEVp*^RoA_yT7RkN^9h~EDsq>h$AzbYx@ z$DS6EJtnNz#ES55gD`Ld4G9{XXPUM&;BQZ?J!fp&3g?v08djSy%4tR9a%ZuzB*9Jg zGu4D%(LGQjbWr~2E>CfLh0FD4-m_tvh^KAjb4p>^0>Kz|1a>v^9>(~3Ssra07zAT+ z{Gg3mcpEWz6s^xT^BP;%Jd@z;=YglzocZ86dG&#t$7p3{$ITF8(*$XQ>)O>>F<k}Vz;qz9Od z=~P0+a1pKRej#nv+%!tHz-sfQa-0Q}CDYCxfBps_JcgTUf=2z9s^htZD-9v9zc9_{ zVF~)$T&?L(sJGwiYH_)L;;pMfdNqG>bg^RM2(E7<>dw{{zJ)kl&a}%v9SoR9^>H{RgwE zZ76a&j+xgMMfZN^an1wHc|Z=iCyj~Qx}g#y{edX6?HJ8mmm}$PrhK*Ibyb+>Z`T#- zo8MjYYRgcWTV$#;19!|or}bm|#eb^omECb+8CXz2$T{#K-eg&Q+$=y`Ft3OE|D< zd=Ke86qWi<`+v@k4=@PBvoQWVD%aKq^{GMJICgXNnS@(w_R;8QQ!fky6MFM{S>Zad z|9eq0iNXKrP9&=tyIYyls2Qv0@Q=p!%)jDDUKfY@dH<7o;~86Os%6oQXgXaC99Pcs zWO7FW7uH%8UM_l&)fye`i#9unMw>_XzWy)8X(V$|n);QS1mKl>EwRg277~Lc5L0Wy zPi~G1qW`ZMhHq(%|4Ya7A+i$~`QrKf|F_)UtR5(>6cyH!8Sg)-m+-&-2lM~=X=DWR i=iQzGYR%U=%Qibj)Oy>bNz=KD}u9&y@>1nQe6qBY>0UadxB@DsI7>DQyEWu zWr>f2yXdZ|qNwkUyNmK^0T?77#C>X{P8`X*{Y8OFL+J|vVJSr(H$hz_>1&q!ZJsQt zf)=n}{0hvyXH#W+N zi|~bhbr_WFVQ??AJGlR$s(H~!eE6h944UCyDhB&vcQwUeE%n;XO%+Ste?As-W9t7i z#=)^LyNyfm-&2c>|9AF}8UJ5#LNrZ{&!7wQ7U*DBY9RT4Gu}Q{5VsKHnF9rIon01d zo+nIjybyc)a(?HLO2C)@6$uW>pG}G&<8vQRFM+F;sb;fD-Tm4?Au59}+hw|GQ{H!Q z|0}&99W?-suM>HrY_ol#cjaa>{ZAof- z55oT!fxpq@xI3U$_gWzY;^N{AqB&cC00-*^%;tNn+sPSWP+X;c8z!$ImJb3jGoU{HoM84u;k6)?pe%fI6^`~YR}x1f1>RvWms6+MQ^3j@XwP&pfA}huZ{QSy<|R#; zT)g7;#c&l*)YaBwB6TD!@5SLk1Gi#4CXC{0NGci4DSTXxv$d( zBB5=5)aFK*qo;`IW#KZ<;rBU0W+w)(>s`N)|Foi;oE7rl*=l217(RUrM$HOcxUpiE zY~dr$S%*#)^h3}x$fKzqTb7bD5ikZ`;4e!qhYl4Qc0nqK?N~Z<`;bvB^uWB=Vd!qq zn}a;!ZFif5Xw|CHQsLj(4&aM5+BWc9!7%zv=%UI@aH4NP#cZGNv=L|yKI`+GZvm?c z{a5U}rU($(_gkWNLwTjrAAS#4+x=lUWS}EY@!$&CKYYwc#7<8ZqX0xMXxFsS+56j1 zz~4wms8yaHhk?$E4v1q|TjHpVPoC20Hpp~ZkwQ;KoSE7;keGAZ%PRx$@u^!Q1;TUL zq@d?e^nFM?q>?UV`gX+5n+E;}pt<`zG{D?!Be?zpY-<^{th+&vc0eQBGr&J4%IL$8ompK>5q`x3JdN?@{Xk@T1pwKA2e}pK@k|W8-CddAA$C zB<7*`T-6M;3m~>@;^EL5r)){EoKJp%5|`LfG3TKGrEx#O|Dufu999N$$3D2viW?m?5bW=q{{25u% z?6SM{`J6GyiqS%MIX_FKaE& z5P$`!K!Xa7fDm$w)hNdl(D)ms6iWc;1Le}h`v+mK+~w_5Vp}+F z<$HZ~)rBV~2Z15)OT#jm(0knQ3k>3|5FWlap*Q*u-^YL}UBLo!vx}c@x4+yuKy@xZ zXYQ{-d}6&A=8tumruEA^e7s5GH+ML8xGT2$MGUG$5D{4E(%y3fE3aL);I|KT`qQT2 z@+aUNjYU0E)|On#uTS?ge|f9}(Q)N4>b;ly;!`W6#G>prgB`FQcBkblrDnyoMA&_c zgeZJbx-cb;X;0u~4t?plubZ*iG}-^WLr_3OE*CfCD7H^|`4rl_7ueVkqukQwwP(~i za?a{B`J4=h!Pkc_Z^e&hNQnHX-$w=}+irou`~}j5HYI3_i*ku7&zXy)VW8eg@g0f`F!C?|F>gmH&~b z$k(u-sVtxW@poidK>jMCwt_NI&7Fxp@X`a^sj+c!k5`$tsHuN;Z?2r;p;w5>o&zw( z8oQzb{nR)u=Haz%TjU6H6bBi+`jIeu`qGs(M!_g>!yS!!#HVwZGfa;`GeQD>`4+Hf zbm9~9Gtbn@8!|ExG5dD$y&rt{MG@?~rLMLfZ-o9R>$l4RJHPa3}m zxO9NbEr*z^{$LC*M%I7}u+G#QIO%3W%H#1LZohXsU91rCiKb7v=7O;6a@U<}koTD6 zF6Sxpm1Hm`Y1+U1b`|oyb+GpC%`GzwlDLsfi`6lOpDBEM6|SzQd-#Oe&HvO+ZrupZ ztYb`Y*&zlDqrk&{5hOAkNuYthzEDT7shgMTe}caZf5y+-_z_5Sz8H8}X7;Jxy}`)*(*Q*8 z2o_!*n8wm@VJZhySVESHtlha>&Ci|TbuNSBA5IE}6tkVZ@<^|+` zf6akzB7SrUdPAO6^U4IX`>^SVyEx!ID|$6=n4FY-S(H0*C~AKf@Ir`?a^wOYN#)*k`{pACWP<+sz;TL7yf&t_cwS!Em2Nfy?;NQX~>HJ>IkTt?ZawnNGp`=QLGIW~UG=u@WK7;ll1iXmp5jvv*oiEn&$)Aa% z*?SE@NG?bXQUNpNnxk8uJhYSjdw`Gq6v3j&)3{N17bKKYT237tFr4M2t1FeL9 z0*haGNw887^BF>nQ338k~)v>xmgZ#qC1*YG(OdgSk1M6hEHZ7Rc- z&vp|!ox+&$#3xpWiB*pycAY$>vt<{0Jgb8`ZH>KG&d4X7dTrk~0$VOVA>CkP%zU^30IAP~P$-Z=(99q>W_u9N-_AY}P< zO)gIEeF6mm{?8Rb?jJQC_DKd$$$klhS8C9h4gGZwAE?s!E&s%Xf(UtjmmTBkeUDfv z7A3;i^)>T0Mk7;9)aRjV>s-8p%1~Ar>koeWqs6;&rzXj(5%DnA+THCTB^t0eb_wBh z%Xp)UL*)((S=Eb9a@}yIvg%X<&Q`Y@+))#y2zqT?c*G)?TELpR8`sJ5xV;rg&D!$E z*?M|4ywy+c6=suIaAg5mKxbdpjD9Fo;lB=s$gOeB>z3`nSyaXg#(Q?!4v*Mf*JtdQ zmcua(aR8V5S9wp?M3w@>DC%A0uF}4kzgHz=yMEn_VXuoo#7g}1|og=O5Wk%JOTJLvnx&aYJKrM;OfC=YQB>%5Vm78sNkc4b?5^6 z0Y*yyT>T-8X3080@OzW)TnhQgW8~FIQ53s|jLfwfFeRfHGe?jw_5S(0m^=CR|1n^MM^wFXP$bzia zpOAIiKw<%Qi!nU8IlPz!dy@r_nog$TFoYiAF%R}%FPDe4f&_r}vL64~%104&J(Y0L zas=;gBX4RTxuuD+&vZu&OU2#2oT+b-^eRit^2&tJ4LKQ?llsT;oB%OLkT=K8)4Kxy zd3t-f#cvU_othiLA7M@U^njdLephjVR;~Lqj8-gSh8~e;E0o6+Se1Ug7S6RSuaCm- zm+=OTyf{DCnW2))vECWi((L*=1NeE)-w2@g^%!S0Hak*27HE+j$p2xsJRBtHbA2@^ z;SP(!^?<>PA0P}WH(a$b41f8pyIr=nd zHT7c8k~aCU{*nnZVbWt@1W?4rGM&)&^*jl#v*eU@eC(WRROqw)Rcr=_pd-WYRK9n; zPOSLD8k{H9bY>Dmn109=6BwR={}l@kzcr+z?;Np&S~y z3&Ok{_Vv~@MXyfk7{e`%%`Ts#vW$SP>R=_P8PfAQSyQ9FI+$YWg5AE!+!)lK{~#n2 zLiz3peUrd2y*JS=hFs{v({usLsUEh@Y;!#{Qy#4|X$zC7p5ysE#R&xlEKeQ;oN0CXxTG~v>C7c|cAJm6&Rvaxk^ z?#U$X!yay;e`bpu%7oLh|L#4TOZ{T1$j5KQG*nNYO(r;uT9OmFQb|??zv!_@UAkru zg1&QkkO@71?SpX`gxKzWUe10!(ojKbYD{8f{O3YNz~2nDrF+4e+!8RFaMH>~V@PB< zoc$sN%;;tk9>$3Hbun}H{#ci@ks0c`s%too#cbZXu8M|^^}5MmvikO%mxm3@d*qW! z&o`;-+fRqeK;Nq(4T9rg*3Q(yx&*gZE6UovrCjgruabI#0-8_#=yE0SVs{9$6t5|| z`7pFT_a^^NwR_rei`ef^#Tju78-LYd-4f}^bt=Qp+FxZymTF5G)s<0fdccC1S)Nq! zX7xjxP5Rz-P3&`F?p#pV)$3dk78SgNBT_(g47nKV2k z9*70ovx7#!0%Wbl3;AIIcowr<7d(A(^xFSYOW<+9G9U016|bvoPR-K2LLT!1YQ7k0 zh^6qCy@f=}t7ew68){<>*l_Oo+tbC|cRE(5Gh;xs5#AypR^c*cTb8HuVA<`Bt2SqD zo}aMZS(o!BXB~~lX55p;@AtZoAW zpx9yjU#{8_>TMzr2~1?g_gu*PEJ>+eDe_)~SJj%BlK$4895o?(J4?I(0d(M;r#NxbBp47@Q{R^CS8$7^kz);Z`$iIb`eSH zKw9B{W9e<3E@+3{=<5PJFg;$5#Ru z-VoZ>Lu$;O7SUr*|9JpSHk@nax0rjp`rV{9a-2ZCnk;P#c;UR!UVVjDTU#C$McD-k zsj@^BCubHJdUq7h4TU;oKc9v!E*=1V#>-@zR~Gk;yn3AYDUM+C<@-5C9}aTv3pvNz zva#IEED`ii$3)Z*htj0o1+_CfR)$J=5Pveogs9z0?8hCNX+0bpHR|P92Vptb|4<^8S$3+Mc@>xiBpW%d85^W`Cq`!Xr>HYR z2Gf6QxW&Z%?FM`G%t*-w_jAn(!dX8;{*=Gf_w(*mO9jAO;w@f*Y;#mf24?@`fY4W6AbMx` z;uwrN0B-a5tdRK~|4EmN+4v*VLhGOIBEaV@Y|in=B8=Yj{Y=g6O?mX+zaH>W_bXVb zDKH0fu!u5+i73+s-8trAB*~Y025#QAb&c%oHzx5#hrMQdw|I?@7Arv%*Cu5_<9eNO zUZ;#rd#PumVXR1Z#(~4e7R+Ap74o_mI#cIfKt8-8Pv^5S^zJvyH+MVXTUt@=(SnA( z7hlN1%U$3e)A)22^*wS$QfnR>%dn*nK^B3d8WQiKf6W?nU`E`!>&-xLB#Rq{w`m#D zUl=YEdH5{546$x(71Vo7Evg#N7eA}03SfK=f)_8yF_h?h01nZE*7@eutDJPBBX z(8lN@X7dV04xW}qHHKps!x66gk9x9q29rlnSB|)^WvBv#2}qKPxp%*m-wu;LeI49t zgi;=ah$gj2wYDTSDRnp19XKuSez<5H$StJLulwu3=S`GZx%(Uvr^<#P@pW6JMkjyK zxe=nrza2A%yIB30hs`dl43cmI+D@@@Y>N99?lD()UwSLt)X=V{a;ftcPA6e{`Q;L9 zB2Xt!288Cv1dji3s_{E>K%)}5oR5p&$)3$2cmzYMENcbO{+Fh7NT_);Fu#XoR>QQu z&1_c)>bmst)n@1_OngDQHt-n!%5-z9*3_z%d5HGY0ab+3-wX980a=F7v_u8S?#}01 z#NeLbi)xhX+{TZ%S^sa%A6nBV4|d9S=9@~ldPI8uI1Qbx%X(mLGg-9;1O)sQvz#hJ zDLX==CDeu9UiLbr&XB-*LfO=*PXJ1K6ut<;nF?E3 znNTdNgY*b)yn;pS$vWhc+5EJRFB(~f?l;;Z#vD$rv=x`N1j}L4bVp0>je7=wP?DGZ z@}NvK26OJjI@T4A&hd$PJ5>^5b#LbZ6V zeOEL-JbOU50EqE5Z#^J~FPvq~5%3A5w!v&JhrISrJ@J)Hoh6<0%+WLkSqoDHv>CtB z;;|7VYXKO&do+wEygF zZMDK%P@m}|cw7$wcRE?{h^Xn5pWbF)oWo~hMl6#UxD;@%&8}Nm@rv+Ssr>mlbs#d# zE^EIlv$*^n9!oPxv(&ybM5P|REtme(mJuZ{f2`TGqD+4g0L%3MM6dicNj-c8_A5eu zq9mt_gw4>fxq{ciDd#+p_`&X9_p2lIkuGQHkAkgm8s8E+ z!#s)(rJe|f><~-WFnrF9&0N@}^^hcTdOC}STPyn&f6ig!puE+?O!pzzg;yI;$otUf z0`S7_K;=@G5`iCMWv@GQ9+FEB@UA>kC_;8PRoQpmB8J-GQ_0EGB{!7M*0nx=Rj_eO zTVf;G2yuS0+?L_D?+W-`)v_)SgW4%S0MZY~)mKjchH3)7D3iclTZ2~>$T!QZ2<9Mboe8%Efs2^>7ovwwHdxo2lDo#=t#E) z9>E3xV*G7~tbYB|Pyd>3NkbQz!nk5ub@;tqfl6PEHp@vc#{d$l#iF2tqwX4Wl<#DUwWRhJDRo>=sr@3Mfze;OjYZfdlz>a1ktNaN&(r-F|PjT z$K1n-h;$eEbC#r`NAS$y{9?{PhV_dL+R=TLb6}V{Chw@bj>d@IcFIc z3txfPEg3jSGVhxp#yW|3VP>sjId9NB^mE0R1%D+cd!X7gdcoX!uzTBLcaGw(vX`gl z&VdJAnbxn_I~b9QSC*BVAk2V}exc!p_KF7+u3VkI*CSl`6~1=xT0xF@A^?#A1Yzbr zOfGy6E#zJNk;qv-zakshWRVatz~cJ5gx~V`)qTPgztb4y!C)Lt>L>1F4jXpzNbTL7 zD?_$fIC9SfW%<{uEaZSRM*mfTj^M-6y0c==U6LCAD+SLYzhQRYy+pVud6p_R?$REh z&s32HEbJ@)o{~AilWlxUdK2n+{|nP&^^}e`oTR>N+5=9mkgDqZa6;d|n{qkk z7tvkB;ZE)jz3w`U4>{>l?p)QpePv~}iaCXVD8n*d2omBo$%h;@Ekj4@=HyBT!LO(y z5*d=9Z)dfAB7?tu{uu)w+ht~)^7J2vs=bgr{3Qb!E;9lMWaX;9hh53}JN>ne=*s&1 z-0$M}0ubx_v0N;bJAifXou!$%M4ZvP(TIZwFhO2Ih5Qqye)Ls(oh>uh$I^Q?PGN(d zDW@mV_WXF2Y&BL#eKp8Q^T4Q!2yozZ%(c76@m~E8;!*NnGE0LVWqQE-2wV9ELt!x{qC+3z{*PfZ1n7;)_GC)+ta^5db*TgjhE}|r z>(vqQ%<9t*zI$_5A$MC3+m)zb#|ybCw_V6TEMG!qP2Qa8%jL-G(&}&cLo<^ zv2MPS{?IXy9khRn3Eu2H6Y+NJ`|)*sfd0~`E&gMwsYovjKmCKk)G*hW1OFAbw{|Ub zGT|^Mapg5~G12J7jPA?jM+oWI$>>l8Lrf)uM|YLzmXIK-96lO@jy3citya#vb~{10 zZbDY!@TJKnL8*1BOOP1?__i~>`!g)Rb667D@Z1#}`SAlP&U&pO7XdVK)19I5)*@W| z4_FFkR&_uF9H6-X2w?GNuFLy0&=t7;qD5woEF#1+iZ8QR7r*j*k(6@Yd2d11!mcU> z*`V)1K6fz%H=Vqk|HZvWcqMv<(OGis(ouYSj^%qhx-+)p7cJhk0)+J!b|Bvr5Gk~p zgL->yO!8$rZhtK%&eAp~5P?`eIf5o3$I3P)CA7p)=?R*G1 zFXSUS-GXX48tIsn-G6WtFay$;rC&IiIvXu`C$c%uSDAQSQxK*gz`b$T>@6Ke*iva% zfa4zw+zxVdYfxKUUIp|r2G4QRz3{~$jpXHKBcNvKG3H$UJ$1H(cGf+zzbhjGV3!6u zzYbUSCx2LtQeD|S3Y77!T-hhOf~n}Qu<=@VWSIhJ=l+-VUP@Z}Z;>mJx!*wNFB~Jf zNXgB^(-vif$_9UOolwRG%H&uO!a8zi?2JFoa)K8-v3i=$p`?yP(Mu0~96R7bxrHoDWx z!VjxGmTDg9@h`0c{7M)7YW$n!_Vekz#KTOXF(Y^C2bb03^Z-5yAC>=jvl2hlhSZHK zI{6@;`nV0A95IuZhW*?U{V}=ni`BlfTBye91sou``RnHsyCIL)&1DOa(7j#G2Zst!fwHjn`F9>6DTgfDBm}E<}f8g&$R61 zFB9L+vlJFwU5w!mY{G5r#{Pu78N*gmP{+quDdH@F zL{l@&D6fZVq&)&=YR;1Hxde#V1%@`pCgrH(ESY5-d3-e_%-K%lG(C-+bm%Mbnhvje zcc7=7xSdgELIwqQKb@YxV3!XYw&}m4n=_(jk7+%S{Oea!;ic8z?`x53^%4Q|?b~JEOCx zs^ezh{Po_P7VOoW6QVt%{2Qq zs&^Alqwx4%D!f>rYoDge!8OpliV6q$)zG+AwFoAQ>_1xbb=8Wk?D*&)eP6j{Ceut; z;})ui9*|?)k?-!NWTKH;)PHGD%`EMv->xLe-{=iN!ade$NTOnPF0*tr;H$emk$3 zv(NrdOiTXoZUS<~{S0OlRk<=zb(|q_Id2D0lYYl;-AW`zh!d+0*e-dB3G-;&E z>&i_PsjaWC?EBY#27ZGR5rRXemx;0@+xSg%iMeI?c|iG`h5C766nlR;>JsQ8a@Z(p zer*0#>hDzX_0ZQxoN6pcyw?BRMJ8`$X!hQmM;E=m5~Fh%Oc?PHwNTEmVHI+eZj7&P z(Zw4;dfC_i0MWo1oR8GA^)$+K;ynuI*;ra$8y;1DM(F?Pc%0J7u&Mm5Sud)IJDK7j z9dq`moLzuTYVy4=DeYO5NWLuxRjGlBs-*yd=Ias?YvWWerS%vANr6xiQE$l$EVCcqHmE%P0oBg8l6h zEyjFHJa|~ziE}v$TCCDDlb9p%`eF*5W*Miuzo`-m>VV2F`M7j`b|)|D7R5Kl8ewwY zXd*w~j!M;p*^Vf8tnQRUQWGr_ijt^8A2eq^w>S55;(N6Fq$fhSp=ix%HFSwm3CtT1 z_%yE%IfQaVmz3<_l)82AEoOc5Y=soHRcu8^0H8EpG)M$l>{NzryJ{l=dR)<(-k zzSV4T=|1W5%rHe?U{IhIX~D{&;+O!W^x2pKCoAhC1c?XcSq=&5i#BD6XlRkX8eGI| zwl#=+5I^_hrDjqlIFl#XNysU`nYHz{PcW9?SciXAVB|;IXFA7{fg9Lt%Y1=45n%Nq zM4w|u;3bWlGhUj+cGYPaKVGZMo5rn6 zzqD0aBA#$-kcz~MNooBX{es|}A@GnfkwfErE`_xSs@~_9zqbBTj>)vlw0G&lrR2Rz ziaT2CYp^k~t^EkmzC^zHl+xT6cD)5QT@@d@Ul1Mf#p4EK@~$@LsL}$%Hc~(S6sMNZT93L@G8<0((>=APesB7N z?aN)O`8UmwH+m9Z`m$!Nl~$~`D~nR!R<99G_>|>a|F&y3pI;>tc|;(iIP!=vwrbe? zmW^gjB4OXpZGy8ZPcqx*8tjp7mFf$tHGc_52Wx$Tj*q52;{*((enIcDW2*44TLbxa6(Df(xM_i z=Ep5=4BWBZRM$SVoA+jWD#-E|vHZYrLE2sMY`{ckHTON36dspoxIoA4PR6Mj(Oe5o zY3RM7FVIQHxH}#Oo@Y@!#D5>f2*io&Zl#mh1bO-N7dGu(5GX^0e8U(($-!(1?B$Iz z!yT=kIkW{cUPOEyy%NuSwVf^nUKxGK5KYeqaQF+POiMlMi%qM@<}3+yd16HI-LY{* zqn=xLyz-?R43J}SaoNwuk5>{Hu;Rv|e}CDgN(9@eVJL)GsXj75abu4H|LoB@=mCsB zCq}0=bYm#1AQq%{FJ3joglUG$IT{fDp{~?o?sfGvZL4r7x5`iQocnw{D!NpBPdt45 zJ|8|DL--!etyN}rq)ILFHj`%$ja9mqZ#~luEr_QJ3O%&C9OD8c$r#-^_U{{@mjRY6 zX_y0K*8PC@x_FXE#RUz@kqTWJ(GNx)~nQgFKl+4Su7zsTG#@t z41AE3^1G`dOu2Jk$^P2aiQxUK@d{Zi!!l@LqY3Wx>dHyHk0ot+ZCz5_`gr0~KKYAs zDa+q$7Nj=2L-o?bT*b|RJ5#;zMTpo}QN=F3Z5)SogaX!PT2aB`4oOlYq8U%nqzMnfW1++QoWjZv$d@i3wl1+ryY3brW-*N&z- zRihp&9kQ<)Sj+0VC3M?zd}?{KEu$IZl}55MCU$&)EauFR@If_{2b`hA3S0p zT#nN4p870BzT-OK330FNf7zs?lR+MZ*mW&iJwFyXo_VwEP5KgcF2hKgwH!mUh#fELXIi{J3Nsc%Dl2-ijkLm=E0hpPpUZL zx14s3woL;+9sl`_&;kHKpO1dA_lL#ydvq<3Yn|HWos3k`>IqRsM?)1N-Y=`HzRg`%=-bd_k^4a z_Jp2VO3wmkwg=oa$g7c)^PY|7M+OL)qq5jg!iG8+HP4?O1B&X$Np4~ZbiIx1aax@hbFJ`lFU;BPh ztCojxtvTsRfYIVutwnn{KI79Cue}9TY2aS~u|)X;fyKMV9dLE{+(~7e`BL27)jW=I6k!dkvE7KjVy4%l-q!ACEEJR1| z+2_a@B{Q^F7S-s+dXM|dJv1eJ={Z0gSNfIaoyT7vJ=Zd?;WU5$JCu<=9($dETi$DT zZ(%D0jQ{rK82q!qug@)Udx;*;d{gnWd@^g!@_~l*cua&Vq^bD%&$b$Y({kSaSB(@3 znafY}Pa?xh>xziirB#9(;=?PzzhQ46^ge(EHPbpd-C4k#8n(K+fuFT^ioD*cj>7ZH zAN(d8|6}6T=v>-~{X%xc_(b0;`~BU{FbVxOFsYTofFG~j&|Ex&FJ z#oxYvl6nGP6&{6t$u~2pd3(a9si&Vj{@zlb(b`St=ot_wN%I(tY28pX{ei}q$Iq!j z0PgXu%~-YlrGa~6g7$>V09c6xWZnutZX@9M@a>2EIk6dnBsGV^{AWCmqNIM3yG{Nq zs`YVSt>!$O{!k+;T~V*D^+KjX!k{k@fB8EH{1(e zxHHs;(LrI^jnx}splaBt(!ti$r+ma6t#-k=Y8n2R-e{2R@VBb-FQI>aupmS92L;&6 zeq`wB_&f?*F#a2*03?l^A?A7zpdWJm>k8o)a!4uaCq}ndPUSmG{guVy!1Ir@}00%h}LZn`gEuHu%Xf^ zD!(?WM&w)U6j?~)JcsPpvC0Xbp(EdWxC+rm%tW0^!{IRKICh&)dH0^B_f<8U$68C* z6Xy*xd7=JQIcB}I$`Qx$V;hA?xjLO!UVm3h`a{18?;9l1ZIx}hW^U`Z(y+QI_7N$~ zP!In_pHjTDzHfzI#H`7BEK;8-5MWKEV)4dQEIQl}(I;E*d_L>4q(8kh3#9EEe+KYv z8fds~C+ER}5II=f%Nw4tAa#DZN&j=K5^V)m0Z%sCE1UW{uZ36BK^&!v+=_U{3oa8s z4r3Ov4H4janAfnJ;e8GrRaB2p@qXYH znJ}f6tbgd|`p$W%p&61OH$USNa|(i4dbj8 zDJjzGwxLMXXCR`DwH;lp63Kd|QI}Qb^qTEK;(}skaH4jsX#x@Vsx0&I>7Nu*_@9ka zG#?I&2Wz=5Se2DOtUt=VM!PM~teY$TXSGL2Fg~Qykka+-T;g@UChlHr>gR zR{PFA+M_s{n_02w%a+^{r3A_HN7Tbl?grjsr@>mY9R77!97K5A@3I0qY?@N0KRY=d zn79(U^W?QaT}i=rPLuN6TY9EN(GZYX#+H?ZFvgt^FRgkNS*^2I^0Ey%t}igcx90Lc_7G;@CsCm^ncH zW4rg6P0x!gKNTWTbG0IwI-}N*?U3WbO(zBNZRWVj*Hqs+B$GQ#ax`Tb%3~7ML!BTl zfy<~9Q;_bk+Z~Sk z-#YHCBi!agUk={^RY?J^1xd>qAxkx9K@ zekt{#{aY&!jZ#n?p<^;U8j96H<{_LhG1o#g~sET={|>!j3wDq3?LOLhaHOn z81fQ{jM$|edCS@VSXRkWYuzI=w@*@wc@#CB1`+w0*fB8HyJoyZ7Lm zGZ83086GwI1<^vf;7=wEv7d@Dc@!KyMzn5cBRG=Dq9UrWaU##;mdMa&OE=CzNE=G?mSkgajblJTQYSq4v2!CPAmFwi+Y71qb|RTNvtxZN=nH_Z z?Q^ft$=;?8S)NRzx6-R!-#tqi@NWC+Q@Y*B{4l2l`R%Vz>Z0C=Gp?G*o@NI zq)AcnOD-uE#@Iq8TKbB{*Ufs4bm|@;=1({G;KbgyvE_+r;+vd~;pC5m_rq4KgYo0c zn9SyEm9gY)Yz;`1=ZsJN>LMv5?oEDg6<_i7lYUwM-;#vZ278Yp^)mNNI-6Z|x>p&jf|DqHoh}UN`d*z1hQS^WJN)3Bd6Pr5 zp7rD%S)?m>y{X7gkLUb+6#4!+maJnL7oy#_mGvdEGB9d3SM$gxp9)T<_>Q#-=dC_F=uJu@+_dDcn86q6 ze#b;>RWn+wbpt}R*TGfk~uZ@Y>NyK<}8z57kk+L>4CdT*5|X#6Lx2Y4`BwRQ|H{gQM?8( zo<&=Ql5~B(W3wfOP>-atx#UDV!ZtLCg!>in6>Xa>B$hPD} zoYP)OZDb4b{#H{=$Dk_93inA=m~-FAyu4`U9TI=U+}HNiwFTAX1Yh+FR2Wuh!4f`l z`yWKpFdutPMW5KuB)#nxen&-mm;AHZ753K{S>rv?$|^}=fvVQ=H5Cbjk47t=2dfE^ z-7_idq-KK`aJsGCv3~y|k!Nv$DLn7{*l69JgHVZ{6vHqP->u}>_j{yz!jXQbal;TH z__F~gIg#3BeE!PfJ6whfHM zXMoaC^?mx1# z^^-_`QgP{~R!Jy^P|5qUjIWElqAhZ+IScufKMQLIgqN>p1^FF6s%xeHRS|zuTFuSN^mtPidNzN^Y40 z!drRPOR82&jRH%R;`AAN5DbC!K0EFno#xO^KkP5~6z<#v)4429chNSJ;L8HEGP{g` za|#=G;st-A>Vf<=sV>N##4~}a?6E_LpL2%W2MWjm0`iK6KEzM6RL?nv!ofWur(B?n?_EPmCfkz2uI2HR zvOH`w6kV#w=4yqG5z%^`H>$taP!Z^b?H>Hy*XphW^c@7%wzO>BtjFY%@gDS+Z~pR^ z?v@u56dM5HU=jFQxAm+2k2GtxYo6J^YwkDVpeM!;+NOg4uB_oGc8V{A4hTh@Q%*9qjPn0v~(Qa zZRGJq$~_JpKRvFw*P*gk6f<*iu(;o4R-^QxTr&9cHQN0vBB%+_XJH`(AU`S;uFar( zZ)$x@O4ND*hW6r-AsDJy2OC3lEB8 zJOQ9vP7-_tt@izG9U0V1Q3&@@>~P8Mcl>P5E5rLIi*>``dPl#k_bt@y*Fo|>)eUp$ zg-RQ>)thhiL`(Rc{cf=_*34F9LX06*SQNImAWzv&r0#CNl9(X9ybAw-&OcfB=Kt_^ zjZ&*hB47{Sx|Xu$5>?kq=~(rDc)AA1IKN=q28|orHXGZvlg4Ola~s=9V;hapxQ#a6 zu(7RfY`krM@4f%voA2J4IdkUBT>h18)vk!D1c@KtX52!9aaGrKjN+m&rOja*rlA4( z&hZ6%3d+$d9EFnboMM_pN zDZD>-rIlnOtMWE+`A++x(8NZ zJXW;)mB^pEjsrkd*!aZ+KreL{W*Tx=Xh{Au1#z-Ae>}fs+rP!(XK0N@mlBcXkpFTy zrbr6nEZx(&Ze78+YRPZa8by&v4tDwIPtXKu*x21k^1*8S?;UtO!}26U-%+|H4Lnw? zD9G*Ys!2OzU!}nG>-6)ISvS*Xc&l zS)gdho2A!EL{mNvkLKie^vDmR@0A7-g%Q!#cA$9<6V#6UOe<&kJOM+grlEzFULyM*$A8HH_Ipl^?6>gpJSh<+t2BQoZi49|NUWO8hF~JPF94)gk%9t_P zn5rbum+yyBO#mp#8Cdh;qij~1j43M9Zap?1NUIjNuAmITDUuKlA_MO~P-9lVbwgYI z+B|Y6u^dX?2qoo<+vO-vcOfMxRjw){rSDFU?_}5)gC5rx!?BG>LRsYI(AE)3+b{vI zRXJ$T(O|^SC%4@Ir8LqMCTU~myq~9f+oQ)mW)t$m+2OhcHvk2w@#hyAilKu+_LcTs zG3The9`?+9|E!$xtfpm0o4#(!9Ybu|U-EOq!C=R&Q52rQhxh1NK-=iJH@(?JFKeOn zAwS$%_>GYr_RPO|hdz{E{noHVOR=9x7tj~X%Uw*_52(@qiDjCQk>}o16~D>0rOqz zlaz&l%+CgBX3K$l3p15h3e56_boOZnwS(1ju|HnbOI*uT&U9TnJ}E`r`j+g-#mO;5 zO3r+azEeETK0WwlqX4=tg7z~z4fNm%N(z$V#Sy>vm^|&bIZmxS%i{#y*aoruapdL~ zFc`e|`0_f&Zo6N>q@MGJ^Atw;C|zi5c$IH`feyT%068v+LhK&m`R9(OUfz8B3ZTb# z#DZsNn7%1UNHd91eF<(Iyo7TBeHrTOyp10jb24s&T}nbx%JU8d%Hvu!)2A8e;K`I8 z>c!KUva?+)9cg0~m~}OmE0Eu`pgs(8e_x2Q*Ce43`t0xOK$(1)mOvzhu6T;HWl+^C zSu)7!aHx)DN@sK;{pLy)#$i>fLc^_hA#Kp>F0|4*O#NQwBc@B;fF+e38&5e_Y`{^N z1xToAeUR_OlYrcsI1-~xZpN!9gT~dGl*_9D6m@;Ne{=2ocJdb$`2XuV{0t0BH|;r}Q?Q;X8IkKk4_8F9 zpAk0Qr+Yt$KOv!S^oy4fe@ogwQ95Pz=9n#>N|1_}0pGhPblyakFop%wnZX>ZW77QQ zrjP|?ly@%jmA-g7ilZ@Zik32Z_#`8Z=Zw)jRneIEC`b6#SM{48Ee?vzV$Tmw5_c;G z2H(9OWIZKk0pDHnT;FSTRJE?Hp2!&MSbjZGZabhElHumg?rm>EjX>j+zkea+nb9Cz zm`a5%o6cEs8<_+!B71_~u9qg`#6SSru>*(pk|(TVmT>@Wg5Bu(;%EQ+>E=J}0i$uyMSiA0X+k&3`9W65DtBGM!A{k})a5rIy!44YC8=kl z)Q+XDklxC@ybHUi_Q^bM-~Fr;oL-eOcGun~#E>6?(}cK_J97iy_w|gDHby$WASvQ1 z)zEW2!g_MN{ec*HCnnMW=q0PIjpZ_eqQc0Vv1|}$Az~VLq%0CWLlrHN29_OFe6tRc+7UwMC$sRA z3(nrU{tS5!zM^EfX!`X0>XR*Y)j(stkfa)&pc8m>a{TU6!4FxWX#(mcuX2`LOemF( z+YxUnDcjj~S)V2avoyH^MsPdjD7c(bATPBoV+`CGKsx!IiX^PjW(3^lQS6T#aZ)2O zuI^{iReLE+&S~FV578B0pM(G0jg^5ixf05h_}JEke4O0Gq*->9m%I$o;t6PT3qgQ1 z%p(4jL_tL+riEnH*{HhV`-Bj_abVXTDJoXN@KOhqM;U&pE)P-S<1qyOHM4 zR*aJ{61m2YkIB=uM!BDcS~zcK+0}KAZmzqlyJ}Prsj$-$kY1)qXlCjcR90^uY|IlY zs4z-|VTzT*8K}|4Nv(vE#eJBOGXv42Sn;fmhwB2ol^jKv(LBZN8KOuWx=mw_o%n|k z-DXVYhc7#F-OqA5XpZN(4h+=-Z^rs!vHG$=GYU)rtqbgHvMx83ock?02;_R#bU}45 zJ0~QCBPkyXC_m<^NCP#lHZmW;AGqEy(*ky`pK00O=HWTq2I42qt;$0%%`WF47kdPl zCk^Rm#anJek}A=ENmV!`Za%^28G+w^D0|LxkG&{QJ6({z$OEHI%8w2aR(#XB9o-4# z$y!%nO`3B(44xu^TtfzNO+Em5B*t9bLW?`fs1ntuw-^r-na`>e(@*?SmywOmoXr9I z0OOKPODaezyjL#)=V%Y@kGUcav*2eAR`T@tS#!}=yGOB(cwH~vMrV}4@AT0eRIx@J zD{}C9sR+g_;9_e*qT)FJ1tU8bp#j6V2!&q>sV^#Sw&aJ9wnKN&WH=wj?H_;<;Dt;7 zZdJnwe%tTYx@g|^vkF2%_4YF>=z?rFR4g$n@51fVV$M>!bY;^l1ESWYA7_|oG6U!U zXc7h~1n@}zW!`!flZ%7?>etjSzw4qbRB3l8&*D_7o|>tsbT;Lp5s=suP|(w6 zT0-ZmIYJD57gRYW`+DYNG)xcSsKw-$3}?vf(mu?8FN%n3SGG8D8)efR69jr%kd_)l z(Ywg`vB@U9PrqR_NEn@CVX;h>&sp3_mNj>n@rJE-UAx68$ zIstPl;(tcEX}Ke%i$^KZcxuvi*Ucx2lNMGP%XBbvnC>yyu3)n|z_3Tgb0rdhTJiwc z?UH)MrhqtjY`}k2hG**iPU=x13VIaUr)IT$B&aPzM~jrU>)aC!VAx(yE=NwV>27Sg zyseB+Y~n{+ilXrldS(rkOmr!Wf!Ju-gG)INDOPkf?lzTW6Jhtd>PBX=&hv%qtRUN8F3YKvfqyT-J9FF` zC`bikqH78rIhb$L;xc+TA18?ibHs+QlQ{bg;Z4b}c$i`!t4e|_DOl86K`5XtF6(Z& zhE@Yt?HrE*-`WQh2b8H+w0ObDqwzP>W@|(+Hvggj0<6AucFb7w^W<%Awh^CF4=61+ zgj`rsNN59l;GG&|O<%3tC-OfQ$q?*qj2RjaC)5RG1p0#}{w8Vr|B`e)WLgxd?wp)~ zgc^}*C%Xa-DlLb*$b<^zb^8LF-U(GNmnv*_cRK}3HMQOZhH*{BkaV!8B#~@MIU&AM zm^(Z@F_wrvBtPA19a4~=Ew;DdxOsYuMWi%y2ZOkm^POFta3XXM&CS!LD0|*c(`LGq z=i%_sY3*aSbcQyYR~|ZU+l5E_tYAis($45n^Mlcen=7|5z(tBjfha}xE+T5vKfm2P zp?|4GYFk=Zz};B6+GT%QT#l%Be}?BM#*x*7F$2~7ntanOk#Fy>nW{dfkKK3=G$<6N z55)mCqm}kq-FiPx9s|TETp?Z`@*m!2V#;yD`kNiow(^Arzi>!oT~0BO&kci)GgNVt zE?Z^Ilz}Psc2o$z%6EN|vYaW}RF+g3_V3_3CH~+tie~J1i^T9{w>g!a3A9arI|I!& zW%HbR1s%k3%t!PSDZ5!s6d$$l4pi&PnN}!>(#K^64SXxIl8k`I1j_yD7iSDIZDJdy zpFc_f*L46j7Oa-i-wO_N#1__Fszvb)1bk6Df91NHVkPZN`8n*|x1DlWgB{1CilMLX z(dmvVG_iSd&5H>x_12J#;;~glb?j1GuX7fZB!d{3{m;Pja8ro`Vk@I8{6a}$ab$ck zNdg*4%i@mu?s7KOzG#&&v`8bMr701#KM69q*Vz7d&=XZP$kB+WHjd#oe$%-Tw#8(4 z#PVPqYhApSsrl%H!Lt3?t&VC9T7zz7OD;8yedRLnn$DQ>SR-VVv1G1CEc){)>~)Nc z(;cIB&*E`$^=Q*h@A)$Q zQy<$|0^cuJzHfm=v)+gkrD1M3KCFd&H-1t!$d-5fJemrHpW@P+i6oiJPZr=UveYOeRYlMcyp~dk`J#g+6;0tvD zMpK87DO2{#4eVTzL)pZI3JfB2Gl{m^6lGz0PfmvMn=Mbi zu-*!;MGF`3oN}>S{oZmP58kofS}pdUu~A^@IC@ee;3>UGAzT>wLA=;mG35zo2)wne z)8zJs(-Oazy9wpLbVFqP@p9R)@-njrzqa&t{v+^d^lm2UCZpAS#x{G7oWTmHr4K)| zVcb5ogoV`S)xPc=YrHi%(xCO_DW(P9o$=o-Li*1Nom4?UNnxf)90|cRWpQ1l6Wcns z>2sNRRvP`E+e5hzwh;g5$9rNH82 zU1(CK567z7~hjixA{8@d7=%n-1W$2XoD&1UA*Bg@0^M;-*EJ#(adjA z@(*72)UTL2AWS!NV9a+~w7y@ENT>O4B>QJ#(slxuH?^y=&S4CeeThsW*HC9S>uvbz z(=fqu`+MR^DG^K54|q<1GMs?Lv4e(k^2bw!c)j{@Kez_ERE*QxmOIKjf4V4%(MS)L znBCFXtKf(@EJFhJO7GjVq?U)=D>=sd9r7enlDQu`)^Nlpnq?(&Rhnb^(tI>VzoU2Y zEzTY+F`pd0(*6UG9aYcRy!f5GVH%PnlDz`8X zv8D-rqPsgy%)@Vey9f{xVZgqn>*jNZGB#bXB9VN~1fD`e?2ycW2!jlrkEsKnkDtCv z<*xR}%Jns2z0L)&_={D!Pz{w4(Ke74XDs$YA*ohU)$0|Y57d$!e>^#+Wg_zfd)Y_#?&FQ53Tc)q z&R6N9B$jXbZ9u3CYXFa~`rAF~MI*w~g??vJbY&q&YD4Gc!TnC)s_3Z5=vEqe_ckJM zjBhGawzsOLn$YHs!ledpMj#Or(j1lkZ;=%;qEYS<1T)UDE-??1Y-ym0=oQcTUTO}- z)A<-!E`-c3uNN z-7?$+;8b=1gO)`icN7A4`QPdtn(i1RteGHwK=RKI4x@ZIl-l9M%sFrG*wjPQ!;ooJ zRVw9>WR}dW$bX|*e&9#9%oAx~u|=kA*A!gX;Q87xAw9OEBBF>Y=u^iN`D-x(c>Xy( zKV5tPk20Fg6CH#JyS2$2!!E-!8Lqw8A zaQR*7BtLD9FrzoI2Z9s(q6H26O6l`&1(>5Tu)Ak>bE4e_eLdVGI?NenV$_fr-@(7^ z=4C?|#Gk|eqK4>)1EuzD;>vk*}4K2<^Rp~5v$$34AJN`l`TZU%@Nm-eq4|bT=R4%N%_DG+elrJRfn&R0k3XOcX}2@O3XH39=B03sJR z#%u?&y%X`UG7osF?FHj_2zgdEX;N_{{d*VKz!*FcY8SfOhCsl8Dbf$qSYil(5&P$A zs$Btlet!wg$GgW7$2LmSV`OH|Le@h$1 z0$Nq?$Zg4dbJC7d*s~Ba^+%7QNK@ueKFb(R{t)Gvi#MC|H2_rIY1`m|`5wYSzx|7S zXj`fw8u51GD5;CH_QRtJb-~Fp!5iktO4NT;IVftp)abEjnoCC2e#uTeF8uuPGSPB= zH3s}sknYtj`R>|mto6Vy={!iEZB_IWYNpgIYF1{PaTG_z?9gwVk8-6UoAh1N6)SfA z2wTY|WIH(=!;FkD%{Th&EmW@q?X&4ILh4wNB<^#eG|Y8U1q+YHVeGy6CZ?_v;lLvZ zNP4*`r*lj>UrZ+9$Lb;5$*@BjSYVTG+}mCbDTT2Ric9vk0OF6Z+Ik=ZjNI?1Upq6> zqaeE<>jD2Z1^n!fat0Z=I8L+0=7*tYA*-pcQ0YNgo1P{sn8H9u^RVzlVk;Al{x0~! z8uk?Ugw(O8BU12Pz?ke^I22(u5zBC%`7COl+$US|Vc-1$c0G^SokNsDxjuPcr<2;y z3zB_gxdtwR+mbGBgOO}HcqpYoJz{mHMsXa3ko+-~<7~wkRFRnZ@&nwH~JUu zkK*hg9eafpG^wPLoY-;|tniARz{g-oDj3S%1hXZEZ`kH6i1IA)M|ez&(ehN1vc$L9 zfU9r0P;)+WI@`XH)z8D9WqUjO%C)HBAZ)r&Up@ zI=CfmzXA?l%K(tQkqX4A>aH~%ILTL$y3irZf+sqp;j>1>r^uU{x0uE8iwl`tX1FNq zXT{@UhPW$Th$ScG{o_5fZ31cDf2}yIv}mO_O$&XemD#8+3J+dc%V9l&uud-qA!5B? z$fUl`yqQW?NI5YR3@-H`mFaLPo6-6TEljbhG62j^4nGuE<$sQG$(&_A53ewqxGJAQ zt5PN<{3r}D*B?pQbd8M`4)L+1CLV)0*!1}HZJH$8HVhIQ zC7v8~R{DL%9loZ+$l~q{Scn}P|B410y667vbU&xd%wgl}nM157ky2WTd;2Z~j$PJ3 za=frdtsmNS5<|RcdzLG(tO(q^PF*i6>lr^WE$e$t$PdLJ1129yKXQFH6gEPj*>cN} zID1ZN_em*_W2#?D@CB zOHp;*;}%Z+P!#8Q8j(XDITatL=wNBMW_L1>!XT;Z*ouP zqp|hLqzJ}4%J)bl!sR1*Yt7Ec{p)JjMZ|8!44WiVu|h0Hk|L$u55)6dS$oQJm{%r7fc(w(P zGXH+e`8@@L@L4*E(C?opqz0(aja>d|ypkp2-MfhLzq5<#*4mz0*4z&ys*i5r0El&@ zY}@s?1cW<(`N5C5fx6jr`uyhB<^lzr>g91?!m_m0={!bLst5(P4IAO?_l^8UciI-`KJq8Nr4mqYSp3#%tt`%{c`+ zFZTL3B09#eu3E!*@ZYEDQkK7{WW~h<0~pS{DuZ9UeSMi=$>al;8gG0$9%{jlC0*}M z?Rf2zCA7-s>fF9eT&;K`Tpz(roSPaGDf3y5YW6a_`G1;~10nUw9E@Ps63k@xlNj3; ze^L(IRV-f{`RHb$2w_s1>T4;&FPgiiK=BUX=M8rN1J;5Pl%_d!i*w zl8$DZf#2jg2Kp6JR8GQ6s1pW0qUoS{slP}QRk;)YzTeA5t!a-4yg4L3XL#5D0ZH(0 z)^R)W>8oSfRTMIb2A%AL<&S850>Ltd+lC0_!zvJ1qa!da^t;E5$$8K|z&LDi#63$RrpT2r;KdMgqcVb9@dQ^^o7AGJ5rvp0KXm>wBsU^@Kw*OWJiFt>2YXH57+od9QSh zc0!A>WqO7#EjY8W9vOrFw##PUK%du1t?ANGL9RJ!rCQ!^ERs$3 z1lu&JFS@R7mz*-Z7dy>fq|fE-cNq$yD`vkvA~{ddhI*(i_rbx&JZiwYxTHGDQpnZS z!TAK~>W$%Ylxlu}JXX-h3|mQ&BLAZ7RNr3pdh^Vke=n(&2Z_(50$m$Czn$`)IsK z-otqrB-Fo~!sK?x9p@Wmjhg5~MG{6QH&{%>tF-*G&e_LyBUM$!w8%Rew^mW}qwg7W zh%+e@^Gj{Zia6_d<1Y}{A@f&Geg02QJ;axD zoe5iDLZ?4Xd&ggqY9;zalN>u%#&N`l)`iAF*@Sr0(WkLFWz>d?9uf0=+#mq|6@%%X zsC$z)>(hxd>$7(aZ=Zz=eJ#^6n&pr~`6lJ)fJ2yXvx7tIVG&Xs{2={!9ojd`6`Md%{sNV-5{CN8|M+N0!xufxR z|GP-pW**PZO}mu#S1PhnCQ$P1gaaye(ftWpq!8}+s=_-MZ$Z-D-4gwKzU26vwnbX2 zFGcTuVF4`_(j%gmNFW#RR2jqpDa){=0oH!jPTCXP*BH$s9WJA&_vuSApZ zaW6-L7nM`f%c%&K8;V<7R+6wFV$g8Zze+VWQzvKn8CLrsQoe2{e0BJe&v z)(S)9P;Q}rC0h$fhd(;qDHbCVXv;acRII{%aN@K~VYAjvxLiOcfpii#{Annn1b3tbfa`ai#L7 zhJhUBRxMAUwvm;FN|B3~_3y(d9Mh(hX%cw2<9a3Hou}UJY9=)uKs$~4r8R;IHDsAW3ewypej`K6Evo z*KA?eqC4=~BMMc-dIVALy=2GkxWda5)pjbJtXgxFnR14R_I0rt3GahZct}`7?K0Wu z(E1tbD@M_B2 zMBvL~#COo_gjWFWHV7t63Np6Xw+DetGkttAHmFV3Y&1a)cAFkPkQ;13J45mf>SL5J zUJ_kdk4KqtBStcXJVQAQMbRpyL=IBh3hMy2gY!w3zC`YuQj70vwK86@5athLo7eO~ zCPwu$Zy$kxy93=bCu7&=WPKR^9d(bL;EElvF8783f%)x|Q9N|fv#>_fu|WpzNPoOp z=c|Kh?bt)_!Tg%A%{^(W0}bSi{D4$h0r&HNdv2>geE=*%cM@Ohu6Bf&vA@Utv>tB} z`C-mSD8JKa`zdvpl1ZC(h3sO*Xzn7y0rW(A&kFX9`Z*Ac$>-L1d8N`l5F_&GW2O{C zY-q{iRwK-SYnL=Qw0^>OM)m-EfgC67{qgk=6m#xKo*BB24wiWWF5|RgdISqw-Fc`i zH|%*ll@Hs?t*Oi;Ph|)TH5^qsv(4N;o)978dpiNIS0(`+!lAbm`8;*z%i`Q9G(#kq?JAVy?Aluu_jq@MA~6fM+c zDb->Btwb)xW_n9z)(Ikgt-I@0hWv-{e_NsPWa{s)ej$nMqtH2Is6SJaUdF?ij|n@V z^!~E6{>pi(`MP3(fun{+r*NW60_kgZNZ;lttD;ZS<_AJw#J##iRRR3wlw6!x(lpK{?Jx-uOi zjrm2SsiPLA9_q-D!R0U-l{`ftu}?6d*JbPjR6nY*PR}h96l{$r9x2g)Ulq0h?S6_- zZPlpC$AKwLs1mIBj{Ube`dRClUAgA1_LjdF;qV`Fa)I$vbq-!Vt?cl2N@)ovU7QJb z?;~qj7ajTPU{pFylYcA^j;?3N^F4CA`qOqodV?T*q3LC|*&U$VnZaW8K$5>=by))a z>{(4Lk51u@Kv#!h$42v=B09N5QZafadRzzNV=|+Tl#51laomo)j~K6(4omdmj+RUd zPiU5t4FC~T7>u?P`u;nLjX>R=i^YB~hNC=%(w2ez)rL{IyOP1hYZ}U16*g_wstQ`r zEeauz(|OV8Rs=H{;&u+Yd(JFH!7E(woWaOYHHJ_pFx+2`*RX62Fp!Nib&K0JOWI0_ z1yR|CBmTwmc(ghGtN8AZ2v!ewr8xp4s!AX7QLsn4po+H6LUkk=vSUSX`z0ew$TR#o zOM;kC_9Gw}q#E#I4z-hCjLTH2Roqf`5+qvl5`EDdAHk4-B{Z5a6%7dbW#5~Wr{^$*?{<$r~d z363H9&c}IgGe`sYJkF_!w>Sx_?l45mu68*72V0H zf2k7@4!W=m89%L&MyRjuC#UOahRTl?=e)Uoo~;YJiZ9|K4BWYbf&dvj!T&Pn&q8Cc z;7I^yrITx?R7BPy?UQF34*hWA&27|*f^^eI(kPMZE1CA_soz2gYhqp^u7p7sG00c^ zffsU|SBaT{eri*ZDi5Xa^^-9B;;@q9PX>hd^h}C(E&dV=0j}E3 z7?7#yY`k05tyNVOM{lCM;HP&uLAH1 zYvNY+1Ca5NZhbhfBVCI-xO`VUo4FJkjMn?NL3JdMj`uwkya?oPL9f?agfM%jC$XJ2 z2QADHB$?KXT$Fa}$=Z>+W{*i>GxPH9Bug)cDfvP+;Qv0{5=}i~Rn{V3R=pWXDR767 zuXIrh1<4Deh|FdAxse9K$NH+=Z^WgqbYPlvB&7!2OaGcIYF3F6x9aW>t8K#R3jtF> z5%*o9DozH_paj$Xn+4-5iYa!a^oPXy647Kdx9d>1r5CQdrWuFfslm}nsZVdS-c8W4 zbg^6baG)ZH*kk&N)t=(7?a+T|^;j40kvqu6y#lAC!$g%|-hwg($t>0tpu5*ja^$XU zV(n-XO7lckeFO&bFBGr>Cj$Y@&qNwXA}O-IsTSde0=idhsB)i3(%K@464dLHqD!#k zQxC-%o*`4cXg2J?Xnbt?>9XX2X#y37V_CiFLjB%K^|Q~YC8tCqq3V^RB`iCsaN+Lt zo4!xxP-lJqWflb~-|KYqAkjYap>D9p-6gWwnp)x-QJkDh?rVaPGm%jDkzAx`KQiqm z!1L;Ze#aq9)~XKZGrN(7ZoP{K<_>Q@vgFY#AEfRg{~gw@YuUtN2BW~zc@LpX$Rg7y zAyuyPzp%zWo((BZ3yo()YfEIpnj=aN!hF^3VrQO1nweS(^Lz++9bi5m=bknKAV86t ztp~mj)H(V3m1i`|c_3IkIf_7XW=h3O))*std0~h$tkETl2ysfqzCE z+7e1#pO5hrmz?1e%M5q-VKi(Zx5Zj+|7t{%i3@gCUVkgpGO5a;4#V<_O6crvfNURd z>cpF{2r#YajK3OT_VN&#yOT~!wn=|Xs&(W40#W%2=VM70Y(<2nLipZAVNKaPhVRanRR1XX1FoaV~WH8wt8xM8|2Q=*GjuUSWQPjk;+YA*p-D=oSN5Dx4E^uI_~ zT>mTJK}v`7&tvRMp%MK}1P5h$#paU4GPD@pY#KXJF?q!$@9^X7?fFjLVE*5F0cs}# z>-Z*+^cXvg^x#?}&X_08QqTa3<7@fA z;@*QX_CBBkPMHY-JYZQf({t-PC>%9K{$)88`e;Hy`@Wvq8-UCTSo~d6JIHtqJ5%9d zBdB9W5q3d6l$oPrBi#D5ynMYVUmZJmF^z)>-F&8k&7&f)DawQbd4MA1ANLfiHYseA z2Dp^t7pHj5@KkvM#Eop;6JUI-JxIe<3Zz2eyT2mRPvz| zWt^d{6!z#7&WRR(HCl642tC1A5o(o_CWcCAWHLj!{kG>MKz_(W5J0PcM3JW9mJ^xU z7LJkEn2mo|=~flmRJ9P=N5onqh5;8sSv~e2js6ADSHL?f47{&7Z5>Fb-1Y zS;MH+gvZ_Jtt-)Z=hOS{VA{vM6JD?moStX~S=Ln6?z~YD!+Sn$$TV(rC16T`Ap#en zH<=oEE`#$?6FVMZJrQT#5x>utrazf~KhZi84?OGKWISxNh!A?63Fi3zO*3ufPCDbXHvSGV1R`&tV?B z?mwo%6y5XryQs2|(W8nleJfT*kA1@-c8T4XEEF~I-c0+|`sbdK*lYK~CHuOo;fmbe z4MH(oLSfzse>XT9=wpC21MApeW{eE;=rhtPnm!b#dJA}T(VFu`J(_$$HZ?rVQy zNW@FxR#hhnvRyw{ecrdR76yQSJ59Cb0;t$L^&p(D@4*sj0jyhmNp1PtlCHJR#OSDJ zB&MrD+CWNI?(d&Wb1U>+SjeCmVdnByt5Z4}g;q0IElo~oO98R7`rvP8R$7bNbaD)V zN~s>unSL3QZvQ7wI2;APrw=3|Z`5tbQLAKpLlU%;CQ0(kJRL zBJoN70e8kP`^RlOT;Op(+|R|(I65Os$C2Pt2=G%c_a^V=EP+?Me4HZJvvu#J*Mg9KpXOF5vT|UZJ)pB{XqSnX3zk5dE@& zY7vS`HQ*l5`gHm-zjApw2xj#$y77Y~Zq&NgR+B$!uN&lHU4ZWWly;fi#fQxg5X7vD zQ?2{_>jm!JSEBz+;AIUDyx|y+RS@#^e>!o75 zHGu{@SQ*J%<+~U1l$h0)uO5|@o?23zT{~{MyyG7TrPBBGYu}Z&W@$Yy4@?rNp8H)u zkH|M^?>SQ8u?D4Kvr_Q1lap9mWp8|#j{Jb^z^SaP)i8Oj|0h2H<)+f~(-dDbMbHV` z^VR37tNcM>QJ7^~`>MLV>=l1e!-4uKrqd>M%g6B-=D_Y$Nvh5@Y%LqW8=&bHefjFx z5$fH$#DDCE`MXzkzgL@dv?L=#Ac1`5UC<)S(O!|$#tQ%U12H5F2BD;t}R zYqqjXi?pa*PkVy$BA9S*neE+5#b5|XAWt~bF70d439;|ulB-xpcnvbx<8{_91e{}xThz8ChM213?LX}tKIC~fiQecjK7JiG;LP-LU4 zHX?anCX#dg0NEsr-i|wjXX;Uh4a|{;Qxq1Bu$9~CfrAVhS@Gu|-kqO2hc*7jbDue9 zoM$z1AeDzoFoI1O_3&)jTm5NfJ3`S433w|@_zZ}qQWq1^oM+V>i-tYD3(svj^6z+ z@@~A@3C9w2Il?k7)&+p{7&PgRm+Mg6#YKZOa>G9YPP-{F0sS!k>1;0Yr0IdEzd@$dg#9#n_*C0gxcq!BD zUAKA)cS$vcA`Q)YRa4RSa##zV`AaCVai1HB9B>7s&;0NkYOA5GhV;6GU;P?;@EwrH3Ib z2alp`-YYbb@0~Ir6~b_D6I%@neZDR09KTJ{ zfMu@a7A$*ANekL(EjK@&m)pWdqJDSm16Wz}ru@KC(2f&^oioJ}1h?9Fh_qxV zFQYkx*n$;BbcY6Q-kS!%1r6g4tFRM;j<-{UWPU6L?p z$P{v|-7D|~BCCiWyC$Avvzeh{LV^?n%){^hYU0p7g0@y+^Gr^&%Fnh#e2qQk@Z%UU zi_F|=G)?^~R(v@_%Uf=G&R89<9>^e;cay&M3kb_8?2{gd=xiq#;33-BYi?^Hz)DJ% zz$RJP(5BQhjO032C##EdymFw^?_#>TXw(SAn$80*2v!wy7Fl5#Ie>5>4HN;0t|VF% zy;08b=m9t{wRAp=%?ooQ(Sv*yZniNMo)RJ3Ic9*qKp$p%-n3tLW8neO5IWwf26RNV zDaKp1ysD~=rT~>IoKV$`zVr}wrM)8xh~aWLdLn*0UB1vnzN=2fLVt8ww@IJM#?6=A zjJvw>3zY3NULgjWNn~xHTyEe&2ok#23V*XOS1rp%$Qxbju?XEsCxVqY-APE02GQof z|C4;B+?}xx+RDLR7EKk2>|EW~@(!QfLU;8mSC{1f^<^p1{{A=f!lRby&%>bz|J;|? zAISz$o0g_RV%xg);rb2n{+&&ArO=vR#4k}cX`VvH}(SJprY(I zS_+lUZmJuNzLjSa&V|t#yFtE9)hXkkl*7d@;Q?Itvgw#Qmsn}X%;m>yxW6{t4f;b` z&-$8+L*UB5@B2%A`C;4hvEOr-*^knB=54{)FE^fl`;g?Wvbor5=^-m+9Bp812dHWdTHoFKv1g{Veotix8;_!qGl z-aPc)3478GMy*hA) zPq-vo>GEsR#}6~vQmv*rqKX34J~U}gp*ajl>`5Mp7n1ehy`04+D=!B!FoO}}7l^vg zdNfr!btmmrTwsv8b|i=Prc9kg;pkbxL*RmD{B6@v15z0Wy7vOk=2FLbG|y)e7YxC( z4mWo?LNImeLd#DQ2{-QXP6AhJE$^-clNWl$NPI7ie6Nx*kCdABKW?ek5h>7K=8$h9JFp!5SX#+nLrysQ>-UmSlbK^|;LGG}N;xKeMjE@YI%b})8@#$*O z#> zXq?X-fx$crpVm^U%wMZdQo3zKJR=P+)ywMha-5yycd8|JW zd0BzIfO+6y`25CK`0EetSHJQf?eO;j1sAd@h{jj>GysiHqK3fd@+v{@+^jck(eVx( zSeo0aJs&QjE3E%p>kD}i&;JE0O@|3#$Q{k-Il(fiT7m+F%`Otth89tdRR!8GUE{;` zWV#m_7({n45u;pkweH%0i)fbjKSW(+T-05#76k#RrIGF~QE6CMx}`(9QIPIf>F$;; zK^mk}x?7~XK{^&#cDXC>{oVU*Kc4;1IWx~Z^UO@vU%%GXRYrsEyo*}v{_LCFgAozo zFlP6UKbSp{emhAUG^s>gj&}st9GmxP@KSHRnZ9*T&y`d5J`-;Bd;zN=Le|+gnF=+6 z5HJ4`JFdZneqXrUuhzY^w&cJLhNv%Ol(diUYN;<+l*!P65Yk}MB4~os`G*FPvIghT z_eT19CG1q{pqJ8oYyhIB+O=lbBTwMi@_6s@_>7jGWGE5vIB4e)C zN#ZGABx$&|>n=NaE<2rlzTM^cQV`iU2%Q?dXWV&D!Z03F-VaAN;ZtDBV- zmvlojOJmVZ#YrROCeNXIJ+0_RaEeGk2m{Q%|7Fq2P+`t5&vQvU%*es*|y`QzW%wf>JZNot)D z_{yz)p96}6)m0A5%qv`JMIuPBp#hMI{h)TxxX86>P9z;qTxcj)V(bs&UkY88vLtVQ z#h>#Y0#dxZVE_SdeU^<-anbHXHt7~GXMD1g00ikc{x|KQxD{(Qs`B>(U_ zi1-63Thdx9WllZTX+ADxPzK4pga#4VoY*U=-~*RyQJ%6z0&{LKi(l(j-?2+i#oAY< zNwTj43$5d@^|)OyIa8KdXp&6ovgo9HV*3R9RqZ4~%!yC`lY=3iXUjy8jv72zpN zT+9QkKB`{dH?aW#7oO?Fb77+hw3WF2?DNWXZQg7ec$BioL)%d%j@JvIN257p7U1mK zyWQU}h7DySot#WinfFah=B|Y$!r%|j7WiaDL}r*te6_5p570pbl3H;ARM@T%y#GbdEyaaz^B^Q|r>V(Ecy5&~b6UBFi-A0d|I=N#-4P3B za%A~vK+qAY#@WKHQonBI92#yg20gRSAq02tey|bZCwG0w*yUfi$3zH=!ZDxd5|m6D z5iq7Mo)X!sDO#)?+UY@T*Q;yQhYj0k(V3jnM{*S<8M;jRH0QJ+^9lN>qW&{w)2Ox| zQ?htOu4jX219fEHUIzRo@*jK3-dsQv~Nz$o0MzI-w*Y_=quH~_rpWL zjJ3XM^*fP0y{QtLrp`}V?~_c$_qB&Tcf)#h*j|YzXQ30K6Lw(`XNKj7`2U(T;p*iZ z%O>j#?e@iWFNW<|t|O+p#1kOPk+V6k-@T#3R@?eX_}YqGI1-T<&_0O}rPC}IAcP_# zXR-5s(;;;{a5*yJYMpy-iDS0B|g>;1Q>zzy{3Byjs)Zj zP4vzus8+pXN=#__{Rsoj`J+D-e8TG3KM*g}f0nPr*dBYIm@0E*i5FTxK-VTV+lFq) z+zR>oeXY`$B!2?1&{dXR;ak|@7W>Zh1IKemw2kNSLb4I`mF=&UJ--ZAVQqPeci$45 z8W03A-~X+1jYwYDjB`3i*gam0J#6)hU4>pxWyz3gvNC-XL#bN&WEK5~COrb7gmIA_ zJD0scARV^{r{LC#-$S9ks~0?yX6ghdfcmk~V7BrOwXDPS0E0DzOPz!YB3~?l!k|H3LSkICOv6|Q&oaN)ya1z>U&HwLrkv&+)j`hAW*B4f6hBaQw{S| zqVvEhE)BibVYGU`Cqo68g*(*ICfc*OafrEQ*b-g|>eTlpw1owGU4Y;p~Il$k*IXAbr6y?VdNaUUu9pNUp|Mni*Ne)Mcsu>83*U6y75BxZ; z)WAYO3F;>(f!3{}0E^wd-O|(nj=ijxO7Gf~adasxx!|t8`uq0n-qwJkFkZHVY?{FR zdR$hdR!2tWhob-!@=I&ktx^%r`JQB4jeI_20lJGqK{W$88u{<_Gn8Z-gVnSoas^z% z=_)&H8-2JTRm&;&x>MiBCMIVP+vzuPF6#c06_WHCS~5|&3vw7bWEycq%0a3lRt+W3 zmt@h0ZAOcH4_Xyoy|5uHIis-b%aQ(tn;b%<@0IMTq2*B`>p{Y>GyDoO@9*pSXARJL z13ypa50+jTd`?v zv#bp=mdi63v&v|diY?PfE$C>mP4>poWmPkzZr~C}^y5i;{Y{9MV5@;Gt8;z_ep!lg z)TZ9060#1thpW=)j-_-zs6fA&B}Aolw{5q7zKJI_le~v7oYP6Qe_zSsI;H;qPq2B* zz|_E&fL0^D%{vJvy#FCMB+_3^n~*1}OaeP#@zJJ?nwOP=%du#|NDZnHW1}vzy-RO8 zAli;`^v?3#IRSYTQDxN=B;CpyTp~1oh()5-c75Pta`E#R zYrmSrhjcGl1#KKXF7X-x_Rvge614Hnl5S-+H>_FEn(2v3-w?#O{x*u;>JZJq6oyRZ zrELqmCzF&NMn(~c8GE47US!-1`Vw;J$zRB!<${8)=cH} z{j|S^y%ae=`k1y3tU_+Qht+@hE2DRFFSm3gCXb(cpXS{o`sK0$%(ZMOn*{XC86@MkVbEooVTV?1MLC0It ziTQ_H2cw>vH&y8b=d3Hh8(L&UWE}lJNl|BaGkEoHG~-de;k`e(!Ut}xZx=Qn=TE_6 zGEfFjGx|5wB6&(Gn(FP*>)Srld-Y`J5}tLxx+l_^vSqYfrc|b!UkrJxhIv!sZXw=) z3&vYz9QI*M@A@o7-RV;U8y~(UUb_V`VCNn}w#$Is>e>G2`n(`jq@I6Z4IeSdGcmr? z=8t}SkUq&_VUJ@k^Z3pCC0Tp?Ejh}JPZ)hykZluC1fY%Sfq7*}z`bjl4KT*Ah^LSAG`V(d@Nk?21 z{@qquSQ2hk%EOnV>JTLfn+*EbYL9*ph;dLXUjD5F?;oiW)IKKk9Js}rYpxD`vcLV|n08>bL-w57#woeM5;G`uCL zKfBz|m%7hyso4u{R8>>nHObozPw?Dz5D_1`cPO>j8Uli~E-uch{+M|Lu;YNeI6%&o z#V%vV4^_W=Fs*jMK2**N2i{4C1=0`k5T>X|e#0ww)hp8q{Xh15`Va7y)0)<}PDHaK z+CSmQUu}L}Rx*i=M*F0%oAw)j(9lyF0iLFQK@q>tr=KOTg?lETP#tX*CBxLtSV{BI zVVeMQ?hA(!6t3%R;n#(ZbkQH@&RL@j@|zYD2)uo=jt>Qf$$A887E`&q<@ng}Wy%V7 zqKjl$?mp=uMQv!ddt}lyU*7H^I<_9DBGZ{D+`WF9YD{_;0$2bEAgBRzyJJve=*(8c zrlUBe^--ckE3+xDP@-(S*R;=jts(E=X<`1YAZKfJjuhw0(sN92c)2Z=UN6`z6VVtF zt_lAJ4lQZ6bc90_Dt>}6G&v$EZ9l`NiUwN)a!YE)tmo0$@BWG6exU>_n%4%WnHvk%s8HbrD>**=SUr>&R% zIZ92{Ayb1UKX<3Rxo*)c^01UiK?IE>(DF;`!s-a)_2I3oi*oB|M)?gQ`bBD^}F>1=A_0lCqI6kW}&dbqI1n3+Iu3tU!d2qzS&gUYiUhE4`OY2_*`_Nvs^Ts zai*Bf7ioL}(eTwW#noMZFX>`09A8P_rtCLZwx?*}a$Gkhk+ zc2`~efP^E1U`UX$q(+;27e+a>!TNmYl?VC#b?=k(UF=B;Gp~Y3PDfyB-O94Si=p~= zimcPpN>>jw$9=eyv?_q`ZTLmvRQ2f+u!E@o4h^9IgKGIEVQ0I^HXxe#gh`aA*W;n` zuGRb6UZ$MDVsedRUOoadb`le%g@5WmU}a7R@Uffm`PYp&7NUSUzPPvD`33pk*O~F{ z$^rD9GN_`4fA@FpX8el3L&5{Gg`41HK(;`Hs-Q!Ys=zaJ9Fp@k-WG5POyM}jc~ow` zfDH{>LS~Yo$@RxRJWlLT>}StN|CKAMsXP!IpUuK1;es36#o%#!wzNW3Y`*cf{w{^- z5?YSH`P=Nc7vm$_EeBjfyAJk=}uE{!=KFljdMM}3H#EJh8qKfL?0RFIv2DuG1elW@HhrDv_~3Wi*E zm)NZ)YNPGhT5Pk}YCQ0JaSL@P`51YL*9f{W&ONjY1Z(L)EHrYK{o{M`!~QbAM`x^{ ze{;fu*e?m2rF@>~%xd|~qgjUsDM|hFv=O&^!uf}fQ=!iOx$t(RtWdHbYesYFf$fh59-_*kyO6;z5bl)+58NDJeSl@rN$=K8zdpHR%1Dm6<+{3bNM zQ>Z~_fYulMaHuN>d^uF#4Z)Ez#~~xkb%Sf$MlR@l@^$AM)sSW}8g+DxbuAi{E{Vpq z4SuIzAENSXb7HWIjnc7JlgOW^ii4*=?rf7b;bj^o@Q2HtXsRdj4_@$>F7 zS>nDn+F?+}=JLUQ&%wwB&1lsuOLwuneUN2MElgz43xxBt~c@r^HDz{QpvLl}{( zmL?;6{0s(x4p-H#;1N8?>$K&u_b}v% z{(w?;VzB*1%(*1HS!>?W^E%(5uz85!nzclf_FrN6Q+uH1^{3XDB(!A`qlk-ylWH#N zU48xht(0fV;FaWqAEKzVZ?I>$TGI;~?ApWuqb{5VQlFV`V$Ni%+c3PJn@htJq;dAk zB=j(Ey;y5hG|s>1^h7Xh`8kh=p#U&~014ZcTK}uD4R6Y&Kf{yi`!h*}=Dl zijqoRoO_6o$g3Hz>!TZ+^Pe}(92DNGti~$NJ9B#9ueQmBRIX5o;Ii6fmToE7#RHPM z)$aowN9=XZbbTjc_d8^8KOx;vA(V-R7%^)lQn|-tFB5$PVom|$^C{@vftZAe{E4zU z5wcoISf>ika^n;8v2HUoi24r(YVzLa$6o>iIu9lq)>@bSof^BOgT6?2ryq)cY4LN? zg`5iP%;Mjxrr&e}ogWNbX6zp2Rm#1C5az+edJ3C3#*jy2?m?PUT5skqEVIdK%umVxjSI(Ag7uFOF-!$ik z#vP#@g{ka?_m)a?hLDF`aQ%_KRVwR555$N8p$+nbWHNs<-^~fa% z(k?3#ntmP*BIklov>X2*_LIT80hyjN2`3r+{<(p^GG-HodhCHkuIBOHxT)`T{^~?iz3_E z5@_q=LN{PzQ9z7 z8~qm9OJWiM5As!)&v-Nn*s%-zr)Od;;f3NJ_0aO$#p8M#IndNXv3?Rm-KtSgrdjmu zjH}3~r}pp460Ky6venNm|{zZDNaj zn)uhZnkQJMxc$vsW^Iz@6w|??yT3|2O;-wTH-tf%zK2WJ_u_AV9?Q3}c^uRUx!j!@ zzLMsNk`UI!@$@ezev#gw7K43GzslsjDmJ&~#LKT5y!yXdez50|8X)OKDkqNCfrSY(U(?RLFT-k^?oS-TX3TO6vEz^2RH zhCYbIL1k1B7f@@f{Z04UfubiS5Ku_xhTfG5R+#EdVmC=~3cv^H_~Rp;Tn z3@asQ?}nViARx6RX!T>Yt>}K6e6U?UtiPv(UizS+dHFlXgvTk@zX*TU|5TXk8B9PK zs2}l8RSof=v9Zog@&+BBCQsH)lD2`RUs7UN<#^SA*BCAq%x6$0#< z-+#IE@`K&3)ZJ%O;XNxLB&w5;{ah87e|F3|(1O2Kt%fOQm^j477%X#>ZC3P)o2{1p z{O;>22ugZ$YjVB^xU`S=BiZ1IXZJZddb{gSb}Phe8@p#4Ns#U5umA_asSX6Ld-aI& zJCSJqwL+r*d!XD=9xAcofT)Nw(aS?>lLz(2IT^I`q3mxh{lCzc5cip! z7fVuhr9w~XRd1V+M$r;?O1~ZRk~YxJY9hk>jo~kn^^Sp)D==j;JO3zK1k`-IeE&65 zo3}0PJ|H9sk32H-<9Hq2Ztk%};R;xp1C5IJGv_fIcE)TNa4aw^K!@Bg(7gowYzj@k zi*3M<%ce$l&Z5e(7@&2_`l@KFQXV`|^9%Lq*u+oARy@Nw>BER6tJdch?2cWAgDzAx zI|lyrhaFf4mfoPVYQag-`3b6r+QnaxhE7`_^4(>bzXofMVd1D8vGL@A1L?!VD~bG0 z0(8*&3E1&GRHz9L2qiO8_}?!+@N85OiouL>@SA@lcF;z%#a;E5nPPo6+>)b*nmB)H zmq6?38LE|H+pmojl~-p}$?NiYacii#5k;;_H2%kL?*m>3D8SN_Vks~PvG>QTR4101 zRZwif>9Wlz+#BH4l8LkVOZA$N;*x%(3Cbt(u5N(t}fOALFU?IGqh{y7M@1$Cg z4TJ?L&^(3hxJ&(7TXh|s#x#1r6eVIE3xC&s_6t+K#%g4(lctEs;~jLPZf9@O!D(~) zt@UjBX&y`BcgZ|P21mwomduFAIqFNE z%PA(z-F+E94+1wLVpz@-E({5$+a*6RiVRSe0gdJloeo3wX{@AfbSrb!I=i7(=4T2W zLU`Yc0Uw=EpEJxa5U$b7)0Y;Sur4~K3lv8i(3;^T;y?p#U-a{2lH7-1$A0%rs(mYC z@*SoFSonxTEuZaXlETjvobSh=fm|4dE6QhdttTBnJSd=)$n%N6(g~p#*TkUA3d*nKfJVw{MeeYMdM7*}@h)Df^1Fu9_Tn zyd%n7uuzD=tF;gM(`%%=P==0T-T|G9L-eKOIb(*PT54wPWTGi%&)4tsejGR_f*|{U=Wx7K5ulsQAY5sEv(s(V^SIY&O7{8YS=6B}q0+@*uR~ zdNE9;tf)Bt7WYIO?uEVzgeE>_v;#3(j+#z{r;@3{W9grnQlrZvqkjF#FH6fHU&yFd z%dt>dtIs(T^U*>xh{GLt+aGP+N~!NiRk~E#(pV7cRlR~kaS|5MaM+bXVY1+46EUqQ zze(+wAQ|vNHa?gCIr%d{F4|Yo1t!RN{Y9tKUYE}}9}K)5`g3Bn+4uqIGi{WN6{svd`F=rrNEZ>&ahJk=z6 z!22OaJEq5X<|cm!eI+7eLp^xL++Tyu6_D z{{1W|7uV5jqq|AFd@PE|%gmnxVXi%IHBcOM%NO0}NiMN|w)iiqNZ|OcrLUm}VM1v~ zq60%$$s@(UTu|rz&r$W6hWn|rmFb4Rx`gbxa>F`H7#1flREc-)4w+ehez=JKvYIkR zJS0@rrWzBPBqoS1GiTsfuyi`fNe9Cisd*vrT^x>W2zZPBx-N#+*OgP1};8pjwO@{M=N_crUqD zIKX0GjB~MkVwDE9>M!ILqgd4?%j#2o=0sWdwK~1D`%>eg z-3eP&JN??m*|2$fetvgX4{BF`0k~we0Xd&`y$NdDJhdx;M9#xuGPL@hop+NHj$`;3 zIUxMb2M;WIHwDfDyF2WCiZx#4YMgjZt3`4WH9|!oPs+e#yu(wlF$o#RBQT-L{TlJ5 z{r0Cy$8FZcd1C|sWQm4C4MG!;t6cuRVZ=|XC|9dX*+|x&KTmN;yx4iOFGAc##XOiB zrTnJcs==ke&j3oZ_R~-R;~jhcsX(eQ7gsFq_G@cy&ylz!Y28`tit(KI&tF5Pl?iL4 ziD^dC>7V-^L%~Lp(el0fTvH#K^* zXgiS#I_GrKKgQDrAE{DOuMTgrPjhDHZ4B;Cqnf9Vl-VVZ*tx_4^$$0=fa@yhL16f2 z@DR5J!Ypt8Gs}GKfvJG^bxS{9j&t5g)-0~6;Q6AxX~fH9o$M;+<;++(b`A)5BfH(LgBz z2cjN(FV^AWWw&8>^Q$XQ^Gix8l3X!*7+*UR zl|-Y#c=lu&^vbqv!LA3?V6>i}q3BuV^VD6}{d`v5Is>6MeiQ_#@)SGb@X*mC9(A=I z#hy3P1*+K}ucNes{C}d(p;rzV;D@J%?0q07|D)N7V_?R{pl1;)q$~GeKH$q;-bBnE z!Tj4vJHLu&SC*4dJ3|E1}GA0BEpV3@Ho% zQVy^q){if4igVncfUPGm$)|Hwg|bt-!x_gp z78f)K0zLh+xFl%t#KKpa=Xc@)Nx9{u6pVa9+}6KS3nyXvYmv(nDk5czt)zK;d`di5 zpBoCDjgJqn?Esn$pM|n&n93x70q*I!lwfemeCkxrhl`rdEhN z^}bbh5C_y=+}f`}p`6HSiRA?Vs+Z#}wEIWgr(MV~oBNpD6f4&_WaH1nX0hhLbw_Kw zTvk;E_7bi3OHNXI4+3WJsIF^!*ZvFd{Oz)}pww@)9?h`@ojkC;l>0{6mm4KF1{R^F zLHBmR3%`{{m@-13X#a{PC@y%%g(e8#1k#^nKn!dsC}e z3{a-Bo7|Jk*PHZ8n33R31WrT{q{NecTAY;M_K#8MVM_{$)9K;a<<;CoI`L3{7=kEyj#dFuihKu`Hk!!$Z>u6kAgQ1mx zz%Upc97T9!fXeqZM7~bqc^`;hLyy%8v{FH}QuyV4F!E}jp*u)$dQcq#ylVG}My?tf zM|9SV=Wa&$kEkLeQ#e}0d2J8K&4HPSqVw5Od#Uh?OYikIKAu@N;fOC&yt-%o>x)~^ zUM6Rp?gy-=)>MHk{RJ0)dEC%u`S-$T1D*qDf-;}&*|*5jz8f{WzCF6iU8h<`)$;4= zR-5G|h&7ENJfvFeL;gPC#sirs*ZE9$lSEVy;;8tE;MyX=ffR8fiUDylz;c^z7`MC5RxMv;;nzbsXqb2|^rp)BnH2vOHj9@&Ab= z3&q**$#c#N3%<7w-*@886%M*1Dj#2FYkmAB>gj(6w(O6d^V50$&g0&U>yLw)mG%l6 z*-d8X^iR&@RA!JF!8pTc*~UbMPEbC%TUX&k5N0zZ?{o;BbLtEV#bqoffOX&B^HFGp zjE~b!V+SvPFnB!MEt%^qqY`{E>RJk6m-C&e~+U=D4ODG{X9uGjuh7J zGKFv6{fqg!wofo-i@q7CcB@^U=>12e_MRLV(Lt<<&M=xgUbKE#v)S`9Nc8L42szi= z0PhV49XM$0Igh{iQJzN5}g04Kg`HHungd$sLx9+E99Y&!NvKdJ@ z%*|Wa6r#uwT?d^-w(a^MA|Ro$M)^S`A&unvJw);&CZTd09L4EShjtfzuCwWgYV{^w zN3DCTuJVFRy+U+8cE7j6r^-1Xc^j$;Ob@E(itb#}zWIxX0AZ0hul`-_Oxp#Q8hm4Y zd)wqS@jWbjaRs>>43XL*(zX3L!I4RoqL^NcRzF5_-ooCAN+w}393P_RW>@XEzHg{l zH$&}G)n2}%8sR9)Gxo|3D&=JU`55i1_)>XLRW>gk;f7bfEDG31ec0Jap#9aq`5RN0 z1e9k^pxT7={^enO|23Bb>|<5~R{e%XS+jTVZC3{=Ry9H7ox4r7Yy?U0>CcC#&6L~m zm=5znNSo;1JaMPgc_;ux^!6#J^B>4O9=<^hRYfLMg#RTMdae|`eEzq`YnuDC;9}h% z3Ml1)w$mllEJAYlmaM_HrG)IhyerzQ5Z)c&Ca;X0by27TH1=4H@RYdrVK6Uzg(XP2T%e}11T zz6Yv!ja3DPDJ8sA+9@s%g<;hEWrKJ0g+Vp^s_>u#kW7M`zBO9JeOdnRzEB5)vpVlg z)2{#qo8F+GvgM>NNWOffF-jq0{v*<1$SnT|ym|M}WkL+0CM=~fi!S#Tt_5sKe>4id z`z=^&I6mPk&ysi; zLSbFQz|$GAdXCLDqOd<%46p6s8u6sxkA^yZ!l$0 z#f*J@gcju8j3u@Luq=w~``mV~m;UT{Jnw|+M`PmN9G%9YplcQ*cls|5B_>t9BtLM% zZ4VTiCWxJa`56L4yvg4%+8-6m=ukr@1xNNd__sK8+S1?tTIJ$Y*EMI5o^($8E7~UYZ-f-j|!G0EvJj(0*5#JSryuDpvI&TU(dwo`PLy0wyPGe#L)* z)ha(fyI%et3zvg=`+pCTq+uKm`KpT8E$irxgaPT@L8=62&9va`UsLryR_;UnjHGvE z36{Y=W1Pj}VCgN62t}6Vs~ajGDKx}!IsQAY6I=)R1LLlD_0H7ww^9uAFW96+akD>h zP+!Gid^ZxUy{#rEdUhn*34OhIVkNl;e|`PR5clFt=lSHt=aAU2Y_2|m$vyBi&s1>K zdYFVxYQjaT!*4E-attC+`~`L0v*Ftc>5d+R8phIU3Tx9Tk?D^}AQf@pE6PTwHG5p} zp4}5W?_gFv;>BoY2Brjz2eA?qvPr!fM&47rK>pB)Kub`kxxlr5j!)q~#~0ORwj?x? z@eF5`qL0Yvd#=Y>d$Dy{>#c}bn#e-kyzh5$>kG>mw$rTypVR1>kOb@m zeOs4GrXCO@%6i8)PmM{^VBr}Uz_xk9(B4}2w?HuV!`Zo>M)s>ax&Fe_;|`oxlKFO*sftjS zk)jK@`SwVy{xFY5mulTgVWkXpy&hLJ-rTsoo)u}`cHH%+-A?ik`1B0j@8a5MS-5)fECBZCo`ir%AC?t*6_06c9u`F|G*fDM@Pp`L&-;?Ijn7E?~8RU#WuivkOgwmbpe0Od-i)P{gpcM3{kVP_IdzX*rrGC9``Ux#G zatYU}Nc%iD49P;Z{o4ZUQW`s&YVeL*)b~%NE|>Nf4$mCDJQ53nM(F|tGQAo@jUza*R9|AF|RlhCDWOYy_j0S0bJ^P;g?HXP{iB|Ff3-}io72u?x zw302f?SMnWYaI|A)5tKlQFL(1$@@2%GS*v0QwH<`~z)mQZPW?r1^wd*`eG7J{+1LfVvbU|&~R^>mHhI5MF^e}|xJy`GfB!_dw z6Um>cB?QX|v;dNtbMlOWMx%uMZZ!q?J5E_y=j$rLMNzfyM`3};SjQFm(iOEkaC}s3 zYOd!tB-*%Pwv>O0k08OeeohbcdpJ*MGyCaCbaB%Dg6>;OFGX5T+691xciV=M;`k`Y zsm5OO-kHXnAq#QR@KW!A=(sU`EEB5)G@a1+CTEtpg;%hWiFz37joXG%P~1WsxjW9+ zEl%^UUD>(LW|xZxw2f?ub7mqM*&}~fc0~nN833AMkGF==;t3Zko~A`UL4{zluj>S7 z1Q3A%M)Uq*0GaiNaTvZqz}RAk(QaguYCeDfKL8xp_<+0V?efvId)(>(p3Wn|hfKIS1Iks@_DHYhV)#qR-$N38r;wFv! z=iHGs(8L^ii@n|@e`y#Lqb~jVHmFo|E|RRf_W^hG@vZNw^Koct$j4dhQm?yucS`U5 zdYQFuvEALjO?p-BVec=vF<-2_pqWsq8VWzVodF^O^55p8F8hV+H10QORhs8>oxvt! z;w8kt^X`5v3!k6RaEAzLe`uij)aZZoq595Pp?)nvXJnQZCmN+v=;V&)$$&`z8Sv~z ziTDP8(mA5NM%KFg)E4qaP&Jp*pFxa^qq5k-a2}?Z`XWq`7#~*NwM}L`@A4_w$2h%Y zs57sNQSJR%9cN8+lb0(n4H_C3ycKLPF*suYf8XwAre5cYSiyB;(S5zvgux%G>Vlm| zPan*xp;%lU*wuhVGXQs&Hc+ThUs0 zKY!KP!j+J%(>AIm50gn)0gl2X1_Kg;5+p)#ut4pZWW`R-dO8m7x-uCefN z)4tGWD43{#>bt#*1ZRQ5jj$mXxuG22fYW8;Z!_6<9r`oJ3_P}RHk{ZWtw?xun7|wZ z9U9I+=SM*8Iz0_R0z@#V1GlEtT%4 zVrtUE-2(xdF(O?)ua(EI>LUySsVYV7{3ZJMj5dGQC)PD8L6)xUGe zdRPy%*V?lqiwBh$Z0+2qe)0_RmNTkE<9!YxLPOz2HT@xz1=E4ei2PZL@?U&0e{R3#qWX4C<#AP5l$-B`0MYOZkFTpb1aZAp#BU^-)A+?8 z6ITmvUCExM_QTN^?m#OnR*_vK&}E?!CFub1z7>wduqhn@_bI3ocHTR_mv);G*VmmV zVTQDWYE;9`sc^r{c9*YA^$^TF2L^YN7(R-Q)^#TLs!1gISI^iLG$v}<1d8bpkynbk zY)+(hUN+a{jyk9z{OOOUyZ@5qapK|O^-af#6bH`HRIp7lq5Qsf)>57kCJ|zNc{UkJ z^OvmF%R8nZ#njJL97i z7l;U7E)MLMO1v}0b{HCAZ}f;H;a8J=()c1(p}ER@LuRB;=Wqb~#pC7gwOGS71XcHN z+!?QJxWw@9({cX$bcN!?ugoWQaN!p(nhxIoiGUD+_eh6$kVYGu-*`dLLXvmlswEIm zR63Vth7R5DGvWbUzI(^zbv*&9YZ=NUD9uQC_8T%iUv2pOje#GlSg{(XAH=$mzFJEyL?P=?0hjw&K4_1XhD_5ihaIkth zzfaU_ckne1A!J5Q4kd$3QUtYzuyyato?izj(c(EUHPCM>}{9t7L;vLcC-kj}+yf{TP8hY`6 z{3dDUPZNClBSq&c6LJO3_7-jf$;=LY#{gMe(ttm>;y%nG-JkBPu+t7^cD(Ui9!j`T z1IEODy$<=Z?~~g3A_ge<@}cE zkd&{%y??Y-hlaa8!+xqK3?D&jALzdHL`2{NQ(IhiA5124)n?30#|W zG>H|;uj+c))yOmkp(nL*6X_6DO#B%(o8YvA&M-8$j~ljk$nR*7YW8fYtH-!H&`?WV zIgg1ugxh$?0uOceC5D}DNkXj|%^ed%f=``Xx~{9xGbB`9{@%yVUayUnRf6>=3`2b} z153=yfQY@62cbJ7Yj$E$T{sQdC-RV^P4FX6PGpya z>KQyg(1Gk^PA;@@O<*<09s$Gw(@zwnM#+o81lyO@CuPj^QnuJ%1!7svUVF=*kp~3_#jxM$48k z^vidbqPVr@^8!S+LIbO+m0H?dP0%pF1Z7BChJkQA|hPzoVZ3#}8!1G4#2EZ#5OrDj+`o!~_m4*g*&iE}DM9 z36-?(ya04Xv32~`o&@oR3!Wa#*E>zCL4@;L4NnZtk_4Qtmq>UnJGY276*vHLDFE$f zxtC)$JlW^NpSjS}DS7X;@0o6;HMyoys3*azR*w@{6Ow;vg(0C*essfYKCcQr{A5x|azJPFjDvc|`XzaIBA2%CUn zp56=+J5pV~o}!-?mAG;)97$MfCt!rkOw7J==SA&g?T21!KoWxX(LPXREY7U|{AZ|{ z47#-fKEfq6xzmi5E4lD2F}70X>^a(W;9So?(ep z#l4Ug!`QbD6F#J`G3lTaZZykA#dQGm;mH>YSoA+04Dy%@X6CE_!$qU=bKJgHo}Be2 zBuW&D$g6bznuzV8{YKoI@%&6FZtpc*YA}I;!C3k3>!&RvTICk_h77GKPGGK%eo)T4 z(|_r3nc4ZC=59D0f(s@87o-5|nb#Skf8UU#P;@tsc5%^)QpJV1T%#xgBh)TlNc{}F zvN%%OcKSP;#rct|={e|4gjw;6UXcuBqzR(0y#=9EN+y+CqU#N9?+W(@j-ZfQahXB9 zJ+ie&R8NaooHZ<&7P!k3xp?T(R7xo6+em`0#P4VvoCMR&MMpeaUqR}28)WD)3nZMs z5)${Y-eo@|g5&oQn@2beLCB*&Wn?@och18|1ZDadvT`%(P6D?VfImf-g~Gk4sb=4G zU{DL^fQ@I0&qPEJ1i1Vyg;;gh*((=taLO$m94(b+3SDUGPpn%M2dYN0Gjn`MB4ZG{ zubSFEmk+FS@a+T;X%2ig*O`=>PlyUg#h5ttl7>6#uSp0DAgBd^6Ky6Z;${er>*nA; zM*zwHwCmw6dJ`i%D@5;k=gwDK8uqh_M`loFUO%&wH+bf z2c!R?>Mi4<>c013nxTj8?vN5CBxh)ll9Ub=5owU_Mqs47m2Q;olr8}Uq&uY<>N&vu z{eAw=D_${YpS4$9>)O{|r!U2V_e&HzOXwMrM!|Y?S0=*QII)KxE*&HR=Y3!q5w1(; zcUr1DuRemC51|#!CVlTSh5sh(Ewrk(cpT_7G(mvp_x*f8fBYNY@Z0?5J9ka%-84_w za~n@o_qmx$7*cSg4UCe@g3HRjgbpwht`V>MC39?8&uC&e-FWh>u2nS6Y%GvT`2*UJ zmoLzhG{?*dhx6NyW+EhrZa{k8qKAj+M_m(m1E=Qno8cd)PoDw!lMq~4gDzUzIpb?}g--r~ec5<=wHn;idgo7L;{ z!{%y7FkXcrreME5a#yz|`(*gUzi2c+HjG7_C_k*uF8gNpCY=I^NP}I;_Y80G2^U2M zmxu?1P0fDM>28^f+#&%t00>Mlzu0}|2|Y2DD%Ku~z}bpI zq0Z*q*j1-zjs0_wTL6KSSaF+0Ml zSi*Hce4k^9Xv)UJ^;&iKJdg2`tV|pmXUEO{d?e`(sKmgtl!@=H$Us3dS=$#20)Mqy zga)({VmozH^$<@|6G7H?L2qv=M3f-(#duHH$~CT&IoR*e#-mqBxVV(N>2P+!x&NKR zvNsbq0y+z3aXBE{bp5kt!}onJ@E#u@dZr{t!Ef}7N})O+Xku^+E%$()kH8n~^$-l3 z4g$1Ped)Y9nW_uB%_kyK-@0c7PnV-dHV7l2=+U+7=NK}es!lS0Lho&qQD$54Bx-L< zT@>8>cA0zK6Ud9eQzjmK@v~l|d$X{ZTH4lVPoti%iTJvMU)3f}j7Sc444zUv7RwWl zwPy`d-()sUVjQq1zX$olI=d)@Y(%zo(ii0DNHx99xfv+M2AOfIPRWks?iUaF_JC8! ztNEf45<)4Ef{|ZHU8~j#;8HV{QPmuOZwYX_2ru& zwV3>PH3Nw6T1cU+m!fncZ9!8A2l}zmypmvF4S<)L>t0cb-&`%qWU28ZUg9^Oc)k8) zNxp-c^DY$c@%d!cyv5Iy8Kqb zP$lAYU>s!fVD>;|N)ez(;mmM+ZgQc6?`S0$jr)hm-xSgwCQb+qJ?h7g#nhR2%@cy0 ziJNdIR|IR(Wj5Q!yfhHwE|0~8(h*$7sUXT;AmL*`I!520U{V`D{Hz7qD55k-@84j# zNVNw}Htrgtsa#Vsl=6U^f~!$d;6#ozDh-P%4#r4@!%;2+bdH;{2vB=&S{~Z*e8#5i zyopx1^ThgK%~cFu0t07U;(nJQoaf$G9MQt}I|@ohbOHiPTXe&E&iYapo;ZFXD5%Q3 zY$7bk)$}`%&Jl*iJf7_D!uS%@Y0>s-buO|Q8AL65Go2xmns&gN1B_G`46mdb((I9L zG!;rLZgrj;z+7>c!KIp!>m_}B0>~e-$-nP+CG}* z`8^aUacw{uO+gVF!J<2}G_xeaMKLzVAmncc$>hjFOo&0sp?ygBA-i@MjXd}{h`!pF-Xsu494!o$4#xS!-swD@ z4W&;g;2A)i_#??k1RBU@lSH%>(M7V9Z{gBf-oO6FFO5uDHHR-Yz$$hr)@_GgYx@GICbl2I*<~4#q zYYx;YyE;Xy?F=?Eu2h?x+Vv&^t*~|EW#9qXFNTrIxV$Es(ZKJ`NGvs1iz6^4b+(T5rTpJxe{h0OGt3F}kg-%aM zw)lgQUq*i~z7kbcDX6?2lv(7=F~mJ`Bq<#g#ba5X{AQUuwBsIv`*be)A)gH5K7?dS z9A!_(59M4$($JuwcE$EqG|<}iJe~a}2|oE0^6{(RH@3WpCpALvR@QS9q@+}$eI%f0 zVeQ}31fm=Z!8;^`NZ&;}TOVAbkLw=(>5UaU?Q-B(wH!b<01q^c+TCOgEOe^6(Y*crj%)w$I4whoQ4SS<&S@|J$xW05n+0#L6N#+C(d& zU<&b*5rngi5}-SsRHPZsJo&6;`6V3b>ij8+HARVGvq~Ou87eNf>j#W9&pI70h1N<; z<-=7-ONsB~2@>JG1O{*ciysd$VX1+e6-e3DOz>`dEn!f28~jhoy3LlDI1hx}uDZGg z#ch^B9~IDT{2}C3Jxi{mZ-NLRUXa$LdYgSl%1x-G4yRE;?a@>56=72 z0f8Bk^up{yrL{>&2C}w^K>KD4sr*-M?4^@ul{RwOf;? zLF)DmNC@y~#ij4lJ+Sso(W%NbnvUth1IU94wPPimtXj85Y@w`}YZEx?CAbofUCgLe6V za1sH&1AGx5nI2C=xcG%UM`gjeE$RTW7VS;Fu$aP0CY?AZ(LJ=i2M)iX_f#53j9NgX zv(uGs66`!4dk0L6rYVh?0A+he<$#-ujE#|kDXxfRD3s0QGi5PSri}0}UyVRIe@>+` z5FD&gj)jcfVg$&SOfkLx-!Rp^2Re2r1zC}BFvVAU>4HTZYN4)L5_MCAWR5K7jW!(Gx zf94hmQX=qytW6$H#H%4-ScrtEs{4ylu*4Y$;84>7^ew=4oDg!S$4d09cZIuquA|^y z`r=z0*kF7bGmshU-|RDMp#8t%5`3Snx~p7!W zDZVh~|8LDCndi0gFZ}7D*_dnncc^6K%H0TrWO*QQq)QWJI?F)DF>C>9?KkK!LO12m z9T^d#E2KJiu35ss&+m`)H4Ttz@??+se^Lzb7q=UM82SCNtN6@n-C ze$X$=#c>k%@1URk4<)Pv8cP^)|Ld1X)W{$t=Bsksndl9RpG|cNin?T&2%Bf4+iDiD zo<0p_Oi^keC7VqZ%AR4a)or#?lm+Q!_PZ~xv*(8~pL2&0*RD_-#dbj+U?H zCX;)7PUlICY$)XYPuu-lYf8!q{}y`FWq&y&mquJiNTC>mRQB@~7!$Umq*awj;K5I? z%rPpB$&`XSvS+_>A1t8P&^-WjFhBG$mOl)?&dfLKWFBvglI43L(KRR5jzh~b{2Te1 zq#+ceuw2Kw85**QnT&Qk&t?J}W5se{+ZFo4lf$J;+sF&TFHZcx{GO6A0%c;fdNJaE zKTU=t3(~8U?)#NP|GK%4kz|;V&KSGF&7CjHaA&ntUSeGLb36#lj;S1GL&OW})SyQ@ zhJP-)XvrBMu2rc)MI1(CA3%|f7&skaUa~8@>x2i<`#eT6;yrPxS2nAe@$SDWnaVzT`ljFV<5>&txzgQ?+TIx6Z|1T1LTEEnTas-y zt+0ynMpz2ppZ;%dqy?Q+%;)>c0}*( z6Advo+^HwqbaGz*xfSAlVZvn5HE*fo4_C?+I9rjFl+2B8P!ge)KT*gowf+&&b!G$8 ziw$v-OUC7ggateO9w$q0S3(&Hz+n8j)moR{qjvP)>plWxB_ir2ELrFAAYPN$4`uqg zN#Cw93<;J9I3`^_Up)7*o5i&0T-998IpW>@Fd5qwM z#weP|0D`)u{6`;DAv~ZWU9L)=n%<#HWH%!NG+OE>*ndA9851Jpg@Q=Th=6YrW(ta^ zT_y7~lRBdC$xAPfep&n5C@S?`ryz|no8ZKKLX~WiRDYK4ao=She$t>Q?Frj8RcU+~ z1n=!>VGUEUtPJDWmO7WIWOf{5eujJ2bJh;c`V=cGKe=KKw}6^5A+V<=S>Qcu1?&kI z+e2L>A$ns4SsO1r{*eVU8ICc3xknH@`}TFx)~NUoSG#C>R@JX7LLoEw!`Y#^-a%C# z*Y7D%;Qz56%pblck7G~UK=?+0;^&vq!?N6G`(rq(8(7I`k>>sjK7GPzQC*9!Qt5_$ zizxU7&m>-!>s6~frm+7N3hhqs7;_67o8jhzDG7)d^8)ay#6=C8pk$g5+-A2f(`i1Q zQQsc>Ep*2SWc;5&p3d1pUwY#o-+|*XZf&nUGd*bKa^L38*SknEb&P!--5X;KN-(GR z$KKO-!ux9Va0%LLFva|->KN~I-3_zDgbXpg7A>3qo3^;<2RsL zsGIQeCn+I)Hp4Fo*_kvoS=suIjg^9VTJTYpEUM+(&kW>H3HK6xQ;Y8_y}#&%Vhjp7 zE4NRcKAIM$cVD-w%)&G%_SgH9ctJ_QxAJVA%~wJ76x0NwJ=Q3G6;(n`pJ7`L7o`E~ zeTqr0iO|**Xmx|q$dDL~l5eHoP#M@BN)A1yFQ@zDJw1ccxz z;*S19Qr_HHye@Ew-rZE=lPtRC?mozViahzdHCjVBq{pXtL`1)@@ZBBd6&<^yaKG2z zZ{CWDtD$1;=C7l7pWB5#i}Bo;=nA?-WzTQB=J=lnR^Lm^EMz7Gw<8J|8C1ZQ%y>T_ zZXGWa=mxP+5d?95IR}wb2|RO>E)QoqkRjgm6v?#zcbjkTpqYVp+Id;uW1v%#K*Wah zkf;B*Wx`GuSsup9;zr;iXi&qJt^@L~8c{|SY~OHMLKI8~E1|=lmL-r8zi5Ju+hmgj z1ya&N(BgXHA3H;;V=MyS=!Iz6ue%(8E8Y92MbBgG;<4E@R(loT#dx+*k! z=CD&-P~o!YPXCH7l+g4r>ASOFW-YpGAi61=impVPXdkT>D<$bV;(tBr!@I6I1dbLf zbkyFJhP#*1<|czJxgj^ZH_<3d7of(>6yzsAiG>89RYHet z1$q-jkT||m2d#`e0rl*0#8o~Zse&Q~Jn6|^xVmc|P24tehBrNgBbZ<5As&TH!Tp5l zB)(v}k0;S7j1t+ru;bPfENhwsd&bZ)6ahnn?F_}kVrtO}6{p)W-9SmlGZRbFl0V&% zYgJ>7A?_P$ahGoYx6SvQqD8mEVq`P#t&V)+8HhPbUPt z9?(_-7YS{{cE?x$MvndVk3>tjqm*GC|GLKLeAd-}8q02K!Y|MH#$RKzwmu<>=ROO9 z`OP0wNHaIDbyo-%@S*$h-8s6-P^3+?FglV+BzzXs{ab6YqXrj;A_Y^EX4v!#N6knh+K{Ja{>XTRDJJc{qXWXgQ$$ejm?IdRKMp9MhzH*b=~ z%lGD)t>9soGbh}1LPjbZ?A)dN-=+gsh%|{fAko_IQ3XzTUiim=zNeVcJ_7lNt8ttu zogsLTjs+0p<^1(DIGaD;XJuZpUDkWtVOyXuO^SsezT?BR22m1P2rhNaSVO~{GToW4 zHY>9=5AK}Qsog=6yompN?^@6}6$HQQ8;n|V@bWR?zQulMEWZ(=D}J8hr53<^#-Kts zKAv*f+m)fKf!?S~SI8NqZLY}Mw9XZb`VyHEQ=HXgznhZ!=H;HmjmO}@N_Se32HBR9 zQsT+N&5ryruGZ{W|Nr>n|Jv5|HbgRv!K3fKPK1yz-VpMB{kg-xzx8r#ooCL;q)3Gv z3Upq-Ar3*y#6&+k*fVHHd|Cj?PJ4y*7tN-vHl^Qqa+eFYh?dfHW>`i}I-iBgmA|XC6zS`RiM(E3+o8O26 z8mH(4{Ef0A^7XANK3saQl$)#0=;Q@LD4d4dB;Q~6P+(J^2~u}Vr&i^q4*WFf*K43e*bKBj*& zOHNkDn)@4EeyqCPdX7^`3!{8?1IP{_HT7XXQb~E&ykzUSVg53nqX~GVR;$53b7gU4 z5R9MG&{J7^-zwARXRID=8%VNDF@+PNvm71ne^n-%L}O6jJ-#*($cnnrW|HzLQRgtI zhFd=vh2BE@kp#k}b)QHR_DYK84kKA3&ec@G-u^kZ68`7p_yykb&0VHjhP7u4Bh{Mx#{i;T*cRBwJ2xzSH70eX;zX@)@}GhtYc zsW-*#n*Ws~)g-xd0^5uA6jFIbe|roO4THM`X!~Q+t#^N*SCyl%B*n3gO>v!qp=$zi zWh;JaX!Q>41BX?-zG#Q>_OS|hzfnor`u8Ve{zjVZXL`Ko+tfHl(>5I$MH_PUx~#qt+hD<5j+F622;u5-zoh zQ?Ti#kPe{d;l@Z8Y_qXjlza}xDm5IE9-W{QZpNh*-;9#!KVagcnSi@A4SZg&p*df_ zFwMSRjgrmXcV2zAlbxUWjZPII2!`Ogh+WBkvqaPO}xBrlhWdZ zLa<8pl+Z_OT=%}Gp@Y&SPWhe{iAsf1;&bCtOCeXvE9xe<@S%^&-lLCuKevATU8Ya+ zIe4f?dg>~veSJ*~Zf*J(S&NH2Ias7v11tp_CngiL5?V_QwJS){aPR`p3Da-;AztjEg$+jgM z33C#%rF-6&HWumzh29#bBN|NiH}hwl8OrXszfzavO&;;VW3ady%~ltK5CV94j9qfh z2)`y@*AmMR`O_jQ6DqP!@uH7T%J=>T!8{c5D87`MF!}}|?qf_tMP#+5kgKIUB`CgjmZGw)8e82U4DBmkG zc)dmzM^<+GmFj&fa9@zB=>1Flz+TOCY5bsk(VFX?$a}-yZ`{d))WN)gzQa$PYXEIy zJ5`YDF7_0pL7u@6zvW1?enw@u3FuBqCY~dVpn>uL3LjT6(2#obD+4;iMBs5^SKwdHXq1%d@!o}Q-c(|PV+{VU;1=)X8 zlF0oVSPU*f(G8Py^qc&o$Mh<~xHU^Gz(t+GgD(Sd!B6~WDOxk2d?r>**{Wfup*HT; znkXEo#RZid*4SN4R8P3f`smVF_r1L52c<_J9i{(1tHSuo_vf`J?jq^uJm{vQiAd%2 z3}jCs|JaIH^O$g|M36#pQzVnR zVUqFSxY}y_8@K<0PvFtkXS=^YPH=2}t_px2BRUVcV^cdQWMh&1U3nW&E!BI8Z~1!nceRp0Het9R_4dq|o#a1L z!zeC>_iV`{J4~?IpBsTia*;|0>lG>cP(6Y%GqA!&4) z^@Y}fWS=@CuQ?}9qO5!peV8z6PEch2n=)AOLi=il{-$1||D^Z(T`LK}t9l_4Uv5~w%e|^{P1WK0 z>)72moA1^wY+tE-@As3C-g6dUFDza^?D8O`ZIcbo)tJ1D-!d+Ssfw(<#h4TaK{gnS zwq(RcBAq^Qqo2mwkbcx)FD8eS$}%E;9%#_8_viMd_%OG)(?g+9RL~1~PK6mvDX#7>RBV{&<%j%@K$rn7PqFzv%v2qqu)@1(mF)82ub5kPv zW5qi$70{M|goz(lRJ;05+7$6Nl%sIlb0Nd+p2;1}Li?6z?kxeR5pD(qen&r-?VK-!^lq zw@sS|0$v2V2XT=R1<27*h&C!}Vk2Dn6a)qX)buLy9g%{tuZC+7hKC&&^tSx-S{Y;e zlBKO#FaP?Nw(tQ~A^b|3(_)eoyUQSbZerjv4qZLA&(hSwb14bQW!F8V!&+i&s_v_f zH%C8x&K4qN@=}3D9wbbDpOQgYo$Wj3uG6}LxvH~kemJ)ve<}PZ_YbO1XyTq`P38~3~NzO9uV;kMJv6@`xmi0vLy)aK#mng3>28Q`nsx1V;Y0EWt;nVGVWs6clpY}>FP6a<)dfOacVnEORe7KjV5VA zGxrWI^I@uN$3TYEx*iZA2f|h!v?vHS1)M1x`KuS?t0C>^F2pWOBR}vntg3x#)>ITR z)olN|r2LhnHz~?XQ?+e&mPhGm9^bTuF0sVP<9r&`9OTS4W^{HBswz{Wq24}bbtN5l zy+zeeLJx&~Ra9K|90>6iYeZ)?zH^@*O?2=H1N;A3IS^|GoqWN&!3qupHbdCvVNVV< zFtHQ^88A=oWRrzfbqH`LyR+AFM@V0_hK(|QWPAa`!q3TcsEb=`K(0t)=yd2eUyBkRTWtvo)tv{#uz=K6{z7N zDn-!VH4+5o6!e|QcedxRP#*(>Vn#;~v_`^)L|z_Xw0xEguFvpc73lUf8dOJMun4pN z`QyWCOzCuZy%SxWCTga1Mb|(6x?5<=Ez||{M->xO1|Lpzw5!BjFYA4|au zc_p*tdw#ieYP>JVPZkEwQJMe9%p9%C05;6MHx0`DnMvWy_Z_`dmogmZJrm^CD^db4 z{~#viKJryZk+}14@sm%`cH3{rmVZR=t_cI&-i}L6Cv5WWBV7vBECqYrw9p9VkgXqr zy4ih~)l&=_U8pG?0=e+Zn%Cdz0oTZ%;U&!v14`iC3nzBJNp?^x`dgG=-Mo>l#ag!#%3WV~E7nq8SgUJ!&-4CwA~mQYGhZ8NNht?pH(MKyl2= zGcx=G&mVZDYI^{DS`(^R*vZ3NDfs*_C-pGLxQ17f+_m}I(sZ<7AX1nmfW_iptaKvx z3Fiy1Ip=*UF;wh@82B^eJC}tq;u>9|$-L@;0+8~D>9WLVuanvrQoz(9P~k((C!SY3 zT%TgAH)VJ}8EI1QJ&2KKi+cPMrEd$&IhHj^Jnth$DNJ>(xz*8TH2V>Uop`5V1$B*1 zwPx)EBwW|Y>>k9wPS^jW1*Af!bVVqMts%vim&Sk%B>u_?W|JSY;-SyOxcV)H3XNtP z28}4EB{W}$GJLNj3Q5+fWCzl=&-&0H^^B>aSikypa~9fOUJ zH}DZFlm-jV^gzICFdufQz06Qzr?X<5Qhqc>*79d8g9b|4A{TrN10^P6xwHNZQ(x)N3{dIU*g=yDWgxZD2XR_1Vz`hq5QV2{B+pY|#Q6$YW? z=eFyWtQM6q4tKg4w1j>Gr?gT3;CL{nlDm0(#hR;TUMb-Okt?&YeOi3Yujj1?iB~sF zz@i=ipuq3y^EdYOlpG!{JG;M7+Qxt{ChTs8Y0a-w_2V4{7(D$&!HzEguwaR+aQCx% z)~=21pE%EOevM~bg_=^dw1=oU=O0v*bk&uSzMq_Jjf8ggOrUPmtGpb8OVihB0RGgIGr-OL{PVZkV@y z1@=5*5&t({T#+`Ao&m5+(?-XBz^I(%@>=IJ&FNNIk8OURn+QkJggJ=TWK+D-LqE;n6NP=Ym&^hIgjGtv?+-Y33op{GG;zidYCL8~Lqx;f_F^JsN~Q&<$M|)1YVc8%J zy-`;~?E%d@-%fu^yfI}bRk|Qub?h+En5pOCl~^5>8ob2MF5~2B1#%qL$Z2{2%L`9w zY7qu^u~arfnZXV6ZvVP#UqshTJeP&S@;jPqYK~^Cn>G|g5gaGu?RHTAk5}^ldTnk> zhr0m~Xz}LZA_vPThU9WkI>Iov@}JpU7Y|^5gpgd8Jc*w>J>o#T8WMitk(hxiqM_sj zOVI6UuNZE^du|*Fbc`vJ<1iEYx!mn9y?<}21dp2EX$Yt=tysHO3R2GOrEOg> zczs%_HP+MdOj@#log?$KN6FqXtWo$(0Ul@icT#`JCI|Z zi)O?~eLBJ6!oIBjy^QCy6+10BI>BA<$3jNRM#As^q%-umzcGrFJ0B|)I6yeCSQq;rYmO#<^6FL%#$y{^mi;**e5S^a*;r>l{UA@sFlpy(c$-{ z*74DpzK_z6M@-IT{IF8>neUuIeyDxt;9^m%t%W1CgUsRXpu0L4q9c0y5jgx93XRMY zz#W%20lIf__PYriCA3I0V}WcIT}DpeyQs;?+eR*aYjj9k|L~m6z{L#`!jpz^6z`{v z@6_o72ZKM(mTkpUaFYEX*W4WYphYc)AM#d5ObEo{MMC_>q^0$CAkx%g*{&-!XfHN6 zed+lVO&kZ*ZjoXq<3cU|)@|j>Lv)GXIK+S&+`{c~!UlvDh3F<<_xurQ64 z<0o=yXXP8!Mw^;$UA#hJvVfmt8w)0q)9aQ!Z@O)q=E&FCf$J>E#6E3=l>%A&6c4gl ztG|H{c^55=PmhfajU2e`xZO~7?9{brL6ZO!jIcKk;u>L0Rk7xInm&(0R!xqm=gTXH zhz2Vy%48gPb5p#a79Bk`l<_%S4VnvbwC9u>xB2spnbqeUM<=#L8O|SP^xCUp2+tvQ z44K>$<{vMm+ujG3|FQGDyAlT;09<)n6Z|Zbb$TZ5f5oFYEfLOX_}iwTL=YIYcn~Zg z&7Am-dw~{dm3rJuGNd3r+P=d0^!ATa>-eIhp&*Ix{qbtwQNTS3L>1&Mbdia3BoOyk zXCZ>)uq{d@`>3T(-k@UvxaVMSw5bO71=jb1X2L*{?PALfTx{fnK-jsxm1Sak3!<=M zqpJ_5&S1QJmX4gthC;yqEaplMnr#+{-)d(6mud?xXkYs}O2^R}^lWoAEMNgti_gkZ zzrdpV3FRtm`OB2)+b*lSiKd;h8w42uTkE}jpf=32KKV-$&e4o34b$w1;baGfzd2VG z!;DyUhS&0%VFgA9fzcw-gG^1Tmo7Il>;e63mmTY83-(c10&ma?{8M zqx_{bH!=JT`Umh&3mkyqU<3@g`eS#<2Z zKrh_9kx#i200T$pXwZMBmd)%a`(92|zyOY_#{nG3KN0irZohuvX1>D;K9t`4jamt! zU3#|QFPSbQiXf?BE$xZvu_8Nrav1u7-1+%fazM_milOkEYipw)#IPOFx1Y=+5ioQ*qWDpaP`jz z@itj<`h4)q>)o;?x}lu~CJ(#KWJXqa-Yqg8TSpUu&ueLP99T@rZvvHp!&_5D*eT(K zdaHY4p`_ctOjL2o-N3LJeeSvvM;X3r04yXt&;Qv|>mv)GEvopZBL<8c86GXoayvff zMqTxuNTQ)DO$|>DVjTPJl1cIV;kHecJa}3v-+o%2sPYSbN?~5Wjdfq9tUIh=j5~;a zIt>0YQ-(JZ2AJ4Th4NrFf@hBixcPM)7VT3+s>NzJ61&;9;-1%0o)`=*SQpxTY^$9m$l zS9v}kPupHIELtVMgmNcqMlDHHoA*Yc!_ib3%VoO`MY|jvFA@wVh60v+8Mrw=>=?9< z1&zB&3X%az9n728%`7hrtfaJ!a|O!oT)a-dm+cRSy;fx&J*mF74WBh40_}wZBATvr z@HJa-P9{`w^K}O6A`5>dh6|@~-X?&PVPCQCTTfwGfDWDyLSjb4@%3{?XQ2;)a+B}Fd_oI z`9b49LTpsVRi@F=@^6hSRx|N&*J9b~DvKFn3WGytpB+6_>Ta1YOjn*L6P@u{{#H!d zE{fzeOSbt&Qe1UpewEw$4zc6!A}e=u*|&SlpmZ-^06TnU!e6Wh?w@@_Z*IA4Z}Ms5 zj`SH^0!yO_Gb^@)YG|eFvk*0gi0_?4{6|p*lwz<729Uo#9b9I96UaRs8veB%HL`l# z+}J2WTT{4Y(hy}MY$)OlZ9~t_cdD{v7$GwT1+u+dS75B#e%Bkn=9G?CX#&4a4>~K0 zUPu;jmX`T^VHgyklKinpW||1WkCaw+qTtY84t&dpsE@V~BBC~7+_2$!y^PWec6f`2MR@aPvWk~+iNV9szq7cr z%4!Y#ZAXPSv`ad;;q{E0kq6PH+lHBhgOy{5kuQdZ#zHBc@~PD?I|TdVJ22#pmRAoB z5zL)hzRg(V9&A629>)>!W%zq{N(1A8JKcozoR%}hG(gO?@<1xfXYC>&r_M7dGDDU0 z1yMVO?jHs9xUZHH@AoByVbhj@SIV)eqeUnPN{~ zr;FetiG3C!Dw7CK)~flT3SGO1Lo(B?^{h)I?Dyyfl89!Cn)|im3oD{0E;%J}i6c@0 z_$m4%+RK;`ZI>DXImz_adeq(W-wV8;AQ(#*6^p|Ln|z=5Uv&^Z zHOIkxEz3EU<3j#zW^6j2v7IXCR>3~P4asKKvB=?1p)pvSquH6Mt`i}j;xaDBM~{V} z{Y#t-nWt+ZN827(j*-sGI>ZP=_L@H&*WwSBE+zZ;MkC?zkX8Y7l~4bOKfOelj#!h$ z{S8zg%BI_R_deh=H{H!So6F~_>A{FTjQ6wnw-RYW~F3Snx4L$ z3LBWEjP$4FCc{RgqqW(?q)gz1*ORlKuFE#Ale@+;QbNY;>y1qD!jpmWpTFAh-9gF9 z1RMg^KV{EfNul<~U)kbIdy+RZq8G}AlpG800G}wrPu>I-p`(pT5LvypG=^wV)_F}T zyzbvQ05|xNzaGTjQ=P#)fysRkO=xY6IhQ6=@+C~lNPEV31kv{37EXFi-gf!x)Bqs9 z%>CeE_H2Wa-?#t#6OK^yGkS%~!lmS8+u?!QqJOblUUT#YWz)%%M89GecS7Ye6^Yr zQC4;SZAHeutTZ7sKD_SsUy;_H%=`gzOE`@4f*Af(%RbujP<=8Hr3Tb zR$>{7G5v}dle9!a|2z`=MR+;%MQ)ehMf4l=%f%vUTF}e-T%;gI#L9tq=PRP%OuU_x zL&JjN%{0e_zw-g(H>@|$?`s~_L(OBAbT1IQp31gq@X?kf?|b2wb0I4`>H}@G84xsW zE_M^^8}nU~6ls1l@D=j5_jp8NtBcstQmc8#na7J~Gvg`Y_ zx9_Dd2r=d()!@w1VoWKas_AVw zULEhM$lNW;h2fT5-mYVmR^y^{E*v?*tJeMKWa^{Ni^@pgoU!BK3Wf>{(9@DZ929fs z8pS*X+1K?$NBi64E3`Lt?kJv+1~D_lYuxlirv9GE{yvJ{b*`x7O3g!?de+#cB@(cld!c>E*sC{~UZ^UF5dn2IRt$|XY1Y*J*8*niJYLtYn$Q7{ zV0avpOZO8|L$D=e`Q;YzciG^b`X@g;osKW8!U^Ra)usRKSm9Yy1O*L7ts?xXe;SEN zO6R0%Y%b2aeQCxJecCtsFJsib3+s%OXReQ!@QCXD%agt|bTF&C`!OeW z`}&1H8_@u~6kM4g6gXWNoVeual^M9^WXp$NKoD^V{}h$ZCN5niWX=6 zb7C}ydSTJ0z;t|ufP*5u#>U8pC`5Y57Z@=#qn}!@4erpS$vlP5a=o;OyLy~Z==*3E zulmi+4Q;pZ9R9kI9?^UBoB!z2#qI>oyv7#SV43tDe{q$~n6^rY6=F92?C&#&h=9 zEMVnpq6=m+PT?1qKkxGgz73If{OiY(8mY9X`gKCL5yIjxqa*c%O+_f4%WqeW6o3$d z&gIIOFSQ9$PA&(ZPS1Rg`%W!Ioi}A^P1E3RriELk)woYF?Gu=yHH^2G^CO47^1Aul zySXu+?&rspnWjsID`CmD%vUj8J06IMg_}B~b$DCconk#fpHbse`>{(J2LqzloLPid zK0jT(ev;Tfuo4w3xZnu|(DNY8y_RN`X{K_;dx1=@Gujaum7FOA#N378q4HgQiGuA9 z)LN|P2l1Vnxc3t5u$r~r_iu&iQa4Wd9Kj|eX&^$0h9DMGiZ@&+$`PD7kt=dg!>6LpnY`}cWs!%P zvvHO2(?;j+qo+a{l`ea56_|O82(V3L4;40+4#zf?#^M!EwWdupz|8+?Y>;#2LNkf3 zsTbOAFquqQq@o!u7B%7}Rat=@VoCP@`qCx%V!Zu@gB3a~R8wqoEKk&#=){ap2tP&a zZc!3Uj=f^=0%6$a>c{?E(&Q+UMLi53`~2Y=`9H3TjXZEY;mv%J!!@{b=aKLhjH)M&~& z1L2AX6&@u&-nm)lp0?F9TmlyNUIz+!uv7x4PIPyssm3+KB9qf(w*s_0g6Jm; zN)xQ3BCU`HUz$w!?Xxfw9?92nkkXCVaM_(B_-#kISeDQ#^{`&&r)gYsYOy zYZYr@^?fD7yceG}ewD8|Q5X6YH(ZUrnI~}31~TyO198u);7-=MTlMMZ`~1xP44-)r z-!dw-$Jww@2u!n#_M@8oFV3Cx>tVh)hjA*=i{K{sb_C?D9K2KmT+gTH5=C+Q0)P9WL$h_O4TL4;&^iuuuFQ1HkiYNU? z4#Pn#dFNTLy0OIfM2@IfgEglC{%``WOx_bO*hwC zwXpBFW`y?gc6aJMrin=5@sZ(&YZn`p*4U-n#V4hBs1Zj;`x^i@_)qA>s^IY3Nx}Dp zzPA9UxCR74(L6iQ{*p##Xlo*#^4DoRZ&0Y26s%~8c6GOU+c!52-KaW%o-Jb@V*_ivD}R_Nnil$aWkE-gh(9m z>``oy&wc6cweGg^woc&OCo7?p(W$F!#NyT7i7USTvUjc*IjPA`ACxB>g^MGn~faZ*3OeIo*#aae3W_~9!_ zD@kLAt;UA;&aNge=zjF9IOBNTg=@Px*~B&YbLwyNL?0BdZ!{Wdt-B{bDK!0IKL;}O zIFsdTFZ<1DO!3P5|D)+E{G#liuIcVnxwGULiOO1o4k7D69c;>Kl3qqwOT z5^6h*oZ71=-mw;CB zA915CkgpX_|G&`_Pmy@*4h2rTDRt#i9imphd5`U^|5lQ<6*wmK(jj8!PPbOr$n(Ts zZq&i&Y$ykKV2wEHfB)@msXg1D^8Sox*T^YRyyfnLb_@79!Jpt8FcqU7{joqUHGHoEmJYZT zVTh}JreJ7BTHm+dPx9to3S=y(LryTMO&8klx-MtQI#0d6?o;(oA)Hw@WSjk7x~pE| zb2y-X)E`)v>ND3#@_-ADMZ{(86rVk&+`^HM_kUK{T5`T5>Yfios&%;S!5kmf74gJo-K z3f$ch0h+rk|DJCYS|=uW!9NpAO)-2M+%AgcE;&Z`dpg&DB==xbUd`QIv>k1t;He>*xdj1ain9IbDa{pxO=i1O||U;7(y}9 zcjiz|;`r%CLmW!oE%q zdhe9)qaWwDvhhMUjR(gHvhug2;ve4_J>~C%DqVg!Aq%#i*L4B)zA_S$)B2wmps+j} zWCV(AD}1s5B)^$wT2~9j_YXnQEDv+yV=O(L{%(b$aoX5P-eZliJUg6aX!dU=r$*}ne#r6$j5|ZU z?9CY_-YgRHQU2eKvNW;V&vQZt;cXU(&G8^?o4QS6jz;M2FT(Jf8d7yCqkdqJlQkel zVIBC5L`;@?`nM8c1HbXbf+K{W{|%P-W=KugIYT&el@&<{DxtZfyQO$rH`!OLi3`b# z9Gt-jY6GbImOAk1yP0T((O27Y{K=OY_`aeEP07`wuTckOUROFs9{Q@)My`u+wSwTz zrGX~J_JYxqv{M0{e+KU5;dg>5=7JNk?_U?R>)c^@G6h*gV&jNC*{G`G(mK?Bw=M5= zeeB+E0BE0VWI6vwRZ8I;Wke;O|%1f1vj>r6= zZsV_n-*ZZKbmKq&q(siQjm92VpE#u2CwiAb<+2L$SnHo8@iF%`{1T&xE2PcH_17?)&D&XElK@LDw5&EdTc2|hmr}@jYK%a+ z4$J-)KMY{|eI=|di&BFxzjJejl+-=(#7Lr{zuRsn`z1{gllO(Nqb%-dWoLwV4KU@x zCfuN?DBHdM&}SBkB(w{go%rqkB;j<=yO5Iy1MLVgJt!jlO|$)PheUo?%%upvrwU}q zF270f{&K(SiBN}#1v2lcjw3vt6}%J5PXwDcLa$kQQ_~Pjfst72pGOf_f_%RMEmrGQ z93D4~oKo%)k0Lo$$XrV1_Q9S8KWs9N+6;q6WrTu~rA}?0w;3mTZw5!=4d^llZJtkh z$3Zt2z4|jUBqAND;VvlUdDjZP&*do+HA*;lmyFNq6gRp!2NoWG_hO9`>?ex1f3k)G zmNj30IAX}O88wCH8XXZbX50Zxr0_qIX$Nj*1lm9|g|)Cwc(|iVqoUkk1Oo$XQwciW z*x8Epmpv0wF2J;o$A0T_=G*<7gv4;RXvu@M?`X^2@%Z5w4i$ zi#pHx@*)D&a13w&Yrf6?rvtsrr8zz0d+mN~la+cO`(%pr*NuO;?1-r4sj`?{d->lx z?{4&kPgqMoXG)-e4p@1s)n72=ho1tq5x zHnA%HdM4qHCkW^|@{e^RMbKR*4n5C%9CZ4*L#^&wPpUWvePFKdIYM93GQ9v7gRhafy_@xh__=<fJMb*Y9d4Wb#<+a|E3R+mfOWr(={_(71_({i!qCQh%jlHdmNXPYDZV)A!$mub-UXH(`_mq%UtSilFaW z*Z76aH1KfmFMIF7UxZTzo7{~PQU&dFnax4Bz0V^jnN5l#XN)5w{PYlt*?EzgpG+dr zVy`6U*=B`*A}zoA(|HkXcO30^%fzWJp%@k7XNyj~neY49pT!SjX1TL`LwXSBrEl5MQg4e za6;o$U-ZH8QgC z{&~cV4&wR={A#!CCmRO4D_;OWBsiUO%<&@H?9u&t+0*1^Sh*m#rNCo%ao>(7_Bct` zUHF2FoBJU9W|8+XK3l*kY(8#A`Ud@j?L|Y$Vkmszc2h>!k}g}%bJD_F<@-QxfKb93 zjbIzYYT#5`u;@xr%a`56nxt#c21KM4igcX#BX`Ra-}c~L4Bn&{HL+K+eO}gkb~gC# z&N8jw1UJCgB2WPxIAeXozb?&|H^ z%{2q_Q_1&Fut6*n;X8M?W>2e(<7N+2&w)&b#fZXO!DEs-Hh`zF?`x6LNyNkT`O?|H zgzL7F3%(rUgT-c`Tz9}H(?m`0vmY~MwqycSz;{2OmNYD z1bfe(gapk&5H@RNpqjBU9rW0h*iyW^ucQ2uk)ZS1$8n|4`>8NUHzW@7!tdEKeaN|tE&44jC%c@ z`SUV8xx!%+jsjQVg^oLrdG^MnpP!+$A+UGKCcE8mt!MY0&*m-Iv!5T?fw8{ljLqJ; z^VygHiIT``4u}Yh+vKnbv*)U9iVKX$k?Y7IS^Y31i}n}Va2|N{a@~gG}~Sn4h=sJ_ z(b!98V>^0J`z||U=RYwYN|LkPk38lOgR0HNVYTSnnI{#YxC`qs4ROqoJ zfMh5X{V5<1>Ua>b+T_H=sMaW>_=+@Bx8wA2I);E%U7{XlD1aAiq-ALcjsQ+Zahd-8 zA!RbbrybBu=;YPkI49lwf;AhPqX#Abk|aIlA+Q#`a;Dq_=>C~Dm)GuoEL<*~Gr_4> zB?3)#eY6gHU&wYLR{UM$7G8|gV}2RAqe{I&)=I+J&Xr&wa@&y%e9K;%$)H7kdVb!K zL}~8x3r$n* zmhJP&IG3TFJ#6YH-g$#xb$ZD?A0gKT!;r-6?~Yy;E|vy*YQ29?y#ELUVqXl~=Zky@ zJAFHbD)%2lFaCD{X;5<6+0yf)Z(}Vw z$C=fV%EX5wvsqf=E*6~Z0S_qbW*4G(YkY`fNWBmxj0E~iKW$S)#1a1fXi+EWEC1uK z?E@s-eeK@EphE0nTXc9!2gq77^`5NUq-X=!{}u<@{R-c`tb6D+>7)5FMiO`#yj9OBxRP3f5opuvrW5%YlIv@ratU~9osfGxJe-8hWXxTq&`jb>1D~7D z2UNA#6m2c{e->|`&64y$0xwsi`_++YX`Mo+jn90@ZfI!;Wd5`g&HrjJ0g$(=0(nCh zN$AtJHuLR=bC(}y1l7@OQp9A6lnZlMh&q5}v(-hB1&lA*X_EiWHAL!O$xTb`Wn?6f2e3k&Z+G{gZPD{A0>-YyUxO_cIy>R zCRsENxKaMt-{fq*ZSX^JR~^K$aGSxGI2A2swgBu9&^OfKbNs{5mrTE!AHV6z0>!Bz zX)$(nOlTTp+D}L8&#o{$r9!`EI!Rng95s31Zp!9+^7Db;EXH=TF6XiHn5j^STJf9J zXl8$0ceg(x3FOI8$!amVlw=pM@+>TO2aRPSWe3f7ch?3}A@5+6=Lmr6@^x|A>HA@t z+1r^~zr6I}rl>i!#7mbR-#@BMV5BN!eFhSF_8vdVVXA8HT8pL#04Yb93wnf|)p zm~$>gi!`19EE4J>2Yd__a^mxFJ{f9;IT#Y;u;&&ArBCqfC}H?MB+(6jAlcjy@ZB82 zDQ=Vzp|(J9Bp+Unkx9W-CmOZG!Siwy6@4#@Dn9RLeXw(Hq#a=)kw@x;&$z#%xX+|Z zK&?$gp_t*|a0(nUJ4RlJjbrt@!2#6KayJpxP^6o{R`HY*@y^6nlor6!xyX)HgW}PHEp` zbzl@X@FLFpUS;~E*oej+y$qu9um_D#Xl~MG2gccKL%rb<<(Kdx&(}AAQNc;yxkH@RhuO3%L2)oa}uy z8m9*7$+#z_$E%OVC@bo?ht3bbYX2h!^%p3kb!Ub#vWJ&71D}7tGdM%?3lN`hei%6v zAymS_sZihi{_eyb8GBqF@Z9oG`x>Q9-{<)m?>V z5(wxLkN3>{z5brg0MDfTT#Q<*q!Gdz74Rhd?|q zM?ky5kp$b2HQCjdbfAP4*#ik1zNo1xFU(Y>E^6{^!Pd7WY|#4eJxX$_Ll14C0OW8R zWAydMS!2%1ZoKnjGo8d-Wb-^g4y-Nlr==1M? zVGGrN>H{A++V@Oa|HI32F{y)+UnCBu4skqirI2AvC1297u94t94e4ha{w~XFMTT?t zJvlO(B6FvVz5kB;y5P0#F=KfdZxbx6m<5{@NZnXdoz(5!cMRg0LfV6?I4NnQJ6?Zq zcd+=?;{W_~Yy`00`YqqTCf+H^Ic?;emdzqTP)sN3rV++6ZjKOcDm}`M<*SZ!!mlS? z3A5jyFO0%0?)v>T{?_Zw;z4skv)WF(1OL@;ygbuSbC#tC1&nC$P>b zLlA7YV(Q%|j6QDl_UW&0A_a>yO(FCT>G`zWA3?@*KLj*7#b3>MixB@u!pTEP9Slyz z=7>hOYpO)XiOmp@#AfNAKVu920BVuz|Hc2?e*22iAT=a+77u>U3lh9%-ZxTfpukF( zV`>odvA%9J0p#JtU80yQ^d-0LP@WpJ2RcPCxH;Zf;i!|Q4hr0Tq6mt)>=O~@=jRXQ z<}N?G3Ki{TQ%jFFC2q2!=eKin*)n@itwA^W#wkbBCMdionBFAn`-iA{SL0>xzVMJD z--RlZ^&Fet(+O}1Nz?Zkm)b1n+fTyqDi4pWb&m0NV?pSB$|$bvDt(R9smhADHZCD+ zw*<6Zl)E&fqEn2iHZDfeizl>bYD9)K_)blX(qj&j5_xl^29}@L^OrBb5iJ2E{976g zN9na%r;kq{_%}m1oUh9HcNzrxpE8L`5k(<|qRT!>BY6tNSi z>el3Om{WoyHk$1Lc}ZUVlSoZ3l7yNg!B+nOxODRLPbHriM!HdiM0VRo=4X| z@%?=Vm_K8Mf9EMu-@WK(np3HGZQM+X@VPl`4X4ys;~~Aw8=c10t7&W{>RpPKoM1n= zs81yO%Sl@H{2R6BecMx|H17HD;5TJB?=3WR3wX)72jB3I`#~~A)d~cw8ji9r07dx7 z-s(%zE{dT;Q-AN1D=JhnnvFv2X4ES57Gn0Pbo6X?{IQW_D*@;?!0rM6ql(d;trT}R zi5W%+izw4dzm2qU*zr^8nkt`$P**3h>Vz^FeOUx_Y#m;|SD#>E+1>Kqh%}>(lH51` zg{5_EiWF4pTG9L=uBVEuvY3AsMEk6{A%=f-o5iV&F5YpV;aKVx13fp&F$$BJo@K|C z)H4o9dFbbT&UNTyi5@k5A=md2;r6KM5pk(v6&Tv@Wx%NmOR0VTS>{_I`3yRnHZO$C zNmNQ)HY28kTPtKIjqQm`38TZ08|`?dvGXpcymo&-ocUgNV)|Tm&VrI{;cCz@9v^v; z>7sx-8Y3Q-T`5~Sd#i+0tRPo_3VE+6xXl%{RQwAxTpqa7PkD>kCEgNGpTo|MuiGM* zlVbQej-)pCX<=S`maMi`OkQ! zeo`CHB9)@Un~$as#L(^0(_MXX$vxkHV_`i#YeZ&R zm?9*dAm{WVKC2^XO|t-Y`+o9h5Bp_=S6YOhkMlsyfYK)N8nHCa><5f1JsA;pn6_BR z&Pg>}oa^rk^_Ao^ zt?<_c7Jps2=DXkYZ{V1dD#!Cj2$9R^BCResrtzMY)#Ac&o;8t%hj^GHLq!$~)U&9m z{r84^$bfJN2bl)kwnMjZEexe20EFK2k;~^j)IO>>F^7{u8WH;tm6aE}z=iFfw09kG zmw8>s4e)SohGg=6h3i0*Zy6z(zy3}QthvBWUj}C}*Gh&&G;k~p?fx`VM0Tcb@;l8e zCuB#h&coNRqL|OtgN&4@A6MHm=%g8G@$sllf740FrtLsG?o0y8^nkiW5dt4N6c$r! zp^Z2>+R{zP|kKzzQXdwpVU`4 z>~?|ABS{%=UgAlS+eTxg&>S{e&i-pPX_8lqxHNc1c9HcD17;6)*B#jdk4z)cSOy=;u!l)3=8Fx{Ag#q>=ZV1J#&|pXe)_2OTj(@!eX^NmRljsSlH|23*Fv&} z-9zk+DTpU4A|7-d*UQFuzq<}kmcKAIrepJ3_{7*=O&$nne~4K7j5<(gZzUQ$GG8J? z%5eYAyJy#hMJ!`e2Vp=OrcB9e)g#$~G=h)|2?)P;ew%&?u? z`n(LjUo@it)C5t2(sZQc!bFkCJlcZYidpPoz3Z}HeYZyRX;Ln)$HFKF+r?C$h>NS#x(?fv)=J1QAvdOwn{QZ`ATqV% z?Iqd}efCMVq>ghy8AgaqV&g&;d~$#dquc&r{IqTTBro(T;0wuu@!pE?j-0G(zeZUr=Wb8vb?c?qzq<=$5z~G5UlxAzmwbd?G)(j7 zuyAsr6!W!CJy;m+-~MKNl>Up^JZIprX*OOiR`bQ~?B-_k7AYh>>W-G0?s`4dj_TVo z^l9a8KGdVKeeJpd(h{K0$WYX&!55F$vcK4RZQZ_|1tJ`?4Pfo?lONGfwP^cD$q+oa zf6>$y5vYUZ<}gPnzA7jNnZwioXI%-?TLhn2A%PIm0%GD$!%4$GB>Q&BgDn($X+4O` z!;e?VhM8w)pu^XL+cCI5W8HXSCT__qd@sQoJjCP}V-XjFzb?8xUkOaE@?YMXtUrn( z+F0Z16QDfmUpO^zdaMcxU9&ZIJct-NOH&)TxH9fDh0dHP9>rD8MOX>m|BgknCV2n* zeuPa%gHkz57&!bjGbgL;qBS^a(Ej=L-oh1(pZ;55$uq}iE4P>mJ=9Qz)?K>~EHxkZ zr{Ev6s)VMhZ%egU*#j4W^@xdId3D^;X=}_i4=4 z%62!-zcEv3Wcx%^VjY*oPVwrq=Y_siyRH*cSU>WZ%xvZbIB4+&A9f@~sX~xQYzp=V z&f>FLWP^M&BU1m_6cO8&K-%F_=e2qheexK)?e;zgJSBb+m6&3)dUx^V;x=QfSPyEB z>()J*kx=e!6DM%^34CT5#Dh(WLr-(^5PkcUf%x32tHsu#&q;rrV);JVJiL$Ps^0xw<0 z`NZPIU;%5i)Il56f5I^!p3dbK!|rmpv{(n-SZS9}*jcZIbeL2_KTHITt+-~WI2cFU z86EaxLpTt#uWuq%c;$E7(Mqc^hqLIjX8Yc1tEY?xS(s<{sTT8ynur&m?S>wBQW6_8 zQ3~9f8vz`;j#r%Nh4jWFtZiBiK|F_7~~8X;yLR`us*Diu~S;iPYBbFXH1$vX~kCa8no?`hBCm46d4M5p*T$j9S^*Av{j9R_xVvnRm!#?m-mZqwg@;C^w^{-Y%XLnH*+F z&;E+y3)~tqG0CZSLNXeg#)cMv$O5fKyJwA9DwaOlZNH%DT+{=EM!awHqlw3Zlto-M ztNO6Y=5yZc>DP?%t3iHc;G&hL5u*LM%c2g+hpoMnl)QA9v^!aw+LJ`of0wfKxm5xTAE=@h_ z-L9^1LW#RKsYhS#ljK3D5z*Csek;#SY#)AM1!s&#dN7nT!o9TirQ#4E3_=n=gxS3Vr8 z5>iuS%+Ve)Yxc9(dFrG_8k{X%p4366bep{Pp=ZQ_Zrw_g47N4PrK$4V9ShlR+KeBe z&5o(}AsVWwH`&X;@>P1IGe@6^Jjv88gdgapSTa5J*uZ9{*+aZO!3=_SqhZgmH3nNaU$&$Rr^ajoayxhE?o?j^BzR&>Q}*VMea z%m|P=`xX7Ot(Wu~BKV|bn&mwL2P#uq&YVuH?0_pToY;t`muj2OTY>w-cP1m;sOXNjvnupTF|b z*nvrw(k7BLG~}bqnZsGAgJ#W+?}R^7PumQmY1}#3;oN8|RNPNJo!5%E+P2S-{iBLS z=bFL05}DanPUjdiNuepp!B>>yQ0@xDoXTm47SbDWDS-|4T>OM9riBf;I; zoVLO@Rnw>VteqJ!l=+Kma@gRGw-3w@q=ejQ*~yqmxvCf8ffHFuGWpnM$KfGy4=C1_ z-0^Xmx>XL`oGW<%NwIETsyC!411|!~e)89#FY?}S!yG#D?%@h;u{k)G7fAU>bB3RV zZF#gzd0&7UncspV4Zew0z5Qd!>m|p;zWl1?@xsrzeXj`*bM>QxR=cD-#Yg${$fKrL zqhC}6ye7QK&(n@osaw@>*1K+aO60=&q|eFgdl-$)^_0yP04T5QwBz5WByG*J843~- zJ6B88-E7lKmUbCt{7`?qDg2|v)Y_Jj`AfJgYMJyK>}g9&XB8BY=m0e}@b2C}yBRVq z4&e%_5M4D6JgGMcjO*7Px2L>MY8fOV772|WE5aSRO@2o_@U)L!Ii=Pb*y&U15H1>X z`V~NLkDD4>UktaJsq$pH^Ktq$Xh-mVXPTwDL|3wR6^k53g+5bSC8$ktnERv=NuU(7 z5xu7dv={9w&)3{al_x5XWg-Z#Mo|iT6P!Ow;u|@AgK#tgH2Wx_C?gBY-!*?LGfsly z)AUqzTjs%hwsW@6u%r66Mqhu`DY{;DBCxyvm9J#~XV1U#e6QAJc}s@Kbg(^^TfdG_ zv=rZtT2_9ph08{%O|$zRxqvIg;{$tR?8~w_?+lx8Gw zf`4P@PYF=n9J{zzZVeHAcZ*BYWXYd#Vs48DH2QIh(M7^#Tz~aQ^pxN-e_=<)vTyif zq2F5q%0RXkuif1ZnayLBP`=eK4k;oHoN)ud%V$y<&Lg|;M==zis@jHi%qqY}Rbn3) zX_tCNy1lT5l7vJb`MgVE;*2*%{?A#Up`DJ{On1QJMki>Uomzb?pS)Q^gXW0PVkF$I zoGA*%GI>pS6nIE1yS>=4xn%B?jF+l3Kjxp6{2Zs+@Kv(GLSZX`-i5~hs!{*vtodl|L(i8WU( zPUWA4eEbyR6DTHwx$%c{FNNBhY=7Bz*c3r(a$tQmj$M+)J_jAf<-)&knB|av0C|*X zEjEZPyPcvg0V7`HK-nhstgAS->DX6&KzlR8d)0JFyP|6R7E`U=&-&*El>=fI-r?vNP%TgN7l zF%HuxXUo^`ObikGa=4Y;vErog(Jl2dAfZK+RjO}K4+N{b&9P$&g-{~+N@tpYiJ)Ce za$}i^>3e|ymt#&>A5yR^JGoX@?$>!{Tpp(DTA(?f>bMmitt^Im>4q`7$PgKR_ee|w zz-!ilfR>#2&swvnm4)W{qAH?9uDteX4|QIyKEIxu03D7S@Gk;M-IWXc-`0y-3cm`O zW;?S%*mwF6i(+OYue1IY=g5Z~K(p1y8TM$HLk#lVm+ixD^P$dz{g{u4^ynCGVqD8f zK99`eA9PDdVb$=p4f6;_aSp8CI$d^cf8r&3U%`}yQJY|9w zQ-(r5hrP!)yr2n8V#hZUvwhIpQeUvm(|KV$VAhJ*3!WJ8gdT=lKdN0@YOmF*$$8wv zT9JAp943Ej3oeM>zd4X(;h~>BnMLn}Y14+n^tO6L>VFQWypV(P%xk~b%?-K*}-EK4b#uQ*XeYI1#8D>u%7 zGB2yPK)X2w5YhGr3>m_l_3pJc`_$eIqp{t zU&Y~Htg>>ZkUP~|?ZDnad}ppQDV?^}={lADD=upf{`(ua-gtAudP>Y#ek*D_d_90l znvkn)s@8*8W%xBj-6XXBUj!;xwha#TnWs!Zd5pQP? ze%jmxmfBf7Fiyr_?Z*rBYEy-FZ1q$&)Ygd!mI;W}%whjI(^zP9Oiy5z4Hm9N z(7;i9Y)CTYOkz78aaexxW3p#hae+BCb5sK5>YmIv9h5+X52t=0^)nbnB2df3^Xii) z!31GmhnhLfg!@iPg@o4;w11sxIt+Gxg`l(NdQrZg>httN0SPDIU@|p?=&K778dw%Z zj87uF=n~mgl3E&@6J}cI%SEAu9?klQ!l@z6Uz`^WY{QzGwABXz-!Pyqe`|3KM8s}K z#kGL;v^T{Mas2wqAHhh1E^^}^p9(O5|@NuGCZWOv8JMDa`x}JR&@B@zd zRxSR_6q!6)6d}uihg|j>EZLt$WJ%*r3y{dvVctMN%LZjYY;=t1lHIgr3qqg6?77$! ziY>{qZ0=Jvt`ld!;&snZK{#N8mzMV(8?SQs+Ud)O8z}0$Om*#CSn3`bqh<=T?IH>?gJF_Ujiaz~uv*sP<=>fPl-?0gMUE_zY8U9g*pC$=KZh{N$7O zS|_;X3{H#v?|*t00?a%-5kNXGon{WVyr#@P|M;}6wlJPd(6CePbVMgbYeWgh*MoJ|K@Atqd{>s$)5Yve+uh zawYG<=!RzM&azhV*r)W8V%%w2-4*0`v-cnK{GI+7Xs3@HcD8)=K4poM{5k+Pdp%>F zXwP+1uoWM-j@!w*Y4dx&OanvNt$Z;j0}agFHnnq-@wwsV!Y4+uG)iUtEO04Pws+i% zJ~BgcjjUq#A5Dclc|Urr)^EnY?_?}=tf&gcZ>e|26hKJdPZ?h>6di|+GL^7Ic{ydA z9GN~5OCNm(4_VJ>iFHpxZd#ww!Jj?(`afN!MdGIU=01wGVC4s|LNJLTI86tDo};^y z1a5jwtDF4$o;7xQ5G%1oO&cFu4({0KXABMIL0q)yL`EEvW!o@+Esnb{q^vsuQV`{^ zV_ZC1rYL0!m-hk;ZZZZVhf#~>Jm3|}#)?Nhm^2D!h@2U(2+8=h&d(~;L(L?fD1x3h z&=M!Bxi|>XRasC`K{NsFtY&!6!4;$X5BijI@r-~=H22lfk?rr+6K~P)%JDuJV8GDF!=ir5}N49y<$KWkzaDi{>X`r2JbS zb{qseCtOH{UP4h&h63I*7;8p)ScJYc=OTP3zO zvplvX@%qtrJZJrIt`8!+H+7H<;f;lx_vG86DKD*)E$e+7{-jHzvVG1wQrH!-d6$fM zJKwW;o1$T%0vB1n&c7m(*~xRjy+>BL*FpjFFM-<%PAL_V`2&#{5u0LM;K7&fG#zlw z!RX0<3^`8vC9bRRmybJzUPy1~M6~~0MhwuzZuiBJ^-F^x>$k9}SM1?|IUWm3A(09JU)LUWCNUrW%vu{#O^xAPmHD%6 zpu`p?g|!QNHEgw$R9>q~00qM(|G$T%N>FQuMx8T(uabb*L>?-|a`)+^G-<;xEAg{B zwUZx?&7a{POICpU3K8v3CF-8yLthTg9^S9)t|6!d6M<|q#pr`64QhcyR|y(%Ze(E= zk8O;f;|*8C9OWu2@r&JcBVOA9pJXj$sJ$HvIH#F@x4YW`(FQ@#`H;zdsQAm$7?|I?PehSWP^{acqk&(yJgth<9b|DeP z*Xf6eh*&!zH=t!xvbN+EbXJUU%zg2yKc(S59NgivKUfB9<%7xZu5nFpKxS%Yc&BwH zO+mTFLq*dnR37M#jL*df9n`%x-XOAjX+b$mtBY$!9$sA)CIE^@``|< z>Gve+R?Vx1buZ^kgfp9rtHy~XI!!@_U-@aO$SV+ixJ=a@E(}LT)dfRU-1Fd>fZT6j zYd&7OdgFkaJQqQ+54RU1x-HapAI=4)4B!u1Yy2=`aGV4OP6F-dryk6X`-Cd5aHCp?^ zp7XC1(+{SI{VT7*DP6}}B~QjU8kRb@WB$QntBPKL6(hNXP1v7&w=ezw#%uJ1&A*+! z`6vP^kpjB)zy^9>mFBcm_<;jup>M0CU_ZdM@S6+OFS7{bL9k{G+)k2~hut#HfX~?Z!s4qr;Ip5SYlQ!W$3lbJio@I#k*!+9u zAHcO1Q*gbG4ImSv8ijDrcO53Q*z{O`)y59h2eBSyQd!NIwU);&#Fe`+hX$)zSXnx2Rr{Lj2$$3$Y0Os4`#`&4TT-jwkVH$h^Bt*+X zgw=x#Pu+yE^fHZaMJjT{$!V%Q)B%86MraC7Dpcx=T?!o~v6qF#dZHjL;Sp=6+NA)2 zOi70a<`gZZGDj@FX0(t6Q-}7IC}|0qfc1-6G9cU|b)XRnbQxI`&_6~uWlS$sX$pp8 zl0j`3a-cRtk4?u*Epsy&dcQI6_{tmN1MHcgbf3*hL64p9PJbxOdtNpkVE0)aN_Ltl zT)!L&4V>faJxhNv-%VSaGO3R24RT`vou+`E%e%eq9$9&z($U3N8?_J(;$u^aU;2Qe z=w8up=md2Y3zeayVpsYMe8D6#isX1wlqq4ULpx~8i!Rj~TtXt%{vxplZJLX$BeLJ3 z;Ie>!hk^sj#?DL7!H}ClbZ*9<5$(#K)maqMdKjeA^Cl;$KlRb9VK3Y!_ zUy5WKDZjv>UcOjI&UC6cW!*xH1M7qcllfwJ+s?2{pqIzBfb`=43C~KVb^)o7=3F^b z{abbSm!`6HAf~UGBn8ilhkZ0XL$@2Ae*&WG$z-a69q%O%B?X$|;qdj^1mWHgfjO)0 zxB3u_FXe+TOgLABkY4k{9jTwR%}m@UF7KNVfKF9yxfj7gX*%4ZW~S?nMklxbU`RB~ zQWMbnrnVDP&LH@LbW-otUo=?rEZE+csBZ)9$z}xX=^a`&$qIU@Ku%)zuvBQW_!?Oi z|HEnP7HL<1qqvk8L4`rVepm7nK9@vQWBmsiWs#ry><&GYDTCn!GE<1A&gwr7f>{~Im;vC<+gBz)A(6mcri>Q;(7jRD_DHp%6C-aZD z8Pp%axFR9uYjjl0@i?!@DB7D;m0`3a%$T>dSKi$neXew(z03xa?h3c zv8Qg{iO2P4zYYntx33N^M4j)7yqtyWJu(Tz4wdwAMfQbctJIFOg<`ZEkjI~=e(-a) zlY#E`|MN1~8T~IBt;{9Hpevn*7n!Mz5i)%QA zyKPt)%7~L`o|F&8S%L*}p1d8-5hiHBvA`Wg$D>USFKQ3Y47s|l-7>~%z96K>pP96(QqUtzBf*f-ZOXZd zn;*A(uNX+D!G*so`Wf}(wP5;j>mg4Z(Dh!I6YP1VLaKS`$7dm*pu|3@9a$%d;X{u< zFZ+4oU;B>E>^(7&Y=T%J#mp$@TCg z^&snGTmjZlR;mem-e&gSrtBq1iD}=($Fx6X6SJ^fMVDOwgIqZKY|F z38zwN*l?sKz{HP{9QmlCy3`Sck(d7Bia#=#Q-N8aXMJ$SsZLba?bRGhoB)3)e5rMa z3#+{pDci>oe+o4XFOeW!XN`(tk%dqE3Nn}^KMB!p? zpp1sc1~JJKkYs*Ph>7{c^f5}#h;axD7UkM6&rUP6AD%lcH1k*6!;Z4_(@dE=qXTV4 zV#wikR#$#4H61DYX8mzbcR`}1B`!l~7ufm{1@uHNUtR;U9}UeUw|04y_3Np^4hc^0 z6RF_pIK2OJZ$l%?1sl1!vXKmMf$l$dBx+5yRIY&$GcMAKq!jlC7EGrojtCMG1Aq%KSX4ZgO>p_Qu*kPTqxNRQupX*vs6Fo9}Q&jQW?rD z4a>6}u?N?)zte=WDzIMpmqxS-9M!#zA>OM=5+PV|A%=ty|LbcHxzl-wQtIGw3yAW< zYWui;(>qtGN^0vfiz~hT@ixcozN+h{Q6c+6R$ZL{E@Kmi$1cw|NG>8p!IJIA#TO)H zmH*w~%gk^I_1nAYDi;5!o05|Gub9g3o4-LV-@E`+o7QTg7HeBKRN9+eL$U?DS@}If z^SHOe8kC3#ADLb+MEwC+8j+fZ(9_;i8OxfQ!`#YD=8VNH;hB*mHP5!9G1u5g?1+$8 z?v{6al5|mxtjFtNhX{GyM`i8o32^4dXVH*NF5eaH+mUWxa2Ge@_Nl?!U~+`3xsp&J zd+vHK@h>I11MfEv>9vR3|Hsld##P>ZZ>Pz&>tx%UY;!Uv*JRtaZM!DdWKHJ8Ns~MI zBI@OV?WK`mWW_a>EIBO6H+Zs-dG7*ft1XRTijS6x&A9JXurb`_CH* zuEs+*$*{n*^);gax5zmn{uI+pjnH~yePqnBuHdnBGxzV1ko@a{ z-sAQy71Z`M0IXo?yseaU;SqgLzbX6dn8fD-)O_soF>7G2g>Z(f5$g%WsRQ zzw+lV{W)KdlTFe_EAIwI$x{|)bwwnK$KY7Iwfg*t0j?MW=<6S5e!B+&Z#1bQ%b8qs z!pA2G&xtv-3+NlljEF)+m|}KppOJ-Ms>Fy!*vU)=aWQpRnm-^G#=G#{hz$4s&aN%~ zXs59rpvpvoOiL&KnJ7)CPY^>0RY=;HzWA3VN9#vO29Y-Dqv#6?-VIHNE>1aOGyN;> z*JkF-z^b$GIRH7TTpMsW@=~ibHd<4>fF<^)v5^PjHA8;Sg-y3`#n8q>?qQ7Qj{1z$ znhu(gArC9^bSd4Rfz@+?Q<)b#4cN{Egx;3%@W7XK;oq;|tals%+!$wuv~CUy>dRG5 z#`><#xAHR<_hUWa{vQ$CotMGnP0M?*(}cd$QNesv-y=mR?Rocu?zek|&~FIkl_G1K zwrrrrF0pKxn;Y;@)SK)N70Q`=V0568R{ z$(Uj_IyZ^9QvF}~6RJNu5pQ4N9bw!EqCHzA*PSvOC7TL#y8=yml>Y`jC|NVd>nWD# zPnmD8U%-md*77g#rQVt{3I^XwPv+m0Et^Uw-mrIU1$2{L?*p0k3W~1Kt^^A&$@OE{*O|;zisI3dozc4Baw@CXON@O5L z{VV)-WhElgWS}r6U(}Vj%r{qWU$fjCBgwN4y-I{lQ>&b9e4RkGu8FGv0%7Cs_Z(-eut54m92R_!y z7n;Dt*MmM&mM=L!K9BqL3FG;cv4DZ1H1z0CdZDId4e1z`lhGnf*c895e*8V!IUWGI z;6>Cn)DDoYJRm7_+yySTgIr}JqO`)})PN7{T5{~7Aw7l2f^{Ep&8md#vv+W=P!JH0 zDDYpE@T0}WSQM@KB|`#|?`rrz^Y-u_7jb^+t`8%cm>7REeB)akbK~;TKqEO#FG}Hk zt(O*EiMP=S;|<~Uh)!!hkJosH;n%A@x-l}@=dh2<`+&<_S{Tn){QEapc#W^^cmeLJ zXqT_C$jSzEMPfQ|%hsfphQ6d8MeK9+oIiMIzrK-&Y6O3)+tu0~UZ#`4is$mGORqvu z-<@?$wvr$^dsZCfQubm#!oCLslT5uMvzo~s&E3c-2eOE}KNB1rW0#?=Km2GMfo6Ou zkMoTI1ro=rK_y>c1hUozI^c{Hij72zj)E@vfZnGATlHDa(ow9YK9XoG)VEr%ZeC_1 zqVP@C-4eGzWg#9BU3Awnuestf_%ARJLH=-1s#q@KgVbc*K@q8WaErpCM)F1eE=JtF zP-{PELS_+s`5`fbJoa$Z)_<5$>WL&*s1;L!i6XdZi=^D<4ew zmA85zr7c$61SZ29=g2ia7G$qX#&v`Y{sgi$8WwrD<@|ba3 zmV0dZh2Pixb+>KMvpGM-GoP}NZA`VIADjK|!&=Km{3$z91(ZJ=*vC$q*jmmCqCu7y z5?L`?Wc>H%qm^Vd5D*Zrs4zt|LQmG)5XZz{hqK{M{NTU5q8RI--Y9gr;g9y^H9gIj zb~c!Nnl#4X75?-4dL!4vby&wX6$ekf@Yu!`;Be1WbZ^toYEet}V#64H9EQxz)+~4W zPxS7v6%pfv2?~z&E$#Dk99Sw-i{7k6w9dF_t453CXRoRt>z(yfl1>gtWsOX#kwkxZ zkPDX5)-ykT@K+BIF@l=i#oY{lnUuVs>i@U{Sk}&~-?xyKRsgB{nZ1*Wc0S zsaq`*%BXpan~&Vbe?QrOcY0rENJL?rZJ&KNAN6nSD;PORaTUArMUwvb>vDUFx43Nn zT_&0BHx4F9EaW;238bT{CB;s*sv8~h;shHVol!kdqX1snMZD8$g~$9k-UAN-@#_N; zvI^mXJ_QGng^;v3Xj3X{{#O!~P6Q*e{l9ygZ*wg0z9!@*&^g;ja>6$Cy|^Q(p49tU zCvxaN5jy-+MMe_~hcxu9?0piU)j9&t$olZ&gf?^tk^f}V7D^0&8t&kUx1P|OEyHid z3&a>Ro2}-7)}V%b?gfA$sUfB?zATc+;3n;j0Qu=Q#aV|oJmJenRDp-K_XkX3Q0yhW)s%@=xS5ymh4%LKhb z$kjkRGTh^EdV0(!*HdA2n7FL;qk1>H~E?P^K52K}ykE zMem09D=AiQU`>X4qA2bc3{>#jyrRJr;cj`aq1kS-5J*GP9T|lMUSjb(k0RI)qr+w( zeVPR$4w2&1J;}Is`y^l#6HGdJ8;cW+FFJ@4jxORSg(RTt(VX5i^nwV<_eju%A{D!K zB^%?+1A%TY?{}gEcbY+=gt!R3R`a4CCr&octXCd;;`+P;1X2WziSR0^)@>mI1+^4i&UyFF%nWVM51mTxUxN zMm=kW)i1jzh}9QeEA#FaURmHJcv!GiaVlIgt0jp=9ol3ie_k=ugi~?PA+6T=D;qmx6l|1E&aSpC^ND6%|R^he=vDlxF_=X(P1GwADQ7bWFIv**gtZ+=qyhQ70y zjh_ae5bI>?x?nY|nej42;+9hy3mTiiZpSy{7BWyV-oFfKW0j6zY``>Fz=)lPhhVH2`s?!hMn6WmliFmo;?R~FOPgE(1 zoijh?Gr{1fwmG;JVZIR$dJlSNV^W=XrDz?kT^@%M=7wEQYua8x*z^Mxky`YisV!R< z=P(Dg9}h2RR^T>W4$|i$B%5CP>Gty<71CWO`n~ds?2Jhylg|!H`g@NICyv z3CviF@-pFRt7oZeVEu>JxQ@SYE$ zA#=}w#AH~rx^dMrYz+U`c#a?(?FspGt+V*>8!X=w5Euef%oWH$99|cjF$TPU1;B2L zCB7dj^8&$B+8vGoRB;+aU*zbcyqZU8prjda!w=%+dJo(1Q(kEkGu;^}b1=87A6ZqxF^xGd009*F}dp`!8p3}t z1pOHCWqT=+53Shv?ZoM{+IZ_y#L3IS9XmYbASZiNts_pl9xXR{Q$bM!TJYQhI znQZG9qb6=%`a+7fJG}Sf5>oGy21fwjHtxuFyc5c~Km72t1dZwM5GOMD5pcneFwbN_ zXVr@aizNEEurX!Mgifw#{b~JgI~{8iHuSrxKfftrP_Wr$jU`KB$gOhIO=RaMyJO4M zvm}R1*p`eY@5?e;0Pr&D&P{eB^;HQ=1xgup#yc1t6ZQq#H~Ytgu9GvF(A^VSKHdE_ z+K2JWgT!vJRbl5`c(%Ql1CGN^Q-ebyHoa|`ucD4lpS`+#j7+>VrM**?uawVCRp@~S zu>M%Yu956df1UoC&9ZP!4nW;Vqne#{K!L&k>)x=a|2AAIf{p#dc?GOq=!$;&Zo*F5rW@${Ia$itk zA3HRB=iGt$=##rmN>fQ04)ps%h6P&}wm z#Xx;_ZAo-1l0xda(!9_Bav1TY{%PQtStx-gH=%$M11L({D*qrwWqeDvW=$?o#ExC& zi~V%kX!?o1c_lNkhR*i7d}sXvobf!~c8l)Hm|eN%HUx7v;xQO8SCfqqAkm*a~5}h!^*dcj`o-J^JCA^P(-l)ghGq|+6a=$G?*oM z#3iUxWy3{4r{L=R0k3=I*Fru*F>mtA$gpGUhrh#XeIQ85>oW)t>RKvvj%k-MFqekq8!*nh<0`Xh)4m1ssI{9YQ!+7PKHrEv6W}f$6x-J7LGLjM9 z{&mZmk@u`OOB391g6Gfq^_%y?)SoY88Vyhx@RAiIYls?+E34BmgA>vGL!J|dIsx*) zwT*XHkd_Q^qc1e$^S}^2FaqLHUGVfC>2$*USX*E6igaL9JsoK_@cN6QQkC=WlJo@k z{>zlN^~e@RPT-c+!CRB~J=%ko|3*KGTp=WcNmDSyGPre9Om0=w%06dA1ue&!93&hF zJN+7|Q?@@}S!}c)(7AV)jRfkx2hT9X6A^5B4tnZld4F8X17(FBuk1I9uR}{rZ;ooL zrcaZ~j$~otL8)SNSP2C)oRjOwaItWjnyfSr&d&%rDC)PW_1DnG2v5Fo?(;1IK^K3d2HrzHy|3>UnSpheW)esQ};SwZIKc1Lb`~ zi^6Np((|v|{uKh5Coe2rqOx~7fc)^an0#MWC0MmifsuDZV=%^n2EUe_Rn?N*BF*$C=PBHPuw}<-t#2~ z?jqvg3NT^1_w}_-%(?n0%X2zbXs^|pG3?^WRtjFlV4HsDbJcUkZE{ZwAcQ^DjJMoK z_Qr$!0totY{d^p_c;wltgfsTGcxCt@01KF>3-0UPN$>dH&QHubT41YRTD+NQBzo%< zyvTr5@c96p#Rvhx2J;o-46fHjQ#s7EIU@Dts!{h>fn>d8NH8kKZ3#?dOZBDHD-#R} z69syq4sNhZ6TI8>abu-K4`@5K9JZW{R&X5vlIC`xDoX{kHbl$cHmX1T zWl0(fO;jUV%K$HOL>M&U--hUI5CMZ5xHHPX9n)nsM9g_3puj%v6TBS;+>H3_2kqzI zA2+jy#n#n>b48JojWSN@u-xqHj?pMx4$+Qhu@P9RJ2;3S02qgf?x{8j4rHPYn>7dZ zSuNrWzYO{AZ8_g5anF%Oj7ATlBj6hPOKGQ>M7UJHCjSyfV{$k%9X*cz(j5Md{9wKi zB_&2%!Hp4!{_;f{s|U5-JtX7$B6p83>jg&2)xC|-eyL^mWw8@w(|+R>u{b-BECt^i}Uf03|{ zPu@E0aNpi0qfhn(H!56JqlBge$H#y={AADEGiX$g<9=VIsZr6QE9qxz(Z6fI2YY#s z9^BvFO`v^&fROm24Y>)2s}0@-PBmkH(%J!s#N+7_kS$YKW;s{?I|Do+sxLqtjTj+T zG&CJ#wL@Qj_nsH1{25jUoj;lmk;Z~D_cSu!3)~@Nbq~QXK5#2%!}WhtzZDX72_c2P zfs3Ph!}8_%K8~Z3O3*@RrknPtwtI3a67N(C@|?DQ z;7mlvCrl7}w8(Kkdo?_%&C`EK-&TCD=QjNYYU&kCM#N$o9woH&UsdOM?!?SZ8Gw|0 zF%5DGHQRLRy(J#`Upiz)4sl7z1l4>K=zzsaVD!)TgPuLP6?xZ8ttgxA?_M4o@#84e zqDiy2>$&dv44kP^jy47Qu=sqtj`7|HyI;QFM}bEJqw992qldygG+WBw^ud7F*dCjm z=fK01=oq+e@v56dzdp|-rC!7`4oL(fwv~SU_MY(^;W?0 zl0Chq*84T7#P|&VW_{e9ys3Tf%@iV3(Lht?Tr(}s&>RLQCTmVrH=V@RltqtPQ=R2v z{ScrpQ#x<+$UvnpQs{XueNBz}smik3+;tz{biJ0NB?;f0ngt)jY-E>&mFbnUC=Dj2qvaHcxXnT(A zN^!;i*1{KC3=-n(2yn!OhgF8%E5ifmMHB}Sp>>b5;4f1UN-%+BfwE}%e4i8orXS(( zNYD<$Lvz)~M$(o2AeS5=cj;@7rs^uQBN>3bw!Ys41w!(~0PJ2RV)l)T9bbg(p(o%b z$Hx*MaYss%@VUi!QGs%6SG+9!#^m;+;|4Y^!VfaihuQZ;5DWs6zEu_+!#H^7zqhMH zCA`o|y0J&wtJ=$Yn~(XF!X*h*4`&~n+E32R6AX%%|fZz|3S-$)$$gQ1U!budI* z;SaCXFNH5{NT3a4-KV{7T)*2T=z?p0I8fg=!CwDK61Yay!2>Ids5_`jV7mz#;PJ)u z1`eTcQ1&=~=G89EqUC*|QR2G2^;8FfU7flM!5t&%u?tn>|Bk8*!7!u+P*ldYb zs~6&`aegxVA7Gp9`~e6fpT|Uf*gxzB)`S&Sb!DB{EHrVWb&_u_S9B`tUFj^`0t8+D zI2?4qIn!VWGk-~plN_%;OB+hvqSbz)@E3h9yO30eXu=+zF2Qf_L66oEeP^rp+84pU zk%002UhuLreS)99WmIn8@Xl*ivSob~<0Q$!9>_rMjn=X?Wft(U@)Ii>4!)bXqs`U# zrf4tI(|nW_Y;rWnGdWhL5D^mf>T|J!k9jr`bLYcyp~o}%ORMaxIQvk?se6IL3r<&@ ztmc8yx?=_5RpAakJSg7>7Dpyoj%V4z%blT4!pT1A@^`<7I9(n0jdJ&uPC7cWP}g&fm={T4K>(5T&)ly|6TEk>D_Z_VCk8 zu*=-=If9yGk>It-Qi8Rw30c7djk5(Wq=lHCc?r$|v0U)d1J%HBY zU@5d^;eTP+{Z{N`eg)1N*j#=geWk>~EjJ)7>T=a|#4qIht^^dIwMMR-ptvbk+$vOp zGrcPO_$621eZ<46I(awt$=BvsW}pM{2sg{=yp`ulM+2-2xcAI1DtR&xp@HY7mOf{- zz$(qA!-=T+o^)o>sqGDokS&AHIs^o0tP=GH^jKH{V4PE|aYKF$!ujeD8%7l@eV_A` zb5|(2SkG+UMD0f{lo<7WD|?Vvp*U`v6w!7DH*rS$D5yKBrWA#qfomagdkdrBoof9nB~hJ zizC@xUW!AYD1lF}7R#gBU<*7 zC3@|3*vxofu|g8!jmRLNO`j}~_@FKk87;h(V3?H@qsiw@Th8qFEKCL7Yc2zkL;^++ zM9bnE>nXr#&M*=TIrw1aH~o-uoHVV-MlTZzH4v*IDzy~5aqEhPR3oX)095>|kZx^) zvm~yj-Q}^{pQin1f6}1e9=F4Qj2jl=j(c&**`77W^meb=Ea-EnzV?w`33y% zZ1WK3T>N4NAx0Ehbn#>+EFr8gcq}HT5Oa5osn)UT}d^~9{nlqLlD-) zq9Ffuim1suE%FP|VZ3yOXfun=|4NF?w$-L1dCWo;YsLYq;StW520u)G6<{+xDVjQw zv3r)U?+eX%eV|9HX7X9R`Qkw=O=T%xMdv-qNixUZ*O_b#bEm$4ndWXED(N>6N;UWjrr>zyMx+*|+z7qf5! zYrfO(u%ZWo!^I&aB)F9QRljKsCiW|qFKVR;tSod1_L)lg678~~_?ykY z{N#wM!#JC@Pff{|XLFC<);|Q?OfZ9t)`x>7Ds#)HZufQG%J*sj^=L?DxxO`*S1GA9 z!s96*P4*nOL^n$EScSN4gSk>K@J%GJSMH@;#r2tyYa6*m}IAzt@r!o&W-TXa0=1;>83K=xGO5O`u#HC3;lJUaB zSh+R+_PkRg-!`ts$WBLXl{bCqBBb@|Lc}`P=W%p!zfofe6M>8RoZ~tc8T;%THlgyp z)lA9bYRbQtop$4ifH{nUf^}m}cwBtD+QfXDRmFE3a8QO!P9?z0tNu(R79eJ5l`m{Io0iV@3IspcCDYd}De;pV$iL&Y?o)Q6T)G5Vz$0dXSmSkI< zbhLNgWu&?P0sEV;5a7_#q;k!`O^iAQKt{FnTN5TJ8?1?U$;C+WBPhx7l(xMWB`rjDtsc+ z?RYv4(cXe7eW6`dfgm+^S$VT!yMJ-uPZlV-GxI3QiN4)d-$?NA@_y|YFuqOwb`T@pS&;e?Ce$Lf9cMuj*l>CIu{*Fib{o@B?YJADM$}c9Q(Td zc$w8p6QfH)bIaDm?>2TGkB=JJ)Mk9b$Q49Jms-u09w_rSE_Nv?g*}$-7(3_U+K0`d zR{MTcVxg>5=eJ5rC?J)nxy-RTOjwp&@`cm^xfao`@VtOzC`n#oEp60EQV&-RFPW#!qG$5v1NjLg*x^7Q zR@C0sg@_}FKRmi#TIoB5EKp`uqu*ScCz0J$pLZM*Phr5&u#9Y6+o%Blfb}q`lZ%6l zmDqOCo9vHsP?eK>`7h2hFtEyhpICPRFVF(rH*JuGvpY-NeoMSI;~i#lDl)nm%g6fh z4XvAhcA{5cPs;0$WC~D{W0E&sX@sKGPLEzZiAF z%LFwetiyugWEbI)V^w1CQ`pd-9t5+g!JE$rLUm@cq1^Dj)g>D%nm&vR0FRUpCyZ`p z4UaiNP>-jD$2RlJ_7f*X9XG|8I6~d%E!g>UOLKWf&I+J^Y?>dgCG8rS!Livl>)KYw z{4TYDrAXow)xy~MZE^hi;WTD5H~HVIoCJa0QM{VJ;<>e+QB0ORy7dAXd&b74TJP0% z&vgAo_>acDgQ`E^VtBMw7jS}n{<_U>eS_P>wFuBRvAlDp6-fJtgPNTZfTl3WQ7;(a zq<$%wEZXP`xsL_`L2Uh>^|6sR1-ssMWp)wc6|fZgrO8HfrHPEAq7n@aq3@%rZ3|5% zBcaq1>}yFa1XZZIdcm?t!bpfPRqenc%+dUjpjUl*um4$Idabhm$Jz>D?F)dvT<;%6 zko09Nwx;5+z2~F7SG?dK>gxt=%gnFurytAsF#C0;KYo*&JiMS^Y1?@GH|B85&JecZ zk&9t)A6FY2Vm6?)U6c6BxAxm7e?qMq{+kFKGPNtO+w_FD0q?S_=h#d8+`_c(w%vM^ zktp$4mJw^oh9`Ns2AeSpt=T!SvYS-)Pxtxd)QQaV8K{f07KK&xj;&7{J{F8SP?`S2 zQ21=pIMN>%&v=WbGBcQ~KgQrQ1rjHjee*D!L%<8oTX8h=RcUa1#f57qn;i>NLovG; zSm%>)QO;KNSEEvt1SO`H3wIbL20VVOG@305=I)e%J;!2$IR1Vfi~R|(#t3vp|B0g6 zkm-!oZRojPbtEM0m;Y^xK(H9wL-%^mp>#ZsI`E?nP7_NkLeEg;n+Wh7eTN<(`}2>1 zCgR!vrm=b=lUy&di+y(io!ObWxC#@3Q(>Fq-nNCCuYi3@i+LP)#n_vAFCo@YUj*9Y zOSZ?*H!h!x&KFM!in6rax&lfgV(o%hcNH1Tp)RG7i9BU|%;jnROhM&GZbjLe1j#7~E{=X5T6_BAE0ZC(|Q8v41B7jw+lFjQ`o;_|Zf=Q}L>X!H7^BvFcY zXw81hZannX&q3MY4yPFPpgGD2<`{mou9J>6i zPg_!LPRZ?{$zn-v_Q*urb!qHTdK~w|DR*qb3_{)kQ?=(&+N*J5Xow(aeE6?mZGa6w zrOiM3SP>RGWK`Rk2Iz6fOI9D9EZ`=#yT_NaAddKyn_kvdj?@kj9kkH*g`lZ1)_*M? zDc>l4v_D&=TccSQ}FUtcE0mZXyeTri$8YCVZlU2 z0`m`Dp#O@?p&7yVihQq(yEl5*cU6zGDh2v}JNf%})|E`JSK7%1&W3RQV#CuyngJKH zt8>`^(5;aE&2*1p00;Pra4e+=-~%5|FS8QQC_JjVtK8p^2QR7c zT8np*KH;4lV-a`t5eL($j{?mug-S1WOmYh{-5*u1EXJXxIihO}gRU#U?|W){CZ#Gh zQd9VKTh3@F~5hD~t5FIX!8Vb zScO*s)p`PmLm5oPGt%?ZD6-^w)Tq~SDPnLNT@G&vSCkDL^y84LjYXY$YH;R;AQygd z%lTJehKAHLB7bv62tzNy;Wi)XlItC+L$C8|peEQclOSt*k}Lr?H@*E6G~Lbg*3OYE zWq)g(UIO&?4r+Fe^ibA5+E=DeR`5t8uQ}s>4Bgq#=1a-U6&PcY4l@H;OKx=9@*r+M z8n;_N&PNV0BhNz?^_#kvQh-BVs?=y&ck?xuHm|0rc>V{(=Ko7-id=*K!z-$$D&#zx ziNZ&{Q=RFFnM&ADAu4f!Y=(OG?hDdhF|y_4$AhMd>!!9Laav}PDEu68xFm{(zu=81 zH3F-Yua5Ldw*iUj}qnDa0>eUu=*<@5Bf$p zOWE-dvn@G%BkHeGfaowQY2mrpiykF7$2I_P`qX^-ooH3$JYy$G|)j>&_x%82xJNZjdeoj3{F6X7bFs+O>Nr7Tc|?1*6!O$^C14 zV_-gRFTd1ZUAjx$K`90kO$6W%{|8ptsD4z9AXxdW3-hx^i${%6!8)5wC(SwmrX{gx zxGVa`75~)W8l63G5d>jp*#`t(H#VPo5w6tkO1Fcikf<*s(c6&;sPVNzYdpuZF1j8b zmd8>P6yRlSZCosWjI|uaVo;#2Y^ZD|Nn1Gvo=J(-2Q;_wX@~d9hW2o@Eg8t02Kpek zp9m)ZEJ|&WloM?K$WfKfIR3bqGGcnOm%80H4Ida@&s_j-E#L`UaTs)M#B^$Lr6I2E zn|HCSM;}e+BNU0@&*=M{h7NtovzaDqHoZjDd%d9iPYZ_sPYWjSd7C5u<@plClk9G{ zDLP0Ib{Tqg(m5fVdMAHqrK7xybowvEa~!VOWnW`DoDa)R4(MfAG{@ z-^xvmHzoFZVF*W8wOgkX8$xyJqermnK3GNSLo+S@L_pAF?f+ZOYC(-tg%Z=1DxZQ> zf3tD)O2qNA&WkcJmegJQf!3pF@{#B7@M^u^){G$7?dAVpaFd9^3m#KCsrGG}xULw9 zr8;&BY2okkm6#+xu>|RYSZop2tYp5$P|UuU3FC>E-G!#~#fw6vvgp>65^cnNT|E ztqjtrm?iEKk~rnRE!^GFg%_QZcp^X`#?l56?k-ErRqXGHq^zdac4VVF=0r==VD#2H z0Lm2Gh8z3l-nXc6!AN^P`~Ohd;g730tbotqWnp*eRk{SA#$2{-BD%4v-j+3YG{*}E)BusNXj>3Mq8fUYCCF$>&mh*lt2 zpwg+(5_X^ziZLKbKvh+c*+3%6qiEFadmJWV96Sg6AqmJ>wNE%zFH>#*5(*TqUG?@YV7YVPVDee6J5 za9(M=l4-GmfZ&t;Kbv09_FJ~kaeoP4Ug3_g$jVfn()Y<;M)sIOf}9db9g_8`E2z9` zR_pbkX1p(pNaMQae4jv6$fo^BBbHbmYAv$Wec9j>&tM%U@M?Ha1(~ z_4WG@^fmkNUxqITUv$FExy~XML_G@$8B$q=%s!`Qe@f0cjeX^QF4sFbPjj!@l&9fu z>`!zt76Oyf*RtzgnU}%D{f5rf+nAF_%J*qEbnhB7IN9K z45LekI77iiFKHTmA)^)MMR|4xksr?$vP7oQh&FuMLoOf-i|X zE9;O`2{-wwGd_8zH~nY1#))RNTwBC$5sh+Irz-~Y2<3vuhF*aBV!L%IS_C~n8kXse znB5Mn;IUXji5ejmj)-NOO9lolaX4lrxT$Ru>-S!^Ec@#2pP6Z#s{Wr;K55I9hn_mX zR#DIYR4f$fKR7ClY)<<)|9eRU|JLac*~LaEo#;&=#WV73%=_cC|L2RX!}t2;PG)^8 z3dt&qL8^>er_vq!z^E28-FH8445dQO%dJ$=@%EN%kKFt@k29;pFzM2Z-20{pf(Lir6tY>hF$GFW3R~#jY47{PS=V0dqrWTO)-@PfmQu+bwdGs8(gB4S!Po)P@uUjs zhN!N?QH+JZUvq-&vF7qeC}lHLV!g!ih9Da>JwC=l)z$Qgv0^ky?MjLbH-B~}HG(51 z7T9D$(f;o~#CcdJS*d5XzAeDAFS8lHUR9g{_xsQ<9KnLMj1;xPm#pvQYsM$x-ji8?wsdSqYTN zk=7R(X6Rb)xS^o%Xq^8cd}YgGBOgTbb*>94^=N*8MgVT z#;alh$+tqTjW~3G1yKv|^myKKq2v0n5KKURCU@f6pm|@?uKHbW&as2A=oNn)-|{Yx zvfbu4b2qKtFT4oL72S|~zusm*5mkLdP;XW~CJ^cA>_`@1i2;u+`nK&n^4pusa*UWz z_`6?Cv8rOp7EV7>Tb*7&%r5=pqoheQf4R(ZmJh^~T%HdSkKJaKM~QV^U&8%+pXVIv zng7*s+f6zSxLODCf04GtRKjtr8dy3hGdmjt>Ed4PXSS+qbo7=i9)WIakT0I5COuFm z6UC&SCqL~Ks!k&|`!8=Y%=t-VSqL&mRi7ZLOiW?fezYhLB(@yf24Ut(is_=?sjE!P^JD7{#y*ihtVk9|k)>}|y3d$57i_WYnV z0ptwH;<6MV@!!t|hyI9Hdk1Bz*)5o5$!{n<9OF^`YMzeTjkuv2&ipuzwhkT6pOu_` zYmdzL`{tfY4G!?nV92WaUxEA=BxGbLiT}{Ip}(}$@XI3*B}MXwQ{b;Fu_?{IG22hP zu`RYzBg*JKEvVd2cOUexcW{9ePonD+t3PBmk?>kj2UL8&W=m3~hC~wkZks6YYPcBq z*pCs3xrsP%qV&}!a#Y9Wv@6)=&GhlP<*WalOjPiCwZCvLLG#u8wP|&ziYRKeP&Qnt zmIplIc3eM6*15y3MG%^NQ{A`fYE;<5I?dBG3Mm%;qk5rF;7A`nQBX0go=+Ch8;INrv*vxkhet3yPRyyVC52}I(y1^xY!1k2`C>rG>5Q5EJFaylP{}3# zU75PBEr(N{?q~EgvHdG+@X-jadEP4=jY8s-vdz*Fzz&;iRaxcUZ> z^#7&ug%u|-&zPbA5l<0`V{g*C#PqPBDic;KdwrefR%Oc$N<6g*+37ELpsjI64T83T zAtj+#Nflu#nToR6Y3p1z2od13a{DC9T8jIy?DE95NWFRv>qfYRx%YA&4O`3X*1?3N9eena=4nvc zUpVBf7KK1ztNbDdQ}D7DHd}mThp;0*MrGFUri|1_^Xv%j!nXZe0|5?^z_z3DUm)fq z-}{kRsw~9GDB^|y%*yjhnoh?`R4J_4+(^iH_EKzP?YmCK5-3x(JanGab@6sObmqR1 z!0(n{mW8QaP90n;?!`_K`S-#q@mKQBl#JS6(_Pa)Mw;JpW;$YUI=aULtt1v_AdEV|qyV#-b6Us>yx zot(6vX>eIBqui9i%rN=OW0+CU%XjIC-0lTusluwjl;(MdS zYzS_ajYZlzh7{y}bDVo%XJ}S;cWu>za8*nO{25v53AS-17MV^Xn);`Q&Z2 zpUUm~U?tyb)6){H$Fg-v^8o>V_H4f@<#sGq)WdZM-Yz-?#^dJs zNBGXUexXpc_}JoavzgY`Tj~KGk09CeHNw&M%CD=@7D#D)&ogk4E9|eN3W+qWL?Mco zOD51m;w(G!1p4twuWRDv-uv1%&sn_KYkc&34lTC~t7z4-&=i?rrq$p5*I7sP;xRzZ?P4o9U$VPRY7=S` zR^Az=Ykal0$ZB>JWpn!3B`L-Dm?f~+-p&FxdWej`O&^F2b1oG2j$J>jnLLsD%UgSV zBaa#PHc=)cHxxtP6`ZU05ZBqF;eYv_^GKM`C`ckmq91Ak1L*uu#AF*w^^bS%e%A}M zr#s?)JqHbB=nz6y{i^V-u?_tpVAA?nz#J0p^3&6EcoX9>(Oj!wY&Y8+DydiXflk4T zoGJ3dVw=W}jA7{*4Jy?~bhiu=b~!v1Dm+kuQgxC`>;!#Btoyc(nUF=@1fiVkM13~$Yrq{Z3g$xC=;ya0v`o&NI< zUb32d%V|WsxuYyFUlZxhER!r!Akxy;p3ceJy#4O+PrvtjfB5tdG7kr*&2!pF)6hP? zorK(V+ZJNCAJ#f^$*uq6kJw-%S*)@)HfRp9b%fASx!kOebkt|i8Rh~1(tmH0$wC>| zS4;JacGZs&=3(TF9JvqeF>M-w1skK<<5@|MdUZd&{mio2YG= zIt7YrkpRWribIM!6xW7Qpp+uT-CEq;CAfRB&;Z4)5VUwG?h-Uuc+%^-?q}WW{Q>W% zXTD@jvewLb&P?{~J+qJFXk!7Bu*T^am!HfN{R}BN8&3>V3?mBHGQpp8-Oh zTZ+|4TvMPj428!%w=;L{kWm*iP0C zp4RP(NFQ8sIOm<=Z__F7jef~p_zfTaS6r@H%1;}wmL2KLvS?dSLw;Re|K>Dz z<04-RWn!-3wdY@A#sKxJ?Zm#Cf$^)>UN<)v1=~H&$Y`>h-1FmW^gz}Ea4Ik?KEg`! z0@}jf4Tlvp5I5;pF9TU2U2eXm;i1`kRKYk>~SzeTqnE$JL7ak`>pmSty6% zx4_65Q;#h8?mMaPu+}L~N?0KsDO~1fsP^DSYSA%%)KJLuMfyoYJgF6N$TxdB9DVbK z_{@wlYkSH@ZkMbNl)7NMV(4~24UcW?QKyV6IdJ#KtbJ){*7mD5kFd|*B5wD$-l{txPQgh$ zrE>7kp;KzzOpH2&tmAwh%Y}D!N`862guel@km@|)VXRyJX~Vl>h5I~P*M>L5P(QTU z-3J0uPf&O zqWVj+3!0O{)!5Lj^epoeatDVxn*~xM#GjdL@^u8wlZnWm^F4{ZW}nY@%x#fmvPA9% zIGW)xujvyN5t5tKd1HRIO^4BMQ3bPH&({)EwW|3fD=vc9WY4){zyp+pj+PuY7W!Hm z3=tr~e9k$2!gD3=7p}NnHoM`B(Vy5{i~mq3HJSRYZ_JC34VCvF=2_7oUsib^#&;UO zC_{t)1_2=14%CjX%k28#;psjRY5jw-u>>%2{`sX%_iCm;YP$ zdvU3sU!Qw#AG3Xm{Bqz=PJ^u|85P&&Wwi0kIWI>SGhanH=F0VL_rtM>BGZzk@CS@? zac9rl$&9gP8@IbWdgpLel0`N)Jp(fJxwp-GT~k?9QGG|H#wD9u5vkABZRy<7 zT2-X}CysS;dmFMfp7lh3Vh|g}5GJXL@6zL=^aMZwVzE+V$D`H0D)FpiS<)!`sXd+6 z(QHecYys}M0~{TavynPG52{m6+s`-M3mqKW@6rI}ldWpNWPYf3^R*u#HyoW^I{p2`rmEYrekK zXMAc%lA#+;mv7g&n&L)XPEk^?h8AnbWvroNeA_rO;D`Ar!=fWhdMW8Q_YHj;3!%Aa z+SSB%6R+lL?=vXk!^Xzx+P#zw__|C5De>OZci!v>Ui<@!Jk_E@{t`PU_Buu@a`;lA z8gub|4REgCXl|xt+7E=bpBOCs;_QJpXDP%wmn)_Cpswee@_q)psex4{HEw9LoyNfv zmEXAw%KE{ZgreTJi@aKj4Z2P)l*5Hc$ab%kB+8%b8guEo23Yu*Bq-XT0o^@56!V>MK!KsgWE#5+A#f}p%*z-u2SyYqh8>1!xMK)Ei3io zU-Vs9y_0@lZavMuU2;~6>lwJTY<>ORS70)+7%JkJZQF7<%(rO*xJPWZkANvtD-SEw zQRW8=UrLr~JpEeWUrm(Myv%q^p{~nBY^QZuvKbIG6n9>E^cT?n3YrDxczpzWh5g9J zYo^SGYZ!s$5}6p6tGA^H61(d5^4|;$s+ne76}|BisdM}>vvBF`ziI1#REGLFV~(i0 z0eg7oV2ao>m*6e)>-$yuz|4P^I|q2K1@~J|&XWYkdzJCLeNh%Pp!4z*9d{gWCnjfe z2}p)XN7JuzYpzV0kv{r`r)#0({$6|@eJAYAd8|(q1uOV5kQ8DHy%w~!qw1pQij<_# zWTm_&Q79dnfmS5gopit>1AALJYif$Ajb|oPX7pZEjZH?$gR&qeL;&`7F)Oq!@+(3b zPs;GeW=jEYP|Z3NxQ|X3KGFyUa$S`G^2Iv5^^0GSruV%yJzf?-jc#@Xe;>VZFqr*z zugB?K?NNI|{(=pi#FQ>zawzRg3NmcOAu?3vMBTmhCLYWn~)e$82|(`6jlhMxuGWL6dsaMB?5F zH_IJlb!PQVJbLV-SRE<*|}9;DvR~Oz7{{b+eov#Lu{IX9cYvn zh6~fPLX4gj1vt4?LCgz%b;ZiZU*Vs|VB&5@$3~C>yzY!AFG(4ls+(*LPVp*H9NbGY zggaHc>j2mGW!r#d{(JFVZ2M3!4xjBUUeF3>yhhxGzR3xDup{^iU^@9RL?V*lFx)C} zx&Y|~De8zk9Rx9*WRz@79Aq`K2;tJOH_y#9u3dB8{BqsEI}%($9B0|Rh8-f|cqSh2 zOe=mj@>@Y-$WzI`nEwc)43rRLf1q_cxWivd#?BdZ3g-`$xw!zAq+^=Ch zDF+J>;N>;kNyeuNZeaOf*Yu9t57|0wH}S`o@S|Q67nNm@Z9)X^1k3r;$}`-0FWYm; zmk3k)rizaPnd{<%Tx^+X4O?0~`H7O>`@1*MyZmSs<>KC<-7B7%a61bj)9X;O@eO_7 zKF>Ro6AkYCtCAdP(_8N5a=v}Kvp?K4Mc)2r7}@u5=d4djL;MsJ^QaUiKYrv$F8$e^h-#y>*)+%<}Z zm)+T1HK;T$C0i4I>(cj8Fw>}6xwsOLBepOf0%+Fre!Z}lak=JT_~ zSMai;ZL zV(QP@)%^KZC*9xE_RvRu6dv3-#{gwiU<(8(1Oc;Sd(J8*$=6(Z9rrQaOIhM!cVKCX z)ncsgoeme2oI{+_87t-j?DT07ieEqS=t(Ak$nhjv{m)Nlk^RN@nnOSjC*RRr@V+!9M|#KPPdi8}+s6J<=+bv4{LR7b?1^(qY~uOJ>rK%+;n{-F z1rapB=#vqd>6at9jhjKZ%#J7Gn>srI%fa%SMeRqy#11LIg`6>_;O{b_ko)%*^?v70 z^C$D4MNfLZZ;$Ob*LOvq*$;ZQZu4;-=PNM|g;6JyCoV8wYqGNYdh+$0h-RoAeD7Kq zu;4Ea<7I@4nVFhAVEtXu#(>mL9rp~e@D*#a&7Cpz$!a3ahkYGdA564%ZET$}laQF> z%M|?L2$#YM4IdG8^J=em+l&tYxE)7?LXvU6tT@!J3O&7-XxRwaTUy3I(X4ko$Mf5r zJUp_$s@;}nW^kaWjy3DFI_fF2zrQ$~Yk*$bwcg^v<^0_cN0XuUx46FdeLyD~K@MA= zBcM-|R4nU0Tu_Y2?Jpycg- zRJ*buGAvc!&#K#q`Ehjm>{^PqkYsZx z=Gt*rESYWCw?s9_%)t9tWYBV`#k7nG+qmqyWsKc6jApJTOh7%{qRS}J6fMctyWa4fWD1s=U8k`?0*0~WP;yNzFrd>Lzs-ZNQU zKwrO!)#N_gG5j8b3-n=YtM%o}Zuq0|X+Ma@ozt+T1qtQf-Z{Ff$9MWD!n^(`n59d) z-@l@(Vw5F_6n-%ymtJ9iMW>cIuV!T@oY8*EjNR36Km+`Ju(wnj+=asqLXwkyL^&gd zq@PD}n_QUR@7$;xm~rQVNxuSy;`qKM@p$9d} zCni%PzMCjDu+~N7ladY;yg>br88-_J`PT@_k|r6_;DFn@{F{zr%JGRNaF zA&`$rbf~_LD`=$mh@#zofBe_+;!4NxsCEUCbKUQI#5xS>Uw5pyxm?3Rj97N`!w`wv zK`&tpsupz2-xGp%*Du#U9s~NbR(|Zyp~8tG*$ZYG4aL=rkr2x78%R7B%CXz2s%(H0 z$8E!qM3;XWH>)fMw@J$wK+`WAKfqwoFbh+baI5~^^y%Bg+Ty!TZ+g#b?-=K^X$8-B z28wF{dGxCOj(1q1PYCYjZlFW)EV`redLNR2-6e&5_I1@ZV?u+8bH0!4o-edv_FTnh zwWOQ4`w?!}C>+up`>vO?o0F8|0EY7 z0g-PMavVNlY9sQ4u{?%6f2Xy`MX*|OC6z0tUOr@d@t(brp1aGVhKi`o`e8~v-G{uL za?Z(V5;@wH#`hKXW#cV=0*ciG>%DAc56ehmEHsD0wdG zzhka~!wETZgV1mGTd`}Q(%)Y}Tn_naS)-;X^$ zupPb@lnj@Cj2KMF^n@S^jqBXni2Pd?i?)8{0o(uRc-{8Slv?>@P!0wivyy(k6*Ser zY)o2sBL4L7H03}nTZn*cC63qhmc7?t?)z51>9qwfs${3;=-QGImDGJqBfaP*6k25` z(2EdTG7xczl1M;i)uRp77{K(nTKbpQV7U5^Cc7eizq$ z!&kCY_iTU|WJjXU(p~p(XnAPJt>7EsRy*rvnB& z`zMs4JN27Ye}K>l{t}V{hMcy`eqKS~3-eV(-ApVQc}B1juTxP$r=o`#xqQQ|6rW8i zjo5t}VkQ`N)wTDfuv4B1V(%WzPig=SB`^)#YoA(j8a;_^ZQraUe(F54wDF)+Jl3ST zg!CLCvU#=pgi*43x~1h-(T!pm3b_N+-A@pQ@HMzc1G?O`0 z@k;!Gv_aTeRM}8cKbiqkrmP@t{6@MZ^>PYfsRnns$d4d%bK%NUw%(1Pj#v_Km6Bg4 z+ogZSz{x4gI~v>HV&=xA6BN_PqazB*64o|-n&W)$pbpMN4eKv$b+Gs3)-YfBZu;+>o=x97hGIWiyPH`$ zE@HCVU+Aj5%?t)8dxHGz0=@5sX72IsKA+3KxF6$eF8ig){P+#wse!-vLiTWki!4GHi)o|sCe|PNGaLx! zmSwyMSgEbprnZuk-l(_Vlk0mqoyES1F@spfBG}F82jv29j=fEC02IoldObu2^vQc{ zYWw@Zy5nxRD#ufVfdT%BrAHPOQ=c9D{D|8fuEBB0vmf8{ZM6S>a_MZ5eQzgbPm-{2 zTlTv&=34!wq|qkfYQ6vY`Lms`rV<+W2o2J)l>+y%-$Ey5u~gS1{>`)6>Gz|i?0Sl> zWjQE964V5s|Pkf02XcH5i+tI;MN?jvFvWr|+KN2{P(jeIxep zt=PbYQy<$85AM>Gdkd+;bc}U>76;$#+SPGsx}m{ErND6Fhaxz&)W3Bg*-(RSdaVkR zH_c6~)rw|3FYXh!inFf^t)`%o(hz&<&Q-iXK;8S=6%#5d(u*cM?98#Mo@n{TUAhzUyENvS-d3<&SWj&`+E25hm`};;Fd7Q*120-_2bV-?8fIj!xHY2YdUSnYSXitBbrN^+z8i z6@h8qthM5mJeN?=I;ysBJ+FSYGat*DYkh>mP@8qDB;r6_6nEq%qrJDEoq4KRK55;p zToO03*Ly#Pin@dqaIxRqUsWpqI zq;+G{u4rZq?L0PRcKG<+E&Y+>$34C7z>1H;^QguToHgIhGVdSr{;2NwP=gg3M zBjvvArgD%+31h{*`H&atPqcXLzFc{5N%wWsdmzc|VqatwBu7Q+HjOW?h{oOU)T0ep zX*N(c^V(y+qk|3@Wnx&qbbTQg^@mwVl8*b{TqdjeJlR-|DR2{bJ>xnfp<1{#^q#?g z)bW%1r61+m$+OX22KUjc)z${~zI|@Keog<;f?t+X`h2@?&dh@%oA0hAwwNpOlnD4k z_q9#gKfJIi)fYSKFL(wAzW1M<`q6bKmXE%x$n;#1AK`+k^8p3sk=LaZXpS=yu%l9dTeTdE7OgZ3+3z`JxihXYTfQ z3ky5?Whlr{_uVX7xk`h7R=OhbKMknZqErFv(RiTU!q9gVq+n7}ZZKxTBy#`F3LBXWE41Ssm|1n)%hP)(wYPDM4aj0CNK{) zI$r%@^8aWMcPvfZUAJ}PjVj`amn6x2Jut&4w<)|^^ON~T$l1$gJZ}kL_L-!@{*K|T z-$mZLg9&|>We4s{NpjjN##sQ|XT@>8!7X_B#nf6?7h4AjSgb$P^eU`EdGkG9Ms>!5 zTAh%GEb^E$0xmXAqPV_-$d7b1Gt+vd)IC(`^qSAnSPt`rN)tgi>M`Is_^fH(uJUb; zawi(p#E@}u13fk`8rH!dul&65=`w$oxdRxcqSZ$DA&EG?ye>9<_Mk^BLG9@!L&E0_ zqHh<(((!og3w!V*r(idGufPji&p@q<{W+PVn=No2<^3&e+w?Z^lH}VR&hGBZwG-5$ z#}as4We-&HBNY|Fb*q1$(~2vWQ%t3|tz^#JV!mWEjw+-G{y8fl7d2-}>8U;n<=p0_G1LuC5~Ff2NU9?l@}Gog)sNpI+)PQR2&pyPDJH zmaD5LbQ>y~9&SHj13`x)dCwh_saNmZo&9n@_lrh2hb%ja8T}H_Wzq9ouG@;K@lc^_ zL7sLgrFpY+3jkUz%Wu9up$0zl-0?bMJWmAxXR3(%?kuHt52Im;P+h2tWu@cYM@Loo zchLH(xIBkw`_-y>1El%Zu9iOWLJ4IbhX-&z+Bgak`;E%Ame@gz455PsVGof%GC!ZL zhWD)x1}4(}uHi`WLL!SAm$a$Yf zg|OE3BRMV!Nn$hLqvW+uwVR3SwSgREby<`LF>T2$m~Z^&+S+(n{BN|IKfvPYfNx!T z>!gFiam9FXI3g(JKhv;19zsh5)D#M@v@y#HlU#{vkB6ZZC5%%ND|`nfl?VorUmZS? z^!f#r($0{zHT+0ufgUF&=`P{4evS5}oq&AR>OxxZ*}KvQDiY5lw%A6*)-{sGL!Gb2 ziI_w>6~ULvZ_*`Gn>sEY9xS1nb`xvXJK*O$zIT9}LT3%Jc=hzxf#_3S>HAAg(-MDV zf61p|v4u~oNw+6Q@67uqww1IS#^`ij&)k3BuQ%*y+iyj)LV$sEx1&ZRT;%=x5*7I$ zw>2gkSeMRBfzI*RiPv8)?^=Iz?o8|23rO9DpSGq+=?yURnk6mJY$?2oV!P1ScuYZ0 zu7JPny;3{%z>SWsC%}srMLEdi{prPgW1T* zqmPV#p##szo_enPwc;^Ctw-eG5w=S1_@*KDG@ z>z5*(KjTQrJ`ir!%7sxeJjP}ZBAl3rI)7Sczf5^2^(U^c%$=iteC#4Wk#R!a6|*-S zB$a2QH^icOhcKt5lhtW`do_o}{d`h)+Pa`6?o4WkLYnEgr1)hA0py*c!TRqqdp-T) zQ8}EdNzlvsM|?ifLHGoHU#55R9YX;M3o}(55r?{6iAOUj&CTP$+YgW%vYQWz*|nvk zEvEu2+h}dgqCXbF&8ctc6X;5XxVU48X*RB^gI=-%lzC+$kvdm*w_3O6mUmO0yv$P0M+N_<)I-4-pX?1t;N?*=DuYKU}4B(Cs5dZI8Zj=QrhUNyfgWDCHB0BcmSJf0w&oQBh*gA{#`Oxv=i#l@a z36c84ef`e~6;dynFnS)QXb2vh;OaVV-h9IeANJ(3BVGCE%lS?czcfqi?icl|VLTno z_%J73N;3^QdA#Bk7*oZlyyJwYfiFf)~7+xm$!i1VvbwUGT(rKe}fmiCDM#b-M`@2b+xk6(ld*e+VNMzMY9q2kZKFBT-_ zR4o(Ai#cf-X=C3WAp-zfg8tq|{-mw{ViV&=K5-0QE_RnPRdR1*>0V?bJlpuxtagEM za&DqE4SV>Dar)#)CjK_veArS9I^Wa&^Dd>LbR&p;E=C-T_T{y%Tl)yplOWu@#Whq? zkc&whcDZ8I+3A~2y7-ygnw}liiqmI5-*hVFoBC|;o$Y?{-zCIJRW#>&t$XgxP3-w& z!rRxt%%b>l>{HX!fk<=KntDY<54J$j*!#UDHuhHw_~+@ZLgC5Jj9fqQ9Q#5@aY_1Pp$3duhO zg%Lr24oqzt+aF#LHu|py^-yUxNov?;*`&XlJE&*Y`^EeUuTVJE!s$dn6Y?^TkuD>F z$PWoO-8%IBO9X&{i$jYMFNiBb%&yjwS->qN?S*;1akcg&tNoAHEjkp#QS}t&4n-B&t(uZe0Gy{6>@tDXW2P_*0*9Mf^d7+NYtp z1N2fZJZwr%Jmr>w42{vPZ_E?Nc)o0>HaSu75%;obNq>ErUsP$O2!H%lmo!|-P zUN9E7B*k>hrO9)1CQkdJzK)lPBwJ%4Ihr#_rQiT(`sfUSU<1isjf<^AfNL z)Qug{eOW`ys2Ik%fttu<40%83qo|34xL2$3Ph&`S);1i)MEn|Z=J5KW6v-){oVcZm zC1MoEPh1=$$}KXk0BR1=aVXaZqOZfkdAF}CGZu{AzMihDTMF6rrm7O(&wkN%cCvO! zoPPwPy+x0+@Sgw-S;utOkl@Vrs9`z%cjH#0G)nBTc%#dc06bjl$Ij$wN6#oBzMeS_ z#*vYAob65b-=c$HsU|7Dhm!yxhDWpb(3VXnZO#z?Kcyce-k;j1`eOJ&|L>9!D-J+-7J zcA&~DVN7hy^3?+Kce1qj=l+3>rk0~e1bhwK!$Rzx;c~gtc+1OE{1L$b$&v~H1Q-U4 zQhC3)ZgS$ea#tU1Ea~s7EfrlelFtT=@7anqo82p&MnbZ(u-zAZv?n2P5r&JS34+y+ zBBQcs#oeo0)M*Nc2Q2(E&cAaL#Pmba2>{N{h&PPX{Gou&&4(~Y?kHS25C?{qM=#Il z^VOi-Wr-chXGf2$k%ZGx<68JEz=dMY9v^;C%Ru_-M3e3+4&y3zcyca_T{9O3lJ5m$ zn#Wq3COc(JyqWw)h=D$%eOmRImC|bThrPD5{^FzyKYcBunM|0eIZH`$aw@FPoZT^8 z!mCeBA_i9kCBXbNTFmEZw8Yt`%h=N=YQoo#Gd%XoxNIwJ77OP+8O)PDjSFlg#`_9V z#FFlQk6FB^LP3Tr6S5s~DqYO5T(NFpQDdwm8#}eM$N*HG;m7YJpA}b4`!ZF>=s))R2&hXLQ1`Oj)8d zQfr%dkcMb=iiTmZ@y_n*25c_!>t5@jiqIu{>S&vsgzeakIE#sbsgnKNX?JMRiy*0e zSZ9K?&IyQ5T#ricHXCY zQFu1fYESPqt_J(p${N3G=Wb`qQoV3W+jZX|^VORO7@eu9rz!6pgb4!&4Z*794x&W~ z88Sx31nEYEop!mf#^P89u_M zNXq@Ey;-r!>enUG*7fMRbmV@+(!@N z{?x-vwjRIe7$Tue!%lq5Ey!lrvOWB00GnaobtU@C#cmv&yIs|kJ))?V0QM~mI2zn{ zR!5)ki$vhv0E>8B2b1p*laysI@h-z9jT@ z5Wi52q)1ULW2mog(Ml#W{P4gAY9QMfSD3M-qP}x7)BRgQkA;6Tgm_XKoM4lL83nSa z4@VY_MlLhoWH!7T_zf=me%C+*cFU4Rn27jN zOxvnDQI2*OC}WPu3u06ADMZ2eyTF;jC}i9#`{mGzLf7+V|6dZ#ON0rFCxoZI8~2C} zPsXArf$Jo7xhKE=oHEHcBd?KEa(p!!{_$H0TX7wNCP1);J?U98@|`ma@o)JDVDdh#xp*4pE@Ar(&G`0`LTas>9;f9A7P6-vvl$WcT4l<~ zrMpNj^W9acr`q8Z?1kGhZpqj;(U7X`VswUh(XkQfnIXHhc+BE-vcb zOFBK&R7+F5NvHts4^L%cJr{B8VtO7}h3TPko~9#S0nXdZ53OQmx-iGtd&fG?q(?bl zHL5V*v}kV>E@TbXx%V;F+%Ao6RK_`!OWYM^XA0HqGSsnK$8v4lE2$<5KAqjqm?O;x zFLKL#w`j=&cUw|=LDP-aP@kbIzu6>h{cWh*?)uo~(a_o;0Q&8oJ;8h+hOu)radaxT ztt|$ZLw^_YRGsbS1P$3rdoJOEd~T%$YY+(^KWrl}A0s`fL37JgUO3cAi=Tw>g}+SZ zB6^(YB}vx-Q~avbpn1xGcqreOmU@1}ll=*rX`mjP%5Uy8v>g0FxU;LFRK|bG@ zs6`TSCHz1nG{q9yLEqIa!Po`jykWjPQ48GN=22*&C%*lnZB2@)-}0Izw*8ccc>ps`H|6?Vc(jg$RG7qE8->6;$y~UY%il(5o`L**1Y$Eu_Js73Og9usu(0G9I#iU zMQ%T7R!0`TB^(VI(@{OPpi6*rtpHckh9(u+*z~d@bB|DFYtM#RP&A{!?5As6+%QciMiRH5q&n0 zfO<$m`}K(1l4w69?paTYtLSQ3Ef?f=Af2W1O!@F)#2=XbXjE1V&yV}kTxlBOHOQM< zA{F9FkpL1^F8odptrV?c67grKZq6`8ndq7`JF4Fa_jV!@j8=j_MxW5nx7W=Cd)n>D zrIDduK7i`YGyJTZ&{Q6)2c^IYDoD^^FHoHgTJt;&oq~yj$0fdhIf_oN&rm9mk9A-8 ztn!2XRcp){hO$nm!Gq^DX-qYiN(WEq<3DIj`tT~Nm@;l`eC~Y8+rsjDc@cNr6a|_i*64M!E6d6ubm=KbWh`-R-pa{y?)ZyhapW!2OGP zx@JQFM9+CyQ^M!-Np!bcCw*jhA8Mb1^Xsd;{FR=^fxxzC$lrosWx)tHFqj9;hl}wB z1230gbg6ks8to=2^`B0lHNWxo-mWbI4?>)!kZ7j9M`UC)7iSt}Hod|bE>j$2Xe`N% z!@(FmiV`ZK>YH4oRh#=KdnJaDPJe=GW-zyajwU#}o}RT_mS`zLFgSonmVnh>k#3-L z?So&oEJykE$7B|KIe<+N{Tsmx1x!+9lRCdCg!t}dS0r;(KQp;KLvQrU@1i`!_2m*O zg?%*AT?q~?tu7?QTpL9N3v~63bw$2$H$JI};$k|%kC+t7T3^VKFj0JYg*YjTeDhKw zRV%M_-rRM^j?!x8W^tys+DJ{d^NQ7bKe0|6CCLXLWGsy84O>T;X`> zKP&K3qW#ANnHD!qNAy6b*7O~7*hvlveF@fv_y<{I^;*T|VVG={xOgE3zPKv%r+Ih- z|Jyw`HNy6f?3%KIMcsK$t1^CB=eznpdtjpW+0l=_s@y)3K7 zRfYvCCyGA%rkE3e6w4G1us*?u*+G;w&jznQ!$F{qaz={gBo$ds*jM1C_vL;rXYilX z(aef>Eq~V>M#iHDpMt*cw;xSFApI@V%_6{8);M&F6RqMSX2)KnCk>sRGa*CIbUkIM&JMtXAp@oX$S=)A*|LT{u+#aH$5rEm2E(FLdrW zaB+_5BK*#Tx_UPk=L*X==HXj$W|0S+Sir$2uox*UIjBv4v1>z-`;)f2>(3rHe_zAy zAABgrHpVRbr>>+Ofw|ByU3Fru+<0lJ2%HUi#sN&cn5Y0+4*xA(Y0tY-JyX2^{PP<= z6bt=Df%-N-ih-jUG&q!?QFGSySI+EOG)0PJ?M!D8A zz|?~sk=*Tf$uwNmGN%`oM{BRoz9rKQ{pw!yWXDU$ixPtyZFNBf+s=q(|L$P#0snAH zV7QQH345I&O2!LcSxs&~PaKM#5Y~U%w){s4>SJM;i6uV18w&|e==rH7rx+Z>U{-e~ zI6gho8=0Yyu$_q)iq-!yk!R2BcM!W~`V_;7rSH*RezG`|njVMD>^HK6R<4asJx>P4 zwNJkRnT|hsUGdmne_Nk_$+%mT^I?!Yf!FQ%SB01#eg_S2l0XF#V(?EfY!vJ{)dI&%`^ULD>hevc1U=1&RZ^qKdEzE2Z$)Euu-mq(qO7-sKG9X3R26f z+o&X0#G*=`i1lm(h0m8vfWLatx)rGg{kGa-ORpOD*|cf$go?p#;|cB(F5_KXNl$DM z9H?Evf1lC16-Vf>Yo}`$cU-BpHUE2*z*68f`nJADf~Zhh*S%cI2_mt8J#Mvxl{)#% z(--}00bd{eWq!bLh~ugDW>d>><8vkZFjgv!!`AIME8gL4F^5C$5PBPwT)yQymN_=&K-&fC)b;s~Z&Em<=A& zCNkpd4-({C(~#(xuqka|&#z33r)MpJHl55H`!1$mU)U}y8+&7qZ&kVC|MO5%5C45A z{H`1+BHT>*P%1RXJ(C_0Mk!a+`p^`Clj_EE1_lB;kcH0EGL=F*L00BVb{LcLP@#1A znM-+Nx(8DuvAPzF`Q4ic`Fg`0+9W+~o4}xegmQK>lkomzoOj>rms&amaRK#mg%U}& zBO?kfP!6(r+=m>tf1s-oiC_p&oS@f6@2>olpK7p>B~tgU72pbqMWZ?V0Vm!la1Z zMwj_;dMSOjH2mlB(m}XIG)y#%zc3NB2zvt2KvJg!FH2qfM3Vk^{5R!jRk0GCN_<}} zaASsaBg5!tMc(FEQeBSeo@7;k^jK19C`$!@nVm`dO27R1>GZFH3Oz{zHk0 znmzcE*r)zJ*Wlwx6=QFG`gn9$hQZVG4+b40;F~^?*m{^2juU$XtC%FW-;`{uQFTU? zP2UZ+ys=+oDRhj}WsSyp* zD;ibf;(q(GdZxS`m4NL&9Inu~7U3_}Z0|t#ZUJr*J;sIZ`F+|y#G)7h#SW|6&qLMR z^T&{^lb_Czhqc^lar;flViB+xj9G~9n>n$dY;Lydcz5WKd1Yl9Z?8LE$8X~UjRf&JFu-gs;jq?=E`?~G@D=&zrky#fq* zu74-yngGI7v_jPTqnvCsftda1S~t5J zNf(}U>pxwR{nw?A$KciYn)f#rfhPQ51D2Dt-HxVk7cDHoDHq_Y;20fQYn8{=k0$eD zeVa7T{b{dPytOwCu^zZFC>-cLv=QjKu}%GUse|x4;@TSNriYC-&rDWJBh9$~T4)Rx z+7P+F<{TUe(pK3{vTWe`X-R>SdS%Z_*6tQJJJ0Xj5TA%&lGXzT+A2+b#0 zlEy@QeI8nau@$g2b`_GeT%ZBTEFyfDn!5hSc32NJ^&x8d`d^rxCA-LNSe%CJ*z?u5b-vi<2Fo`(Ob|Iu^( zR}-cBcWM4xrN;etWdErJ;Qlwm|J2@uKKjeK{a?xL{?{h`TOC{Z*EarJ+jjVW-TfVj z|Ic7r3A~^Sb#tFA0<_ZlfG+lxjV>0IU$T81O_NvYIDg%G*{@f0#oUT0@@u8UN^KLnGL_YQIB}thg#FV zuM3XP$BN{{9u)~hlQ&q;_R){64=zoaW_g?))L35Dr8!?KNahV|faU+G%HM2Q1k!O>gT-dz7yFD zFMgbB*(+!a#SI#$N3%Y({?P{OEpWAMKWx1yXW#z4&|%09TiftcLW*;6UpF6LQ!ds0 zWkL8~>yF$dL>A)&F2a#ii|nqwgi+i0=MD|x*F6LHCj36D9zHbZ?Zajs9WEhEhyjBl zluepX&vtg)EIlbZu6Zhn;jj$|&ZS1v-iq%c^WcFgq>QTnofp;qj2V|F^+|k_YH2qX_@OKNEwTNhzJDa0$!8Oyw*LBo|CXO`_!%k!JXZprBu>XJ z9*JAcs`Paqp#h-d>$O)~5dVFN?}f8{wPDWa!*<94|MLCHTQY3c{pag4-)FnSP7gTB zK!#HY&k*5d^`Wj<->Gn*sfkl&Md~Ti!MIuHplNl!qGrJB9x1ui!xS?7y|%Gs@b9hr zza`-7$AOfuR-J*t+|;DssyQB$hXDEUB#c5-Aw1RkzeRXIqF9}?#_IRelevbFmpsDr9`<+;N+j)V7W9P9RKEJ~b;ayvS36ox5SEm&-{d4cU&+~uL?_Biuj0^onkpEp0pDm_y|Fi6!6 zFi+sZ`{#+9Co6aGy-^64zEID%EyaYd&CdlBgzy41NFtZr=U)u%-k2ua8-|_$aiuPYU{tX@f z{pSDe75|RI|KA&L*7*OOFpROURP#$}ryA)p{8p;YU?ICX<>4G-CGPWf<=;l4Y5!}w z0%BHcbL_9X(0oA2fSb}AC=}l}?f=ZV`|amv=N6`(U$-PW|G(PZ!t4AQ1`of9iPb*1 zzApk;583{>G5KAofq_Z(y@RTipawn|EO=~iY{zx`oqy(EoCGXt7oC5ky8U8vzg^&4 z^`zzUV##`cFR->ce97;s^}kdazwc%x8!sEM2%aDJD%L$a?&Vsm$hRA=R%HIFoC|sYn^JDQA&|Y!=npgfW*Xl-RC`1;Vlk~eVv-I9olmAnk?r8oBS{3kw zMgH5D#6pdvjK`bYxfEY4d9cxB!U1MPONiYDxNh|LS=RY~!q2@ZHa`dm;n26#qVJ4&0b0 zKPmQaNUnXgtgPAl+K0y3&a37B3F_*ytg5cxGX;DIlM47mK8RNjFnUY=O67J;<(^yj zaeqNlpLjiR_wXVCre}%k=N#?+$E*AI+x?xN!v7xS&5K_7n`dr+&w1`6f736X_ER~gTrJZ^KgpyT^c)Ujb$ULy64NHA!cOH62=IkVia(4@oOk@d|)L5f+2!wQpp zrbp}L2<)jdalG80oN@qkg%t#pUXO@geCwAaHnqo diff --git a/windows/configuration/background/images/contoso-lockscreen-11.png b/windows/configuration/background/images/contoso-lockscreen-11.png index 0048f84afa50c9b341aea8e91f49d01b3ad2fe1d..57a51518e712ff0dba79cc9aad757cd40d5490a5 100644 GIT binary patch literal 118968 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≧KMItxUAB|0i{u^#rxQi2n8W?;> z)ODPNMvhd{^8#x*MyfPH4Fpc(C72K2U=Um1Tef3@%sYK{OUYk~^PBA3U(}eJv z9M(a{Lf=X`424K?n}}-01{T*_d{MLcy(u2kD)%+sBiU(o+bwx^KRCVpzU~fTx5tv?JdS4x_`9yK2yF`uY32+0Mv<_h=H$@Nhbps?0xt_kd>7~; zKO*}AqF|bB`L7^n<=uo{n&nIp>@^<02$OxOlwbrTB8!=3k9&U_ypI|GVgpO{i$?hy z6T2^cBY8@TH!I)Ie}vt8Q((OoUu9>IIGg8%Xq#Tqm{arcO_LB*$+@{Z`QltlI=eT zSfFS;V)*`jLu~tcH5@Qg_IJNUl=nl6OdIGeU6F%N z>^!LjMtFSH+pY@RLhwiF2f+2^dX#&^!lu2x7TM2-i+x}JdzQ;3ge#ALLJpQ;8Q)$d z_>P}!R_3=xf5-6*QcfaljfG^6p;5XjI@iA+jBB!8x)8XW9w9#%Q(c*Xd%bvDdD&nB zaxhB~azLflnqY-tZBnFbN-gOfs_LE`%(OWJB(vm@xxH{OO+sZvkE3{eBkdUsW0=L> z#}uo~>DPtM1d&@S-e<;aod{RSw@sXDPX~X>LYYz*A?04LB|Yiq(eWj+`G{YxiR|*i zMP0&G;(-NtpR2#Zd0OvlS7MoHk)P}Ie=KrelzmE`E!<>GA#K5T;*m5-k+QozJL3EW zOrb!*q1}RV|CLtEFW)YcltM}H!A12HJWA#Kmk#?YVzK+9%E!87xSy}uZA8~PeH2Jd zyv=L?9&%E41jWm3-E$yF+SgARyw26yl(XqVp%R{3=L*vbK=(J4(@lDZ6k3e2MM6kX zkm+hyOwQdHEBU(;xElx--tc+WY}H_jrGsQ8$7hXtQK|jCW~?UuFK@}YAETkgGv@~F zD-TknnSSxlXY@=A# z9qP+CeY>yb1mkyK+>kviq|UO126`jvX+_+R9@USIqFe~c)u-6kPEYNE^j<9)={Xg` zAS_S6+?W|a^A_7kUJnuNB#O`0Qn>ATlpJ=)Xi(nbO9_o=&rd`!Y^rv3gOY$}?I#?G)Je>ozT48HclK~2)W!s^MF#%7yt z@l!!eIR(;>D>k!}Q|_a`&fSg9Ex;r8$!Nx!SFOvhD5vvp=r-%PIva9KOn!U@LkZIt z!XQ#kgQk1ujMy%ET0XfM2XLALeZ9g2I5@^dug9NworUUn#edlfM?pib|gzen{lB1>S zpp!V))GX|-Bf_uS@jovTqHUTXY1dN!qf5*vo-4d*r*q z98d9y@`BKNbJ{8ph9*Slo0z<}(|?&?zS!A{=f60zzm#_U?Le!b(uDM01EFMboe`oZ zzD+!G)Bl}mq?T?lU8lw(Xw3jm-%h}~y^XWYOH^P4c~J@iZ<}rpn}Sgco6FD|rPI<7|7dGIJy?tE}DN>#$Ckng-91G(%Q$ zq@G=y#p&SKjrD`G%B*w9CxzV={0@&*GWFDDQ!+B?pXj2^qko9HYztI2&bOr_vg)jz zoXGJ1ck-YAJGoZT7A|7JTMUg3AmBOV-w2DuRkz?aIPPO)tX|rmQ8O#Q_*q^jP*^X| zIla@9=)1*vq@F%SlJN;wm%Y%Da3tQM*&wIGYtQ_|2v&MbI6CG4d8L<2c$TQQsIfwtX4=O25UrJJj7z@M zu!|z#WGWsOryG3SdZPuGZzZoWxU;umxls4v7)sF1mwb)Vm#>)HdH|f-9--nfHyOb6Wtj24=O#G9WMh*HrY>NqB^pG<})^5gY?3PY~ z&JR7f*&}*f09^@ObfD}9^cH>}f8(uZjlb3l6oi z)y%y=QV3)?7M|8A3>6ed+s=IXHY@nyKY@`W4`W6zw6V;`a()-quB0Pp_osdLM*oeCjGXKFy~97)Lef7> ztYK<4>_~jU`p?L?As8Xs`LU*RudQG<1~RH{3sk?n0ub~>eSu=se&Dtm`>4u$BsKp& z*4Ei-M6_?lAyt406T8yBB`H=Iz1(c}^idxG*i2-w!$P50ENvUd6NCXe_6e#ul^wi{*eA$w!MIuS675= zb2r)3vf;dR3_OZuCyz9-I~x{>uX%`F&^NV)J{0%iL1NzMl@6VI~`H4Db3rC5?6NIM_WE?ZA>in*hOm-@pU##N!wGDUb?E*HnfQEIhX-zq* z?0gtx%tF2BkH-dEh{pS+H;r>l=YJ12lWf}`nD-uTy``rA|A*4H=+BKeJXi3cQn!>Y zZTD+9YcJHD8HXuE{gCzH2ragy-`b!_1kW`%e{f$o>jBF5NiCR-7X>ijN+dK ze86nb>Iq84B_N9_D~R{=45qrt4wkBmP(ij}2wp8`Uc}W;drU>)v{cpM->wH}T;wbl zbD?Q*mteMCEP@>IDSPe!p}{uMBh8r7(UpiYcfX(E67Q%Y>B1@G{*I84$AkL+12)Xv zoc9CpaKa?;wv5*>3fLk}4SU9{syVjheF!(ZOh=?{Q80k5gR|&5RKQM-t!UwuwMWZE zz&+>wx!a5c!UEc6*ol#ij-Op@`1R12;CYF|c$T44SM)zhb{ZaZ`Sj;11tbg2PywM3MB$AjIo-7co!fKIX}cC z$Unb8O(s1^6Pn&4wq-6P^1Nu_g4yGJeshAG-%#M^ng!nfL~`#=<@04uwSa=US9vX0 z;?W2>$~Zd>qMt+_6Rdw;%CW>4tC|Y@<0xe?-f@h98yqFtzDa|$@Iz;BdO3mR{9Rb1 zoD)=tXEG4(%@nZ}IHJc{98R*n@;f=@Xmn;r5=P5S)UiaKoi_6^p;o{Z+42(Zi#t6!?3?{$hl%G2TE9!n@lH`|3x`kUpR z-PDEK!VSp}Pm;&^s4^mN6w0}C!<>q#WN$a>E7_A4o-_&aS)KxhiC;g0&5PH)G!n@D-Tgv?6-kbpolb`ia*_7NzmUxQNT}Vxw~KYP9M(O<=&Ce@+4Hhgz6(od}1Vi+~)yOi#~CW6~Tq%jYO+|_qFYxJ3Ru+)*ZQI-x8gM;-!%( zdMuwnN`~My9V5Wc0sCobwBg>5S-i8m8vMw%$gB=NfjbpRt#dA-<10l5=xb$TkeaJ= zF;lU&cBtac%V|v~A;*^=ua8xDN9UP{uFYGg^3_B%hP>w^;X{F{<2jP?f0UX^c}X73>}_)aWN1<0!6JLl1#2SW+04t)jdS5w=2CvP9a%LOF(|I ze&65JY8|w{XES{>Z{6**4nOr_N$thZ(ekKa86Y5EXGi&F4d8*JO!s7RkPXxOF=c72 zUhWE;%P*fbQc()t;We7Y=w>dF**fB}v70=)ABK`8QJtyqHMIyrRLrBGM42m63!f5S!2f5!t zHg&KXJKkl!#q*h2Wa65*0cP)-Aza3tHZhZ-rF$sLPF*O{h<8@p;a8v)lqr@Juz3A} zcNeyP@0hHt;N#`}hYPpuTZ^zv@i0_c>ELVoZBHc!{^y{gw?BL=84ugw11{v5!pB=68Jp2R6d?qWz-l+J^e8d=65d3D5d+syG$louE$<}a zlF>@Qw~n2cDW{kFlMOewa_-w}h;S2wwjdmw3_ao`-@14W)>^zw$t$TpteX!~LQuFz ztMleW%&#&&7sjfp;_11QjMFggnw`gKX@?)q<22W9LZh3*QB`^xN#q0G2O6{AGD0(d z<`*$4V2g`gVd8SNOjK9w4rccv;_lY_gc+@PD8oapaiS!x@)f0`#w;jyE#;o(ePIF| z$Cwj1MA!#HzhX%L-o$@%pAQK=5aXH;L!hB>yL5@^Yf~n3bK7>6Hzat1kxU&KAq?f3 z5Nbnfl2(Qsl1g?a$Mc>~!qmQxtCEQOP!0FM=x|@TR`#tErt`rZ@P5FvY>9+7 zySpL@`kfcATg&l+P6cEpNun-FF8`Z86t{g&DIU2aj{)bHUsE)jmZrgg>+iamtkMZ} zA)%SgaT!2iX4g&f9kjc1f9O3mi%EM!s~RkmXcX>y6ll+a6UhzP9>b!NjM}nGs0{$i z0ZelVlH#x93ZveMoF~enPGkgdB1un+*MA8fpMq1okz;^o4=E<}ct32eQGtaarI2@c zuk@Ztf4Efdj%K^-}XF>fZ_6qyL@isnH5J=$^7ZP;p~d$~Dy97d>;N!VU!S7ttjqbBV z7Ko&Vir)9R+0K5Sno8~&i)2tXEyk{K2C!KWSSK_2?eKKEEv(3_p1bw=YLtV_l){r`0RzCEv@+@I%WSN#QTD>?op>SW`sgDUq_1$$@ z|KvaTw<@a!p5%F#nt*;}T<1016F|myPz~D*iF^B#ay?Va)1Grsz3Drbmi~zgJhoWu ztIhO%Wm}KeeVl1hh%Be2{ytvpr~$PZ#tiZS~+fxw;YeXR?hIs z#}{sTTo4PJJ*0Gcf1Y&TarQ=+GjK7a&pkp9F@)IV0OD*2inL*A?~aSFH?Vr!wa(KwCi7FS;vPG2@XFL_c$a3~hhyYusg^qt)l|UfOUH zc*y$OUxzc5LfFWO0|rpyzDU-DpX2=3d0UP=!ou7%=EhxXr;-BugFonG|J%4KS%FNWv5P8>$ljp{L0Q?n1H-OFEJRaQ3fiu&0Z z8hBhIyuWQ8`i;H`x47&0kSukZB@P$io3Hr9nKsz8s!&{4M^GR?L4~Z^yF1ngoW+nh z>&0K3^;7zJ&2TRy6!o&c5?;m*3^A=OdkE2g_)%?HP1RDD%umpcf7~Cos-8OF7r+Ve z#i2%epcW{QtUK$PJ?~L;TbDJV*OWogEPr;x={39PId4oCd0|~Kw#SY&>BBZ<5*}+I zm=KOdC66?0;(v}C_}8FwuYXc8q>99+s8rSoO#x|4guZ~MNKb^+#Oh+%;iOTC=7Jd0^(U!Q(v#i#2~ zDaB-hQZ{kBWvkSlu9skJkDgXto43L$@s8|x9(~K$HE-g1kgvp-^e-m)knl4H=y17r zdPm}%ASh`P7OUv|!rQM1zI!FV_Rb5$USd)bL#?6kew_A-SE!g4* zGqJetb1BtrJ>k=|8HzRFaL?cm2c@QgEZ|YCGd>RHv@H!E_?g-I$}HfmTajmL@vC9q z|C{7=IEbTg<&S;i(|{kKLhuekw$h^ag2CY3P^LUtNlC1F~OxfwTu9qHJ@8J2&kdhKZy$U1qM&v$Z0m zB<@oNl&H3JS_475>khz=+TLCM(K1?d!c#lc%vSqDgF4;*5UA|LHv{nBc=nI6kk`Li zG{OGg5Yq!l`}OeF6@AXLQ(2lfX^nMepIZG>!+u=-(G9)4ffwgU5#W$|Uo0u0ePY!= z6M45I{AOBk6%80>L}4D3n5o||M}?8@vZ8*5Z{5=v<)gVG%2$wVr)4jCy@7Og>>223 zZ(K>f0t*N|{HI>5_iDk={ykDumk13hTFypDUTZsD!u)(uIoS8ElZby|HgNIeNV#RB z_5FIb6sM?HU?-^|<`Lo3^K}SRQrDzT(T1FKMiwDU)$gSLNLCzJ`;WK3ymRX!rF4Fr zr$3!%M~UiG4(te)R{IdBOif}zg5mzLF`rZ%e7w&68@&3v+xo`mj14`an8LyC>@T#j0uKqLWrG9h*og)%;JeRjp~ z)qM*zb<^0HxZXyHwhZFpYskXzQm@jx#&@=Q9m`3c3FnJlJpXMNN9Lf1%7>tGr=Qk| z0J>6zY)2S*-&#pKFtMhUGQZigWLny5q+{Vn#tn(TaYHJ)CvYe5vLlzb^7Tt_ftnq+ z-qSO+CF&=g0lrA!0n4}WrWKt*<~PILZ2)5bB86^bZY#)@@Dcm=7J>2X=g>$zr2y3H zF6NEsvcrf3>WLw%g%_)YdXak4>(b7rB8Mt=iO$5l6lw*R9Qqu=rPbm7NzIkYcFvG- zf+A9#)7)V}!XILYHIUkbs&)oK=2UgBtDQP>Uz3rjz1{QWTGJU7+1-5t9?qUzp2Gtf zku|hn4*G8BAzADPiHuq7aLYD@j$08JjbnqGn+iF?|L+RxZ%mjh7|nFaKTqQ3zrdgY z=RD1ig1K8=19x5OoUY%t!qR%)vF5O%g2-|(2jOM9J?me95JN?DzO*|9){9rA z-PKCRO|=N%d1^JCBIx(a6Rz<^;h%Xo=%!Rq0v`PMUz^fis$z5FeC@8 z7=6J69QnWvoKJScOC5mrDxb=h(IEdFz+d>D_cEQwmLyy9w(5*X*M~ACXJ?NJA2gKg z(?--(qDcm(3vPaHsuv!3KnkmI_KQ9BKJknIqO!2xQJA8o4aQMG3d1O}eZIa7=D~=G zePu#d6I#KufM<)V{45+q&YQ?w)T#5f&5D6uE=8XcKO$n7>h+evO}hu6y6Dx%486*w zTbLdo84k1sy=zEAsg4mwRQ6XH6(KF=`PQCjbnjQvvbY=ZKC5*wx44+h@_ek~U)QFv zyoGg8pn`VqRXpcJfLsOPl%ep9cw#r>am1Q4j901GbiE-5`A@mWQt^A;cpyPep7lmM zkaVn-cEt|i6|XE;DsRTUw@SU5Z$t$y1kZg@1W}pSvU=kX1g=DjnjjtHZ(ju7k2|8^ za0(~#F|h&d@5JezkT6wVi40w-RyLIYZ{++=6WQE*g}dyr_6U(|T-HV&BOwO3T#Fk+qnC|g6pSys+~jJuyxX|)E8@0&eBbG$ z(G|E7&x&rz7Kzd6cYd^1$)(DU5*2H>&TQgLuz2r<9}2fAPpFAa%FK$Z6kdP0Hk!O1 z968_bmlk^hEjh5?ifp5PrcP_D%0@`|Toz6B#^j31382dMp%W>;?_VOU%UuPB&Zc&tc5C-!5N*H^o53yaCVw zPla=&GMlts+~}i2Fos9pJ>3e+vUIHqOO;xbc~p{mK2ml+-CW3+F<~#%4mN}JJ`Vd& z&?Yb~;PeIue}HK9t3}?XP?viANq)h@Pxwp|Ljfs(Knfko6(*=Ik6?O8meQxa|Akl- zU-b_`tJ7K@=OU2#BgD@yf<*+cY)`R?u=VdbV+C)u^?dYhVxg1K>%U9aJL^X2ktQi? z!7sLdyG^&aBbQUCI_2g__@w`C@nn`mgE1s{rS814oMjDSR*H;Jk~T=Z1wTl;?pDw^ zMZt>(YSr3lv^DkK5-G()-ema5(!)7U<2OaL0e#HoQl(+;k~O<7DPsswb2))6Yjv^R z)BYpTJxB-IW!Gye=F+nl5QNr%q<%i>&{bdo{pb@(_j#oi%C%8c5TEm`s#6B+X?+B# z$S*hwrg@zZi3%}AW6q8x3qo{6NHS-}KbzL#K znf!2|(HX)|26uh(s=#}_^;0=k$G2TG_Bh#*HJZCtBp@fGAw)k0v68a`1DTk8RtD*xM zUeE-Yt=*o|R~_1@KDQ%`O#MhtEv417F`iA`bYphTXfPGtRv}Q8cS2jY%)Omepnwk! zB)jZX1@qI^PH4RVhJ_Y8e(MB?b~GC`5G)|~U-6ve_q61jczKA3zr23N{@f)XJHQ_| z7Whz<%;P}K?p0N4Fa|3%S}Q$smU(+~iEt7|T3rOz-4k|6@E{&P9V`_xQSx||4Wa%G zdGLP_k7R>x-ygYIv?K6t&_fo)Nu3%1i8Z_z35oH(7bo*UW}4;K9jD^u0?PR&(B7?y z4o*20%N9^@}!Y#Sr<6?oxB?`4j%a(-iWl~9a zZqw+c;A^3_Tv3T|EaTZ*qtU%U3g_GZ=q@b1kp6QG_Sb62B_00)zT3akJK=EM28{kf z-*dZ6qB+-=3@m5IMYGN={(O4Hn#yoD8e`88U+jtau>Tt`&>)TGALSKN%u&FS$@`;()&6P)1i+0&&>5KMuq#QAW zZbQwy!}QRt8*b6GfF=nzRh!Y{HPYcu5f!t#iHg8RZ}ffCE79FQI$uhoZfojpbEEug z-6Axnz+neEXrWfg|55X~QgpPRzKoFaeXaJh>)m4|f50W^=q=mcH?kTYc40RU!tG}9 z*AZKfT0;+9=(WQWa>f}RpH;r^)LF)f51<990!YeSVob!rRAjmB$`=kzWwsnu*Kw@&^z5W^|B%hA0P^GR2E_jv5 ze_2ST87-6O+eF2p{ibw^M;c4gw(<@pgBI0TRG@8>m-LB9Z~Wq3E+VQuWD>=@!*$am z)v$pcewzZSvcechZFqP&Lc5#|iLTqFmpJ`cKnMpmESM_TbaBt>1Rt{)o+<^>cae)S z&Q#keoa}q4{MDpMvLH`SO`_Qd^Ba-Sj<{y6)+HUxPAAojNrAj+Aay(WnoMhN1T}sM z5PWO%6E}q%ykymbx0`;q)}vw>Sqk)f+{4;il*lm_$0wy5t_$ zOfuq&_Few=N23IK)}b2)T@ONc|EPL;aG2yz5Gs6&+I|}yxigqX_TJT`|MuXjWqG=m zSnoCFb}upEi`gFv;bZ>3ltIOt&;H9x{@?u{eyz2i!IYaKuNVR>Nlgl5#>CWr0B~Y= zCHbpf;NIBihlxH?pKoQS@E=)sRB*EfKt4)7&^`aw+i+ew9a_)TBog3*^kS{pIt(}+ z)_knCdX{=5Pz36@kSb1cIaE`b+cdhpDFv~o(kh)5Bo1(jXoLktJ~L7yQVehyfO??ky;3Da4wMKuDg zSQJEk*sw>rf%S;FBwIq(gMfqbjh&RDTefWN%b4c0VtBD~8#6|(LHVjU6$&+00g z*XMQkQeSCNI6sjyq3;ViuQjG4<3InujWh1DYGh)eYPq6J0%-j+A8*||Mbk@shrv_7 z8Voz|OBD@Tm3q|7^Spx>qvSx)<6pT8Hi4gtPC7Rf=b;IST4Z!*Iebj=qD>^Zw`~4G z1S}|3m4tu{cPK{0joe9|?_wXeI}r?Ok(kIvO3ivbrR{q!hd;HmrXy^<;>P!Yk)6@X z{e!n$FKN3ba`kjB!yT}#CDJjm9=edA<28Onpk@0$#-do&+V|zrbIA@|^yk^_;VO&r zwrHfG_vIlU$l`0)Jy;twAATon%Z>-K7~b6;9B-{NT=DjI@gb|1f3%dzu?>dxiENjA z7hi}BzMwrZ3`H$g) z(3kH`)c6=D3OYG2xg+ROyvyln)ft~6eh)1A!};grBJul9#1F>^YLZsxO$}Bf+gZ*e(~V4!#{a5Qq3x=}{pnx%g=<2$ zvqoh7^tpBKw08OQteR;~{^M&?ZSB zz?Jdll*5+e4v3Y!(67&y{rnU9S?|?K^Dg$AkF)6JnV0QD`@!oa%jt+n(yz_eF1uic zt5oDF6`z(H?vNm49p3i8kkI$HP>fNkCv--M7h+Z(X#5E@p16LA3joI&nQ{sV?l$T- zjn0^LA*_(Yz?pd=v=d6#VB0`$%V~B|M9lTfFMxtZVJV`xc0+fpF4rx%I)*||XG`f; zeEjEV-1|2eT*P7T=Q^2#@9L8X>s5X;)CTeEyeYg8H~IbR<+t|iRtrNpCGge)=%Sgp?*KYyb^FWGruspJ-H&-# z43LWu-iz4F68Wq~23(~;>$2n>q09!#XFleJfeu^MH!|j0Gz;J?{$7Hu^cijF( zd)P<5T->pTfz~>9-P)TM_{e7U@FhJm?yWt)>LdGLW5|!ex5E9Vc)Gr{)xpB(T@H3R z6G&vVpJZXvPaA;2VemvI@z|p^OPS6GC%StO(91-wfZxo#oa`~poR}s<+;`o%X~lUX z=5q6qF1L&xF|P%JobE12WhpUpR^gpz-Z_3NNP>sL-|g8~f({#F$Pp7IpM{an`iL4+ zwejiNfXC~0nqR&7CJXLY>Dz~A-Qh`{&MX~g)Ar^02XQzsi>i`d-L#eDP(vl$+&cUt z*Cb&?3$BqDZ7c=P;>qppTzgkJWxBm5t1#OH2>s8__&j^PVYER?1;TjjGmNy zoZvWZOGz(dSRwAc<7q5{VDWl;(4b>$PAzI3w;eDw+XR95thXeOK}k*SBsyx(IatvZ z)U+EHpo&>hFpmWjh8kmvw0ZO62{}sFZyQ(s53;4{zUQV-$6ZX8zv9E|-^U6qeBYSb zmwkTBlqMl#20Q!NlRFhYabJXvj(y;MIzP0Acx7&Sh39zT#jwKcbH-2qI$U&(F`lFG zyenqmJ5BFmS7`C4ZAl%n)N?O$aVCgqIT4f~D#X#6 z&SNMlbZz;-=dNWxHazyW-H#KAgoM0nj6H4{r-mFMKz$=T% z#h+PcmpXTd1_efK^ASWz%q<4Lo~&p!#kUQao6`WNww=b zzVpg_+62Qp>ZXJ0sEYjj{VI>_SW~a0aPrdvHn22XY@Gx?62(^-hU>Z;a==m}k<+kM z@3}VP^`!Gh+G&IF<5Dy`Q3Kh9#Br?MTAm5<5&IK0#-ZlQQ8i9sZvs(t2U-=Ycw~X_ z$x2N-8N)~gKM_|$&ksm6{A}s%O}ZAE*ooXcECEVXJ)gao(Ai14vkm~DGxd~;HWaz$Zc`x{8rkqrf27kUPR;pdBDB>RD0PYG**of95B3cug+>_6TB zzyZ!ZPuz%d*QaE1h5hmNhyYQ9FR~b-(WFDZ3RH3APv0+5boL<&Eb!;*w^tbXG=#~D z5mFbpz8ZN}X5j5F*dd`Ktu?j%3q4SAsOA2NOkZLFc~|Uf5!wjgXjVGY`z_gQ zKa;u#Zy#%HOsR}3NsY@Dt;OU0M>k1uJ;V=!7wE7?TNTVJ8wbQR&)e$|?7120P(P8s zLaT7_Vx-Yve5WWoM^D17W#5 z-i`PI-O$gy6^m_rXdXm}Z)e-%PRjA{ZH|a0))8h#1P3A9bUc&>XE(^M|6w0O7e^+C zY$?bfzboxO9>9NtApw8LLA!Vy;4b7g2oO`4*~5zP*c8DN*#y=Sa+wGGE&&36`*5pt z-jJ#ndl;vvv6;_AlJ3Z)mL=u*0u_xXCg^=U?!D-JgO>8Om4ORI@1LEm%oF=Lr9a3{ zBn>PZu$*fO@$6(RiOrR!4uCPqLWx*lwgAc5Ab+M~)s?b#KLX=tMwE4bL+>LQE#!?0W+pXt=Nz~x5!vQ%80jcN zO%wtJ*H)IDeB01)^1fG}G|jCMYP(Xe!MSEIs=y0Rl4SUZ;~JD*GQ3UQ3D7q20s(St4ivD<33W-|53oQ)r_nnGL3xFUV zxPV-zyN3Dx=FnOuJWyT-M)ZTT<)MQ z_+`cDQo@(jW$|^irV(}1?eGW}=Q3{+QmK%&y>}tvZm6CFKor2q*FkUPC>dE9fBYrUD7Fy#DGb634%zB22n~nCk@iwAUS%B8e_1%`+eW{ zocDir4m+Q_d!KvnbDxJGBJZL$QOes>*GeGh?nl-EJW4?Cxin5|$FHnr0Q~6dWzR^> z)Iie8+d4_dGk>d(gg-Kx`^M5aN(4G7xaqQS03~EYQcBdhiRx1*e>h6GYx& zMZtPWfC(H7{%jVZ@Zn1c1{M*uS&@6jnq;u)N7G?Mi7nQo-=(}Lljx=#-c*@1$K{)J zMO&J;hDkIN8wuNQsZ*5oVGD&3Z%6;}71wtY^G8+yPOH#!ao%AKTHn=0X5Z!E!4|m< zi`n)}YHCz3-REO=VdsoiQ1CGYBy=fKaS083t3w?!d_QcjMrps7FPKj({R{Hr2#OF8 zMbsWPN9k-dd*}pBn56eC{%gykhC*MrE@m|)5W7mxu5xyf1aB-*hrGtrQI);@Yr&Q! zd9qWt_jiwG+hI1gdv94{VRC{gKnyQN!Hic9aB=KndOrGQxhaG*@6+G9qCnjM)DZ+L z(!J7De}g7YBTb2&-jJilp^c0tCC? z-SKYx6QlgXMgXrxV84CYvjjzP%nrYP*d^(A3>%Pq$}r<&p3$ZSH!Ki_$a#q-$V9~3R{O*i-Fs!_i)WQtU2gts?0Y(en&?cG zLuJv>kr0qT+p?uyan^3PIgeZJ*;kP z7CHoedVCYSy^z~GE9zajouNS=v1jyt{Gj^}WPwR2I&DrO^$OF}9%boE-U{By)mvUB zE=&P=mMt}JVdUiJL2MV6WEX4!6lveo`Z4b4?%vB*NFX2y@X46jE|FLHJ57(=LFY?r z-NPA>x8V>gTTM2~GnBbxEfnD~+SD80m9|iuUem2%yy}6b>p~TCsxO?F-(P;McQ$3_ z+YK4FnQrbv#a{SN_kW|cR&Jn*x)FsYdWpE~SZi1%bM-aSB!qyw&X4sh7BENmQSYv# zbobP{5x0KqG7`!jlh6&5Z@0}b8S_}JoVWLU zHb}Oa6+#7QyymgYrW9ryZT}++Z)sARn(i%^sr3z~rCV-Gn*#{=$#b29Wx8i=7@jEUIIl~hB5IA~-C7`Nh$$aQh{i*yyvgivap<^iB&8H_#VhGbt;q&OLkFFOB zufQk@;{^ZQ%Ow5rj{EX5US(}wnhLv}Qk)CuAsl^$asA@shlxJHLL{Xk10f*VXqsNHsi4N>~;Et}5i1tG=^tY9dy~(5` zloecbKocA*2Nwqy|Ez8i5u2Cg&O*d=MoTD&GWkqLF%@CiMM<^y%Rl8*Lx5L>gbpE} z`Llhp zyuk56V?RiJ3(so;Airg+N>t7~N|B+do`~0wGDo%4eG0Ap(6H6N(Jmvh>y?}M;Ujyr z=R^X=D+h+$wYj**)=lTL0wtRb0_?Rt43}SuI~K6&fw^aLFRuyRrn$UfIfC~|Mj5AW z1}i~$nvnK$ODmiNn)4%rR=wLgolfV(7G7{)R`i+J3bc6=5PapXKiGif`7rnIaFR1p z@ma#{y#hm#o)tb0FFa&&7=r^O?-3Z?)pQU@q#?@Z$df51m2VJNAji6=vg`KBY8r5N zVX^r=fZ?ptsiRNKf8+z}pFD>_U0sYL8ih#kS#|H|YB>f|;bgzX(H>VC6!O1@m!X-~ zT4VE#FZCSmfE)bY)()bTb3w+ilz^FEVOBp)yeia4DyeE7Q?1377!8jO*Qe4r2y_?y z#U6jF9*ki^_4*;tDW7ED(33U~v+h9DG+HWF!T73Z#u&RDN)SDe1_I;@!V)e11O2#c z4Efti)FtA{Y_u@K@C`n3ZF8f6B)Zrsh6x#wLO9yazv zYiMg2sGYR!VEJ1&Bk^s)cuT8*TeeqR$tLHk9&c|JP=JuPF$*730^_M^aAy6Y9`u2; zP0I7%Fy;DFB}tx3Y$x>;Jxh3;Yi5s1w&384^{F}&BSu>5P;}+@=0Yb98$D=?^Q56k z;>}b=e>C@KsU_TKGf#?hKxgXA0UaL>tvCObG08BX7Vcv2W(7YS8i7oKUdrFzk1qBJnMJ~Q2p{m`! z0tqF~(**Tgx0@7zuaxebmiN^&_an7(uy-Qzu2`CSdTrGs%D8vaF8JP@#K)SMqwZaO z$O^w{`{~>IkB242;VpgPUu$A&RxbUSD@R``)30Que3uGD9g5cEpeRs<+E+ocf=!Un z?MDq;y9@CbnDK_*dRwUbt@V_4mj}f3Msdn&zW1PlEaI)6`${<+(H|QS^$z>D8#9MR zYpcYdx5sOCx4$JY*sG_3+CTkQ^|hC`Ic5iH{!0^lICbiVj@=d2>9-i9Rj9RcG4K@l z-OZi0$S(CJSTGnwP*`qSU>GG~_oT>khW9k<*LM=^m6?oG=qM!)a6Ez#q}qZgM zWZJ0SqT^VON`(PAn-SUG86b7aL*gfii08V+6Tr)B+)hSrlviOTTi3x18{)xn{_ElZ zH^5YsWt}*w544lyduYpc7Rh%Q-(myNu~i3?37+bFfcVH@d-XZa)Yk6A%#yGU{zxBK z_QKAz(V=Qde6UJlVAFK(M)Ag)Wv z?ckH}sNV{=K*mLJc$h9nq`MPXvwR}nFZq1MR+rC#rLd@TP#!13f3zGD)b9&5k`Bro zH`-E{IOeupd6~=e=?YUKhZ4yQ9w?Tp_&cv@<{fOb_ltfP5W#_W{zkv%aXFshZ zr(&P{?v6Nq<8_?W*8v|e{Qj;X?SczFl7btpgjcms^FK(o0$7h2tkz(Xl`WBf_t()d zijXYcYP-fJsQDf()#*48<$LFZU75t2AiaJ7@lx?Ur6?kQcYbZ2CG3#X8g;)=D^X7w zYe+sv$aSKoAIFAbBZWa8%W5m=UI(0$7znJA8qf+++4sm*rLW?-+g^H;`EkL|%#V!4 zOp-Ky^l8RkI5m8^=^ffB=Ic5mKP@Kois|&WG(kzz9~#u&v_jvO!<*hYtV=Qv5;L{; zMSfoDx@--uzTX)f`zbq++^`PdO_0hs>)=^>L!~n@hKzbRrqe;CM`aD-kG?7kcQm*N=3Nuo}zBX?kvZ%a!#YTlQ@R;lgIq#ou>V zPot$dS<&0P4$G75F(hx_RJT;bObnuogFj4#T~NG$_SF13gHz81U5Y3sBhED1ct|*> zoGVJUpw^;7%+AO5K2t!Q62gfbhrT>Y*KdqlnQYJt@AjbCAX9~3i>)6A=Tk{n^IfE| zvU=a=t3gq6NVxEr@i!5;XWLO$g3}h9^Sh8H2u0A@1%Ji*66q<~H4i~gz=~D(wJy&V zoNujMb9jgAdqR$d6b0;Mk^cPegpPL7xFIC4xY~MN# z$R+4EGOqi?{9tGPz|5yU==xUX^Y5d17KHwygMsJ4j#J8excI58ut33rI7GF^!&Il> zNantWMJn_cp2;aCPrzYqmN{eQft*B*!5d6k`pSi=L14T0X69froz6tZ86~z|?0)vY z#h}EWfQ{@dedC?T_q+N!*=pUPP#O9jTeZxQ{8QjgCV^Uvof@Om^$PW0R5~l_BpJw5 z;!4mR-P^Wk7Gph;`_^pnPqS*dK<{v&xb(x=-X@XKqUXKV<|MLk%2I8j`8JdD6(~1E zCv-PwKign!{jyzj8J9sSm0uFo8})$l2{pzyFN%(umRcYrD&Mk6ig2#>WHXgxy$#Ec zzD%Nr(icYe7YP$Qj0J!WAQmoP@ai8>MA0AF>;0VDYFyBBv}G#ts?y{ev-y*98vHka zu@gOD*mln9NDZY`qYMEj8Vp);(?I;Cux*VX$IeKMHr%oGIKXe5M;c(mX-^(5o&SVw z9O`qMxUHqW!UWnMEvj+bGS+_C?!A`K07O(Pj#_uSR+5FggU)~r?Tdo~{JmHCop8Hb z54#IdS@dY|caNSkku~oXT4BS1muG0K9ilsr?YjlWsehwbWprz`fl&7>o%L zC>-lY=XkXDx@kTpw8pE4l4dmqelB@X5ss^e|FsD$JLI4P$O^hTHu3rx)p9Xl#_Tvz zLtR}fX&6bXV%g`lVo>GoGeW5<$Ek^Khjh*2spnQ8ku)I3K9*?Ns1CfH!3DCIE1I7g zCSeD)O=#xXqdgF4G*&*8>-JMrf_I28CJmbSpl{Q)<2O}|GCWWcqlNVq;-U%AvoHC3 zlM)(7QLgGm6z5>Q>0(#9Hg z)>P=bi5#RdOCh{J6)>9P?vImiHhv=n83Gf_DBk zZb8kZ3+O!)NLn{*G)?N$dB0D{#7~p35=h$FFof^-H{fOIf*$qR-->rh_YV`Z=#w|Q zj^`HeXaF4uj^(zhMj1K;X9vNKFmHa*k8K^Y!(6V^XVSZoio3b+Uyd$s@1%{m@mf#x zUe4M`i{3!B2=uVK4{?&$*qPFYCz7B4H(J_yZ&_wc%OjV_%+b`Ko`T!X%t*1GSN77b z;4kL^d8?Hps20d*9H2826}o%l3TnfO9~o!SSW&l>u7y}F!R#m`+wTCMH2ei3jVG9* zvyz(ae-*lQM!IN!_!Wbe`2aq^^=0tw)V=sjGpr@Q3zGmU#`qjzM0pzoDF&0MPU>LCSG$8x zHqx6OdbM6ov8I%`%2~tcH~g)V1@Su*P$OI8(3)1MS$36taC{r&8iDZ`irTWWO{UXO zBbE*iMclfW-uBcS5J6kd+lgwX5us?0DD^A-puH%Seza)a8r!>FBB}JK@$3*q=IIwM z6T_0l$!^6nI@kGz52eg&DwzR z)hEQuM3o!kWf!>23Um zOTu(^Q8(Lzm3RJ{gjH>avcYrbskK$DuSKy$D%pPzvD0*1JU%q-BV{yPQ*cxvn$Y06 z3VRCUrZkgmppAsejjfCqc)=tuBUXpux?d-Vjh!mqzE)lC)?I;sV3yK-uIxR zwM@>cTK4HBy*j6k%vvKL$di4+K;OaHZ+sUkR|P_dXD!P}aljHRN?lH1V$)Zc+t1t+ zye9W>T-4OeM70p2W92~0*z&ciK0o}sBe9nn#Xw;djri{77XqKt={1@@1{7e zY2oXvM)y;E>Dw{>S~dWG}c+*x!ncAdsdJ)%NE> zs)ez@sDVTV>n`v`8bB0T?)}q$#4N{Yr0H$HXtifMI%jFT&=mr__xJ7lXFdDVv5ox8 z0aIQwS(o?%8rj-VMvEJBdGg|1r0&LlLI6x$Xx8CP2aVnWq5zoFh)a>0{ichLKAkfh zO!fn#2?8E3b9P#_ZjjD{z~bq4wE#GmaQ`7YZtb*&uN3w95#u5#l?d1DEF=KOFYSM_ zHiMZm^01t%Fs=u!awL`#J@q5D80VR#PV(LX{GjWN*Ipp$%_~+|tA-RHfcF1`k_WFx zx^%opx*T;x^dE6oDt6ni-#4xXJiMWG$w*MvBYhLed7!bgz7*iTJ6XeUBDFn^VtlqW zJ~IM3>Tw#n`g(sonVz8de4K2Dh-xF7p0FEB*pSm$0G)ayRs0(f;&`kcnfQ^f3#^|J za)v8T2k*|5?cX78JFEw(@iHM*B*fMyu*wtSLEZ`zK{m&$aNPQ5;+)b=k|EJCLLD-w zFZMq}3>^BoEdSZ7xQA4L8NGlx2rer5 z8sBxBWHo7J?w3qPqAg&#;=gRaFPS(>AV1}_eS7pKCRmA&A#mz18xQ~Oht)+^tw8GZ z_1E}cfs?0L27K21uL3`M%hIp??ZZ>p`=^?m(x2(5lROfac?$cP`KrsfiO}Rd%)gb4 zUj4ny6_|*9m*MJ+AhX>>kEJXhX`Q<5X|g8im{m0d-rkLhQ7J<92f*R^a?Qh6;wCUw zVj6m3my*E10ES;XU)P0d$3cV3sA)dmHxEA$_UEPK#%}@l}rBLquts*on^D zL9L6wZU=08ZDG5tDjV+N__?jO;^H66LFn6wgUXaqG27TDG9(*0G?tb+28Csz#0Pz2 zN}TzLn^5)W-vm8!?x4;hk~b_kCf$SF-ldP1`!P5EH{rqn?7;`Kj@H5lIQ%N<=q;8r zGwwa50(&uoLN}psiP-AZ@be}xnR{C)8^^q3{iSysBK9iYSRDIJSLD-ojt37Oz<3-q zw(9hGzz)%D-;q`Wtq9@+(k*?Ba~jbn4lK#>JL-Rcvg7=M{pCqchFrun#Wos{t zP2SZ)NJki!+W+Fr5?g2Hc=oH-#jwhfMj1!HJs!WS^{#<}gK`&_+J1iO@0_c~Iw_bT zNZz`^(tAE;lpGekZu*LU!(svU?mo{yeA2OLVUt$ywYr5cTwf8t__X*S9XlEf)pCFNf+)ml{gX!Cp$fgk zPC`~B$aY3-x#^=L?I(_%Uk+J@P=xMt8V*lH1N!hX>3K z=2sX?J=U?86Sw!84p&u&q%0q0)$D#(Dd!i_=5L`^udLdZGhX!~>OW4(r$5f^Y{Z%! z9!7tDLFm1Vv<>$x|6R9rWd>OezzN&S7QHwBzIX8;jS{JT>2>FE`7RMt+b?Lr0T3hjcPi%q81r%&41@~+ zZms@Tp?LpWNm@jMr9gK*Kk4Je(Ih*;KUQxX8wI|7qy*8p!n0~IX2wQUU0>of(X26{ zuUw`KAj_x$^-zV^Lt36WEa?+}o>RnIu|iXPvLh?zl+ zw!^q;Iwhud9Nd_;1*L?5Y5S|fw(GqyxD)+ zQSP4cd+?nToir+BpuQ{&s1+o@W!bEKirXK^$`K<_ewQ}|uh*$%Xq+>hG)^bgn(kRq zz$Ggw(Z^?=1Oo)izDigXy^dr0{Q9K->WMCwtosLug6~eMt_XTxV?c9gg9bxkT?29O zR>5+8PX5ish@DoBGJ(YwIVdBsH*Cc$?$#ZE%HF9XdD3JXak8>m=gl<~dGSz!d(ZY94K zH|U`EI<0W49zt;@>u6_qaNbH``_exO&;DCxTI}UMr!kbv6RU8lP<Wu4y*7V|l!OZ#;tj!POF*-=mt}KY28> zQTFDfe?x$r_Y8UO<#;%}-8SV`?)$pLkBgZcuE66ACet6a?g0*^;7;w`w5M^&BcE{g z=(e~6@>jcFt%%Re8#PVF8)fQalyIkGvHDl~9C-)itkSHe!yAm8JDvgg?W*jd>Z4y5 z?9LsjQJd8ef{j(FT=7S$4x>#O-&nqeze9m5BB`H-!Nsye+*vr z2VIXv$Z@+Iicab-9kQ(%py&>j|I#w*wsgT`0~@2;Rcx7 zEPxLoi|XV|Ah6|#{=lU|HQ09{(aBc#$M>uFo9n)OqbqDStA1cI)C%x+24=j*wvD$;!doYuk&Mg5gQs_(O$0he~h9wNeW_+%tIoP~Zh;Egm9tYh$E|2hUx?6% z`^zZKh~!6+!a07sw{uwTl(wSrm#ufN_lqarRax#a$9BCHg+8&T|KHwy;E_}B5&h`z zL+q~gr$(37_|bq0HK-iZYc-R*gP-Z0dv*sf#M#URN6uzr>))wBT+t)L4&~ur zz$8*Z*QvBMaWQECXMW`t;e?ZVtOD2iVgtIs3;Unx1Wy`N>%x7gzR!01CjLsTCgHIB;zyx6R;5Kd=oT5(;M>pA9-bwg^@%9nzLdc&Jc~p4t02)@u(ag8nJ<`do0Uiyfjl%&2cwRYpf(_J$z8%?A9DvJ}T*u7w{g zoo99(zz77~?k3?{liv-{!X3xeMuDL5<_s|RB9j-jj42vM z0LnKlw2nh3j~_@Z{=YAsE0mUHom?&RDb5BViYN3p(EkRI8n?yN4CiiB3Bo9QaR$W2 z2D7xjqy+D|j+eQh|8!jxGLcGn{)2DzGeyHp-VX0JXv6|cofMXMyq5yFVk!? zl)n~mjkxB?{UCw5zC^R-Ki@gmeg(`hthP{SC)}1!#M}+>iHtywt}Sf-F!rp!zO&f| zsS0v%Cc>G6kRkpM{ik`)GD!2;6Opwz`Cn`-k(SZ6yzcd6kKgosh~nA|rP#jl5!P`0 z$S+rqm?`xEDEg0M9xA{5Z5@_HxuvsFWK|??unI=YsdtwLp@DPS>;_0ln3CSeAPRMu z!fpYlFPOQmGDl!VasPB{kBPA_-{31 zU8y$KLk?n_3cYgUfEh8{vAX8V&?q?rI^jxRw_js4nxF+c*}K-vl$>dg3fZiTxqA;M znBp<5)b}f)Ii;<1Mucv6Rt=AVO-pr)_lh2Pv+ zYJdy5)=O;Vzw(7pSx$AUw_?<$6m~ACtB{|O-`Z3s8ScO?_eW8M4SJ8%+O4*%hLp%U`Y)t&=KdFMy zXj#w=dl56=UyiOZS)U!ILFEiuINTZdi&fl>&tQdZD)qL%CN#Wn0vAu=u25!P<*#6? zF&Bc6Ip*(x$tCefl7)4}k5wNQ(TQG3b1v1_eLmZh&v)l(n>!jq5{3u6b#?{!+5nb# zL0zQbx0k23GU4P8|0Il?(j7T}%cKd{g2!*voBz^sRHdZe5?A>Va0nsnRyd?$iz?8H z$FLytVDHxYKF#mEt?}XO$;zGBpWbB<3T?!)~pYxZKw1VzeTiy|!W>JQE z*9aoCSYsFOK12+1VHGJx|8rJ9Rtvbw)#scL0w1-ev7p}>D7-l570_Mu@C+mh|6F4G z0?D)`IF$e}yPS{3$*9UwlB``G3wy}9Bx=h}62}#%;GWYm7^n#UuD9Ev)6>EOd>}bB zMU^5M;Op|<)j2M1cGom&m7%HS&G#-_gtqDJmOjS>iIc4HDDVv92wTG(^Nb5`G&hxG z{+hQ?e~BN~g6GCBw)l^}Z_$eZx;Ltoo9iPa3=JL+-eZ!)Xzbm+_WF`;=Up%BMNV(^ zN9^e~J`H`}+s}{HKc}WXc1g2vTrj;dl=Uz;Ii)`AY&W|PE^J(|{ApO#h-f=D(2<3i zr37nQN?qr!`XjRJkM>Rsp8N3o3Gh7b4i>gC20b0%r@Xz~Z|m^%@+GcG+uVdbkDFv(&_|Dt9Br&b!uzklW%~Tmz(h|Gc`cl^ z7fiAO(?}bb%5eXoMdJpY6kQWyU!Oz}M8O=1_vED_UN#T2iHp;-gL;oIpQr0R-6EYv z=#}#`n7R{8nCRt~ziI4H2UiL_t6C*`;!(tWJ6S^-u9OKTb@9SjSUu%@B<5c0bu`eS zXlukqoba)?vrP& $z4GxzxkA-Q_?SSJ2A{ps_rQcg*vi`!ZM$Gf9?z|nX;;c*;f zD{ynMe$9$h7!Z1s@7{7&f+!%x|6D=}i`pM}*c?+2{aSMMo-y`n^T!&cAS%kFWC%FD zK^O9=M!k#pwDUwxQjUD2mlSR!)Q!A2SaePcwaxum4f69t-hdPG$oMTV7Q;@|e_uR5 z2)N;UgJ8da|5#P_OjcHiIpHRC}QSF(&*1*ibJz_tb42CF0&rFOKg%J2_I{J zK4DxD;drKCo>=jx>uk1&hrEEAWQ;$>cjhAr&`fPaacixSdcKx?sdL)}x%>#z{=Sfi zm|pSA-nLg$poq6|l$fVih+{5Q-4vVTs^SNFmM9?0LEL!86x$ZJIIhTga?*GeB;-tI zA((uvafsgI1tCVAcFrq1RJ>ZQ(`B$Z~-jpABdr$^>%YiMQR==b95x<4i z#gJ-V(O>%uu=^Ltn<~U|_JuiStsy#)iiPY8DC^RA^F`H7XS(Ss{}E65NLBP?jsJRx z86I=wy9X?hsXx57!+OuB=mGqG{9trm#Z*rixL0!KY#d*(yPw(Suy4>sW2|r%^L@V` z+;y3KQN9aI3DzGvCs*zP+$3RqW?Rf1_g3tN9*C&x9``=|?mS6NWbO9HUbkYsdKkG` zGPK6b!Vk7u?`Ru8xVRrg*Nt5C-qE|#jFC{P+7R@{dK^cS;=W5HTabeib`Pv0f^`RS z_Y)SQ{b)tGsiTz9xYw4P6P>~Kao;x=@78J1;;rz1RnCl`MAW_92G+sf?a%y49FxQrxK#5*W_pp3_?zts#w1&L?WK03e!R@Yf?^^3WDxlsF+ zpj5|_60h9Su_jzOg5F}nL?&I>bHri?g_Ndsus``En^@h!??+X04Df0-H;mQQAbn}z3 z075E1w(~!ij0xe4BqjXsmx;sFxvAZHHTh!hPHzVrC@5}wyAcXr$YkG;#dMRz4^ZEFOoh^j+Zk`mv!J&7}9T-wY^@r*5 z6pBNX`!VP44<@QPS{=kU+5|_rL^&$ed~WTqhvG9rKPdd4j^|2`^-b`8-e`jzS$LmG zF}rKuy&{5hf(foyxsTxAY3QNx2pF|U7PQwMI-$-K!_~qDeJ~PUBayi7zmzX zuW8#SR*LGgt;S>sSW*upKG>^_TElZ&V{=>RK9`~G*-sYzbrf)vC%)qWK@hD+;4zmx zd?6o6Dr7AeRN;?ldBT*mS!jGXneW~DT*%U8LCr#Zel82M;K28Pje2nStNk5Y!-t$NQh0<%QP8f;Z_Nba&@Y8&$_txv4d4hZl ze?J`b_%hzQGLNXy+936tL&o=(!qQf^7>qMFn&*c%pC^!c4Ae<%miv=j!7OP-|3O4u ze7#CuoLl3MXQ$S)$8s?PQf+(&0!$M55A@YpXLWxq637Z|CHqWwd>0{uAm*fwo*wP~ z$&Wa{{KyHN!Vpcc&N^`H5>w@uH9E8ozNl9syl{r&PaW zw?UZVl#>)&lx1^hXU93#B7GVkqGR1qb9E%%CwX!NxeB4rqKx*X!f8ZW=6wx0tKJ>x zI25}C*6gYEI9ZX%jz>;JlKv*8{EWwJ7aok9f#d`kp7i>dOebY;^spbHB$$5)6zhvJ zn?r#BRA%Zf^Ulgm6$&jc<~Lp&)yw{dK}_2$>^Xla(QjxTzt(Q<4jDuw=UqFQL)1%7 z$MO73Y;Bp?Dcyd?%%-VE8WtYG5i5a0B$D9I06&oPnDeJkSOKdMaaUDN)`yh5!A_mm zvO9VS;qO|E0U-abpYcO80PBJ_5UD;Pp>~J@}&Ks;d z2G_k19JwH&tENFS(#HW(gtA^RNAeMHgmFZs;*-${v^T*lYRxgJ$Aj??7WdWPQagd1 zo(mqW3_3E=%MtX0cUcnyD8E!aC9ClMs4+#0Lz9Ik_UH9o-^%$TBgyblvDe*|&E3&m zUgY0>c*VAo!7|HHrmrWSW>Z?QzzJa^vi_?A!o{vnpFHx5%;?cng;ji0tK!<0mp`FO zGHy-o!dv*NPPLp-ohOL$oH#)Y!zl!6)U)jIWIO#YJ2Mvm*IeIF;fqIBTfWp-@8W*8 z*l4NFnn-r9PoKl5cjrJ8pFj=kF`?**^BOfqDn&fz1lyO`BEzAGchB?WJLAGPBe9pc zA1{F$zV>Xv7S^YwO&6f6Eeea?NIsH61^PawqY7s*$>c#EwB1X{$_*&m$0RVOUsBzx zA>GH~lDwH4ba@aX(LL7_;Y}jK1b0w&>D!`<0hmR;Y4=upaVIP0I<>-=BviB6L z?#W?Sy}_6xj%z8P;sl1ud+Bf!<&=z z>qA}5aKgV_Pm9wvTeINFZ2))7&iB)wHNKqLUh^qe3*QDOD;Lb%C$b>Dr68iYf|+oILI zQCNp#X4@H0*#%AfsfOsKS(yR1dJ5dO!!X%07t<8jH`G(;+Eo2bR6|k{pH4crU9Mqtfo60V5+A@`X zqb=90wG`$m6}kGYHhETB0H>I)mD0OncOsc?6NKpWsO?tCjIw-ut4gD7upuDKA+7^p z&GNvf#39azJ~KT$)cz%J^ZCkaDGAs8AaY}uttB=5rZ|s0>>St))6R>mf*J3T1yQF0 zD|hFbO3{`UWVcl33-`MKbXvFa2+drq)DH8y}LxHbk6gHb$L3h*jDI!CDyMtH1MY)!^VX~ZomNh@{KtoPKfC3Cbjr{hz zxOV9xgVFKlwfxCkaHdRro%kqdPE_FCflaE7nWP%-WuO0WzEvjVZXA5p!OR<;ieQgq zmh;+~I+QxNAb|?6iS~idm*Zf*Q4PP^I0jo{J~TcZH!o(UbX!J#R&?xR3cZ31o#q)4 zu0L@}GdYxzy(cjQSgg{N1X<}!hys|s0Y0V${beV=_nkivN#pFZ+wBAKWMR#WZTfbjbquNt$s7#^zj(DqgD<*hKbAk= zGZ>Fh&6WN7+x+?CUWn~)$KN=C`*6^~mo(m2b(}FS-AiCCuK+Yjk4?w6%@gXI=b32>T z1|d%8Gp^y)7H9_bHT!fdjE2K=ocarA|-lU2TQLFU7KWvlIzwKp#P-Gq? zyLkO+Y+lzSyKPqg{cT^hXF`dRaJZ5s_HiD?kaExuCkl-$)lq?BknV#M^iyK*AIKXI zk0*+p`8uMMSJc`pt0_Xzc_Rf{%QxU+U+$Y2Y3tmFP6{0Ac!f%MBc&kO5TG6c5&<9q&Jki_9BLAI4VM}#)KT{B>V%STC% z?9i{lUCik~-C|&j!*{;nW3w=}L1M4!O1M zJ|OADt+&))dgjQ~Vfp{n;LOiv9xeJ!W2gHYl)YOvmX8Hm3*X6pZeM+Hu-;QtXY;PY zc9#A~FRNzaLSf=c~QSsi>Y&V7k7)2`fYA<_2?okBj@>Vado zGU3L7d7NI{@r+h?moPE4gEq?Wn~NVSFdEG@UR4`fJYLBidq@obp6d6#q-2p)nQf!&D*?v-NuS;e89|NBz%L!F<$omEE{t37)5 zj`U4uG0RKxUEGuD#Pe{zuM3QUlp>;9JQz2X>H7xv7SGj`4hHRuHDsBQbdeA6ut|O#W+3?8#RdQP-A6 z2;Vnu86<+G4oiP?j zYq;Xs9p8I_eQ8iNlc~E}=fe&!YsX!DFyfji>)h&#hXwg&WN(Q-I%l*BNcSc6TG-aMjc^`5+4t}kbjeV78|GmnyYgnsxll%I-v5gOZMrXa0q89ms z_`Sw+^~Jb{+nkovLb8gC$*+np{)lmyeds0p+gkMSdvYT$ozG;d zP<6Bo@0^oQC*kJk{wm&<4m9!Q4gu#XE>q|oxcwm4iZ_7`x%|6EEQW;Z#HPl=^?Ei9 z;@PQZ?v-?M4WVKNEpozW0V2Vq*%23xh~%Ft1C}WMIit3)%Znoql2g|_i*a$7{k8b3 zP{u|6P*sK}L@+gL6ZP491PS^%ObOfkKKs89^DmSBlynr73V$urPCqjoPeg9+;p?MK za&$AfUK6n;U(E^_!XyS-l)Z8K<}5MbDUs-tkPpW(k_39ba12@%O$%@jnBV$fVT4@w zOR7qB`YL;B_X^&ZHu%BVi`Uprw_>+i*{U=p&77y&F0D^Nea{n*CDbc#{>6jFn{#+C z!WX&orbl)U(RBmrOXKMLv2iLL8b3We3n7+8f9jh^0M~o+Igqt6^9(lXJ3bB`V&0Q@ zR6bcR0GL~g;rd?}b^c!l=Z{drB_8BH+L|)w$KRKH8>jR$S1$09mIQX;YUTd=Pc&im z2K0Tvbtz|*R!U9C0Y;sO&6j8=me6Q7>JV;PAiX}{h#em`vMNN$<1)X{6WMLhx`EYk zg8Izq?cScBZDXcewU=?6JJ16y2a`!lgfd7*uxV+9oYyKQ`}w-|MS^*Owu1O z-MxQzejkK&^Q@4$(cfcajZEE*#35yl3|3b>1r8qyNF&7!X_l+b!A!nh0QvlN@F9r(v)U33u|= z?mIlED+0~n;AAo-hg4b;mb8KyHTp}zv4Fk?2RKCtLD^t(&{v zO6q#O(}QB^nnaQ`FCL7y`;I$B=q>c868lkoa4Mio612FShC@|xNU<)3%MPboPmtri zpqbq%!SMKr9xeaQaP*8t{(4)aj3q=b5?aYcE}%xT0P?wi`JHVcvE&G|-MqR|1%sqz}k3_P!Pg$s}85e|CIbc#5j zQA>YCsh%Ny0O(u|PUmHq{^AdCc)Z{^K5Rty@#7bQ_Nm@GgI)_DPHLh~Zkj$Yn>N)| zV^8zHx1A)~qb~?`54N9l9BCT|HNUDG$xir$9-@Wks z-tT??f!%ZF%(>>8Yv#;tbho*SpV~6pK_QC~{b9-Am9#_mOZTU@{VOBf+NSvQ3o}p7 z6RP-{^X@g3K=_}6xX62|GZb`xZ9sD8OCCXn6bkk-3tLK#0c8 z;g?1iGI4c-xt^s&1W`< zD3N|%Cw#20ntA+31nrn`IUDYg)Cj@+?0Ir1W-5J4$e)mWsVURDoRGicd$h6NUO##3 zCb98$dIg`6xhR2n-qai)!|xffVdZVdH;m?S-nAP>3)vje!?YH+9neUmsiBsgCr`BK zyog-AlUi$qY5KG2Hv#TmH~nwdv{()KHU#NogxwDOas%4xlgv>lz6BN_@R;AiT5Aojq5t(>?WKEI- z)D%b`B6rY@$~A{lI3d6A<>~W4p7rQMjvh7v4|m5d963j>WND4?#oNtZ>0Cq6-{S(U z>r2MdPeuxJ%hfUIX^pl7HfT*yOoIeiUv!hJ7(Qyml3R)HeoX9Q3-gm%xSOq?jEF)e zfea0+G4oB8nttClo;<1i7@26MINe^j-QNDrH#}FvK}NSB^75^fwVV=#Q#XQ=+Pm}|zBjFs2I}ZJ2CVD*1EKrZ2fx-xiR+6!t)%(zNOH^w z;;5=kk7?xwiU{Rn*y1HJtY4ftl5YF|kd%m-U;Ta(wXE45C)1ERi}VA}RHsR=yzg^m zC>Gye$d4Q5RS)1xIIyRNCFO!xsw#^q#mVg4*zMA?*Gv9DCZR)cuQ(*y07xh}UR-Gr z)HiR&Z;;15$4iYZRdp79lF|nBJ+4I=*@nt(H}`X;h$Q?xYDR)m55s5D{Ilj* zE;ow1U14CqN<`Vb-dSzI(V}R!3CzzX;P$xN<#dknd&ST1&qdf+PxjC=Xox~tw0=Qi zet+MNY{V&a(lFRvyqt!7xq4@Gr@pfn)wXwLnMM;Cd=+0gvHIe~T4?^`07;ix``ti2 zB1zo}Mj$tLl0P${3}xmX@k8No0_wRYf=|~XUh`N=L)O{aS7Sm4&>{90 za}IG=i7ZQJYIy}__k?Cz%^f}NZ05p~-A4EVlPUR?;*C{N1S@e_V@x%raU_ zJU$aQaKU>6P?0S*Hx$uv8sGB8=$5?p!CSL^7Tikhn|t;J=B({OA_QCV?)lgd?fplc z)0qPjxG2K$J^pGr`bz!wyzNRoN8&IIaln5c4%q1?sQcF*@8!D~$=2SdKd+8qIqZLL zKw&6FJ%ZJpU^E5+Z-A!9F&!5a=vu0J;~sDkaIZyf^~&qg`??c9F~G2d3W^4@qY%{` zqj_4gd9b`>HNL~zJ^K)gnb%MzPN`=e4 zwuA%jYX9bE@jAeU$JhE%X2{4jCy%QAnd1f6h@|XS>=ZApulfLdwtoG$RlIlTY2S)0 zZi6Dqx>>6gS5=~Usr`(k@3Bf8k`hp4mIKDt_}O)C8~+t8DlL#37S-x|);wRmOK&~= z-g|lH^yqdbK`^N1qLQSh%g%{B;HXnN86j-|7*auV?@TBLT5VF82!PXhL9 z9fw0F{B^ZDi`{Ryyx)HjJ0n;Ys;hUR{5rG-z$=Z64%#GN1vj|JTQ9d_f&A%F$O;?a zfQabz0Sh5zq=)li{{Zq-UCE|3f0qE|qrp~^kUne>Yp2^^Um6phuuZVyEvIikF;7M# zRoAE}VHGYj|GIX0E$O9Jj-B;b_HI`@h;fQhbe9gZKRY`3yWe!6%Vy67U6-WY!GJZR z@^+BBc3KKa90NFQ%lCz`*k9upESy7LgRk7#uTI6;?w3M}|F9JQ?5qAvw9F!Z=`nKt z0(nMuR?#bl+(V^^e-m#bv6PI9uB<1~CLHhP=TAZg2tT8O@w@2Og4=7>6he8m+Xe0z185DQ^BCdGyJ6RdpM*;B= zt}VgVhSAvX^qtqz$?M7W3%WvcQHswehAUf-W}ualmmIhje9HY#PJTxhD$<3S=J|H? zUMxKkCCu^P1SCt87^=1m`57Jg9W%j)Ss>~1QVQt}`97ab!K)w_&*VN|-Bb&PN7 zgElplk2+H_0-pJC=tfIGh#CU+ryRAf0oD2m(u3LTP7VHO$c%BE_Aymdw^jf3b(9Zs zK_kO#t!v0h@%{%NHpFKT&`;V(rBeNd9Hv&HGk}?Lka0~-WzVF5s zt|>>$x7b}aAlX5$3h@hN1fumU8er(0_EsIu*07tct*eLAOW*P$>Y5gK_eHEeuw2j(jRZ2= zc*jL(;(VZUvP-FO?o(HK;4~^hzdnUDs!!B3Sb~((4F?WMp{{1h5aCrdte!Z z1(f&WF(wZK-dA>|<2S-1O`IQ}v*#G^BXr?d3_(121neRQx z>lwR(b6mTfAg};Jk7*uv3>0!crXUU^uF+1*q{d>8_u~q6E-D;rP2$};?lg|@yE!|H zzPzkAEx!5Evrg6WqD#F#c3%BeAs&jUzEgwGbfolx-##_7Z2D3m;A=YfLUaL~pXv7Q1mp6O ztA8E9_s+Sr&L>>v*DtHPJ8mUT&I&xoa#9=v_Qv2}p5F@(ze5p-A+#YEH0jzH-hPgh zbDZ%bs-7%xg(^}2c|^mtwSJcnmn)jl)YWy*lX*O0kPxl?ab|s{H&w>^m&;VSx~9Q2 zYIb_pw|ar*tjt?Qzht_OtAEwW|FUmaC2NtfU z0t*lt7mF;S5{T^)4@_pS6(5mM8!96>nnh<)I2@g`i#tCmY7X7Ru1(@)>g|td4nlGq8FhkLh{eaPLI7IC|co%Xyf%OB-(P5zv32 zw61ISNe>l;L8#*uK4bRZ=*Ug^fr=ng56o7N;QT;Xxm%9ksTRcdR#hZ+y4?|iwsaZK z71MhAT?3~nVELx(db9IPgVwv8x-16aKM6#L!_o#5$(%J(XPFQ!UTfwO+gs(ABw*6$ zo%Uw(A=T}chz%RfHE>g{X!48tvG2u< zEAAf#3sSILN5ElpU|B_=$k>VTs32qB3M@Nif5k;9_!jNvdNW+<>c|j5>|WioUKDqv zB9=`2@+(g4NDYE>R;3V`Hq606NiAZqP#AozRT%fv;R2Cd9eiN*OtM= zeUFN#+kB}F4Q52CFHJu^Gggz+P0Rgjb%S+8bRjE9%Z_{!!bnUEHpqH zs+|0~6zpqnN$G!f{+z(GAej(w*p>T0hyL1Kbiam;OaVC_pI*;s%~zS=U=$WuR+Sg5 zeMa?JmM|C}aTMdUf4Nwl@K|K~`^^iP=<&bewjQto(-g)9F7`mT^s4fW)S7z8J_a4DQbkPTra7Ke#X)pMnglp+_R5=NQJ8fVo zZDW>p2mL9znavCfx3{^&iK#gx2mzlFfhnK_A{nkvy*<_^jBvCq`VN1s(exI6tc~w# z7w>?OHf#n4J$1|$OZ0s|m{e=&k-0NJOTTyf`fMB&UFoB0kT?cKZ-&E(vNjfq_NBL3 ziP&rltKZv!=8%+({dGW$pW_Sq;|8Xb=(dZGloLiHr0^>OIV$diq;J1%NEVK8R5oq` zMd7K~_qS8%FruLXiz`b_4M)^9b}xOD=INIS-)zESVONaM)F&Mi*~nz^uNN; zMi}WeZLe|8ou{R*mA!UM!6ebO`^0OlH=|e=rvTVydM^W#sKNc!MVtBRuOZ<3qPqqv zs_U{J9q}ErkkQaTsF2=!@FK{sCgj+1Sgprp=VvzeG`%QpKE-VH6!NlB1{yN&W28tW z0_lt{)&AD*xB9lqWAQ+^u?mSxcsVL9eJlJY^{g3S0q_H!Z2if;`-_4Y4D5p7Nq>O z2jDaHXHC1LN_S70G;RMnYoBe1Oa9^sJBfq@^gYJNH@^`M2a_cYw*@49q-Xq`4Q{&n z8-AxVsuE>Mxf9;{K zRuWA;P@Fli_0NrS9zuQzr@@9T6=E@d&P^b>biCcX`;ZzhjXB+3JKYXXEhiNRrwaCK zv~UNCf7%;NGY3!|bir3n4)`l=^S6Fj2YzS{olvL^wB7MsoEco`hd2K#*--Wu<0Nl? zLqS02+}xEalB8@!^pf#XGp~Xq!M86v7+W|+tdy!S^C+y3U*5r^E}+$HGCrG8t%{gn zMqOM}SOpm0eLBe_0T@gU|d9 zk{CA2yt<|}!4|(eDczWvP=%6f&tP^qFRr-og5B_Dal!t%PqcQ>rXUSlW) zz2HATC@AfZJZeLKSGo;e>~Jx*1C&R+EkSl?BpK0WgC`SV9%O z)ZssM+~4(QCaJK1VWn?_BYkRr51ll;Zh9to&i)Md=WGulnna)BA+nc97-0v>*6G2< zxNbfhtM6`4u23KGh^vt{eZ|q>-$a+z_sifgv_dBaw#rC)>gYb<_w?uGzDL_^U%jVL6* z`CVnIIGL~;F-6#9HcCh8!jyj_b?r9derh>=*=Uv~`_FK)_w^jNs_zp5Q8$%bTsgQ^ zdl~Sy4_Oa9)gE8=UM%u$eG7?75Q|v;mUa}0Fc?gg3gIaNW@n>(XnyzyE)^cO8&^L1 zBbNn{7JSk%g2WuAPA<_A7WK*`^lMUi#1`5HwI$?%_EPk@v|?T@Puk;$JyZt$ z6_nm3iGFF=Awtm(NHhCU@=oLe=rt~_$v8W;ZIWeGP)2&&o4vEYxggGk(wK!c5VujZ z*WL8hvYb5P()O@g6KHJp084l^J%y#Ox$3o;r3^ z`=ke&w8V`K*S%SBT1;k)IsRsO^zGIJLh2|H(^D*`NfuaR+5fVi#?WXqzle*@_$Ij~ zi)=eJl(6I8aX{%p2ygu*(d=Pzu1n_nR3sk%H%qXo91vU0p%KeNbjjG{Q?Gc#QFC!Q z?&3)p{o9m#evsBQ`luSQk%q~z)No|e#O$Lp5y4>jQyY)P+8+FoBo8$LT(g!wTUF-k zUV*!cY^qeA4yE2>rQ&Xq5js{P$B)J7SxsQ3!Q-q@0J6soMI@**4;?S{WC?Rie&JNR z(wVLcUfIBk2}{E=%@F(_tH{j8zdsUd4;IHBN0tZaAMN~Z6j?RjG)5NIG2eZ13nB{kW&v$o>mu+ZC8HinwR1!iJkWu z4SJqRbHv9rBO)NpLeGr{=*i_kc@vDdt+5H`oD@KL_r)rl2$0aPI-c1VM=7EN1jcFNk zV5-`o#%eNfhkrx@5(9vuK@TlCh&=m6Ak~5mflcIJ%9W8Gvz8<%Q$DppW1cgjK)F3u zLEsADdQ=a~1+?RBwisghqXuO%6ekPb%^SHJ&QVc$`}7vNFp8JnL1qr=jRf=LHOC_( z_B(9L)yGb%n)_3h_=o4`U4-yQ;ywFm;*aT5#YwTi5spC=oFPO+<*2pLQWDtMg*0103p~$gG7n3PA9wj!)&ywGljzyO33$3v% zyt4(GM;g~d9~Srk@SB}rKDmJmE30l+o6@tRs!sa(d}6fW^!?lxId0So;}$he!zhKO z7zC;huStz16TZ<7SmWNeoZ!K@po~tj%fU3~f0L|H@O|6Im7H={>E0s6n853{gePhP zc*$Mgk`z&S5=h7}xFA_=z4MFpN37Mktt(>yUGlVmT zF!DsBJa(2*B8Z+1{Vrz=BP(NfI^~9Tuyz97NAjGCwMq4 z^goMm(qQC(Yl_p;XWv8Xgf1LQV#(EM9bJ3eDst+*reODcwV_eZ8>#)((}^8pM#P?wK@=i>B# zT_G%N?piqE^>|+2?>+|(K2AF9P#&S2sw^;*Ij5H4p>WS&Ibf?GpBF&07qFkHnhR<$5wxCO0_p*onDj<^4FRwG7yN+EOdQcc{z6kkxnkvgY`d0?-XK7IeOU` zv*(JXP#t-Z^8ihC2v((E>(=$I4^6=ywav*>K3o}_Eeb`>pqfIxr3$?>VY%9ilT4>s z=D?Z>Es>x|Wc|>ShoOtoGoECZKJ&9UmSh{<+28Wd>mUr+W@5?Ae>WV#dIvHryTjCi znPfT?@{8@@1t5kb#n4F?@4qey&Y$lr5>0K0!OzIB*4FMp)nT5@l@DD4e%#57AxBr} zqT`uBVy3mX;KD)h!uuE#RZ``co=upG1o74vSbV}J^j^XW)(nYtce^U&W8CH{+XjFNyV8rz&!mXSc?q744}f(=tUm>h3wYl7LEKtMxWnsHEdD zn&^jb@3TIu{p@lU5r%FC*O5Pxj^rgPa%CQKqOx17bt=6mra)1AxUCOXDNY>*a zeX`@mNFsxhKDw0rfgw5!t5-KQEY4Gob$BE!_6DZ1ZV~V7V&*L=g&G7k;)m`0eY`Zv zrkki?>1M(Immuu=0ikUXW~i~66==o_gK;Wue(FglX|S9>De!IF;gl5t7X~^{JSi-Q zakrESTCQ45HeDG}^i}=%xj%%uKV-jT&pj63`c4Rrv#oprrS-u-S&olqZa-mSQbGn4 z7{Jg|VSvtS@!jm`*2-3i&tiZy-{3$RlR2b}A^{C!FgRXDDvbp!)Rkz1k%3G75p^I! zLM38bL5$>zrol)18ykpnszu5K<&%ModiV8WTFH?@7GdnYF+k~L_n4S6S8=9-_B11Q z_(*H66Qd>E=T+<_H%m-Uc#z=7kdMpVp^!CLI+|c7GFosvRxc`MLNJq22kb~Y+_LwiI)J3MrOABdCbo0q4PxG69b%DsnwH?@5vg;@8`tnb>`ySy<&-R?m^{$ zR8q*+t$5>yGHNI}Q><%fgdhekR!Acsu3xsvt7*n(V_|rih0<*hWKV&Uv^i<1@55Vh z5%1%2MT?dUb!LwAx^|T4(BsVL@8g30{ZnIQ!Nf`pX2sRMX3{V|MmLu@FSidfg&p%T zbfhI&uisb6OG#MDIjWAwK;9ji?pNiIzl_!Fsdb0e*o@$Pu*S|YcO{3QPyj!On7Po6 zh}cw$f9bw9vq6Hhl3(RGbDTdL{w=nYy@k0q#yX`XjWn~HlbNwCM5~ZNG_YzZ9l;${4ubuC|q=*~!!MlXEQn7|3 zyJQm2>$x1Wq}za`Wi$`Y7+DYwp*R~P-`2cH=ku=ncHD-0hI3b#|GSm8=2;8J^Dv*t z5dH-NX_qXP?0&nxjTgcrzGpkO_lL%4@%x@K8oJe0a2iL4ZIy}&^;K)JU_mTju&>36iv3DH0SNR)-9)55Np-VZ+qA4}rnX*eFbAxdhVMlqM)Y6JWE zt>EV?GEf%@Z7NX3q|BFxHce{p#dbbJ8w=rQ9^7ni$nMiT{LceW?>!)zoOTIE(S0(M z&m`HlqNIvX?P8^gr3><+^dCj_+W_ltt0Q59+GZaQ`F8APqJ3IztWmz!lwgKOgqyE1 z$b-9Ejtvf=5~&g(sB;EBAc_Ece`w4v*Vi^Pwuxt3CxCnNQ~J5p@p)Aa1|}mh=*ufJ zD)O+wzIhkWe$B;7cI5{Ohw?qsaok7qa4gPNxeFTS(7fr)0E3sgj&DQmqjCZVLX@cS z;Bfhtw_mHtWf)2~vi00XrHqO+R=y-$Djd1dAdXvdRpzZCjKk&0hxaJ)Iv5nGBxLhi5DCR$1>Eth zIc3CedC6uQ4lGg-mOhbI9UFDHk8QvMjQ=9V&no(L3QAmzHUD~`3b*PfUGZs{)O~_b z00KnKT+bQz5u6tjqC7Vy4sAq<0O=%uwc%~>z<{C<{bd&4U2a zlv3sDm2yd5kv&;XKFirOWgX~^c8%t-OA;r)2pWlat8n2EK!kphHpYCbNr5QKfEb4n z1^9sswkNyMgh2h3T{9NfDha7T4{du%%#vcp#s{Z6m{kt)=5^Q4f=b&OYs}?%x@{c_ z{mpZJcTgNl>Nd8$Uc1(Rpnu=XX-CG}xRhf+X^w$BHBRsB-Qd~Gr&9n8_N9+y0PC#T z^@Gy6$)y_-X!L_v=6lC0*T#1kW{TW#*mQY`Hizb8NK%Gin(YoZMtVPpsD(!!e)_*q zg|}h~<8?G(Wc{Jk8w~W^xCm9%k-$)YV!vt(X?dzi0%Pr(n?u(h*|1+dP;U%~f-h|B ze#$m6ONn%*hlE`|L{&@6R)9oOtu8CmY`A{g$l^X;Y}lou`n7&Jk(AQr1$ogz7ME|X zW%HB=Xo`Va2psowKl9zdsCl;I{F7xq?P#z}IfBs7tivx>0TgJztZZgrgRp)U5xvM znMxSbf4R%Uk);$=S+^pIr>k6yr+RR z9_ehyZ|3;^d5~KFl^SKe{=N-QY_m5?=LRJVI-TyM3;oOV$tHzAoz_T~d1ZV>xFka} zDNsS>)b>8RiRrZ!$N9st|Hrr?zC01AC*!-wS*g89ZUJ?FrCROK1VE&6NuT9E8iCXP zwx|sN6976$*6o=#-bqF!u>7uHw?5MtMgJL&(o{zg99(?=Mpjm7KxTsgPgU}VxZHSDVtQTq4SOa0#E+I?{!d3vi~996sRMDU zT)5vOQTy~FR2!l!Nl!5)4_lYLz72bxSPZf|Y9Hpw&{e4W>3P=)@t~=RcF~8Y!AaZo zjiGUf*DC-25w-GYiYyzFcuKI?3Oj&v6_DLRyudh5gFwkBo`JR$hczBGKVW=SMg!Z~ z5Y8S3&Jl>}{LYhvN)U-1JX~O14HxzJRggR*;fM?kdd$PZssCHJtA7ARuH3hBB$F;* zK2F@j_Cjw4o;(UTdUzsl7%W`A+thyzIRh8yWYztrG}p1VwaNB}(SMdUMJrJWozC6W z6rVwod>OmUkBC^w46Nk;e=}A!*QMpFMU){2`nNL#H{&q8d}g%nZkNM#J>^iA%_AA= zdO{dz;!4n4JzI+L&E>(t%rOsxsFC9OAkPZH#Bs@H-f!V z|F>a;$a#(4!P@Cy89;9yqnx+;U0+j>0o8@daM@I$6UL)NcJld}(2pG~X_?IlirZT* zfK0Q7k7^~`_ZLNxc?cQ zThIlxwTqKlROnn@)brHsEQ84LD(kqBt=Z=|t!Sb%YWlq@JETJ(L-bX)^r&S?g2uWG zS(GS=#J#ttKZr3IjbM~tgv7E+Z~IHUEpN#Q*62?z>J)FHA`3AgJ;M>8G!VN$cVa$k z*X#xo)u&5TtaLS22L&ahXL5vVUMNd!Si!GC!!>J}yxnv#pI>DEIm3RqOjGxfP0dv} z4(-G_LqmYSrVyCZD(Ee2` zmN|JG>HG%)ukInhmS?mzHw)sQ7SD6QF*NMUkwv3}wlUu?MziMcurwrc;W*5lETa(> zZCJBMu{Qnv0FoU)99OZc@H8JE+WMojK&60jUE?=Z9EEjvkIR-*VzzkY|I|_R`#7z5 z)UD?dke1MmnJuA@rtA}Z&cf;?xLhCJbf{;F9~{reQI(2EZ3R;ed%l;oVN}bPd~hKX z6?S2Jo{F`L>a1z~UjO4H|8$E?5^+rQRO0ewJq`AQ;Gs(V;F%x-ZT^xs`*y4*L5z#} z<)cDn*}xD9XxGyvOlTKF?)b(Bh$(A7&~S1}%){oXvz+!eDc(9p{UcE!U!ZuHEw-ak;Daj}%3-Ny zQC*&Tf)Be3HcB!h+~?_Kbe{vq=-TCk`O0$V@ZQPHg`a)6&M!d+CbnOCKgg9=yGRuN zbNk2l$11VD5M3bO*%Agv<%yS-zD!nODSyQ1QOd|!_U_$>QuR>dxy_Ih5~yYTOoE#Iubd(9Zv4hFh6U|3-?gIuB0Z|_uJ~7s z?smH%$l&Qw(jjtL2+LxWmHriQYq(?|WM<e6 zalVZ3=UV4O<;0oUrH%!&9yEeRBPXL&!9G$;6JslBIb_7I`kUFel|+fQ_->+f~r zrq7r7{98~~$Hn`z(Bl319@)VHc>kGsS##gg+*nqmpD*tE2O7~}1Jm@g40SD~uX>2= zbC6IGh1zqYk9I0+pqcFWu<4(!MEWrer$~3=L)B)W?w&v&W%;bjlOcWL<9+Q>e!5bW zeqB$h0MDXDRwaIlX_by@V+LEva!T-3DWphzoUDlCimwVGTt4`;@9Zt4&dg)n3 ztzI$js`)?>(}nI?eGWinw6%?bmVRFmws$p){??_DGU!D~KJ1tEN|?ELs!z8WPDVak zW0?sEf?7bRr;%CG^L^n+l~T#{ftaRTf~2K;R)IY)x+^|f&77&ij= zFe_p%%|J#8HRD!D<8hl^l`l!KA6?%cXcI8`OGCudfL*ISiWHSEFvfz`Gz?|DN7Q{w zera;3pP}FBg!e-E&#GmxwXUjN6oW+Z7Rw>KL~s78=WZd=!wtFrbr9tQ9wGj*slKgK z1->!-%vRoWb|U9fXzRNdVsb5`@yr_k<~jjn?G-Q4SXx1_$5K(L&Zm6$ zf(=uHON^L|OoU1N|A6*=4~In$HJgzNo;O-Hbq4eA{xI>n^XC_7mz0M+Kb(y@FAGo~|)qJ#wrk9$O)5WUkjq9^1)?Yxvvf6-S7W=(68w8B+eWOxi1tlj_!2^%g2i}U9Y@ZcJK`?Qqc#Sx zG>aZCOMD`aQZkZcgxG3+>JHk-!-7$w2t(xBN?g~~&-%Y5)`;cKW{87CBC7D;l}+FtSLiQR3Q z7H=SO6ez;_^P(4Tuvdor2XreriDnZ!us@zB%UvwD2%%6!1mhc6aKyim$gPlcs{Oxz zJmPpX0pH2TgqfC>y03KtME*2cuOjQSyUvA$fe7}@j#ZRQ@^ZGPdIYPR+(9vvR-6i- zUATN0tiXczsMb3h%|(1ROLMib%ttME^WJyHJzaP3`Me6BA7x|XU3mh@ZGP2HZ&4$f(0!F@L8k9q(MGEoKFw|JTUS=+&gZthOwlta2FR(1cZj z|8Ri>4F)YQSAO3aV@Kv^(PPPA!g~uefY$>< zY@)Ya8-b=I9ZrFuvmzimy^k*N1!l*B1vn4~p$rG+T0ZX%5PhM=&Ifv7WQt8?hSbHR2pKR>uu&!*94F739HW(Z3u(!~&Vo&55!v3SZa$BallmI>Y zXS(^9(svQT$)rS;l1_R7mm8kI7%a;gQx>rWpL2&sQ@6cYfi3&}?DBGl@qo*n#wnL& z_~*ls#N5m|H^A`*v=Oi`$K)7K_ib1)(8(&I+lh`p(PTxHA&s2%d$JBllPu^31?cn6 zoC>l{5)9)P-tJLSP(_6mAj_ApPC6h|FNMmC*z^{`kFucJn-ay~r>iVppofw=)B zQiz8pnoH}yUQ2OM|8m@MK;x)S+mJ!M`D^OokvYfb`$w6jNliV=>tzltmMn)o!e1Lz z?-K(iHubj2Mn4I7u$FbiZDY{0O|zCUQ%Uya_XMZsRh37rZ~-C(OlM9p$m|HLgLrkO zdc8?EHA_!eXqbGooMrB%nU(=Dm6NDR3l{Tn0t3~Y97oXc#vYOqDlZiM{I=k(AXREhkcT&kcKxot_x<4`&xJiT4Qmcbl{2W}( zO$So$8Q>JI$xDtNV!s~&4N=mKj6ycK^9&uYa<(F-KW9@OKql$pN~*%_pX|Lm)Y}y! zqKP|Y-PF4jCDQY_5M^dcDG2x=N6gdiaTg2hSpdY-Z5+55pOm-9;N0SYJo5(|BW~G$ ziS^?5-t}~1#IZi&O7LI;yakN1;k18AG5_RO@4;I`=f28>DrKO>AvJ*XLPhZbjuiy`9MX-kmwD&_8a3_hz#OA{5=G|dtRc^ z!;woXBUa)RbbiiIsSaM*9Uz2ax#4a4GP6LoX=WRfp`98@Je3#`PET?ydvj^2unb6f$-JG%t z{#NWC{3&sEG@y&-XfuRhO`c(nE9O=QM}$Y|O40Hp2cpBo%-#cP6b%wn zo0@N#F%(>E#&0K^Ao`+N(&|xF)pLvDZX3ctgSM31`C26~colGLmx$g>6-w5v@yEZz zVYcldYfQ=KQcAeydY@9o9quF)5Trl#enc4ZXs$RjId2uq zA%wr=mpRMVeXRj2my_~7Bey(K`sOh;4@^&{i82kpWtwLn%Vjq~_3Y z>!HF!3wrdjlWkFZ*$Ze$Ca(-6rw!g@Ll0#l@W*yO#S@uhHNF`Nv_kO)EQE9ak^_4* zn}9jU+gAP`OLSX=OjSyFLjIiE>+ey(SEcIG93wzv&2nTvxA#9TJ%X zc2$SjnpixDoDNp~!m0kOM3d1I0==f}?i1dL16ysBvghCcf+WHhQ;K4uv`9N;rREb1oLjcL#G4FQOwfkZwT2}l9(SIZ%zJ^ z);IFo+~nCy7A|}*aE(IjYmPdWiN$q!L4v{lVR|@@3?sH_Ce2*HMovdc)@@U+{o_=> z!Fu0Ba_9bI4&#-R++FdeV6vm&3^zAQ%OKm~lz)dsyti6x$_RG#2odoM^MH5GjZa)0 zDB|%>V9y!@l8BWTu-B5E6Q(-JKgw1NXWsdExQL!dPKE|$i=|U(bN+Jg#~G5%*?2$I z-MfgNyg@p|f~jSH;O&G`R40w!!$3-6IKa`x$0w&FW{9%p_6Ku<6|6vs$M)0ib!yRc z-wDA7s}^Nj?q1Wim-g8Bd0_l+A?>t)|6<=mzbqIn81$ZMwOA!LTc$Pd`I^H%7=JAZ z^e!pRImM>s-C9^8$=wIxVOU4!Wh7ylkrFkHNM#6WDT^= z@#;4G&e&q}c1sWHc;MkmTEaQRpr9zTvY_GCu;rE?m;1xBDXGfm*a|-JglT(U1PSY< z1#7E`gB%)i)a3vRAv6{6LOJ_b=8jPTWRVT1*8KV@{A2ue`T$8)EO)~+(n z#|sd7j6nw?omnWM$uf=jX^X-2qTH`#6r&MmDE}CZ#Ld*K=vHP_(0JPLEwA2MhYA|o z)O@SNDXjbj@F@2EI$LDN#ieI-%PlPn?RKDN4AI*F-lV)8*KB|O++BLQ7eyKiS3d)! z5o++g^Qg^3Zi>_9@IoaQ+)m%1m^kJR`MVvTf82%BL=hamtVlPDO#o$hzhiyozt*kKo2P}n-Or!u|3KZ@y|tBdCGkoVe^u1)h%FRca|qhaot^#n^CZ5z zo*I~8P}Fc6dyY$s^`W%zWfv&)vbo?SlyHb01#llMgfNkS(XVKRL?tQa$AP!e(v}bn zg+cxWJyr?sn*!QdV(%9D{mLQ>=@m#`K387a z_%YP;-KQAFm=JuxX~-B4j{epAS2W!wpWD67mh3&LoXBY!F}gFG3x(8c5{iBLSUdKo zD-r#=uSR9y4H~A9G-sJL#+;!OnAG28$=V^7~xOBZWV;&JY z%Nd#=`3M~1efaWXaoND3FdZ!Y`TD(F+}aL>qVw35AI~BrZ#j=k@M-2ya^Z~H0{Fgi-1=5X^?bv-~4|>eT84t%@?kcOSd4sbV(@P-7g_Z zNDBx^ce8YNcZW)cz|tw*u}F6}EU@HV`Q7`ue*t`FXXc#q%oDABD1~@f`fO}Il+-ah zQUgPIaEp@(3Vf_wJXA!)A8OO9jNTqN@k{Y*q!6*WOm2$F_u8qdw1AzsPj-?M-sgxj z!O4{Ex+nJ!5E4yg_*3@_(fNG{0i)rlu?U`z-zn8dHbuJ-6eY6eG%^e?!f}(Dz4JXY zxAGKk_tgkW2*Q7Xv~s>VHL}DJQMnyl`wP_0X6wgK>qVbDF{3eR^bvzpoL`L{F!DN?V`2&fJ)8*sl-?`1iOc ze3(&b2Ntn`eTJTEI6}nm4nFSpKVS#&R*LaeIFTzk{|8P>yV!+e3Guiia(^0iq=R52 zwp1xJ>7s!f`{UQmehmKs9uH$%s!}Z3v4l_^es+B$=#p%bo1~3xyZ891)SZhS6No<^XXfjS6s4^#? z)!aVbF4j0zJ=_sLhy8ovDChcjT@8@1%W~y;rlo!X3|(5=S$RIWHkcDrEvb{MX~j1O zRvTA?R-+{u#_PtPgu(SgCS?Wxp+j(A=QEUf|Ku~M%~YBqHOv0GQ|v@HdR%HNpiGPl z93Hd*QfawaRj+4wKK8TwZC#&xBI4q@ndm3WCLNHzf$MMX?ietHMjuRns+dMM4Ba0$VYh{9m^xTm0B|) zFRM~a?>;1Wt>VeB?Ye9QQCEf9SolCCO@b7Z>6{L+*_%5rWm%nR z-v2v!I+WTjj|U%q=Fnf}Ov(U6fD_A>Fh;xQ=(^B8mska)*30zuYe^L4JyqAFy%yX6 zaRwy-qSy5RN5Vj%v9?d4YUk9ZPAdrE0>)Y z?U9JZm8dhD_crTu`rr=Sbp`8xYY1$TVE45LwjYu`J$`U!-m_>;m7m1klc9*WJ`7!A zx76pK$uo46o{kl(-T9(O=cZKL15=ss@^E>Y~u%opE7-y;kQ?_Z&PHs9_xXuP<8%>$3 ztE22J9*V7!geZ_-yVuFz7a5y3jS~Js0S9=ee{Qbg{`|hqIC1G2R^=kq2cPi3?_cT{ z#su1Ho#(;1$J>cm53ec2wsD*@TtXwsS4OVR0ArQ3U-DU}Bq+S}Ii3gok3oo4INTTZ zKiseyNxp8X(Lw((8m8WWYkr78X&7|M#Z}vEsd~D*&r1RF16%u29io}${Hcz=*P*Lz zZv@)DKswMlGP3>#S&zCsriuY7S8dbf0NEmg;Q(VJlJ8kJ#MffJ87*=&mo~Rx_@e4@ zy;L@2_w(Y?X+#eWXp>~$q-<*yRVU90E1DF{Ux)`Y>-h5$8^H*tNn z5_msO1QCm1)&FZNSfyq740DqrEl3#rKzxdWeSy6%nkU7beAB*AHfQyIx^+_By-ZLIdQnc?V+_roC4*sBNb;)XG#Bu3=9CW zmRcvDONzlL?ITc{TmNxxApj0EYLUF0ZM-WL zT#JCx(5tLEMre*;s#IUWeJOdc%!c5jE=dh?cYl`C=S>M?l6hx--v3hzf5Ve%Im0^3!7d6`qWsijgyZAW%8%)YroXb5hT*FHa7=+27ra#{cZ zi1JhqPPF=tPsEt(=M!}pU-3k{t=f_O1?${j*%q|>5fRH)IfImAQw{FSX7@DuH3c$M z-sTw3`G?T)_A397Q%8~MBUHgZTm(CDB>w)#GCh=$>KMXh=}Y%&0ASHG&6tius&-2%wx(11?quwztKJpV};tL-ito-#E8qom+#g8mM=(p zf=aJdO?a(8cx^_V3vkJDm3Y100jj}SW-h0$)D=mRqQHEeL1`?1izAv=w@wmm;EC*Y zt}7sA?_;eeh(%=0$v(1my(ro*`xdAa#^B2fsZQL1=F)lD@6pS}G%7r@!p&oaQ9)m% zQL*B($_41NQtqDOlk#R%jpQB=^h*%7`+VQrT2~V&^sa!`O2&x#&P@LKyp$(qLmvLU zjF?LB+GHdzx7-xpSUjGtM3SV&2BJD-X*F#B=cw{CRR<4P1$uf&=l>*-PS>;EF=zyL z7+Q7R^xPmzJFE5>y6Jyw9u{T?3El0zgC3eKTdW#@Hh;hom)zBdA<%)$tV5~`t+f^T z&%!)tkJ{Y6neiw2@4<2Js^2+N9yF^jBBU~x?;iSKboirQuhR9$h^=n_`KSE6`zKD2 ze52sLC!@%x2J_2yWQCiVJTDyh{}=8TX=X|4I2h!J`J7HE7bCpF=T7RuBOI~|WabOC z`OC8`OoGkywYIiljEG#HDGSv(5YG_?_b?u??C{ul$Xey%;ubUOiSA#L zYX;I7xo#D=NUf4CqC4R?m*XOQBu|inYzV*RQ^(IVY7CHyP=U8EI&Cla30x#C#Mq*i zCqDb?N4XFungID1G$}4ib4#4}`QOydrp^MeK9K!A%f**?@NlI=NCsyMayCeILTPQd zO4Bupwy*KD1UjP-UrGKsY1`#{i!M80mX~k%pIbDfnspH7rB|5MDdLrtM%G8Nc}wo} z7+Kfzr<7BDUar&(!}wR(Tu+!;bNa{fh#}Plsz(tg+-npuhjo_^|DX(=-~amu@umGt z-~zOgGK1AyqZKiu-9KVG_VzTNRl>74XtX}>q&WON$ydE^i=%da{a@l5!oh|3ew68X zg0N(&r8I15E#QyNNzHhb4l4_};Q@QVCEe(y2UYW*!(;Nw^f(+PTy7QzIXW~(_SNvq zfU69`oTDP#r0SuPI#z;jv1N~eSRSF zJOq1ZvoV8L)8Hg@vCAjcnT|Qi+b3x8THCJNt#R zydS-F0p!5Srka+}7uUA~^DpLo7<*?Jq<`fUIzhHd)ico|iaSy>`8rx?baXO|ROxG; z7N>GyR#Otl|r>Yx2_sP)1RUWugO8gAbK_rci zJ$@a|&p>g$EME(8={GpJ-EUtj2{G5!ZcVFZz|g-^eE2{nv~KKa#nxsfZU+>_-$yXX=peNxwdqMI3;UloQBT$7sXzpWt09gQ?&Z*l)*?Krt3% zEr;b3kv+iLw~c7QDe1%-oSfE8W8ZEX&D0X={gcPl>9j31-zZ2AU4k16L5;%~^Af?% zU`hnSR6iL1Q>LH^?3v2D`=C#g)Y09fl~0ml`{-BA)l8 z8mwkaLNMkWYs~Oue+YVBSppLoqX7*!MmM4|CgQXeM-!(z0=m55=2mVENB+7>C6}wR z-6f#Fs{Hf&5BMMyc!C%iIZ;#`GMX{m2PT~O1Dqr0V(QuiKk>*Zwy?Dm=Bnp6w;Jnt z1|6MG`*sN5rLXTo#oiinG)GN|3@mQ{emy%Yq%kt>+4Box;N`>@ORIq|IWY8(KLr3w zOOj~I)gE1OR9vC2Ri={TuT7Ul@WYIkG8sLyMKDFCf3Qhs`Vylw+Ku6Wic2V5!ooZ-f2P&^oe)xr8D*^;KdN+C^Hc!G>pP?S-=kE4ipd=*sz6*-OwIF;8m0L?s{r^!*=kABAJbIh@>e9t ztR43^`I8DXceL=H(MOc9)H^kl&ASvnOlrOilUw*`#zs!dacgr7Re5_Ra%$&u;CRim z5-naF48t4#Ltb@x04HkC6#(p)<9k=STptSZy6L3myW;d7RwCNqi!vtuQs0|H(?0R! z{cDvivZ`yg6VDUyRuz|p+nPE0q%;6MY4~Q9Eo}b1r=07@7;K##yE$0JHqHAvyieGe zc_5~l`ib_S0$%(3ABo(lkX4{FGBo$UD6+{DjVFv%)|a~k{BoBl(E;GnbWcH1axYqh zB2?JSy9F_YGQiphK?m^&TF{R`q)Alkcs;$}esQQ_V8aqQ``6h*Acl6QHKd__-Ojve zzWR$hcT&PHMsHxhWYa`W%t%7n(eB{^5vm}#(;Mzb0?Cf%Rx#OX1&y_xk+0EFSQm=H z$Izp*YuhSNSMKX9L%s2BXs#`rT1OwG8}n0HB}HZ(6Y(C8S!$3O^XY$0s?-R{xu+(L zKC+_c;i&K>9vBJ~fWu*1QfGEOphU9ft>LktqrJfDK)4ZaMUKAVwj<|;iuc4#v`vdO zh9a0sawRn`Hv~pp(hr7vq^@=8PTv=8dT>=%q=W^EoVhPe+mE<3`mpHkAh8VZdAqzi z&!VOy=*>l?yzQY&Ypg2d$Lq=cL})2(*QFTXU?2-f_}J@z*nxR`wZVE$HLM9+i=e0q zDw$XJ?~eDIHyg_EafI&nH2?7?K44k+eV=hcNq8c*-WdMxANTvWwPCnHp$m~zBQDdA zb?=A7=g_wLc;9C|9WJ<(dK3I~NFTFYKP#?JZ*LcxZ(uHbHwisMb?W#K$ z;mN+nE(mx(G0aDrv4@Ybc<<In9SfJ5MXdRlcXZDthC1b|HTSfh4>Z^#lEOYYLWSH;%uGN- z!jD&~%@CF-D}$`rXVT-gbC;y(u7dpiA+sEqA6zG0UG<21=WWUKX-n@*a8rOEAc3~@ z;%-P10@`L^d0PQGflJJvZk}t0`9hIhaL!3nkt;!LyF)Rk#Hb`;_uF^qQ3yL_P4!=C zniHa|k1rlLzwX$1Z;PE%!n;~lq<>xG1rQB8uJ&9%k`JuK>M)+@@i>FtcAXFbHk9Fc)GM9QL~x*s8+Qin)7u50@u;DdGF0*8r+O zoAc*irFuyvHTF4@x4@4+T0Zm35N0?!H-P?9V7%qK5$^{1 zVxe~8L0zFHLJL~z{&vbQ?07+j=$Ff)}P|ES>P0}Y`nS9i&)kNEU7P;}IZ_^6I5PXk_U8Pg%r0l=Z zpdTdC1=Sb$>f953xY`4K-cVANQ3q4mujM|&I@|)Wiw-HO?3|C&aI{*~FDpvk{N|+6 z&kbb4kU~tAL+=^SL@M8V;u@n{D!wIa@^EeOHl~xlyn%1=6yle_u3;nB%WK#9&)#V_ z^Q3lWWcq+v#3}oW6}r2=6=6aJ=wtM+W*mt6v*SJ8YA2uEjuROL)%`)fr&$uU@f}WzgS+qVu zoxajDnB%f_`D2dUF!YK1XyPa~taCoRfSKEKo50@`vZ?#MUErO8@IU!6FjazNg;#hW z#NZqA66Nb7%l}S?C}-nI{6wY(`_$)<3+MPZ&-@IwCjfxa7dqi>FPh zf`xo(NJqo(d@kGW20h;T*NsE`uoY~>nu|x!pI6(^_Sv7Tg;OHLIF2L1hhqyMOWQXs=+3N6D0F4>|ujSh+ zum(Ztkhl*`w!|3r;9*qtb^c;r4~`IO`N%RKKpdN6k~%&w`|Oq2q6x9WuVBxYGCfQu z9JT5^-EX#h2i<`|qHt+7Cltn4@HTN1x}k+w=**sG6^X0-A(AQ?7{p`4i*_CCrk+8k zLRlDrUCrD$WFdE=N<2`BPx*4$2$jM*_+}}M4qHRy`c`ImNAslHs6NpIXnv#s8<85s0bD%MtX$hl-5uz8kY zRY|pc2uVK#!GoFZQ*Rc%E9Zyv26IOR|9h>>=wi@n6}^Iua+f`GAJ|wgN;oo{$r$?& z6dQbbFlSF(tKCm{<<{VxTYf8#{dyoenEa2KmmW{4s+O(xTxt)Ya0IeSL`X+sg|6G6 z)40gLPjgydc2gbf3T)&J&OF*+4yGam9sDWghU0gCGgf5e0xhf3kGGrQOimXmlTai$ z;yRElX)m_&Z1oJ(rxlr{(6Js#;n=zV20n`EYF2j+CTjt|@~Kg29|FOyR5cQIm4NUs zi#&z53%$`uyYGK;+m3}~@je8^B@Upi=nRd&qQRL{M;|YCr*jpPHu5U0^|~fMTIo<= zgii~~EX8B_*=>0XS2%G zeSFeyLUPd)?{wW1@sBdvF2G!7r7}g6ald*#6`?Z^uQLYgDj(QKiIXIU(%^zW&Wkpm zw4Vi6xe0vh1-xhXVj~OqB|kP{66B&W<=<1u#-V1Ief{@N=<+_X@ZL%O;lUUUm{rw! zXHBg5+qj280#Bf=d8YUkP4tKRH(rDp1)s5Lf3HTj<@VjRxs+`jGe61-Fcz~>Hq7o$ zEk5PB>B$k2b25Zmi@2|X$!8(MNE%F53ZgS_7NYgnv*%(pbz-!cV`#%Zta{H<`j z+T#dTPK6kXvGA=pn-k}#M+oTCTIQh}KJ=4|9x_?nl=O#G41VB#B{E3lseyM*1I7XM zDC7Fun(~wA%v$FxGjv>AJ?B%MEbE@@QJa5>MSR;I@!>CIBdR{}0FQae$5XX|_WNgO z-=RBy^OKbO%s=~kMx5tIGealiNBd*Srt6ZiS@Yu5l=D)-LKKcf=5`ZcTi#!)C)WLqcz(9j1K8(+6}?yCr0v`%YOT( z8DY`KGUU5dr6UuZ8!_sP5dT>L7t}qmVcFzH&_MsyE*lF~(Xq4$RMgxki`*j>?=2Rp zr?0cWx3X9?q;vEPd4~FUT#go_c^t^(?F#W3%1h@Wy20qatISgdo8Q&CRMz4?f zwWV)!>H<_mFTg{(|6_>T&a4m@Ho2BTX(41cMwoqE^zsKA{d$JT-PClpd#%IfH)gr3 zp;iB7^R}l7f?1;NNdcy7-p^q(X?(19#1nq{2^fQrBPLq zw)erDt4J-oCdVBCPBt$4cuvedBk0^RdnL$N6Z8-nqs~iN1qZx`NCOas2KB^;CG8C< zT2JQGs~(iIOvpqNVpzGEH}5sI6AznCZK+gk61C)h->$Eqtwf?8zw?Cl2^Ra`C9|aVrO+ zO{9K6X}j$v&}VX#53#u(21tJGeG9*7)h)&v3*Mi`5{^m6Tkl(r5d6?RM3$(y6NubK zJW%wG4uGo&*_dAtM>K)QF$FNR@aB)3Q8$%%A$jO40*k!OX$Kxd<+^Tk5wN)nXQwcs zhpz>0t1|J#3>sD~r`{zr)V8df^;eF)gqEalY&Y(lda#i=qBdE!HjXVvXnNPh?YJ@{ zLe092CU5pFL6%q{BxWOJ|I0yu!=Ju@xiQ)b)58$SR|>%7z6N~%D6nlmiDe`vg2yD6L()3gD^`by(yV7n{ z{0|O}KA&>jg{;3E*_$mBGl-BCn$i{D><&YCuZ8qd!0C73+Esfa>PtpuV#;R1GmI;ABl>*WjQ2Q8OQ+9+#cylE{^66L zljm-T+2)_WTi(j`m1OqNPaD$hoFmpn=%`Y~79)a9m6cRMk#eBBW3#sl!g`Ist)l}g z?DRt_A%J4)_$wK9$lcc|G0j7XQnjqzNQj4}&uX>ksSLc+hrN6X8s~>Ph06B3yQlvS z1WpV!5QXSNarY!su8N{;2zZ{vUA`u;Yxe;zc*D>L7C+#Zwrm79XYxUy#NSoky8Pn25zsExD}g%S6if<7{2PPUUs_>;wSRpQ7W@UG%M-7@walmezSMnh zRyJao16S85XI2+M0^5@0xw_4`M|NQ^70<;GIdr}WZi5LnC)fV-Zbmm(GvUiymK1s| znL>36QiB#bkX^JiHA5)F^j2Y`kLJlkFXFyP1c5+OjcdoK9G-Lf=}($Dp41;zO076# zsTAc@7f)GfA6If=fSZRna={=M6!YAGRVf%nSUoa1InjvsA`4;u^Z*;mBxzRIs9Nn; zpZ_G6mm{w!ldulWHG6Lq;T%k?fA#DA>t^7(9M0c$iP=WNbWK`sOkRf)wj3_AM!Qv7 z4ywoP+929EQEwnX9Byj(-PxE#+nLd5CCd8RaTG=4t>b!;?R+#5Xo}a&I=lH89?5A( z6&lVsy%`e=lE7Z|9G~A7NaBh-+Fyz#s5pEr;~qYoRhB4V$b!8j(`5r2NxFO*k(1x^ zJ(@M&&UoZ=$$p)RfIeD0py{JE%Bi8fv(&`1?z^|M7;v=IR@D-UB9YNy20#4nFWiG5 zK)4gmvb%X|=X;$KJo{J4(Qeu7yXh|dQ0JZ=w=zEO9=N$2;)i!v!*aN4lB(VoLB=Na zg2d>MwAAxmB_$@wYKN>HV+v0dqI+Poor9R9;~wrG-iJoep`;QZ9cg{xcIoli*ExHM zCGvB7;)mk;nxtEg6#axD_ED^0tK+uI)1g?<6<_TXp!@i+s*Mxh(e9vfn;W2wU-`!V zgnPiS)N0(0AH9#%{|-j_M1G=yape|NE982V+y)^}AgH1$riN=DB46C!mBXlOtrwbf zT%$c%td1EY#g@IiT`Dsm)>p&`_+wR`CK8&j3v>a_`NM0(b;b(0fyx)U@<81`} zs}Yv~Sf#3s^?-^_Uk7pt_5op%lKf$fmL?!JOh#}DA#hUkv~A~(9YWN@IqlbEUlNGOW;6mz2q~ zDgY#%zU6s0sUy8}TyKAwGzn91W+AWKZway#R`GcB&E>OQSQ5wx`0@1m1q;P}*2RTh65Lmu~bOmrD?eH$dHF(+38KuC6mz8T1cqbUtm7oiO5j zRva6YjB)~e-hTM{i_DO^yu<2-$8kA-amytnD4u?!B=a<-u4xlbb+OjL- zF&x3_^6<+BK{zZ(OX|u1{Df%rpv81n5>(<+&vP8Uo30<3gv?!)uD#auqB3 zqboW%ayO<>{3==G_Sn-#Fh5;=lQm5I`Pz<(lP=2JV$N=!sd3q%W65*T-1JdCuVJj= z%aZN#`qc{Ym{KgGjTGL00<#fLEknOiy360TsYgWj-{rz)RfXKPzf<$$NvY()XSt!2 zik2PlYwjHZ$PQ1P?wfzUY)qyR*dH zJZHq)+tL|*f_lJrV{13z8eIO3yO~y ze*)h>wH*oBYqY$|D$jO8>L&7$$~(htFdNf_{HP0ieTh{wJ%L-41Tpk7c!Hjv4tZ(8cXSieCmO`37IGPp#O)#M-}(_dHkkB#~e5_~bIG7M%q6qF9jY3VqN;N>2OM z2L~^3N!gYKYTssk)jZcB$ABhDfoDFfE~q$*V78#>X6>4G9owwdlpY3m@ZPW^VK}KaxDFkB$qmEu`MDg3sopTy~xpY>?XNzb)64RgB%@w|C zEaRSOZ}#|rP_;cbttGJ$t1>wn-|*}@#%7;i zwJHazEVw}<+$pLp-*CP>Y+MSuUEetfk`nqrsRj{L-gZ8Z%JwIvy0aKJkT{{`2D97+gprC zPD8MnQ=WL?yu!PyuzJjI$(><~*tU6RIsvbocdjxe!yGq9-3CiV9~Wy~7At*G&^J6w z1l2HyNCvuxrk#HZc*T(6%#*2Gf@RTHwXS6xO)# z_iCi|BC?#nJXywOftuF$O@gW{Ts3yqP>r#fbV-&Wm&|t}%%qbp`RVLjhog?id#&bD zQ9+zlUSjuNj(a7s!$#GjIgO+#q>4>NU%&bEzXdX8nFUtHpJu>7gm$elHu3T@+0Hw% zS_(-F3Ds-ln2+q$hJ_GwUzmo#-Nu3ZU90xp*-tki;^@7$;)fUtgQsE}#^p{Ja4_>$c+g@tZHt%2xD)?*U|AJVO_(4x2d&XBrxx2*{t(l=) zw-4k(YWaX+kM)HhhzZ0 z1TJ0Fj1TDFc+A4Q> z-_}wUq0^!PhC;}y+NkfV+KPwE3QgnZpZ2y+H4-pN@spq{Mst0ujD{{zX|*at>~VVA zByh6GF?q623@se*c^Nn(knotc5h6fL8(Z<27l>8$o?r@P{yl|gEJj^dWr)qMQc#E4 zp$fy89x$ktD8FkeTs*M-ycqZ;V$%65nSxBZByH^ps@7GBRAEc`>L={({31`TnkHKs zUBuS?{F_>vegp8g)o90aM22t!)}!`=FR%wh!_y_YLvi`N^EGd2x!B=&!xeNX>h+>8 z+_A}cp-~gBz?B6PaVI_wVk3jG#Huoe>`RPPpe<14LeY3+ehW@EKZ{pYyD#0w7{K89 zV6saMytNo^SggNOb|J#Wq3`Gm{<^F;#}}iaQzDo`>w2=lXqUZZ2M^FjdMTZRXgGO5 z;<%V=LMo5xi!7Yin&1DET14^E=1O-qq{EQ3C?<}lnJKSgJ6dFw19`~seb>auKX*B( zfV7-3TVFIR6z?T)9vA+p7cf)=;vNPuPrF}7!+b`kz9(&phIoAVkSWNuws2@$i0h18 zxNZk(X2w%k73m+Ws{u6(<%sP@Be@!eK2+T|+M zazE%Hu;U9<;G9u-Zt(2nzppKS$xs+b5&)enk0B>5PED+F#$d*i2gUUO9Z$cjzH#|l ziEgg@yuPE0WWHAT~3cKOix5aV0fQ@1b0^cSCYzpMu^ zLHZqXr@y$UK57@E4~3G;<*R!f?|tFF92-1wN|;pzG{WYOZw8lhVaJt|%bN#v_U*1Rco66DF?ZMl(@D zW6Iu_qv(NjwnDe|3g0r^ojqJ0On~TnqgE9R>alv*G+3)ZxO)2#smTY3vU}Zn-Ak^HfYPH8aB{f4@7P zy-#ZRV|_k;v%ZmR438tZE??n$Sj#t|zk$l>T7xmPWEb&eBUsMX$`D<&00~@asULCZ z2BuKFn9cthS7>uvZyHT+Rsw0TjH?MhZ7f&i##H9ciEtPrW%8~N*O;&r2x&#i;`)9& ztWWs3a2;kS3O&mhVT3DVn^gF0GlK6`58I7TUqM?nJ@72Ip3c9S28Jx{o;^(NOMDhx z@{+`^)iV6|eYFiQ5ZG|1*Y3)(q!&4FyiMb;*O{XgU{1gMVYFo0{~Y~@+4r-=jgApC-~N#DAt87ZtBtw1KvfQ`E!7i!B;mR^>=M!{viLyYITktj|Y{uNTh0N9K@eXU* z8}qcrSd(|Ms!B3c?=vNGfS^KkN<5u>Nzo+r$6JS+woeAVVIn(s2j(I-WpZ0EbE@Ru zin#s;UQnICwKk>Je}4_O_AkG_dV1CEyg8q4a$Ma2whl!y+k)p!+%4 zkh3=(?gsh41@PNJK*uR!S#^GH)>MheSgInWs=@#cltN^4kj=e1P3{c}EQ@G^Y)3}* z;5b6}bC}`42d%v@!&FIJ)ozRU zb;0H4W0tN-rp;L_n)gqd3eBm`-OgH_krbn~*vt6lr%o_br4iSmGp=QW3}Oh_em$%8 zk{1Mls|EhYG*%AsMhdlUALecht&q;RwO=CYMY-v`N?Rbum@|*J94-3`_Arx8#poHj2^ua%(1lwdxqJVXGsJ~xZ!-v%enDpXBkxAc_cv%A-O@SJdLzuzQJkGvE^gap-PmYYTmD8 zS7y`W!^FvC2aX)xk%_T4uK4CIIWC%;xjK`xcz_+#wl^cX#r4~9UpxEmBQcZRX=4wS zZe!ixM#y{?p=ReF43Gk}dGFnWx~lV0>^eM@yBmod7wBu~*(@k<@|t6txF8+Fg#n+( z=D81y*)=xAKS`!SSUKQr{Qt`i8kVmv2n|VY7EmNcNgzFV%=~5kTekyGR8#a#V@jdD zAJpcAbjhiHq>59L!`0qgpCa_z8;48902&vmMj}c)r7sTh5l#aF8nVOrw}CF{HvJxE zKSC_GdY zJoHjxJlVOj3l=xVqi;A46h1#&3eXaZHL2AN*><5A>=v(F;6V1=1u;8W88zMD zz@I7G7kofMa=VI3S2h%-C2_Rwst!Bcd#i^(?AslY_Pxs&@0r|NT5Yun1$hm$dpxq> z67`o?DB652k7`?eyF!k4m+13{|HU%0of^Ym&=nlS*Q#T(Je&m%~y-I9FU-0xw`7t($KsR_{_MK?9s^D z)F#`b*V7X~?a(8iHQ($Li-~f$wLEQy4)$)a=}^R8u`gY^1Xm5Z&^maU11?E@I$%o) zbd@A{9N8GxA`#)F5u3)@nihGzf4qM6Cj({Jb5<(xakDbz_)*Pc>#z0c!qL|6Ja6Ga zh>d?~+z;V_B?c|FMUwm_I%y8qL}T<`%IBUp3PmUKp#u^wYMSB`*TL4ucSPM66Mrw3 zI6y4_e+MXAG{IT9*&EHWnprw<-@kH=LTmCsCz@^DEp(m;S@5YiKgPz)C&=nlIbb zfKxuUxf>28ajn^W;*FAZhNo3-hxE9`mbkgnOQwrMuswDaWYi_LtFh&(qaTlBf=2SK)%Xd-DJ zVuD*;*T0Zs&S?#Em4iFPpr}=(0+b$_3mz5gCdR$7g?zT~J z`czFMhwC3h@o2{AJ7T*?q>8MJ!v0fYd9;eO&6p;awZb0DFzDN;9Q_p`mJJbBmSvt) zAgO@1rhn`YqeSGsTX!i_HXQ%YCg$1`2++!IEK?YRAS=B~(oI26y}1C(tU z%763Ja@$4z;1De``kFKVWb8}Q#~k!C%l$Z* z-F)y1U6>G1k8|rg`1|nL{PA zGhS!8GUCIhJw>d(m76J#txZ_gE*VU29LI1=tLM_AUe-R8oMJh4Fm&@PCJ`?MF3pCz z=?R9srvq#y?is4-RnO-qc%^#QI7+;$#twS==k6KzJ1UV(bp7AcQ!Sk1H}1QRQ%u^0 zR?_!3XncO4v29yWZq;NUC~yj_T!~HuT%5qc+RuGDt4hPMKqlyRx4qjdod)}1*%2`0 zM^N$GI!YS!<*?4DjnjX!maZANjUD+r=UB*dqgupF`Kh3!e#{G()VaSi9=|v511<2f z*J|9&SX65R*6MQqS)WPEec5I9cP*Sh1%4{q+>0=6PS!RV51Mlr*z!_x4C<=svvGy; z9(LVp*bX#aFQ=S;rq~?Hd?ah5^tfZh#A#MOd6>~^mOkFJTqZJld#zY>5v_uG3zI6% zBkceCbQ0dm)x1MR6~6s)Q~cxGYXZ9T2}n!eLdQJ3tQ>u(v;e=Jo{%U@oB73qe23kP zJ5{D>5qS(@HR86P`7sk|t+2w}cteqML?CM-ZO4NG zN8)43ts?h`2+T~1Eb~+}*ZQ;mx9kFv6a}ftNG#aiILJ~Dwc7AZ$MslX;xQQahZ=vF z_-VEfZRyHUaQ-XiUSsSMLS3*7c#AV5Uz2x^dnGVa4 zzr8~Z$a3ow^^iB$L|1f0{MJ&rRC!_s0|NKkqI4M9J~n z^nP<$6#NYy1E{=9{gPuCbMy%ep~FCb=ihZAbx(?hpoSX|kaqn9`;g5^*sa_BLv0v{ zjU3MyCTKiUH(F@YYT%AgWpSVO0v6#|KPB&S?0VZE0AJrT@`Mr$ke9Vy(x$}%@+PZ zmKbK9xK%K~t0LTm(pY4&pxRuX)QjM|r}3F7=XNR>*e5cOG;XGbITG#5QLH3&`0lVA z83{LjXgk{H&ActWMgJuiz#9j2qZ+J7$rtV0X!|s8jwA)ed}nOFPA1Nh>N^I{EZfm$ z%%3!PUT=PQ5_^KjF~t4Gd}%U`gHYCXL62hBv=`iP>FQyk(e(F^_ut#DTYW`NWgH!6 zgF&P#f*#7g*M%MUwHIhub<}LX*5Wxsh4|)%$y;R6uc#>nSryk5nXa#*`4}toq?o>L z8TfGJi!uZa6XgPJYHiob&f}Yg-Z~C;Y@lF^{Sj)(=gBE`lI>D z(yhVVXSl1;z?YDoP69Y%l@=3&N_Iie{?P_jGbhmyv{ds>5UI{G?m*Bd+!vg_YMt75 zOc>+eWV=kAD*E$i4@xN2r70}vxfr8=Z|Vc!a5h0tVU*^gB3r)m)eZ-K45wv&ZEuxX zyr*rm)3)ev&sh8-*(~|XU=xW$vje+m6k-p{LFfVt|eYQpNm&BZS z9K0#;d@hfR&YetmJk14ZQF`6lnVxie08{(*b7A@bp3$Ps5^(c|SROK@pJxLdZy>K! z*JJr$pFY6yV#{DEl>QdcTO z9NOMCO83;{Y+HP%$b+~DZSP=j6-VSkN25eP6o?u8<-%|OD7;C|p=og@dqnyM3f-42 zM@YGPYskXwkt<@&$mg6daoB4O3Hjv_@67QkLbeXH6*@8*EuhI$==Kq|k!apU4O)G?IUE%YQEQX)y-me5)<>x9*srur z5)iRlBRn104dq+NHPC{&jS%tdURIaam1&*b37v0PZnUfDxX?;{-AnvyJzf3AOIy0je6~l z5A>|whX~&&lN>YM5>`CaDb=oZ|C9zCBrnz4krEp3+Bj|qHl27kWF z#qFt8)9yOOP7T-58gWa$Axh~-`5n3HREd+Z$zGM(kS-Q7gW#mM$~{NnJx&vlAcP=z(ES~F-y~O|pL6w9#352ijk28Z z&mkwqY~5Qjq>M9agJ-FSchX(*GNl9OsUY|)2lp3)v+Y?^sGrKo%1=YwT+O7&NzE00 z#24J?MM|ocxi;TS3#g)%GeAR%&@03bedYDYJpBxP_7#9-fw&FCvfY1OX1gZOhiS*q z$hGY1#VJ@QhXpR%?G6`ZJq5D$5b|JYwLb)4Un$D5uP2F&WlMbVEO(DATf1us6LxyJ z70V_HnASeki|U>~772@Z8gJ}I*Cn?6!WFa6{dL&zDUtMkx0v7e<4k%xL6e=)a>Z$3 zYxtU1dGBsWTjGXO<~R_;H|D}?EcES(KQ$@R`R=63g8=Q;1zNsgX5&%9)>EKbl_cWG zZdN@K5q@E3RLC2>rX^EAg-qf*p9vfQwP zOH4jAbjjc5=sWFOf@MLATW6y{yc~$rsmI?H7FkSu?bXFQUfZnW1g#E_jUREd5(EB@ z8^4K7;k5m~4JLNWEZHH;h1e0NuGr1P>P9^=@6r zlGawJjd|>HrjxBQ*`Yvrx$}5;3x(?>PANcUrGtDW*z8=}xaSLpMPcK-{?N3_Lciq2 z4d*Fzl_?g^RSSKu(^f&_BYXQWRq+AWq~?9qS3R9?O}CB^>Au{Kf=l!8rt`wwlt;)i z3PKb&h2^FSu||nDWGf=0lr87u&Xqm3UKpasPB@iwM=^XuynvMv4D>;iA{K5Ig`@Ys z*7X_dlOOEar|dc8e@%l6c;>$wMb1>n&p%!3L!5i`b48)e@Q=4oN5*5~j%f@5_RG;w zqQ7}fOD(=B$kQ&Iqryoi%)KR(<$@$$<-_8C*&0Ln4Vi%XV7MDVM|b^WdnWz_oWEB~ zR(Y3|Kw%dguweu$>vJ$HS3-ejjaW7$_Wd80&M~0Qw+-N}Rm--PjfJ&r*RpLa+qG<; z?2}!~Ubc;8yOaH%?f-r_=ks$v&xPNG`??B2&m7O$ogav<5TT3iZgV=B)rnJ#c$VUr z8$(Tfj8}{VDnrv1GNnkpHM*RrOsZ^8d1xh2>n2DSGvE39b0{gJo?O7?nCkS4tEU|E z?A8q!d!KEWQen%w&TYaA^@ROl+^Y8-iJasEzguPS_>`G{&0%Vs-KA*w`#j>1kxIcU zQ4XRi@yu1Yd&TqaKR8|x7DcuCh3LI0AkWsR?K&I)c7!c@9M8!(!AvvleAH=V+EV zUIQ>rjBr;;k|=w=QsdBB@e9B@y#5kXH8kg0^tNGfweT<>Z4S|3XSRJigK@ZK*?-Yw z?XjCK?t18Qn-HRWf7$dXB{SGrYW9AO<#8yIs#j}t|8!mw^zn+gz_P{~J zb)HvJo^37(r|oKOF$xdVh*O2wnPBb7JqGJr(46PM%}eNffYop2dUB%^e2FCep%$~i z`m%gfB5%w>`^SLi;0@K$=_!uJg4cn8YBa|g{`t0P=ezp5TlC;EkbBy*beZFpG`)JF z?vkt3xCpji>a}@k^W)v*sH#`>w?Pu3M4H2G2O%Nc*h=PW^Is&H2sG?j_&^M-EbbQGemc#1}`fs+Do!hHMO65@^gjQC}6xlhFdk z|LJ1Y8HKIsztx7Xkji8{mdn#lFE1|JIR6UYHd9t!dr_oUYZQxg2Pp(Unm;O2@RV7# zRE6on-aAhMg?wPVe9v))TZa*$&2ru*n!oW7Imz?sE2ZKE0qpy z*-)yyBW*Lws@vyd5VJ|qNydm(0m?T}RG&j(ZEHY?8V zUWW$nso090P?t$wtxFd(tQArh<0|W$Pft3modk}V6>`G1xhXmCV&6Kh%dCVdaL2l~ zn+JTYT82OF?pxk4lV~)r94S@l+pJcc52&1&a1t(zD)Uu+PO{5>a@?s;`rT;H5sf9? z`h9%klBsc#BI0{5usbRTjwpCMt~nU$r^g*nbWpPB2Xj&2<1wQXQiJHv`wcI3U%7+H z1azoPFXD#{6SIBtjuYoEHN&H$G9t$t*gk<>@`d)=?=iO*=?6jdL4OYM;p=+&P8$C6 zqCfswO*$X~wAVdA$LWkwHL%g|p`qg(p5JO83{^RHeefV_3h@au#^B znpp0#};Ay9bJ0%(-7}hh7Zdu55iefqNyhGkKy`b)@4mt2xNVl`9Y{`C&+Q2s+OHkR< zG0dU=oPw!R@F@ZAP3hL;b;d=}*oEo(7yQ|M=E=lY%%>mp#ru6%Tt37-OEli^sJHiF zj&k8psD3dhIC@Xo^%hsq;wFWMNVuR|6{BJ+*ZxN=I|fJ7tCWOI3?5XQeqA+6__O-s z8UK`l!vmDpk3F#;AaXy#3PM198DF~JwzUh&SqKRT#!}P~DuD}fn|8`Kh)Vd|V1v zd8!kO_hw2(KyJBM6OG*Fan)>gg5PYa&rH#gGHpgYf%2i}8r1k3xXGd*62 zSpqrqaZ+q+`$>I!IdUjkmR?gx1UP1_t{^W@gKCxtdG#ushVQcN^}OxGu{W4CEp9XP zmR{`5B_;zl=+(Op+FR7&cuFr)kmYsK0AAlhX9cG8p~Sq2k78JiYlBI+R>P|iz+)=C zXw*#bn8Z9k5O>f8968LPGIj88_5tg5xmePM6D>Oy&^Aa!;Nd;)dJmVa-T|%UWXv$qcc}18pQ~4>im)&{r7v%Guv|^6Oq%QDFaQ^rK76PJ( zbiB-<&C-DYz9@Ss<4dg4I^swVx99d?6FqLa+{zS%_p@>rFs9ap&wP<=3ZcOsn%w5g z=8Irk_WCwoAU2cM3TblvMHYP|P7-Yil~WmhX%rcHJ2aj0)bg<8FefEh!$>No|JVZ{ zo&XAV>koQ|C47%6uF;J<>Od{45z*cO)lD^`)y$yEoMS?0aL4m^CG5__NSs=>|>)ei;ud)k%jfsFXfi7=lY}cJ`UipFrvcS}`b~tpoxkUEw z*qaaj(Y6yPee&z(Po_IKw1z*Yw}sFV1A3)X109K_WBrSOsM<>i{SmaH(gpFYCYVY9 z2*1~A=Bwt{ zZ{{am(O--qAX1@Fe?mYQ;Ppob1Y3nHy zS9Ooi{(xCIsAor&)v+tQ@_18C0*Qo5DiDVgV74GUg_lXQ(tpByAUncB4jn`n{&_en z+R-hILR4kMtEB5ENk7aH8u|0DbSl*%JL-026TcN?O4{G>m8u)m!ZqQas?wdN*Q zWJyP6msYjx!xsgS#P4Vkt<5`0wz){0ehMSfc*ym0NFu<1SmUvJO`eSqK`-3Jt$sg7 zVOH9&^dJYblTzA)C$zkU(jzg0Bxu!Ib;4zFB6n{Sjq*mm&)b%lDBZ{3m?1o$ZRC9+ zUVodb=9n64%t3>I_!;gG0X7x0xW1s*?L#^4`xluP^YVVqM=xI6$zF~G7Al>WLPI)X z#e`4(k!Kp}zDIbu5_7z|A+YSJ?xcrljAs#s4XEtxlHvT(MFxDfL3zx5Qmp5E3mCb} z4A3x)?G)to=-d97E&&cw0A3p{c`P1|$LXjRG^y~4q4>TW9R_JVWV!kbe(FH=sH~Ey zW-e-wcO0k6mPh_|twnX#{z}~COx$1&%tn-aa^g0G*cB}x-(pPpwC$Ik5HJ&CN1e=> z=dChhaW;AIE$MfydH=DCbN2~TlaaS5~`}sG#sLzE5{_tI7tc*|zq;w|~lffo52gHa*F14JyML1`L1x_e% zT}94gyYPeb^`8sVxPGl;U6l})?vQf%9`xZk?k~;y)9$QWqLH4;hkNxuWQ`8kPV!!? zwp#Mptb)~PFwm5KaV9wB1^cKAW&Cs8ZcECWZ=Z)j$KG5Hw$E$pxt{>WE)v@P5nSe5 z^4H4Bu8Zn;bz}&L7|4IF5#qAUAT!L(c4&Fij}4(*UhAh}7v>L18qt|H!M>VZdWa)$ zl_>L?;$m35ADtUwZ? z+su=pL5imE6JV>oG_TyAX-;GNBf}G?_XEl6?k7J9X5M=%$U$OX`^%7x_QpXRtxBVANo3chmsYk&;qG{LGg{oQ4!CA-_(F`!NguP3~qEgrJI|3R8mgn)2|{_pz-M4zPb zf1dJ~DT{oby||=Uk7I8ii@hGH04b|d%0pe%C)W#=wTJ6?x680PhiqJrC?4qAOT7lY zOYJ&wiW&4~^L26Zp7z)3@CPeMn!9UnvNHkQtVo?60?1D1hQHzYo7wr|oU$Yb?nLh?}Ol#rt_A9vtXOn&*b9?NUrH0cBr!^hD1KA`=sjKR%Nos)Tedy9(_ zK9MzgpyJ95?XUX6NE?wWj0=DLJMCAcMafh3#w+MRAeXOA91KXmr~h#h3?gy^m-&%c zPpX_A%61w(C25I=>TpJ{+D>>JF~qmC{ukuDVx5ml=Pyr3)f`Y>Y-Tgth1KQIxhd^i zpX891oT970g@&G8=?SUY#34UEl1xL2qPzF3!xS!vlG5NORo+M4R!!@%1XC8%)3?Vl z;dH3!94AV;-wj;_=TAeHbHtZd$Q_p}?I@X-UwB=&frHZ3U z?m2mws0Yq&UYX?p__#SK2RVO)1@zx-V0#APu>BU^7Q8IhUxEvqeuQ7R7qjz9FGd3f zwa;J0$fDwn9#OFgKl2W8(G&q&$NM|_Y+|jKCA;4G<^R3{`j3Ah2@$uQkjYCe^ErLK z0gbQMPKHdDRmsL8WV~Ae&WdDSURX(tmCMeee$}Jw&Eex6T z`~0=W=sV6c7{HElI!o)sg`y$a4;)#^6uA^4Z4q}3Z1;tPcDNyq?&v!+XOZf7>kF;` zwO6vUTl1*bFC2edmo{)8Gl<`alkfOrbY6=5BoHR`#MLC7V?dW3&566$PziaF%dgAH zZUA9OHWXIM^DzF*rG2HYm#oXWPv=x%O0FjSXZ(NGs6z{I+4W&QmS;%@mvUZdF8>(* z4G3`^`KWmLrDSEdmd~6Q(fOSM1m1~N`*zX%g=SKtey&RxirdAoI`=@_7fqy((~{i_ zCJ8z`WYY&VYI-CBQ>Z;YAeLQLEOFtPo|r_TtUNHHWG<0=XA=*;#KCI$e$CyrYh`e>PX^ zx;k5zVMjlJKe9PyD-8W0TyvvRDu-wVa2jZ&eC;J2cqFWyO^ltJ}{*s zAWZV-n2n`>Z>t4O(td|U^V%;Rw0usEu75B5cenjziNR=Ez_)GB_n&%y-elk4L8*-dvXO6Fth-gYbBvZcBr^XmBlpX+GQr zFR;T|XaAWp+-5GDGKDCI<0-3aLcnV?TkFOv;P=%|kDn7IqvjRN^({l^?3p=bA8ua< z=_nOT+;(SUGsqzERqBAme4w8v$9-21Uu^v|*uKqkYSk8zfj{%dQB(D%7yBk)q zA2686?ywU1Wb#u>Ui$Q3<|aE3%Nmig;0l$b3`F9zK(I?~=G3p=uT3wYEeOd8jru6; zthNMf2CZXt4Dzk;qA1CeE%F{h%s8odp|ZrkV#~4?oMUn*o{YcKF-ASKK@8 zot3m5rI6M&su7P1UeY+zmY}{RR%RkE??!OEGcnOZ--l6n_USHmI>hghib(X=!OjSD z`NA}4-p-bP=-C7^_A43Vx}^Nn2q6CcC#LcI#z(p^;U48EQ9iTPqR+F5m+&7Uei}nU zkw8G;+Pep*eA9i+@qzvRvh~Nb1P#v^FhUHqJ=jH$w`6kC@E*R7K`EkH|AzxL!s$FT z`W=K+0RzRoL$N2RRA=po|bR7rc65xX8R_j zl69?-n57vuA4!Qd?tT6!L{609+Wfl7angV~{-_BbWTZ<55xe4gzCDM8Z-c+@?I8*r zp}t;kwm^B6g@DVry+4M>^2#I`$FHttT3B^YU}p)19`|dV}=6r3v{lO!eS?*`)urVDccTfxX$?zlHie{rj;- z1J#H$44PDq#zrhpU0CyB%Vwvbm;9Ln*naJtk@y8X8vAwR9;+ZBRd z_sm^%RpJLrN^p+3-z%s8&ZyPW^?^(D!;Vf@iy~|{u*a?A>IL3Y0dWh9TQT=|Hv26j zckp+%0CV*DUy&a~{;Tcw@U>6T7r9Oo`dKzjh7?&IBveOYQ`LII*LgQBOL|r`UCrjy zd{3KAsOT_yUm4(`S;97)N_LNW%{{s;$SO!H>@k9z6w^->AC7JT{)`v?6)5JtUow!}ehq7yAw$JGn ztLVWC0uZFm7t-phKY&nzOud$=*NjDpF=KA+)+`5b~ ztn}A*?y+h#bQn2wAsSHib%=%dE4T5!b-LG+Jt7wmeu2gg{Pq-mKFy;u!I|o+Ul(d4 z9G}Dtoz=@bb#1~d+zzn8uDHLtCADOfzI^;(Cphn_?6u6cDa{IBxiS9Hwrcm-rS$c1 zUTx10as|Dh>&nH8ne>Pa0)kNeANA70dO^GnsCLP-@=_?=anc-E$C1Uq8k2Q=wsx0U z*|=lto;5P(rLLIvG}yr9>lqfVRpCvAtZAA`NU}Qiv$9+`4Hp@19f~#w4pU}KKAL7CY>@y!qi-!tRvylmHge4;m$u8FR2{$o_|^%9y^wWAYJr z^kqYF{+E~n*TOVGflJUuJWfJ4SHv`U9j>atgz~Aa-cKFWs37s5iExqpI2BqFZ03`U z5hW_A8_7(8+Mz*;CrIX2N6Alk7qvv@eOim;bV0h(XhOu24|b?dy|w2At9#e4zjFoN zY96kiHd;He?;oQlpKcg&@l4`;Lny06p&{Zo|&eIbqMuB}!@#Un`%*47Bd z3U$TZ`=MP3b|m(~n)VAbS_(d&#<_fk{3dwkC0mxmQhrI&T|WX4&*EmvY9eC@+vedPbAvIRs$gaQjaeClBomhep1#Rv`+5ryb9smPUR~ZBjOCC7Jg|Wqoe5S> zjQ0b_MvWbaj1&>4$+%n^mXzTSei_9+J)^DIh2EWfKRH^IClSB|8)4Z0KPYvzkB^OD zCX*VBayDGz7vVpmrhBud`K-5<86N!24CZmHnbC_qGWk45wYM7~-%vUC*?T6rwQ4Lh z>l z+pgada~|Hi0KpC3-o~vP=;~Kgg7>&>9&zW9(v>^{&fLuUTYXVJZvQZ0l(z|a05cc$ zKjwmXp%bt68@**O_Dvs?%va{SV)np@dtitVZ*4~@Gx5H`NX7RLOSqL?39|@92Pg`G zO4+~C2lL%Rslk7&&fX$<$!r+&lOsl^Vi_g08pP-7l*)6>4JoxVQyw<|5w z2-1)N7YEs%?bwK25?~J^NBB281mUg$rR6m5cQ-6*!zqZW3ABr2 z3y5>{`?7jwJ0qX2oAOOqc`oR45LCmsmla8Qf@)!unI7$F>66s8le`TXL=5)b1J^rH z>w(KlbD3Uv+|35Dd{T{slD;HpYQU^Yo@r9;nASy@`vRp@_svwt(*_{A+RWE5dUmU$ z_4d5^R=X1RPL2PkA?tVe){EB9-4>by09HSbk8i;Pzki8HrMg0Ts4D1=HZ0<}+utG( zI5p=hzi6k2zbYp1zG(MkuM0i`^*>(-K}HBO@JOKnWn}UOgD02ZMdKWdFDW0$q0_Hf z4XY@RkFwo?Bt&~>h@_$V4XLK~4C@FL80AZF5_Y$3?(n{<{rXtkG{yYQ8%6vD&ZNIk zeI@~6kq%`rrkYpRnX|q%D=`r?Pw1fmK>R?L( z&Q>Te@V^^*+O+X{7c|gW3(Gg;lvpFuvlOx5*Bh=-BJPQYAbHjLVDT|>4}2try)o9H za8sKp!gO7kKP$k+;F}Nn7D8e9P03nnTY+jMj-zj-V$Dv>8+h#1!7U=H=0f# zKVE$Tiwg2TQ8CGEazv_Zzo~rlX`;>RfSbAFoy&bZ1QPg&lwvbfr&hDlkg}<pM7%t73+bkak6XVDb5hdPpTciENQty{0sx%V&oQjNT$AK!R(xW_uB;&_em zbztcUP@~_8YWqC4SqxNgc|2h6`3g9A4f#_YB)$+MnN|wg?t3OR;2@wcn>ft0g;gvr zeek>iXR$iLgaH)6K@SSC1?QhNhS- zEv$;!7#oMU%PLVjzpi`gHtS_rf5R~qCdkvJbx&?zQR!gFXdM;(NXAImch!RF*l1^s z!}qq?wAtbiu(hWA@=6edO&O=G`C`eh;Xnn)>bf3hIoWxiGw#-kbxR#^VyE@a=(&}~ z`0pV9C{R#eukDV=ci6B<239FssFP%Gz(QGpSNHr2$x5py-nOlBKK-c>p2YF6+aNs0 zb~qP7D^H_!?w^M4fT^19fDRw*`RlacoUPQQmTpe~-kE5qcyL@AZex-bEgbDxvQbrz z0uTOz;&g4Q7IZA~R}M!p@(oj;mDZ!&CV|>@ueYBVpC+dfm^x-c$yk*(%|I9J(q7`N z3G%3=psbCOq^zAp3=fdm46a|xR$DzrIWr{0Zvez!?)wS1RWM~8CCNg?SXULTfR%09 z3m2q7F)BIMc_x zp$vZfOVysq76Tb1xC(&(m#-kc&@%aqdbOjS9o?H~nAO_E>%p*8l#@}CBq1%aj`Ri~ zfv&E4+?BLvBxiP}%js2*zbH*$^A~}GlT;L>9g1cH&)?aY3=f&Z>-3f7eaHOB= z`TrvIaeGi?v$vSFHz?sxA0Q0M{;Bfs0z*xW36KIH1$M8rt`Vn&T! zJ{oK$Jt;8ss%}##!}T_fjt=-yvD^c@*G}WN0%owOlJ+FranMX3tLYv)m7*rt z3QaOc&p_@gZ+jei*M+p;7pEz5Y%w|YoqkwVwp@pQx(%H!b$ynCz^7aYRrNZ z6AgNr|DG_?M!UNc$SJ-@D!TnV9Vu}60tVnx_`d)QArXw@-%dRRGMXjPp0Hh5%o;_1E*8f3}!d zdmM*(tY3+s5><4r)q|(}P%3kHrP6{Ea^89D4k@Pss+SCDVUH+PKAh%ala`+!rXKgP z_1eLLVmVx5J*X$W*y`o-*`J3j&~N1n`x1qv4=fHyj4-5HE1AT?in=mk7**Xha*vs| z0}RcwV?M*3Y4vKui+)#T+K?~k9Rl1WBL6`%CHskkzKeRpw3Dm5=8B1`c8Y|AN?` z>QL26y;}x^J)4RHZs$iNNNP3!b?6VY0Me0mwu)NjAwJgn+C;ny8xc?k1O2r8{^~pY z2chKn#{gG>x+Fb!SA;XM)Fs8<5KudG)wWD3obiaqs}E98Kc_BE3exCeO@WgZ3oRs?Ij!JUp^_~ z{l_QmMqrk8S#Gmfztp5~5;PGP7NUvIkxKj8vlAfPQDjKX%S}gjfIs3?tRbR>KMFXD z+$ncNlT7$5!W}U4+{^s=65Jy($!>&-E_nde9hzcwkjamL&3L^UErOSXxC|WBoWqS4 zVuY5M7SB$RNZpiflM0Br>qC2``4*uRIezO$cyqm0>qB}@oCtnWsL_wIpNwLKAQR2ZS~2n7aE+OaT}1s47i1ifY5r%va~ zq=>WxtwjvJ)HA=r8pG=ID4)OH_Ts@_pqvww2j`x#uY^QoMQj>SDA#^fnf{r7UOJqv5W>6Kem3mJ>D2=aN3ppnGx?|>rLUgkE^6l zLwKC#jwVpo%-Nw~iBnvg!y9FIL>|2kT&x;tcwd-w5Z|8WRl(-fIVVgq${uZ~oP|S@?e%2To5x>b_(+hCk4;)!Sr;n=QMxJt-Z*xsrU# z(!NJlOsPjB;`Jy)9mpL8MEP#$@dP0npUUKsc?8rCVnD+?cn5n6e?T5IL>oFl#{VP6 z9DP%AbD+Z7|^v@$E@GdFacC9_&502ZLTqNOGrb)_Y78B$9mF6MzDz1>3t0*gU#xZSK_Y=(YN*;98^DWCARfHy5AG}>eJ14LwuVIz3F8rM@lXO{;wR&6+lUPRELw8(hG7zgk^rx7y$B34PbAF4 zr0IF{T|HF{qQ0`OuS2cx!VW?{{d^5M9j``{9x;~6HHg4hjFfYx|N5L)XX*Mna^0&J ziE3Nuqs9=N$rqiTY;(b3J3d%|+PGRCun9ERVSgwL6Eh+c&88~Pw( zc0ORp#TDxWUbPieK)P#h$Q;63Vi2A_nmJl#ms$=SYdB?I*D3NrJUH@tiar z3;KF`{dEU+&QR=d|s|QWXgv=@&b*z>bTwVk-cR$%R;5>#mt(ThyxH z#+<&4yEY2T%ZTR(N$FW!VqlbxDz=4WBuvY#8avQraXrrQan{T9&^&3?VLn4|r7rO= z<%j+-40CF&$@44m;d5+$bgOXe7)$%M8`>+*cyP3JGPXT&>JeSj8-QY$!DYn}d|k|! z%MFEh?8ayM`0HK-yeNWX*}SO)v)YfoQzMo^sudBmiCw`3!B$>i95~FY? zwAoz|9oLkEq#UN2W`tZqWn8V|0EM^q2c38R+EF1jfu5JdzXcufP=4&PR3|WLWL{-O z5XxJ<(jqb1Dk)&8{Vj5Q9f#k_TUE~&t&X2R^YaW{qICmdM}x@fTnMwt)QK)@ryf4V zlV$IwrMwl&=ec3Gxtn_vDp5aW}Z?Cm$N}sqwNDVtN?ZV z<}KUY{!^_!-tkJXO&X2Ox!+fmRXm`rpmGuohEwx```2tyhhM-Lot7A*L8YDjZwz$r zpzaHUn7>VW|N66j?)1z=E%53;#!DBLqY7qsiIHnb_-Bu*D@vh_})zl>w zqi4^^0Cy(+?!1?TA)_w=YD+m-F8ciE=sFP`zo&MNQGlsolXD8UASPMIx#deppdvY< z^WtfF5aX_Ar9WYWSievNoacPOPnVi$*HmmJ04!=Sc|L#1;AY-;M!n#o@`O&Tr-RAZTYNB*wJEF9PH6Tt`k;#jw3;>AN!%u>6o2JHoETy=ioe?viLE z4dR--LEox^ZqFsXnqaGAADp{)lm>fJGV}hvi00 zyafF&gSIlPNuywsP43xjtNvVz6L=9d@baJ_3$bx72iquh4N9o;I4h};CKU%nEpM{v zYF#6}9P;_h)CCW(TEy@cx(+^3W}Rvx-O@$(vz+Bt|LnJZPp}%G$+>s#0$rTXM;g*D zaqS-M(R7=E<4|$;ey)=t)fnp1gjERAcHMV!Y#YI)O7tiV*ELG3Ht!C|i^e;I#{Zmv z{eSx3+>J=!& zGMndf2D3q)3L(yPG%>3|TMdvZ=n0bUX1gAGyG!(5n{ou8yv(ZAQ$OElW8Whi+#Twa zx@27)zns@bdG9J-2q&)owf8fh3;orL47#N208`X2^nVr}9-2|vq`dXjEVI>Tb>N9498^7)+ahFp zRk|x@vej1I3DYN42GLaYO+P4()o#CTs6=f$VJK#*Y3D5-u#3hb3>X^puSfjNE#(boxRXT zRja5MJF){_c#{%Ko72NTvMmOp0KNfLYu}yMD9PC|l7WLNT1MQr+7_dkcRB{rd%}k6 zpL@*aQdz-ux)51`I_gz563U zSRY}nGKGTabHfr}_nAJXok_>8qI&67!3SsS94H-|!Tnp`b+F~b<^7ju2l`G&`wkkAy2WDNV=g--~@2dX2vn`p+!DbO zCl&O5lh<9N0%-QFB$5p38OTWZZy1A>BZ|Ibg{+QVYt(aiduawSO>@bZi6taslEy8$ z2ZxS#oZJ(2f8>KXWB?$HY>MY>Q&7)a zMaj*fE?l({X)#_ePlk5hPcb6F-vd|nzvthwKaX1MJaV(JnEnM+%v{%=OmmGz)vurd zLctV^Bvhd3hdU}Q!FCLG7H*1|ifrItE%T>@O59=)MVy&zIS>H@PN@m%l7IYi68CAx zpu*Kx(<4q~Nnh1f`97xr>vaTcSzb0ARq&-T9MSArQ?Jc;6=)!eMRYc$ap{3iETA0l zXwFoKWwjv(Cg_fB4>ge53FZ%(+q&oGj_atBlc%}5SN25KN>N;CB7X0s!Z|{IoZANCKSYA$1R+(TRs|>kN1-yG{FK0{5!@(VBI;zx<2` zBLyBPRVv%%N)>%c1F}(A&OIwTS@FHym&%NVPROsTn%>hlap_r~JJyB(|l$A#;Qg-=DSqTzBYZ8E*_nDTW zp3bpIsg+H=+_Hp^c$6$uunOA-7Q*V3CumfBJfdDR>y3J5JE15u*YY;NgGQU*WqQg# zm%-JvfNw9__*!%D0zVuZxV%k<%F+Oe>PJ0c!hiPC8+Ah$4XFra97;F;C?~C8uj*Hb z4KfNmA}8>Dg!oPSuRQ~TItw~deJ0{tXO?G&CPi<%v(oy&C%)G|;EN9sxT!11?%-7pLfD#pb8#whi zmp=YKd2HepvVGrKe@*By{PKvK`y{cB}WSe`?Xj?%3rB$Arzx%q(Wg4S4GqhO3k?Js0Klo98&WBBWWte%sXR63rAstS}~&%d9rTqNF2ON-U^8G~sl7$i?v?`D>KG zwWWT1ZgXgA_w0PA;Tg=DRU0NI%_4LoAa-K?(2{0OtC-G@i}w&Sn6it{`4Un-(%|t` zymym&fAgO9KmLoo0ETy#z4b3h?;QIZGec zY}CP)(_wGCeG+PS#QhvMmPB(M8?KME557~y;jKtoZ4NyDFMh%JyR);!Mk>nVia=u| z*fnPUKNY&SnJIXn3pjwL3#WfoSSJ-urQzF4ks)_me&~icxy{63=FU>4I)a<}x^HmV zU(;k3R7gXwO05wz6X)W{D|+ly`(7c7E|`9ed1qOhzbYae#YP;yB>x(1;uUqrIpZuj zU`r08$YbkpnRo5|#fC2tHFMWMM^7#D3m383O&Vjp)2cXyYc`q1mU+zjQGy2gzV)(k z)#DUwsA>g$dbn_uN|ebVwkF#2n9L&)j+mV0Z?t%{0Dwf+A1bQ-Nam=iM1rnRlgYm= zENqG3bN!@+VGbTAWjk0Pn~K773aXjHWnZ{NR@wfZ2rB%#4`5lqMk7NC|57a59)3nS zI_g!$X?U3tV;lxJm5<``Sy<4g8d33x$yVueG_3;P30$Ouot4Xtjui2vi-}GeO~e#dXvNSeB&U z_0yfFdu~fi=I;nEGyk-lp?TV#zyx`GN2|ERsLGn+klOdbN16TpJtx9*j>5lcZdY=T zPP(P4V3X#cu>xI89)4T7TRA4k9&12$xJid(_c>Ev=m+LbZvSt(`|6?(v>Z7;97yR;=D@%Hn{TT=73nqHFPf z2ThU1kAP0)F<0^$70N=1dJ8^?J&MNl09_xRd3p5chQ;{Ku2@2T zLGsvlwvNkxfiJ{AAC)>&L)vsYvrz7C<({~&~atEq@+zQ9T6!|g6%iy5XHS5cR6dYt4t{|prxRM9GjwB0N(tJ8RNPZ^KHqpmsF6zicoW$O_0yZ#}T}ES$Ja5l2hPvC$;kA0;4;5 zSobQw&7rO@posDKIAzYk)yv_Kqwu#fKhxG3c#s8-&r&|*I=^zL_=Bdz^`w@tW#_j= z_jYMwkF;V9s>{^JyuL{@efc#ES2;T7?xmbln&?WnCP0sww%iX%QB!}l8;c9SkZXCq z>psshaH}}Pe>u1!q;~EltMyCQbUr&@mI7gdC-mpO&gG&PA<&<*5T?8Wkwc5&;Gh_m z_!6yCnG~cDqvSBPF#6h3{+%!`FS?c=s@)JA*~n>z)-ilh)eMV(3B}<{+m$18i_jAy z0aejN_^)gSET6sB-@%Dri+kk^%Ns8DXIV;N-yF6SJ=r?B4Ed@rJ7srW6FLVq%5e0r z`%&l-^yK{Ib_o-mv$A#sj-D`TfQ@&#D0NRB@oAM?F?Kx!{>c}kj>*57L8ct|rr+GJyPgCiCzAjv|346DImi_1WA$^Xk1`!bMRUuQ$!0k4 zIJM^rK#>eLsN-IZ3RF)Xl<>s6wWJ>1VzW)rm_)K5SpS-4EGgbXtW1-FJZwpxo^Bjv z7+?~88Iq#6w1s53dzYp)MxeJVmJ@tX4NPM@h@hux@0{x}g382P#8F&#*m?AgxJ^LC z5SvT5F^0;1u@XL*g0B>{qdbU8rSF>EE|Kb7{ni-S_J@3JgI1%cu?{Wsm%vPRq~b((`KEjcJ6S3htl3= zZ~{lf_A`%UJR8!UZ16HtA~r5op2F^5x-+4{=RoAD#q#~^Adq&^oezIr4-;r8%o z^Rt3Hkn?jY15`Qi#b=GVUn?5p-l0vXAqgr?r$+S_Tv6BguIVxv@hk$~za=&ME#!~_ zzW96Cc4LnB|JwWNzo??EZ%j%Aq@^3AyBXg%I7S#rEP>vgH3b;4ZreHiVbSg)e zOpOdtn+3__ZJHwBd87XY0p@i=GvYZue1CKwrwiLS+^I+7R~bP_}}wNwiQh3P6!bzRqwC=WNDj9J=n+Ad+S82D6N{#jEUrpXWU z&HZEeV^fwcO>>r8YvVeix!JjYD-X-S3=mw=`#O0$Uh3;O;2xM=I;1JbjJ z?!&PxsO;Gbg!6FwzGm^=ADsodFxDN;2}r!iyU#5Y*)t@foOY5x*F}5OvIIL}|0sKk=OozzXc4;1;PlUrpYl}Y~>un2%s7m_Cps2hMSmKX}Wyt9^9gh4PdIp;+ z-^?vv+2L|u!7Ae#F;5 z9Xu`F`EK)?EwRil%tDkdqhkcRDmM4*o^{F|qEgRa8L5pEkBRo9`ZErG8^gn4wP-iQW!Neh6@t27DN!jx?w58{|0qKRd zli8yNxi4nD4rI~A@zg5P_Cmurqm+ewQ7|!&Go&&X=lQ1FF&@6o=YQVA)=Bq^r?MhhsQ>Q`S9`w9gZ|l?we{tEy?*^t9Fm)Bqko&`owP zj-ID<6I&V1e%M`;YL$J&z{M;fq(u8>lWeElxr82!n^4$C*j2KqbK(_7$!)lVrtFJZ zU`8FsB}>?D=wD#pu5)k}TTZ1lW6|_o&t$lUO=Vl5!E;ohdZy#!hyvT&vt%15uj!-J z1i3ToFVXLl)3&d}LVq;djG*KXR|$NXiGQl*3Lm((uqz-Z(zAKGDGtcp&*iAhhYYfj zBiq zf^RH~ZnI)}(Fn0IP8(SHc{WGcPmK-*xs){-ys*(aMQ^v1V=lC75Ubk3imt4{?J^## z{GAnrcU}jVqZg>XB>jnLbcbW3pWH`a(>T*Qmfn^%H8#BE<~6(mjeS7xPUmJ$c=u|~ z#v|Xpz<{_}@|olF@ouwb7C!3^&h6w-vCvkHSCO4rk$;sk`z6Gq2Yl>sqq~~f(nDRm zW!Re8)rmWfPLd0qtOz1S^3tn2TP`ey@t3T3>N#~`d4E=<76DRbbzVZ}@Yy*P)f5!Q zLB)8L-ag{oesC6%OvBI70D`rBG~=Udg!pz6e(=D?x0m61bh!s~WrgIQb#ltjU}dXf z>2f}jm?CHgp9}VikW{rXO64q=1)g1r8_UzY`79NjlVJQa;G>o1N%u}G5w<*8+?(kh zrjG&$OxT^VD35$`kj>!*Q54WQO6K#!$4LJ<9_l_sYBX^mfY#TAy2CcO9PwGguuen- zq&Jc&P8?ghzrnkvwcLVhxCS*oV=V0SUAEnl|ctH_M%kS{u zD3Py3XfVOuk36Ex%;AjJadu}nPo@EfoAl|Lwk$L{g zcGI25$Q@0z27~I2PXf?X!n$S8FeIR>sof0G|LEkM8iySdTGv_viWt{wG>K~{zuzx> zzZ&>nrk^Mig4#b`_nBU;jOe~koONc16ttC8$3<5F{ebi_L7IN?+QPzZJXKRpb8*bN z6{h)e@sY9GdR&^17*yD?D0;6~X9T@CD=?EV5YLGRXK9?6)ZQ(7}R-N10 zt}`yaTroOwLmVn6s(&nCxiUU!gp%Su=j4}C=DLOQL^-6e6CQK)PL|GuY$|(sOTaU2 z=leS&3)2X00sMtS+v6YO0GWz2; zLxWO(xi0<;eHRWWrZ?R5!0n!d!xGQEZeWW_v0I7Q2M7@L=jr{rB3U8whtj5v9QN9^ zn6WqFnaw2A3N=F*f|Z|r(nMwK`=vQhF@XPBC$2j?YN2#8qPRD1PD#tA*!IP)I$?56 z%f3#6pxXoq;o^qtqy71zkE6P1&&@tQhQlyh8xTCd(KG$a&$`q9;CLoxLCI!Wxp8kK7X-%!mt_e6KwMn`Aro+kxtMOpiWCdQ{OqGb zi6SAue0D^V!RJ>);AJtCs*=aT-w;4bw{uQgW_u8B(Kr#NKAaYdBDp%(&ns7>mfWaO z%22AgAIgrr&LVEA$oQp>OaZvTr|~y2h`=a!Q`g!cw+d+TS>CI}&Ddk`#mMiiOurzb znFuFDMLiPz1D1Uo$R)0$W3M=WRATk`H6qQaUfr>;DbUS$?lf!mod|kyn~gSZ<#Vq$ zW*8fsQw=6A%EA_S9Q09E`(kRG5#}=n)VKWEsEv|)&J`y9-|#<0Urle#Un2Wi4Sfrl zK1y5PnA*a~Tw6YEsjHshx;dlFEbI9jDhcf*UFq3~CBPu)EhE^N=J2V&CW=xs^eudU zLnFL+;!_jF-GkPjfBYh%VRhck_`Nr%URha~T-wWK8Tk=EMr;tfjpT5OKf?JEoe9O! zy1es_jX&(s*~*^Y(^V2NEfjS!lG;*>-%h&(_=_qUWUhIInZjn~5bP-W zQ$QubFnQRD>e!#cu+vQmO)xcGrO?O3Azwgt5qiBTPZiEsR`0Gk;aeZgl<|C;C*+5U zfTQWpAD>@oD7XSMJ{IDA3L+%#t~!KZ&q0ciE9wdE{7m=tXh`oK^ZSLkKEYr!oP7NS zH<(E$PL*s|uXuPEg)uMg&TrK)Cb;eZpQx;7EPds~uHK}^==Su&=}DO;QXPgD}Mu%AZk zCJHNQmeV<2N^;)*jAGrWD_;hk@qUQCF3TXUF!+I%i-TWVA8)mgY+7>~o0y6lTU>)b zk~wgwJBuF~Ed+v?y(XPiL@;iv=HoknjKnTCqY9v3N3L8&rhbOLd;HD-Sw4gnM3%Us zN7^3DDcuG8Wf=U8XG31vSJz3-U&k@)-Mb>J>UM#A#o6~1LbTC22J+9;D566rx6@TeLbkE^hi|KirQ@Y=&nGGJzoY7C{R(D7W z?jWcUSxt18ad?Ax1P$za0N1L<+2}>fVg#M%c3rytSgwKpF1~l{_1gFi717=}g%*aT zG^n&a#>wu>5*hvq)I{<*qbg0CH1TYWFSO1uzz799_oR}n&y_-E3(dsHKKiu~+2jvA z2g#dUmz}g<4DoK^7%skYR(;V*UXek<$|tUuzk+2aWZcTvenRr(%~!W?`@Z%pj%oX< zwKwC|FyPQ74(t9bVfYZ@sydTsv+JL3-j(xZnmYpIb*qL@^khk{29#Nput#{@9 zv>nl);R7Say@me=uRT1Qpvl9KxSyIuQTy!m*keTIT7RtYC6}~2$X`v`;T0vFrnz9f za)y}wGU@)=X-lgh!?QmJTh^4AqE7@;XVOr>r#eu$Vc-YK2OhGNIYxDYI_2f?n}p zLqIzaP|$7jMw4Hr9zaDTu4AWgM%3f@G;_k@l|eNH4V&*P*EJH`d16xUG!N*B7|I<$ z{egE6P(PS;e$+xqDG8zotSB^7#-)9V+sG9Es7#{4APZ{cg}j#O@}zdh_)x_}U=Bqq zTf&yzlSF+bsru?IsW}&AhtG5`X9=?OsTP>;GUW{li@2hkeS{O&n6`NwQlA7h6JdO< zXK=d!Pewce{b$|iwsV75@}_m;y7Aw!q$V42wo080tnDBP)jcVgl;oK>cue|QbSbf} z94K6?3j+cL7vZq>#=dTH2~@)X*qW0%kq~tUzR`GkFnIt10wDb${`U-s5}!^oF+`l{ zb^+2~UZ(EyY7Ij9?Dc+|s(5nVvkt*!A`~peac;Z0GNzCWF-w8WOtL9(E^F$WV&V#E#S} z*&?9Q`}o@IkfV>@?xt_yLH&l(F0&|yyuCj?I-RAD2P`4-*`lug$Q9BIV z{iMHD>VA{a?J&?~t|xN_maNkP(e`7hzS$K`NG}J>UrahD9aX6}05`iNHp+|GrN8eb z^lNq(<^2Mj6-a7RzDPNB=qjzStR2muCl5SA0FieT_n;4n#1bFZ^{Msui3p_h?z-}C zH$)du@&4%Ip(-zw41s%tc50 zwu*N0joq^^oe>!Q-wR2<18R)oF7szHk15{tIScC6I#6dsw{sL!gdVG!yi^TEPR4#` zYAi1MhOEIACz3w_OMLR3BGpz+i5n|JL>`2r-pk31I@O9GRtP~SA^W}m5{W+SnF3pB z@V9{`EKSa@3RKUNUB{b05lv$<$< z3IA!3fX`pP8u7Y45%+K+P4yN|G4Wqn@5R+U3@RN9RD0LBmc$dV&2soP&MLES(`J1% zv05f(_I&4+8>6GUi=6v~XM>R9sx3DSwywrecgVEOH`vC_4g@{z(~qf=gUB$E%w-Y+iY!O@$8}n|yd__N* zI4q}R`DaJ~5Qf^mA2oer3TYRRZU1om7~8zWNi*lX9Chh!!W`bPW!w$DcYKUHeP7p? zn$LoX2~9OSu7uwgr&WUbgbPx%@;gwOP&tM-$Yitk)veM*Ub?f+IczxRanvcsp=PMM zh?Mya=bk2}6RSzHY8(b(0a5wtEQ%NX%V#>WF(UyFEX(=8vT>c(h{(HCnZC^Fu+F$$ zjI<3cE*^I2ggn`tKFt9eF}xxlm*ugzRr%^$RvlGV8?1z2RH3ixH_pachD#CNSV0KkR>nsUdV{6|_4|m={swpBdtm6>HX29|=uH@UpnRB2DTVB|DpwJ*^{08f zMge&vA{)@QVf;W39k@+RjExhaDbPrwd+W1*WoyWfHP9mPQxR)mmK%n;_oT8fR#v*I z=+`j}TqhU)N;%hTS@K+*JSB3I3QS<)IwM2+w5WZOa-_I<#i447EJpMBd*ZTKB;e~1 zVHwHI#^+xmtE_&(gGtYB%gVFw5SPXSW^Tm|4E_e$V$S1Y)%hI~ii#a78^&TEoMW>c zVvr$`$J|ac0%m1HEy>yT+3)5iG~1(Rd#P?d$)PIeRRIklpnT5X--X$){FzK&IK)E# zBr+c$xD;zXU63XiU}ZXmq1r%!S>uq;EjemzUHPh=S@5 z8n_Q&1NZ$58zqQiNXRvuH!We{6Vo<_R+{sVjgK>wK=OTcHSSV{49Gs?#YnNJloh$7xxYW6psw_WBv-=| z{24I{%x()?be5ZK)MPj0UhV73n;1?w4=VdCB|-8eHW`dm5_NwH6=ghw%W7?#VuVR$^QIV#Lm`z7* z$>Ih20B-3_p-3w9DYiiD-Zj7WAeW~3^jtG$CL>vvUN<7-Z9S)89t+bBr*oSx&D6$q zhvO#rZ>;4qcSbLR$wlAZWGst)ZwYv6VuYae!#`>-a@8CK(ta>#HWKMiU&Y>n!ODwNj&vqCHHEPcoTDEzuWiy`BkL+kb`gW>Ha&J!UnS z2rMiEOaRN!QXlvh=ltFAxDIE{dG_A70F)uYBGYaidM@fZt zv*R=NsjuCM3Yas1z+ZGqJJ9Nx({W`Q_vZ)#>mRg+A{RekRJY7f#+86IE7>)4j)8W! z3#SIVFQTTNi4p|5X(z% zqKY7`Lq^wl6`GT@n%^k?mGyfq4kM-H_RIRl7pr~G-jGfKPhb@NBC4^-VHk|Nsoc7a z+9o!uIK#S|XV#evt8%wG~a8@+$I*FVM4LpI_*!sv|1k~qEib<6)A zevRVBZ)itPlJEi&VW#|8Rgj+c5eq6{^CJOR3{9$Ww>5*5o3}FD$j^hR(f@AKRFw9UOCws%DRAXQ#N!|5C|4kgs`S_sh}%o!e6`_=Feil@~scC zo(Uzar4pWSm$RMM&)fR3@it9%8hH}lGpq$J3Rx|mQde#D$xvJ)C_^ekdN}DH+QPpR z7#uxM0S(Ki2sj4(RC~SE{|%G)arc1C*OKDaxMEnmelN}QuWvr$y;5v9O=#5R$&4gO zmWd_QM+uE^kCaO~H?e3>uu`;nwNYtuR%b=K`(7Y5O(0{Yr1?4Tbd+Fp>9OWBWRgT* z)dFhv=_y9F5ub=;GxnYtoX23{gWEalz+R*89mqyG6<>OGaxH7e+nO2>WuOQW@7oz6 z(j>Voy|6LTr-QOM+6J=^2t5(hYo?>2SI5q8S;+HouE3~$h%B4}{w+#Md z(SityxYG@M6)}FZh8G`Q#M%C|0A>#G9|_zkVs_dN=>05_5$nVZxiXltfK1kJVa-a8 zK?HcS?Ee~Q&kAIJ{6Qyyn(%8YTQh&I<~2>CP-6?ezlYt4fPc(1LL(vZdpy_$%GjGP zSh67sTEA6Uo)6`BeWN4Enw8;X&+~wi?Fw=LD1o1j`7_rTK?R@ZI z6s|Rzsq|~~ofzIYWX2+<{+-jciQ~fHRrKMve`nsOp3DS~#-XwV3s!*JkM&2`d@&L{ zq%_?))stNMZHtPVHhK)L4v%0>Rh~HrvJO9NBhVBQ3H<|{%A?pL;&xnlB?wJR2;iwu zMEYhx$e7TF?V`AgN<)K9X@sl!yg*?_RH(lX+W#|Lk%%c?Rwb`kWi5F^o4+DMrTznM z)ce|Tv0mP|b20I^6@TT0S=XEq==sg8<6I`G49YCkIGH?fbCde{QhcPp%p;{~CQ|B1 zk+kVhiAJ5f93-UH<7f8=)hVJw;FHeNRrZQH1n5{AoXv?x^ucnTlcN$FL8Frt&%w%) znChVU7DPlzMtF#y#brg=Q^k~elKMss9E3C;tsBg*TOs~g&VR}V&0H>Rk}`KeR8O;j z0Y@9nEKE!zn>0InIH$%La_nRmpIOEVE-h}v_UPT)eeL@u4}6Yrxoo$h3nBddK^M_> z(o~iR%KkjPZ;*z_05DS8JNrq@(ObswWACc+>PtA8ZfVL#zHl3`n=T_O3bxqRNP+C; z6soDxR28mEME1+B8nZ>6%$wZ}h#lSWu3T^mqUz9_&PKut_;(@xzuGSS1eLzh7A@0752BMQ~d-(S)7K6W1S%@{c6R@kIsT8x0wjL9i zJqb>xu1M!Nm~_;v@qe$rboxX&eXmved{Vk&r@#L>L(OnQ-u~;~fy!L=Le-4I!o4Pq z-mwYyy@aE`Zw}~JR@`yRwMP^X0mm%EMi+uczq@G*9{fK@im#PvL>ge8*QF7~%G0|j?z`6yQWdG^^U|Pz(yy6zS|hAg67kX{ z{AXEO+K4{nW6~UITxwt8bp;HK28u$jfX3^O`WI{kpC*UT?bVhP9sDBlEeJ5MFr)%f zSL^!RV&#%ZUXv@_iY-pPeWG#w?owq61KN?il(9+rzUt8LZH5Sq_s%XOHgb z;hJVK{F#Gmk&eqz&!}z%NTZQzNhZgmaH1MyawyNp2*J!aqS;gEM$})FQ+rPY(3T$` zUp4dRY>NO}04}}0r{%q_M_q<)`S<}d19wsd>C?Z>N^|0Ov+Hg&VS8SYI6C+nzw?Mg zTAJeAhgBgqO{?|qw8AT?2^+l$z+MrPw~Mw&0-Fr&Cx?s8qCf%v&jsbOXohb6*adzm zM)ad;DRkzB(?QOpujh5qMcKx)^!7}~kh2UBlePZ&cN8?9E3=Cf;fGjEW@AN4a9IrH z>YhT}U&`%MqtF{tYPguQGQQ@SEMln4N#c&6byLoac`LZyKGq(0jh%~|PVtV2R%TPw zW**$Eq(KX2J;8vVr1ikSJ&#C`KA#Ig#L zaCWbl!4gD5HZdTyJHFL#J2M-?#K8)gL~F8f?B+%4`tSQ^)+MKc^C-B95*T;&vw(DL zSW((*_A^tF)uUX}p_lviMzckhhss`OcS}fdAK^y~Eh0u?n$552xOUm3>zdE^X?f)G zkop<6bf^;$XLF>&LDm|Nv;TUmD7H@V3N>ZyY5>^^;iRq3=bG}_BRMe=LX-@`PAJ)q zj+lhK?*?|_zOQ*f`e6Msk}_?;g0q}`B9*5BKPUuhi64HuyO31{+O%WqFMqdgbIf4P zBX^aohAywZBjEDRkpXw0A}p?ZCXDy?P?qHnx2X!#!JcD(o9q3q_n_ZvVkG`t6si}U z_;-_~$)DY8z`O4Vcf);S+lTK+NY5X%;=ju$FYj%mhpP{d?kisZ-D>^tZ-eiz-?ct~ zriYvCe;yRr!_~jM>VLm`!T-SQ510Rcy8Ctbe`GQ9a0e1uvZ@KnvcGo;5Wvrw?vMo% zJKh8Dd|>RD)Haa5gq<6YPm%kDlEJ2y$K4Nqg%~la7YmqqF*w}(@m*G`^*dRMD{Q%l z1qKM;9^M#39gj0{eRNb;p~6#zg?{OwEznxGn=QcFO)vwZL=d5*kRF&=5w$Vqq`D<1 z3T*#_SQN&1J!1)wnXfrKx{;@nPb{x=YGdDDI+CcjSxjxD=-99P)>#JRS^8Qy2ZFA^ zT5iu9cHq!%5g0kT;JmcQRlO1%Z}F^${72EUpDq(8(CsucAgvS*aL5^}XsWtcjl3ni z-&$o}F4Vg(e`q@N(9pRDNtb^`@(N!B&B(cRk77ZOk>MY{X0`+!fc|9F4~iJ+)E%Tx zk5(g|T3Y6EoW;{`5}g-x(F0oVO2WK7Xz)MZU2?95`c|Y13W?Pgex9cLdN%sr5E@{aPt`6&19m(`R z>o{w>yp=Jn-k7U3UaNH$cu6E=W))ylZUbMNc>b)m3w}@_m5OfDwwY>t+rr3?UtvWZ zoSJH*wiR8rtTdl7x00&Yd?s8EJ~DVd9v9SnBHYnS z7gYY&Q*5I=hc^;z-xf{^RJ=yWLnIKT}(Zp^0TM9Z?Qd3f2#_~VxX zMe~1RxXDlOUPijVJ35kXSD7gc6wcB>!afrSG+{F5E28!uH1JH;eHR)#qKF z?Eaz5TYh^#JDkO<*^x=p!HqLZC54KiXC+SY0)L(={a9+N^Q{r(5huSH+-h`k?LKm1 z5ss=}Rl+;H^!syJntKy)t6IbbT>2S?14LfgsrPIyA)Egl;8zJ)hu@*IR?Yj2F@$1# z%6xKkvcsGmWIjKO6DF0R?+Aahc*9rgZDIwf%ysJkK{e)%W-P9^F%I*5TQ0O2QC)}P zsH3o4Pw4?G153x}4Y!u1Ag0hys3IX!v=@I?a_8$tFu(vcbfL_%Ys_6<;3@gxBR8l$ zU$@T!Uud>>az3le?bRL}y z)HyoF31p7kd>uU)Yf@`P%@BgQ`z=gw2#Yno(ODqtO1CKRUh1*$y|;alG@d=E+$2tJ zG9KVrYu`l=UcGp9#+wlHSwA7A*-9+xG&fBEB}iouu2C%)Tv)CW2`HTq{U@fxupZxe zOg=D5oE30{r!^hD>cr2~pY3vqnic&(|*S-BdM!%ohC*k|X`X)nBUujAkHzPDBLIeDsmzIkOb zV1-zmpgZu3qzHVl^WOEVy;5KQ!I~xI4bk+`uN#W*$(xXFv5%X*M-}YAZS1>$fA|nu z{rk~79pB?OEmYGLA3B=7AeZGdh_WgKceveGE+e=Dk9n{-Un*lB04JKe{&aW+ss$Zz z1uPpH*Uv`smeu%&Bqp_7+JaE;8Z{xx`yRR6_47h{r&r;(<9+tq5z1ok=f?%@%LHY3 zfDdwumT&34(B%6PLHe*Hy{InH4 zZSxmo`2u4M8FaZ=wHXWK){B&^T{s5L)%eS>;2UmsbRJw?i!@&$FW)%K@m79!Sfe!F z`aulX+g(0iJgnUZy8V^`sDqjld4+2PCJW~44|_207o*h;iSpeY0ZF`R9Ky??Uj7i` zOD|0FroV{+aK!2VTI$=wbM{GZrtZ%zt=pk7+??fz`y6nU;pqz^gIxyd(V&@_8Eh3^ zLqmG_ej|>oq*YXDq11Qq(h)LD0|j6<#t@-=H$IXEiPyu*%*AZ1IS+xZq|n|@H=Vvd z+;APbfsOk9U4Vd>^A?HWv%YZLf?Xs3u2jEtJZ;!b{V>X%7(ir2gSI?D2%$BeZrqqG zs@c+l(0bc2J;?3BR17BYUKz7L*`*opt#eq5kL&6h5kUOzCx+IFc#99GZuS zL;^0M+mvN+gV6{P1dKR$_nz+nJDkjy2ApmfVIf{w;I03+ap~};X$9JRYY4yczca0n zl9VZ)BJx2Ib3HMdwQbBssF?@?w}ad9p{1fw6P3*6D@?d8b3bajfZgs=+2ZDMS<`zw z|Ld=8qjA(iew>#0F*UHGLx1S#^DQXkWcsjR_ZH9I%MM4R4r)Dl$x;jToNGEZZoC}X zUivXyq-%da*B{AMM0(k+-Mwh6qI~LaSnh^e!Vd~JexC7+0^dc4@O6o?XKi-$$c`&a zoo)Ll;N`TbO7@1kNa@IYDt-~e(+Xs)mM#B1%1%lX0}Dvysm<6n`L;bmztq>_C&a)X zR_{M-j?YbLlyLdj=8rc0h5Oc8g}4%;Ku5Ge9Mb)hzOfQ{40-9sq5dG<@jHS88h*Ug zLb}spt=y0QF)O}gTX!(9rL&phc{SA+L!!aMM5d5QxNB+RbY8cFY=p$Zx)NVN(8cHI zF`gE9XaQLx2=V(5j3Y!65-_ph6JB`c<%z!^mx#d08RMlV$pga>627O}KKjmj39}Z> z%U%?ZW~$!kq7GdE+|7+^v2uh3os|LXiFhSPRd073WnL-#W4AjVg72t zoHDc0qT0s{ty;cZ3!MWhf<^wB4%gp0x^D6B_P2F{S{UVedFhmV=c`JR%V_cir|zCs{E;lZ4F+~2 z$obIM@fg#0!QiwRaApMH3)qG(4TN^Z-vpd}gGaTA4+6CfHV2GPn=vO_1Tud3!Z*wO zWM?vOAzKB;R##&#?u#S)neflXZ?osFWot51`&Y@;StWogUj%pMAHaHicS;YJ z6nb7g2$?^?4uBKlTmrr!pqZKTJaBgjw>CJ>*|Pb##9#Yw{jLJvZ>8FRF9$OLDwfHI zpz{{9jds|R&TPgtJ46oV`QSmGM-Icm_3fZBU-sxe2 zs`Ubp64?x20gO*?;9V^)rv0h#vo#nhC4BV8&HuJic#Hnmjqjxx%H5_5qA&#?6p(W_ z9UH>?A_c^5>tJAq&y?>T!BPj%g%@tB=lvkWuw8m+&8EtJ_>C{|$>U&T(G^D#IGwH< z{Q2ELWWUosJuuTzp~;uvCeQWpJ!gIBz((mc;}rD#cQI_B3LH5CYw21aGIogLarxre za{781+4n_>Zc~3Gqfu+Y8@4m2@tmfpAd~o#2JcaVQ960Not$=iJ76>@l!!oJ9;ct-Ed;`FrizF0GnP1@n)_Mis6x^!0Pb^r-_dC<=*kfp`zl^$NmW9ATp^UZ;6 z7&6((4YZJ8|F;0^O#%EA?AJSkusV1`J_VC|G9v|FW)^m(vw@%v#ugBWLesXZ3{mUyF^hBcuVMWPt9B_-$a(@Z9=mFr*ezF!b%gJj+qK z;QY031sRnhJ)v;;y5Udg_Lw5>S|nkSBcY(qFy*&Meb|^(bs_0-$BEP#c?j zLHG5_(@^;BY6~Q7ZEM8gHViH_jHw@>3Qun?#Q!vN8rsn^b86`gW&csI5j}4_7mi{Ip08@IL4yR$2{`J#g zGPMgAz{5c9`b()f5y4H6p{~knh}{qy_Offh?n&;}n944PUmd>dFC{WQbZrus?nB-6 z*`J<+p|*<%OU(Aswpjh~C(zr3?+i%J+LULz7bBo4IMRDIS~k5&fFPfbT5+HVsI+7R z4;+`NcM^bK-dm>kF=zt8CU3*fJewf;eIQ$iBLL88qVjII4Tp^3`0)A5rsfTe%zXG1 zOz!6*&+16UMa@P`6~*;!H^PEqJ!(NNWZ*q^#PKItC+9yt{DuMM#T<&J{dXoJjxp!w zdVsf2LbV%EmJ0qcm!73|W!~w}<%=U)P~O~oFd2T3SKWjVJX603<){7n&V=Rs zk__N1;L!P}{Y}_%`|3cZ--RnI^tX(oSIfv&2b0ecW}O^uLaClg`qZ^q<4E1an>E`L6n|D$o`ECGMoj-(jb@XV`o355 zAQ`5zTT*xjw}+B4KZIKaP50KBRpg5#;ho*h&T&hTXVcLp(1Yo_ymZ^A;>D&vtmLHu zrJ(nM$wr?q&qRR%D?P2COFl2K(R{N)mZkghZNrCw<;(A(f6cZ{h`bP^AStpm_9#LD z_`0RA5%P$6N3X-`vjSqkcz2U_MKRpDBZI#rzJtj{@;EmH;HzzYs>$5i-v3Nt_;g8P zdf_&-83SMXs)v*w{PH6vIuAj)mu8FhK%Ed?y7X|jU&Ym03I?-{J?ZRNgaA;HV#vhi za{A-%6yAkMk)S27W1ISmeeIhyv&7R;`j+d_s%vYqT4!Gtr~RcXHn)ADvJ0x|*I$Ho zK0lM-?yrjs+SW*R#Xyk!!C}1P)fRbcIZ6j8cG{?ZE>iT?Go_1gX-VtbS|36&wTuF_ z8wZHk0J4?p}(0%JUcKaF@!E)^BOl3ZH52ZP+42`3X~EWZ?>?pzx{AvXb&KX1$$_Ir0dh6z)aX>v<@y0dZ76_{a8 zLTRZVKrtsbw#&!7#o`@s*|6vU8?b0{rQ$l zrC~{e%iKp*i2j2lH_MOyBix-hr@}ksby@Ak01o^s9O(4SZJ+IS7mn0II|pECza5gSBHOdc4+aVpjkDZ5cP5?cCv*Oixm zBMQSy8NO=+iM{%v$1iIKCW2&zE^xWn|>Zi*lx=gH1K$8(#w;7p&OR&0;PF^oy z<(*M)44;~BUe$)L3O`bMwOiFsbbBAk)mA?BoTxTgP~!JGsw`0tTw6EUT|GG)I!w%% z)7IP3j6U@Ga|bDF?zpm*DbMEB+tU_$84ntj)a%psXA-bJ0=Axhfxr}UW1vf0fE&)8 z%{{ib3>95;8z8Xmf+#d5y%I0^NDoFx%d=sDA%)y!v3<~vy47E9%=$Ic5q>RHl#x&^_pRe)!>gU++Z)UW z`>qU)ttg26jb2{gKs_BQ_ava*ulKjmvh*FMsah?8XVi#PQ+p3<7Wl0xykY>(G>EbQ zy)Q(H$aX>0@sM8Eb{0IeY(g}Q*R&H-8{E(cUl4@1^+u zTxTon0#3PNL&`_)*1j5v(GjdY6k8;Bon8@9TfTC%dpD#qiibOT^2w1EEtvJod(Kt4 z7S1|~3D6Bwu0q-!q(b61YJGBVbkoPH>)b~PkocSbgw`QL|7 z^P(JyTmCcYEA$t!2>c!BTgu z|JPLef1D&qA2ly;@Rn-rf0Y$Uf*vu9qKNTLbqR=_z5XA<=;P=M3J<9ME>5akp(-jP z#WEZFK8M%BJfGj2B=@s@!0D^GUPip?XV#TF0Y<--Hltk%*5^@P zJa3-87Rk!qm(0vHKC=l`QjkVPB0_?JfkFK!BcTEV1LqF|^BM->E%c6F2MG%F3-ODL zwi65tg2MA3Y{UncedtYCClzTinDSAQJ?IZOb5VIw7?`SPEVUG5moU{e~&OK_WjHdg&r#XQU`<-{0!s<=4o0w$!;$-ihzl?BwTD9ND|=tf$E#CE!E6Zpb5NYOyO?EFcsolD@DW0}AJVF0jIETw$-o?ZAdT z8MEJQc@$IrVup1<)-99DU&n8MUjN@Xn997WjM{eSD#*+Rt*y#ALa6xUPV?J=0_Rg= z_cvcoEMZ{(9qUgTnIzVds&B!&t2A`1p>x-_Q7Sg`YCNU8oDr`*=-vIlBVo?rv=A61 zvITW54j@>?at1O4A;BKEljy-{~)4|3is~cCH(c# z{(tgI!QcfYa3EcQj5Vpg?pyT24|fr46`8$bZ6ellWwg&Y`LF&5opV4dn8Rl=)_HW8 z(D|~2!(zA?Gtm^E)uZ!%#j$^d)2|b|*YV{P#vw|au2^>n_@BbMzVcLY{Xcee)Pe#NlY~35H*@ zB=}pGi{XUF>XA8HuG{}fX(*HJ4JXSJ2e)+ZwvA-8u z@xIHbPVWyCjV9!ZD{sGN1?T5Qm+ECoX7`RUzklArKNAHmn=Ha@3#IHK)b$4!AVR%7 zlV*@_0u1tuoP`LPy^?qb9mbCp*^{M4p2=Mh#>9&T|jw zgoYNk6VidrylOV50Vn5e{D)}YUyy-0=X?iqp|mgm6Ln^>PNS%OPw#4xj^rn$08_$` z<|_4b{i@8!4EW+8VuNR#(D1X|3K7@hDzBYJ_U+-<`@;lG^b@_fj_oa(+Z)bsN4#uc z>&kT%$%Xc=m1tYO?+Dgoe9Ug6OYZ2^2Dh>04lRYUrWE)V?hiN| zsmmDczWAN|Vcnw@2B}u*rE$vOLsZoAbjqYIJVDQtxkAPsRlmoR&q@OL@y?-#3wN$> zlJE=J=vWWF<-+Iy4J!Va*eAB^OC`UgVig+ziW0DNrnC7p8mcypDBE{$)7@J%NoT0 zc$z&;3FEyQmjOJDv6kz3egc7`b;D16ZVC7WUl{9%cD1)VZbXute<;9W#XFdMZwOJi zYtKoU;_^%RyU|^$54jT;JUBzEpmGsi`j9ud;bX!}DCB-~ubsq;37#PlQGESM3B7mu zy8S8>(_d)3Lg66+WhrjnGV6MN;k@H=P#3jd%t5 zwCp=5xbv9D;>~CF*t>VJA2V!wsvkNxDk~u6&DATn<(V#obtq&etHHq}3_+sl$87g+ zpOt4e{A<`^={$b61+;Y`ljF~xwlfUM@5nLbCI;1iSgt8km1MxvwfBP?pkrO(Ot8%P zf3`S1gpf0^I9(1C(g^$%-=Gl*6p#jlgLG;91%Jb>OK6{zF$TrWjPw!NJe{JtSz=3&XXkrTummoH+`L?KG84i z$}KN&{f-D=!Y0UlCvlsWJpqo~aUGniP>1gWdX2->hnoYCC0MP?}!b{SH7!rnq z{yN$`54yPLtKOse!Vz7Iv!s#p_4p|38gN}rhkS?owerc*i`O&W@@)OcoG;XP(PPS| z4qIBKABd^V%y!52{TO<(I_|u9P`s&%Vlwnc(Q6CJ_o8*J^Y5l3UL)K*J5~GF7Wkb% zEoa~3kIy7OnGPVUuNr3b;qHUmLy|DP#TAYtM5 z?%m50S46Jgq@;s3^!lrddaaP9hU=oYuu!8ag8r2}X&z(eL!Q*+d0sTrV-)*~m9uO2 ziNgH4k8#AsGY|WZ5(7XL_2+~En3dnK`Fnm3BL=DKYfG+=J*P7pG1&fp17T|G+~?q5 zL5-|`=J%WTpQPZ<{1^gMtqrga$)Om)oEtrBdO63Tt5qk8&n|!M`!! zLo(91MGbxxV&W-3bNmJ8c_t+SV27vX8o2{BdGa5RvyB`w!ba9OHPklxe6@T z#itvoO0_47TTG|WIU-}d!o$Cd{vna;Glmh!{d?R;xL0M?+)tsU!44IJdwIoH#aGAL zMN@NlE>9)p@(5Z>q4_UUpew*sQcWg{ME3+3#X8Pj5ZT^OdDULDF>_YhN8VnP^nS2u zOQ+?5yV}WTi?_!+Jsvl6_Pm_UGZ@+Zu&~AO*g^H`8X3wy zx2L=f8aP)mSqHz26ktkcmH~R&Te8pdUM^1@41Z5HUkMi1 zCxR-evntSQ-xNOfik4U8$bCVu#H!fi{P)4Roz;KC2pCVU7uW4SPd)kmzxpMToR>feT~#po z;6`xNC3?Xet`3FpzWqu6_%;~#AVt7XKt9Wr`X5d+dk5q4%}_ijC0)~RbFhN>JN#6N zG8Op2f6nXXJ$^vF4f0N(_jHJgps&}DzgJUZseIja;#0l5AX6dD#I`+RgEBp+MEPIg z#&Fqs)1uNx3M zK0V_O9)TVlocUOWot-{myY?3G{19uK|IXtdenTC%KXctigEPqnW_HUz>{hnch0Rg_( z<1=`%`f(iS$}?(|6(0U6tXP7_qV>D2;eS$zZEhDn(U+*EP_1B<(6a&`dS)A^6z)S>3|4VeEmtdQOJ8*(&TbXNu`Y6+<>Cq*OG?TwP(4YVg zpI&j(<6gJxA`Q@?r_buQ<8tEt82MSVw8SaP@h%9BOl|lMnMmh;2X1a^I6ho{)(rpp zLaoetzc{u~-;Vrg$B_^XH5uK|J=4-@;w@qWWaDh?G~NCx-rA|1%-4R-NiBohQ9_I7 znSvrUA~05Ibl3CgrmPuYwhmM9XQz0#gA1NW79- zWIk`IA)X*NVcz7v%wx>6RC^_DoAvZzh<$6K)t!9dtP7+&vao|bS!{Nh+&5XDK7ioS z>vv%N&1K~~m)^N{QLBCGw6kB!U(O&6Sx-TDcb~!I6gyN6H@C$09NU^db#RAppA5Vn z8b;2YSX*)%*E@!P8sC)8NTwI1UmkOxa{r{i#15BkU0L>Z6@&^fSS(*;( z_wJ5lT3pDwiowmdrR3cv9}lZ$R(W@xqhL$vfaZsGkuIy}b98=-AOdWnF+eQD z`gVjBF3cmEIoq_NEMM0y%h+z~I%q^-f>8n;k29&wtQRBG_aSnvs17ol+6wP<==VE> zw|$WhUBKk;HsB_D=*tSq8s`o(hpVe*)Q}>;J)_BCJAK*u>Ef-iR~8UKw7k=3?>aLu zw*v3LXdtHz@XX0~iCgh#|6ZrJaRss^gvhyo zwx=i7+pvyqqCt{{kD`}*TS`~8wY`F6&RlW!jTOmnGSiP5)9qM#l3NbF=n^&$Di3Nd z&cNn!&M={W!*1u>dVT_*qJSM*tijGB44L<*BgX}rzVGF(4#|8yyr>=l3nYIzsV5eub%S4{jag zzTJ%|!oS%}rJ@izyzU>1o`jY{Xp?PL5KWlS#8-y+Lq z(m&0(@%gl5F}Hd39$6yS;Se^G<%sy1xc)T$Fw@i-=;lpcM!$K=y^Z@R`y_Wl*H?0u z^EYVXY>#N=`MZYAY0=h}PaJvh6h#+eohGNLhEaKh-?w_s8W0qr&GqNPBeR97wwGfY zmYnugM0$04L<<`Bq-!VZS=dc39O?(+-H`9=CN9&Rjr<^WeH1gEdJ?O$ZIyTOtEpVZ z!yh%B^@5s=c>Prc1OF>nHxyo!!+kcBR^ZbG&x(cs?xV^V0aRi@Pr&PA*JDm{A}H9| z)=H_bWz553{CGRjKkOgHJP7JQ$gC>GWggMAKlD88X+>8glV=#dwB}q5orwsE^c?~w;X~@e1?%WZwLP3U|+)` z9TB5p8jJQf``B|`VLq-SK0OkCl`dN1l0p*MS&w4a-Ab~ff1x893~Vv>F)FFtTTzA#H}2SBZuC>nd?m*P**jPzfBR|C@UC{b({F6n-K? z(XY?WiDEj%GhEUgbl*Rek|EhoVp^YCbYt6Wc8MxApL%7$6Xr6XzQ4fZyXK72THMFe z-`cVBaNHv0-hBN@bG;s#`)rO2V^ya|x``=`mwQa*-K0*=Pw9Aiu!rZjto=>J*?hff zHVZfjSzn81Y`-1b;W@Y3{3|COJF=^Hj-jBwU{~%Ir(0xj^pRar!E#A$Te>6CSSm_x zQP^yHl`@}6h|ZD`CERb!uE{tG(ejedYe&#dn)u8mHJDJW7GSBfoIC{jks?XId7SvM z*~R(r#jkP3L3zDKy`x{-h-j=icrM(+>9kq=MX^s&hLt4%J$D*w^jie3+=hHQzIhiQ zo95dxR0%xmaf!* zs)ruVn_;nF8^w6$MdiLw)W%hV_89Kf!`;;ojo;eZSaNkxYnw)Fdm}nML6h~}r4Ap$ za}#Pqh&R?~J9}z>g=t^ms93NmRMz0s zpak1EobIKE1+(h~yG?Ny-nw(Ao*aM|H~BYXD6)U`?xr>pN-oq)&?MC7ruewBRT*p>`&cf##MRr7uqa{I%_-(_B{qVaSZV!ki6>Ssc~%aUb6Lt!-bSt zBwM(AANwHiYlkX#@-gHtlD706+loiG%MMKnP~G=w@b>$)ICRTqq$kiwCEe!PIvWkS z9>vaCH;k)OwaA8H=Qm*aeZep#TJm}aa2cO=~=>~t>{-1UDw+1|iqzZ3syT1AG zY86m@3=|M?BtqBtW!Sq9-(loR=;p0S<#cL30-oPu2A?LP&kus($@Qc?30v5y#X`?eIj59>LW zN2dxT>o74oBVPcg4N5+Kk93|XSL0^!H!=GzuWE)10J}ywo7*c+1096xDvOFeyPeq z^Pj%?T{0I}74hGf&voucrcQWhpB~s*h-q22JG=&N8GRYM?vBSL!Vyd)<7pyz5EJ_cOO3g2bB52`L*ei)QYG4m>-!6lFq#aQ%O;w?DM^aKRXcUXD=oLaf)R1U==O-8sKq*v;4?1z;yOzgaCW;! zR`b(?kxU@OGs0S3`s#;);<$E?IE=6`l9+1~J$y6|m5n1Ai7<5=d4LFCj@0hAXnWvc z6r!u%x=h^0C;l_P4j1^8AhR4a>f6O(gc3KvgoVU51Zj;{iTtO+E!m`ScZx zWE^#o=$_9;ZJZzK90XDiWV`jeE1=E@`$lRZjj8@kN&O5er~s(6AO4cO!ZJl?->L*l zBow993|T2lm(hsTRk!jDbffZ*1i!vpoFZ}LV?YeN-FrY!#b6lq>V_Df>?SSkHm+~0 z8&C8-pzXW{{Kjt)wn~iBSb98l77l^kUD=eFn?Y3?0LT>F@e{*5xmOLTeT>Wd2| zLcV(8Jp%_#io0G9Q141;Ej0_#G*c6Ik5xU8Y_0*XiPg!t0=74v$GC=8M`7q@O2q#d;Ep=U3=NtF^AAcRfVT~!i~$*Ppp+q z1Uhr65*Zvq7utX;r{v(hMnY&Uta5}mwzttYW3xXxQSc`z2MqPXJAPNSWwo zTUR`BLo1f77T|2rkK;nflzGyJP+#nrbh3h}5Slp2sqkJuGuvyiYaETB+ZY;oSa%yX z$5Uzae%O}mGwt5MTC+a&c3nK?EDs;jhgLq%GK(U~s@$}Wwn8^YlwR$VlKgtMJu zs109}*G&n_gXj7YSr)dbu$4x=?h!e*DsWu2?nA}jSQFJmlP0-Jo&{X+?#nJ~;xxje(CVlTAS)0gre|1X0?n0J4(?^KeH-HA zP~`S-GQ&M;3i}W!)3dGt&8Ej-+9Xvl^dwZp%T0bnV>LD(n~$XeXQ-OvxOiujckFSi zme&<0gLpHdcTYdDpu8IXC*{>doM3`>&6=XJO3L6!20RT^C>D1=97fMyrl6CAwu;o#2T z={T|y4X{NHW8rE##io!>QhY&;@I6Z{bDsU^w zZadwEk6Y&S{KS`6bN6$_v^FH&iOqnHIha*iI4}O+Go-&R-%xyBk)R(QKt<Y9V>%xmF=6)!-Ln0oHNSan&uq(iG#jyxic7DPMTK$iZaXM4nNwL(+1aj^F zF>Ht#=%ebPIgskQU_{Gu8UEDMd|wG07XW^RR=+5xF8!xN6jCI-qpI zFko%+w`o4gq;JXDfdU8U{kTwA)`~h+MD{UHI*P9TKz8mhuweWD_yT79;uq|6WF_?I z4@oy?ErD0%Syp15yas6DG)&ccw*^1sGBa8pH$6Eb&-R%-FFjO~0txZdcLdnRBEN_^ zf2_LaD!*U6fJ7EcoCgdL);`Apgs%IQ;=hrV1y)+38U=aQe0f&xM=F$u{&YG+b3t~q zUS|hR5d_Zi6i8Je97iXC&=v>#k?OPXtHme>;$E67kKR&fZ_V|BVGCb=1W-{7Fi#>S9S_1#q016q|FX`@$I@$F|7Ju+*UCzjhAi7xWQ+ky zGKJz>ZwNrFkU*?VgPI&w6$ytXpAcsh9@QB!4F2HOKl#6rl@v6Paw8on<;z-Ii)*Y> zfckxNmS;!{-`XSBXBu#k{%tv`1U_@E`))YC*0=jyx&W1ht1cgL3iW7gS!c@em}!Mp zx;zy{MLO$ngzpM}+fTklxL)*~D&(ISsgEFv*Xhic2fVvhD)Cv5AMB<17i=3vXh~XE z*%GW;=-U&`fIusHp97{uDu}Si57?v~Wql8#p#&28n$4NNDc0du46OgnDcpV#8D!t^ zO<5-kr2lCV;lC|KV6s0@y=*j}z#2RFB)l-W-yO@HzU1nU1Hu4g+abB-r0aU!nQNZ+Q3@ALf8A?}6T{+UHwNtOT%o z8Dj>b|A#Qlyer15*QtB3~aZm!?d1HtXT^s z=gOT}C{mzh&HnOf-ofeMVy)1cr6WS;Ejs%~w8L`7BO>5tDvK-20}##!O?)MlKz{TZ zR7)z<5vta@K+D3D%nf57vf5yJ*3CQ@;yVcwSZUX4{%|~iselNn^|qNF>?;>Xb5prb zk5!h?nE5|f^IMeH9c{n6%Ds)Y;tNTk$)=CkeG~F)_Y9FNJvfg7yN^wU%XLql-?g15 zYF=z0`PuAhY}exE)pU;GlUt#=_EX+NnK)4IWe z_FxUrNMp9Rm*2_a=+NLp{v--FZFy{7R^^yEs9u{w+kyyTA<#T}fpvxm=TQ}{+%-P3 z#+=?G{?5^@*!;8Ap?w>R`K$b9&X4D)f@P;>)1t3PNPI}M90{_EQS+P?F>BdYBvIsxR_V~*AT7fVsxZ%eQ>DHR~)VOXcX;7g{n8 zpGZ9m6n5gpYthvzHlzqjbuu{d1(9xtNq29=RypeUEQpclR9V$EmFTtjlD;vIZaSNm z1VQ3m!usZK!!J^lJA-tJMv*$SeU@s7ke?xmU^p^G=+GkfPacK*3Y>2kyLX1WnD+4(w3ZxC z1G||#{(l7GeRSj znfYnqzLM@HxA~jyb%p)%F3*Q5d078%8`%6Y+=~Q58>qE~x_Y#>JXre@3pLdHU@IP zDL1BdegTB_pQfNCLOiMc=Ii^KVI+BQ^oCe*6QMs}Umc zEEpE}2qHjv2lKw}l$zH;AeM}*V5g(y{nKqWl3UIe3@;YGH6-?Azk@7Gc?yj8Q{mf% zPYdSYEoee;>w)h|Sb^JATf#^=pqB`;UxG_H#NWFcxK0xrh>fkI?!Dtkg5`R~^VG>3 zIQnqUL^W7>+)atAXl@wfbn>OG743+Cy`kaJtl`?)6hGSRWOu)k*{$iABVE^`(((%G zHtQW?oN`s>1ut=UY>4hen=^5*n<=Kmd_Z$(fe4!g18gWQki?*Yoj(W}&ttx%X17vs zgb`W5s~)8&=ev%cMUr!mN&!ZE7`N%7&iJ7AtLK9j~jw<`W~8CXp2cbpeHK~baIVOg7II8WK$gF)@# zyobwX_C!uA>Og6;xtzU9$$GrPLXi7e@#(ic={as7wAF%ZCYw|U{u?{F82>%CD*k-I z%4H9+`+^y+MDb;243xjY3ze0f3Ykfr%(eaFZ5e-zyX&^>MG^_9_P|Gy9Cq2I9tZqx zYQX^oX1+_Me}CRC7wh8%^ZtzJ&7NChfup=4dxnx99UAQrP#I0r)Tf zn{0YfWY3qZJMEc`^;i$QRYGX8qQ)sWu>GQ{gOyvGnDfoOVEM8{e3ihQEpV#|5zfdzq zc1P4{ettYb9euTM6tp+dm*3en9*{gnxj-S zZSTvj^Q?RQ3k^GWf5mP_j(2|y)xJMb6Z~xv9knxK zsfbdlGuluv!5&FI?Yz7`h1aAsJ$qihXizODePzp0iO@5ejj!4ES)cEp77bUMcP~xs z*+8x11-EO9v;HphV7Kks?VSa@-A{SVXIJW3Ex8JXu_05g58D{!my7y!qqZx4>K7Vi z!Ulzc4KdURVvGjanrnKn!OzB{^7X6d)+iX5#LAjr@#gsz4$rX87dmg$=YYE`^|xFy+js=ETLt^3rCanFZxVe%I>Nxm7(wi5z@QW=SJU=u)5I zVV^srU|>-8Px)**K05yjIjNmH^iu9IWjadFo1TDOUu zT>$&2r>B>6Sho|D* zA|_@*SQHX&WRj(|uWpVhX<2xhjlE_FGw^+vbM0gOrKb7ZMDfoe4$3%EJ6}G*wte~t zwrBs?nd+sP#UF%%=h+uYBprOf)3kLOYZFdYumDKagZ4QMY!f4jPC86!CqpSqoLFXM zo_C`nU}@b{y3NnHV>1NcSMl?j@&S7Ar_8#|5ouzCiz47c^)pO8>px5DN0H|~j90}Y zL96)%;3*9ueBrjz*9PkK%wI*y^DsvM+G&_JTkP%32Z+>54AgZzWgIT`N1xfBxa*#X zP5C3v2((S-fvQxbJ4l7`+^83mO}3NjTSKHKjb7E zjrq##4E7D4$T3FC%W0`gvDA-Y1AGN5VXKEQdeFADjUD`%Tf*!QFSM|ru%eBQz{drM z6My??O4!gr6#QYq2MZ3nrjY>-85AaDTSlce!@Gt#r&-sl{F#1k_sUPF{3AtB{${Zi z=|Yu-{hG_?hf_U^T18%SjA)w6C4BtPoFAajWPkjJ27(x)5GSy2JQyn1mTQ7iEo6S! zp!+DKSCnZ*RtsoN@{5=TrOOFbp(zkQ7G5Isj^K84txgXMCP6JZaAhoOT0R9+Cmb-1YSuxJ$97yrfb6D)R#92 zAIrC8a{heTFt(!_8S{eCenv_?c+%cE*AXZ=-GzY7?Wou)VwBQ0}Ri;@LDjxqJi zJj<$xt_TcNnZme!iCBWhVSq0QPIqkTEE(eyS5btzwXxXmD`*|=;JPDIiWy1BQ2!1E z=KKL*9;WETE8w+|*y}RWP!`V9@Ru;@sfUYCyivvSDwV*|6mnqT!ZI}JW+)u${j@|2 zSF555b0`cpR5W$bRc{!rbUyw8mo(`aBCAk5>5BYS;%9YL$_$#ik<82`GS>+1 zRV$|zx8C9)PDtvK#-6ec}zOXWxeebaQmm*btEVosFm>er>OG^GdM z+ysT-?&K!3;3MAsI&wsV3Id@N=JOE?{38XVD6Y384u8~$1ifoPN`LW-;zICYzCmc+ zDnl}z27EUD)`*3JeuKMb3;GXA5?!_D)_M)o(O(x8h;ruHbbex zf>Y;$U0D5)AF#MXDxlu4r&^bt&-hniR@2JM`=Vb`lSMblO^uhrEh5K=5NFm_Nge^wBQJo&S}z@sn@3lEJ-2pk4(&KtFlO2E_i!=dzUARR$JPf z|3y6Y9e#IPG4_(0R8Vp61sAW|@~(N3;73JPzrih}7a7C*M<*SD0scj;Ir3^31v?e7hmPUk#f5TnB?VE%2q}=XDWNR?f zuAs*$7HLI2u5Ozp+f(C6>am)ADVg4SfP3J&?XFPv_r6%^mz?{24Lbg}an)yc==?us zWF-XGSAi)YYr-(?2&I9!J%1x)UnH57yF_bTX6xgd@aZb$_mx|(L`ouf==W-;4DdK) zY+jpAJqYD+FHNeo7?mX;zt5d0r<8TISZ!AsB}oiwFWAtfip?z>^OfMy_&E6LlSjDo z&Ool~8xgCi(COmV75WBwwJ5CZTiS-hjOd>ED@LZ?X!)2IV?eH@Ioc{h$3-R}*3DSEz;{ee_yBcji-P*)9B%uB-DF@6M33cQTCIZdok)@%BBxyygsX zdfw9VrC!Lur6gq(C&nOB5Gt`nRN{=+#yLEhUR;QgEl86zr!~5`%Abl;ps7`l32%^8 zl71gyBepwJ`;od#Jo6p&7}_G*U!2o}x5&c%q>hxRr1M5Xnl3g|maFTk%Gwbl6s%g) zE;N9Yh59>w*M0asZ1ODG7WAbuwHd~t)okJR2ecBR&`SDke8mwGQR^@}e0}kemY{ru zT*+z^a+X8{T1$}EkzfGJ?b&8zWz5;+P=#(RL&DfH=fZBY6OOV*DUzM;3VPt--#J@^ zcRF5QWeUUsSQ`3C6hTO`Ia2z1Kk_|UoR+KL$A?vE@WfVFKJw4~^hox-0EZi*Qrt5+ z!M~4U+l3iy5DVQ_)&5Nw)x|A?`6+mAGn#+A)Wlsvo|hq*6;Y{*fE9 zsX@Rkn<=g_FS|thrjNHeIg6|y%Z4@eVbu2i`bL`DCU0fd2-J*6loZZ((?oRq1Ai$2 z!P1ZrSEnRCo?YRrpF@~cmJ&!axP5Sbp-AFGK+0~074X6!&{jt%pNQaZkP3^xMT;cW zUYSpf2}hj%g=q*R+D0p*{|kroXuqF=&guL>{bM3+OGd}zIsyfEQevBgr9>eHi9|1< zJJ!ndL%1CA6cOA=OyY%RTUrg<@a6$*s!5a(yrw zh>w*Ut>Tb5Pp(snk`RXD+ec5HCPGUhTt2BxweC}5Efzw_&=j-v0U3goW!&=cNM(2) zyIVk+>Ia@TzN&DhNn9+xv6zuv+FMa7;8wM1urw~SdNP~)G@zA0#%iF+g0ZIto9jL= zN$j)Abd}Zlw?qn#U2MFXR=&#ug#wx~%r5#TECRoZIOaH!AZkuWyx*zIU!K3|qlTFYpKQ5}zVM!M?| zmCiAiB7sdCkss9%Ya^YJ-!1*#OX{vVM_bvOJ^aVDJ^<=vVQcc$b_rD=)WmJ5Y%ol2 zE4^n70CS6<5$%V_o>1HT&^Bk5o6hz5sAW)ppi|3?Uv|m5=)OZ3Z`l)q_g4w|MlX)S z{n2@HLyx(sVY#rxYEH|My62LXYR7a#-F1QB5L$o7U7O~2rGiZhG(6<$~qG!>gK93MaUB`=e}}45HvFY7X8Oj1;DzJU)3$W*!R zD3;ix1;aPuVm*I_vz@vWwG8By5u{5)75JNca_O7J*wy=xl>yd%>ct7Tg!z+FYM@}6 zFp~*Mtfeiap35d}W^uOyRfSX;Y0?itX;RiypD!?(oy>Jh%2b>Ymx^k}tGsoW+y786 za|m-zL>$j}he zw?~q^63)_AnpRaBpxhRf!MrK?9s^wt8yFI&){C5n^akm#-xnqbR z9AAOXgWUXv@A>`R=eytM-;n|+TKiiPatRW6mBi+RAJfATeTn7U$wA?Qj(+pp*E2_L zZsC}}>gCnwYb$h^(>EkqniU%OYUgO|XEVUMp=a?%UJo~O?9QJl6iD?#RE;flD=9uZ zMi)#P+K3C}<&M%d(ApR>;010fxA!?ptNzT{AUbn-zpjt#LTwls=8R=TAgPLWV?vQ4 zF0z1nzJFTuoa&fY{tEMK_ncwK79fq{3b|B$q^3fU9zKjfB;mnCXzBK^iUX;1fvHE> zI<4Bo2y>y+V+Iu(dD}>?Y}D8iRz2+=L4T4AkE)Wsp7bKWybbT-SKwTqGp!Qk1Dz~j z`$JLWm+j*D!#@a^8wxlcY7EYyn_!4C02d|KJ6~eO)#om9<-1uXdyZ<3{(CVQtWfSZ zK0^mIw7&xJiVit6b)D&nR~w)n`up#4-K1TyT(VkqBeQ4eH< z&v^p-Cl16Ms-BD>^hkcb2K2JQk;&Vw#!L#tItblGE7?0I(NiljwTYx{#$6-Fcg}7NV zB$I$dk6yT&gF{(|Gb9nR>JPh5Ml2mHNAi*C@=(ihH_90J!O;)0+@1HMp%Y0$-6(pA zfi|g-GG%aZk$bCOXjl{XkfO;3%U4R957ahjdm37C&>W0nlM}7LKNSJzK3CxjP4xP_ zyyQ&!<{#_!nzy50x)5ZVc_?izH~Uq6K`hj`I~cy{RA0@3RLVNvVIu}yS^eE)BLLHR zE7rJW`XD~Lpfb+2*eN*38UE&gfaCJJ8D~Xay)kitd+edbLMmooW}D?1 zjZQ~ZT}pk`^}Q6utxYM8J>V1cje4o$CU9%b^PA$6m!DUHT+ZV?gz0+HzjB&1;1L17 z(4mq}i+y(^6=VJ$MEI3GEJ6aOD}Glo(MpBTJ0Qt?_!uI42%N`%oSvC1qaJ0Tuo_hE>mpJodW+Ypk@{tO z=)|p0vdAYXQ~NT35I}bG70N36P_jG+73^}ESz_0QuyoBhDp%oyfmu=@ZLIQy9zqF9 zxPhb<>xvxbh227X;R)&7fFE6)g{4%VatieGH(I$@W~Af+kjbT>8pa}*ZXHjj5lHPN zs4h^ZdKN*TtoLq2mxt?Tbc3Z9#bN{*UsniEc$U{!=>Hl}1g)n*>%l)iv9Mj(*lV<3 zFeoF)e~QL#nY<*ar@esi_y?h{#9uD^u>M_ZAcvYJe9%cOec#Cx^DcI*6AU73zXDg2 zPux&fu;+U*{ZcXyX+3B(f)B!`2%Ox?ut}K4l%O|6j-M-wd+MX4asH|CNizHVwrKyh z!d35sSx@By%|xE!SkW2_@bf4TN`XHQuU^sve~#DnN!kr#qsYStR^q=S-t$^$yh4v_h$ktZK8Q@BzS@`WtvCZ#+ zjyCCglXkKq8k9kFqw3Du?)CtiZ7g}RIH40nUv0YFiZpf@4Ym6(+|n(-W(PSoswx2} z!`vn8a~W7Wy92bXVMPZbYK<4Ff)Pw-FGi+zIOgBQf3iSspZ)w$X0Jec{ zHZY!?EyevGw+4(Ynv!=;gxXCU3y#zLSgej+4>){r`@V=t_uB)kgE{Yv#RUi%YmYrJ zl*IY4ecc$ClpQww`{AbtcbL`}%ZTxU(eY37X(R}ZdXOnu?98ti{d5-PvW+hWU5a!L zAp~hl{e*OwbD2aMlk72h2_9>n6S4^StbEWQWRE$riiUG2yu155Vf9lpp!H{?f>mN^ z(YHulh2Jw9w`=(p%D2m;0fy+KJT?PAa{nD$M9{RStUUwy?7%8SUtz(h+lwLTYE z!ICD|T+p7hF(KH!blyvY=4)_|_=kvbYKA2)O(F?(v_G-82V#DiogPc~Mc<;z6R7!j zKh^SGeorhSao7Y%lXV3w^-KdibGJ+hPTe%ZQp^O#X9CW=Y?YT)q04y4!gLX7fIG%W z%M3TE!p}llFFJ30rJ7uIm!v%XTdg$z-cl*ng%%Giux?EY|#)(R& zflfR=yOVaxkQ6{w7+qfenl_^P*<5F9`|0KdZCqS?XQI=0rw0Ons6!cEHe;+vG;)`I zKK$R`i2MwV^~3xLbG3Tp0|=Z1zl%(8rlJ$E;;K?3rZ5FXIj8TVzij$o*i6h6TDJvt zr36ot*8hs)dmz2Rrar2+%KEp$8lN8Xa4nH)BD1--3&a{l%g~mW7dk8mw)wV z<&6HY``tH1)rwBUg%?RE51kS6FfB>WPHh`Yume|28GA@si1S4&$f)L=9E?^6KpV1$ z$XLpdKb^HyG4qkqH~u^hH4Mvidd%D$^H?uN4*19AbD_`3?>=wMd`}hS=+B=8L9uf0 z$~6*xFN9?b6f}4hzcc`}|-t3==zD@~!cMJvowR8c3)>9%KeyKSOUXB*4zjOFt8k~0f23wftBSC|_y9q`TU9^RD9bSp1Kzo`-)z!Nbom$gWV#?Hz+LnofSG6hL%kyAd#*cOr?0qg zaEnvoxyUJ*yD>hNe%kxv2G%%~@b3Nf*A%Kd&!|A#ww_TF4YsnH#LyR1#J;!ZyXqP< z{gw4X&VA=+cK*S1wIgl-s6diiDu@bO_~N`gFGl)K=bCwO2&15Mke@<$M`h9N7Jcz{ zmDu~@g6MpstPq*WS*=&v>>0#vwtO~6WvwZ}KHjPsPpn%=4w z&K7fCaBV2CH&k}u1lai8yRePUD|{l*&|(r~dW(hI8G}XKX@IV&AM?j-aR7yACbK*; z9Y^sLaN*yEo%38KMj)UaT3vl3(sB8#{Csjx0@p<{N3oF}Ew(b}xka7f&!C}1#jIjG z%YY1|G0ph*9t<&2N+rf%qAu=(?p7cNO7fWOnhefG`rSNA-XFP0>aUmSC8~+Vi9!_n z(;KrV*4lU2YfZS^I6Uj$W~9VoMvclFrAr}qo2(JIBV}0H6|qAwry0@8#ePkTt*^)a z8np$7>18_EWVf7>Mr7?zg7UnezfemvKUMp!MT6-m;Aywz$VP?UDwTL+`V zO4@`efh1txiLzL83s@Y0`zY;d|6I3a&)$2Fl(poOC-RD7^Pxn0&G2`mZOHXz3Xj|D znqAk*K`zT;X&F}SK)vk@!~ z8(r%?m)rre(b)=>M^$_@tX}$%|SD=^9*vbW+dIB#1c+4WYtQYpg&3Kk>Fv>S3Ee+ zZ-mrU=N*^kZOZPHsXC-9HGF^yCbDV5rgkbbqH%izqDS0#ssxR~lBLK`5!yCTgA+8{)4f

+i3pj(%LF8MIOBw1r$I*{h6GbCOq$Ubs-t8st2k#)R zAX=60&g8)ak{Ga;SlD-QZ)DvbC`3A})11{~-nM|;P$^Iz77<+lQEf_|vub8VqNTEf zAo_JH{o}CKeCm&#=uH!puaBJTN7T94VoLU_c7rjeRb3N_;6^zuQ4~4Pv8b(|R5y2j zY{Ui0X|5kqvo2m6=(X-OC+TY>tSM|Hq^24@O}_+U3eZ{TbTxC2=E%$isA+|(IUg)& zHDj<@E5C7l^WaJ0@^41|t5==BwfvCAY#;`76Admk2O4Qc=txHpF7$W|58~CEa;-Bs zX_m5Gp+D)D!+*Hc>Sc>EXt01IF0{7A;w$a7Y>%nmX+8$KFbXw(8NS>#LrPg9l)&IG`U*H1%-#;gsII95%$z59YF*f>4C20y0g@lXc zrMH>`VuN#aiHzCzR?4?-P6XCAHF6Rk-eRJThTxvw;*tjTA&m$NeHpp>u|wSWqYRB( zzCgo%T$?uzbuezC)(uuz1hi0i7_p=;u)UuyeHrOQ?{4U(fqQ(QU++%)a3*k+YomTu z9GAr(;=bmmqUO*yGy_5EyW!~zYxsxsGewWoVZ59Ix=mg3P;tK8s@@Rb_ho)qqAh+J zPk0{{1x8f0MQ4@0PdNTvEJxEgmf#>P(vC+kJY3>U%BcibVNluZ#6iBV*Nq`{Re-v& z`-7c{$WV1aOO@3AV3T6QOxNk-IxaAp5UIY%(fu!6CTcce^OE2kf4{q88ktK`x|UZC zgiB53R?sQ~RQasis5*b|!RxQd)c7=s6`UUbqkH-6$S%UZOfes-Y}fG z|D_j&5Y#U|jj_&Vdd_u}fD7FTwltf*zg>2oO3P4iZ)ZmQV7)5+mFp6cHCvq8^>Lls z`_s>1UZ*)j>jEqcpSuH(-3Tj^sk*hU{aB^DjX2|gCR&g8>QTExS1~o+#SDAByVFEI zA$>X7oX!31Feg!BprDmXzJ1DEIcH)P8e#V-zDsQ=cYJcm`bDE)1n0}myG0~+xsmI;7Tm%PEMFJ3H@{hm8@M&K>V0vo=x#UKdXu74O8vs>W=g{ z@$`_IjmMGvg7%`481QCs4=5g=c(n?^(^U+$z+>$&CPK1 zJ+fYU)vgIRR!t38x07~f;=FOgjal+Qf%^8^oS*Kcz!$car-lTKR~%@Rrz8vwzPg(S z9m*PpjgjUY z=tglBvIoN6VeOjdYG|CSlCk%`Z1LTATLQn=jN~Phrd$(BhBg}*DC~Hte&O~7HQ3qJ z8#+Q;Jeb@>2HbSkl1Ks@272-(V0;>i7V$lV#o+MglgzpKI)xI2stuD8@H2(r*SlrR zl%iTuuei4dm~_79xvmzky$70i$^UYm)Pocl8{D8g9QK76E|#v=(vuH2q8l&Ca@SW; z5er_&#l4Q|B&T7hP8<(47@s&P+o-3<==t5rx)GEXPB)jojC)EaL!TI>M#@upIH%42 zhCV3Ky1HX)=(_?59+p|=(O&0^t8u#!PYmSvdH=BupDA91`2t)AFnDv;K2uEw<0Mi7 zSesFp&dU-qMK$ma%FT6KI;+(P0X^E8gX4u|rm z-2+Dkv49N?-%{xcREp|fNDyj&iFN%wlL%sf&=m27xW3k<{t(?flk>_eWBcnG16_q+ zmPt05_`s2warUcfA=7)_v!>G#qVwOZ%A|}#$V1acU+zT&Aayi7$@(thJ%w0-a8y_S z2jM`RH+-wj&j#B%e@9d@yG6Dfy=3lg4DtBUa)iCh5E;Z2f-quMkfcmJdfxU(^%xE< zKeGec2V>nuj}|p6wZO}fJ!QnVy@LS`p;59y*2sy7`KOx8k^KP`rr3_kcIWx2i4Roe zzA3}B5avdc1!uu^`$Hr;CS&rZLI||uXf#O~Or_Cg=BfV-ZR2FVGcL3^vq(Q^NRbsE z&Lr^a=OxHakQzAcfN%Y>|1P0tb>e07HWsWo5%EnZvjTVPN|oK!5Ir|1&%s^mcx|VW zXSXn!GZnXXZdFITBl+v|5(3oRdNQQj(~AewpCY_l3t=&2a3mi8b^K1#?eTlS1B_07 zMU!lBX@%7SfwRUa9_PR&Y7+^o_>?jqtOC9bZ6L@I{##!K2)dB3T)+>|F_2hF<-f%S zP#n(tnf?mdDeWpyDESJg_|tzvYv(1aw3>$O^5rD=5~mX6XUSR(8(UDn7iN^Fk;9{R z$bj?8fih0{8W}m@VP~;e9x?_K6K5O2$+3_n$v4p}I;v1tCMKd442Lg7H%c~Yg{MLK zWKa)PLEw*YxzL*sKMGAAngvpiFaaU{Jn|`|UR=g^ON^M(|LiyI-wRIqp}7YTO+{eB z>x7|8v=wdjX^g{X=pLX(p3&2R zMYrzsV3%;ys^R`H9N%5Cg%f#DJ#z|Fn{bOW@gZ7EAsKI%em$vJ{temb_`g5@ZZRLj zEH_entbeWZlm@IlE@aN{%6C_o&uchETTj%^Mffn$S!tSf?hjZ(CDzs^3s_*qc}jXI zhQ)KA8m#M`&`Ml7=w($pvOZN438Wu2qxGv1MA_CBe9Bj9&2+1XdiwM=*|=>}@NAD8v$<1~ahPnDEp8fl4kWb<+usC6_c8==SdJZL~E_&xb`#Ip2AV2pr>zYSQ+!+;v~gRpXiM zNs9#BcMDaQS~`J8`$HF70HbY*PrtK045!;^X*kr&+F~AvnhaZOq{1?|1=LTz88T9) zxfAvEuU1Twx&%A;j&sGES>4&qxFVd)zq)fDd zGeGZ$ehY(mgAWC^CjAWMai;n{b6rnG@hJG36+9%+>$Br;9lx(^-o8azj(xQHr^@>b zz@*rKf>bU5)~rMySxpt<~#H-fR+pDY}2|wU0-z3LU zmKc_$TG@ck^BYfs2LW$o3I9@ZB*CANdwSmF4{B9Eg$v5Xrmt9@B&DlOk|D1sbs2W8 zTsM2S3t@NYq(w&$9Z(_RE2g0ccN{>ICE0#sK)u!#F4liwjhimjot(pj2T1VN*tb6O z;f&^uIR)r)mhUzj)}^BR#akqE91&!zGe;{>#)>maKiih#oZzU0Fr?q)Z9l+4i-YHS zZUfQ6j?2+G?Wi818Q&-!jWg@~2IM1d;(Fq<3>^rFJVHNyM8qCf+w1n@Y(18CgMyH? zV0c9T6!o1FH!Mb^VjYW-T)SXfukkZbeeSpm=O z>ts+-#5Hv>Ed1c&K<-P$6F{O(YSI)^?Mvp{pOFV9ijCk*Od10{@1g`bi3c+063`Bj(hnpR?c;A%>o~Wr-Pw#qr}67utykp7LnbcsQUg}l%3W@jAS?aM&vKN!6X8xT9Y_Fm7pLRWe5UZnrZnye21kOB2YOfT zKEJ(T@06FSwEam(bUrZIoA$_jV4s=nt33snv-2nxWN(@Wp2HQU#=|sozJ9=ab1|bD zyfbU210xsb=KY<`DXtQ~MjKn>;oHgTCDQ2i(0@dHCdxGKf8+U(DA;wMkYw=W^#vbe z$xomU!9Tqn`HFO2B3m%+4CO!`nd00j{@rvu*Z$y~WM^OMBFPxfp^mqD?N&kN>eTLZ z04??q?5E#L5kdutr$0q#dP5r2clyGvh1g`d7?p4>nM8N5XfRsFqsCQ}y2Xpu1()70 z697qin0zLW6l7NNH=AP%40x3i^oc{-|KPtuqY+lzcQoc-kW+$&e^lErRshxw-hZH$ z2M**C9DdW7___XcHlqA(7_^JB5Wz?-_^WP`op_GOU4oIEUrlg13*rtSdf7zrWeo2; zv89Prbs#4n7mibvmWk82tK*{?5!47Ura(7y=|fgC!h4t8Q} zyl_KFRusK?R9>P6Xw@m%gr%BVwGe}fptjl7aT_OceN-M4(}lsw*Pc>J&e_ZhftP4= zFbxcg@3>2*US6Gr!|DtuyOR`!;3!t0*Gd*r(BGQxw?r^H)9a9PN70p{hlP}IMz&xz zS8cn!>9gTvV^|Z?GfHDoA3z32bz*ZvS^J};q=b-yXiIC7MuczMeTuSI+OE3geP&~48PvVStMLDC%fdRQAItT#UVQj9~aVw4~kB2s`zNbpL+8i#W zG8l5g3tCmtB$TGvnplAY9<%06tcc&kqe)Z#Tdf^BxDVvOVAs+Hjrpu`e83#3L!X^hF6_!$A++}vmoYE5|yOs*;^jo5M z04Mq(xGy63eL)DBte1Gyz)^d;94V4{-o{7-)HoCP;Z+HxD_JunzRFArnfK^etARRMexAy zqy|@hkBWj+)?)qB9j&0W`NxW!OHDA>0t%RV&0EZaoN@?EN?H@?A|zr)ftxPt4f#ph z6$H@Soio&JArYq8_(abWkilc9}r;3ydR7w(x_8AHOdGGaoBu3 z9aftUXz2-DoBLj5pNyK|S~NY#aAG8TqTJf|7M)SSeM7Qk52v2lIBK+k>9)_pw|_DD zSm<*iKVNxV&Ho^Sy8$Lu**`;Yr`aJgD$~%}Xm3JLda9?>9kb>Ozxidu(8$#aQ z-Hk?e$BV^nUQ~DEc;vK+Z(eHRRzExn_KrJS(l{g?{?n(-SUKmlFN1q9g^t-y4Rr*%uSFF_hCF%Z?MO~|Dz?#}Ij_PGsIV2nAo zj~{1N{8K-kHW+-Au{U-8UcRd&Hh`BxXPH{_TOI{}{i6Zd?+Xcf8K5y*S^Aq27v+ z@l?ib-LU@Os?N<2db;?poN|z33&v0gM^ef4c~&shpX@3|9O5yXAOI*7b*i71d%c05TJC1foC7 zx^a!__9EVU7qZ#vVy}jArI-4KB?-$8|I3g5YB9X9oe<_5Hzck!i*$WOgXG4~asK0k zUGPsB5jk7w(&&LSkwUt>5n#XDX?=GkMJUbOly(_|Iq6*Pg((;=*vGiGzUyrm#-Akh zobz48s4wK*f=wd?oEIR7%mh65Bmm%JNepABE8ju~m3crlrhq=DW76Fu2%Zm0kB*Pi(* zs}JYKF=OHkd880v&{t?yF%K%zBAkv2d88VbuvGb(Ye+)tC~6}0^H^r>4ZwQSrI2M} zP85u}hyWJHSrVzT`E*MqGOR4WBw~>}ZcX-q8!_LuFl<{c`%^Fn@l_~sw85ipTKErC;PQIzw|4^}Ok@ANwd3QZ8HC3i1v|ps#t?G_!zwlsU`0diA0MmvVgk&V z9Z`2SlsvZpvn<8O^8Iq-3FSY)-h9~_kgKeQ-Ads8e5LD;k>1Ttxn+Z7C-@Xsk$JNB ztBUgjmbmWdSaksNF`YTgBq&n4`{qzmrF@$IY;Lo{@X#^ z(bqf=D2W+#M{igs6tG{A3!`+QdKj_bDb26&MeuDJsC?HeCa1LYJe43f&5Z-Ku}K`Cz;N>X4zelC zuBu#_Hg`;#lmuN_K&`;!hu+%r;o#o(I)Vd|lG0Fcq13eMHjba0-Q-Qnmx}y>4y)0q zw^3iV!FQrPvKdknNG>kH|7@Rjg#|Tv>;alc-^cg;^c5>gTJP1(RVHoMUVSlj716MFZTHD(gyvmg5cGP{77hmyt1}VSF z`jMyrrK)S6rB?oMD4cMJPb@UAbS#4)L%LM4|3wMADyI!H*B#Sr5yLt1&1Y9T>2qYG zu(OXyN-!d78Wcp+6=4s1L1u_ ztU%Xn>GE#XUS@g89o=Xl!|_b$Sy-MwfB|zO8XS<>zTfuhx!d>P~YTo~&(TyzVn! zzHE+434CNC%C9t#7M`ooWkN1R1di$ z93uAR-Cs;RBb2P6o0RW9GeeovfY>^U_#5UL=2hUS&31wv2~9D>;wpU2yr!TmD;OtX z%TocYld35_OEq=y|D9zUuj!M;7O+0;e6WobCT&!)`YoHhKQ*39Y#YZCYxv~fHa<<; zKmKTTm1F2}V72pUxj8vYw=TiRe_P4h=O7d!()p!AvsI6ih990J@Cl7meT?M@-2{-P z_I^Qjmx0yt{74`Nml9lntlUgEW_hK4V+%+J22s9j=V2kcPUwQ<7;uuY5?!sO7(;7BK|jA+-L?HR=w$sBePrLZM!N5>vk5^N-vMwe5{)6hq2PKQGx zFiMzRT?_YeMwbcQ7ckHcl(HXtCy@PEh6)Hl$cCJ^&q&*O6k2vJqkq$KXxgqXVB+B` z|JS#fOx2d?^BnNP07EQaJCu*>S&Vv;@2)n-~4MK^C zfU=cZtiYLz&|KWyM0z(A*^a}kPvz~k+oO=e<^rjVmbk2__oG7RJLv)+(2j{1Zz1&1 z(Y6G~HFp^pM-WcU-pHKwN+|m@x3x!GfdWE3W-Ij1BsK6tk^tUQOg=elYkg(XHc>1l zI?}#+^{1Xj2(stTbg&nB#=xJGr`tNRFoUZ7a=}2`A#W{P?LHo%q7Yuu*Nc?=a7yKz zoFn`Art%80$Xb5~<;-JpJQ9&0v%}gBb8+#O1 zq30Us$Oe2kI*p)IyjXNC*SeXZL2L#e@1wT*QAklCX9eTGSz*RM3FCr>dGA*YAzi^o zsb~yu3iNk6j(eDv!X`D9o6AMj;n-B)Q1AmdKyP z^>zs2B&QejSUIW4OxHKJT1jB3!eQxSZe1m2;esbOOSZWF7~f6P6rK2!3@;q|9v$sD z@r@RvEu-j!t-kG*0JN05(YXlF}=O^n!(9zVbz2 zp_clu6}Qne^%7lC-yx~nrl-t|EP*tn)_pldKRVb+&RLZPzgx+@&h3B9LrF;Qa>Hqs z-r#oXd+vsLt7780qY@EW5(yQrhIh&3*nqqZ8nk35Fat&D!96KS`dP}!8kcGp9tuVB zYgq`Q+4a4qZNPdjItqCFr$trqwLF0ZN}L#F@Bp*^PSq<~6zadPS-N}vJJGEpHSX5~ zpiANq{K-*{ma9v?lmF2JWR^g+5fOHmHw^?jW#odIek0bi1JdaRf-cI-(f}3&Zy)2T z7wN>PDGJC>uwm1Klg%?*rgyi%>`N<&^avKEWeeudt!+)tRIyN~xG(sS$2XePK01yW z)@KrUR1=Y3qKh*hp!{~0`|E6@12$sLA4@~Hf0?e>PTJ=ySQOJ_fIX)iyu)xj7ghx` zEd}S%Ri@_1g_79h;vS!4ARC1rWTW$?7pzU7&d)+FnCJoz(b*D~-Jd*m3z&IEZiY+t zeHcmXfA>>`%dQKdZ!6IE>!O9MRL_6{OmCbVGEPlJ8pYQ^D_O33=yFo>*t$QF?gu82 zcj3sKT4VOFJ?(widhTlF^(KhYnZiTP4~G;=4_dISUuf_Hl!4u0{6 z5Pz=?bSbD+?YZKU%!#}GBib+)-ceGIZMTp-ONgREBT_oQt2D}FV^Pn}5MXqt{3|dQ zKZ?}tH+g`l`;K9T1`D@z+}l1679+Cf%ho33#J|?%5dszYz6Gr~-<2fqZN81@ z^G`g)tw}m|J^-PRYvxi~*8F9I~8D0Ly2~1P?2$*5!2kM6u37V z*Jy`@tbIvk>+kUlc=InlfW1h7Tu=|bZuS~Gj67~w7)iGn?nx%6v%~; zXJ1L(fXf{};GatV3`}zW$-G-|o!p00r_TkVFYsZGdcdS1Zu499O*S%Wc{sb}Rbsqb zK8Rp79O94A01yyIla*g@0$ir4)!}b}8Ne6W*=!QCy+Ry>a$Xc_=sxE#51;&>ZbtW| zH{e!~@%M8(YvxmxR`x;WN(n!1^l-^|QP*F_lgLB2H#meZN)0Od%EOzuqxrLu(Srm& zKErFXM<`Qg!qDBa@gz%@qc}QA73JAOS~l0hTp%Fl96AS9sQ&hK$$E8ko-QYU7A=?uE)W$O5 zz#9UWh20Cc2()>cfG8UJ9+w8>Ep!g5&BoR))8%y;f38mQAgCG5jdo0v>Be zb#S=Bf7?wozQa$#6^YC8L;>*L;@kBq5Em~j zThaxmOBLW*bc8E+esHM8UONJ}kG&XgZx?=wykbLvdM)4l(!6{O{)L3EC3!MPknx`E zn(PLtOnsM4RJd|oK*n(WA}+uwm0Ul%5z8 zI`f@;P^KbS13vxfaf(>)yj$Y-uw#u|h}~V|B&;c)Cn7}CRquCW;yx@k7q}wVwtU}D ztX9wFck{ZzW@?s+&K8=LvEF_HYgZVZpz{q4W(4y&!6BcAsMo%8L={WX$VR7@nNw71 zypvN#T>^vgAATa6$V>Tc!^M^&F);L@p zqkR(VnpMWL2V>6cqt)weN77alPtM3ytTFpf7)P&l-!dL4HtF>~<^}Zhc%s`&eI_l3 zH<*5&&>WzKUA8xE8wt>(zhh2Y>-I=8%@(nlD%#k+GaD0?SYr>S^gj?X!Q$#yvx3KV z`ol7s>@mk9HOqIA&w{#!k=(7mrp#@c`&0u{V0XO@SK)kWF)7x?WCNb<(rs9xsT2yB zh?o#1VPqP8KBcj;js)S_H&6$MyP-%oysBcSS~t+*XKotKr8VGJ+bYLOiG>s9hEo&HglGG9tt}u+|J8!llN8Zve%ImsEiVV^}5C6RthyQ6oV3ZOp#{weh zW+q^Y5CR^ghK@#Nq=IOr`e~*!tfhev^Fo9~E9a+TtpH52DNHN$Wj>h@@oGluYu zE@XAR=qBp$=tN$@ZRdP`B7C%F2NgOxBz9?VEJJS5oBaS5i~*;+(;;0&31b$lf^Ei5 zk?%^bnkkRpBVU6VCbG!(-uB>iM!s6ak8A~@QBNKy+G?anXv&kdOAa4?@ose@STdVS zZY|w{t7rl)Uw&^jV${Vyxw-FRAKP*tETS!Ngf89_SGt=rjB&t(qOVyQ&MM4iOR*QRH3&0J` z8?H1KmCzj%@oX0{xc+$C4&gYmfoeOmLZNtT&dzQX-kW@hYp@Z%YV~SyzG4X z%?R=moW!Y_h`w4;07%{pTFL6tRX-HcNvPjHCed==#&;{MokX%!lM-v`PU|(CV;~1Q z{_qc=;|kt>C4m3Qn<85lkVhBSot6j27O;fmwo9@Uw+YCnDkKlkfk-ae$@^j>GPAm@ z1PeAEUtFc$zwN-(obf@tSuvT1R}3_;2g&Og^{J2of(Tb06-N6v%qn+Qms}M8YHnp- zt<4#b(TX)Yx){^|oar1Bk=nQbBX0qgdZHjwi(LR5OI!?#SrW!nXTX~ za^>qNk)cQmy3w98T!zH2SGh~@STC`^q(nTVNRcCbIZbQgo27tkB7FSrfXQv%u#X7k z(=r1fI7isGpIH(r8inl94hFJH1jY8yTmoDjqXu*3gIjD_;dK34K<2_c7AYFeuisqS zY*?Gy9IX;e8bx!PUr)t^0=K2;VHE_3#4ZL#r8Ie;25d%TpsxH^fngA51d&T{MEvfg z#C-tW6f|+4fA+PK!nz7%2^rhk^d3ab7k4@x))Wf&{nFE>A+>>XXWw-Vj{9)DOs?eK z>84w=^w{3TQRt$RYg=}h+}F|zbtDebs{NWO6xiTY9}>%raTJUo6zC8Fr^fqv>c`;_ z_@V2=qqQr0TlmVpKA&kb0`c_-F+S=}aE_Pw}_-0A^q+E;%~+c3+QTbAwJGVBFEPqvk|#Nu&P&a&K<4? zC_fUw?q}BQz{5@fPANwG7TtvBnFi{w_88(7L({`Rr`hRVrOtRk2d^2`AAdfq@wGq- zdWOpbyyopk`tVpZ-O=cC%})PdY3tLVypXTAJ^%G#(gP6#v;V}B%_IEhe=y#^5h(IE z0zX6FbUqW?Y(D!vrL&ufK@;V{)*M?N`@&Q%Myl}YdNt;2Fdf}!V#Pa)s?dhZ1S}@# z?p&_T1Qyor-{aofYesER$l6F#E_TpernDez{=5!URvvuze8uyq2_E=DjE5$Fv^VWt z-8TiBd%&vD{Z+{mI2snrRfCVDN+%$;JXb<>Hg|41s{brqi z6n@;N?W25MSv9rE@Z#(~_4Y_FvRJAay!jIwhf>;^cR)w1Fz;)%GR9zk+h$3gF4%W# z{3k(irUWw18pZyi^N)-cI}JQG@5Bm8Fr?TQSB`lU1pVr8OlmOEgC-i4U*r%LpVVZSvd_Ah%2S|iPksG+}$J^h5(OI)TqK7MzdRCalQb=>Xfl|re0%wUsF zn`Q#gF%T4jgAYAjcl2Jl@5rN$p*CZw*B6K}s$@f}T@S~5z}FzLz9Wkv*S;65R`(Gq zgIm{Z)WJD;N~8irFid3S{`s4iNc&NDiEA03Cp@%P5AUbfGw7b>3lUjfsV4Iq7afdo(8C+dVncK(7Q2-@cRYvxZ=Gj>VutMYa1@JdM z=UJ3%sb^5T8Ddx4h1hI1MVy+YH_gi455i`IqDXDB)qc z&i#4$`HntfATm{Ip^sqoRH)PDOpE&P+OD^aNdp_i)2;Ybb>(q--LoH|Cb)+brh|x; zMe7q*Sr*~4H&HESbQstW5h;71kB+Od(x6Bs0qpRa#nlC zBX_|kN~HUJ0aD`q1KhLaESpB{DZlktvn7Tm&q*~pcf%$ycEM+-5FJhDa7kbnVo_2d($xrNs%8-|@$t9jg?vjHSs*MA9*bm^pluG6heQQ1% z0Y@T{`O7!4t(bYQ9DORa&{^54rf-|C$~3HIfY=guwYi}01z%QYFRI-peqHUIQ#93I zC!Td2zm*KKoi2XeR9kIBi}kvXA+*eo##GE#NGj)G3@yqvaYfq~Jajym`exC8w9}>U z#;m&cLk7u3uM77?!>rBe?j#jTUaajw3$Ad}rvl2=0NPOkq;e4aUxq_JeB*mNtyn2X zE1mlLx8&f6kF>NJbfPqa(fxi>S|g;H05R4}4V}d!SpIby^^GH^-{)cc5YR&&+Ip0u zKe^9An0=Z^+#P9a>?*In9Jkq74o2bMJm{fE{uG8 zm*Y7%i6kvvogO?M9M(?Dh7mFHz#3tW5ZckH>j};D8XA<8*pIM3{uZ<6T~e0sNM;Jq zUKgGyYz!UyIk?{AYdSo2^wl;u5+-)}yNAPuYd-5(=%IF(Bvq9{K2soqsmC!$vI6{g zw=l-)=V89Ke&dzOv7|#~8>i{mX-jT~43t*l|2Ohc%ER*=cfY8kulzJM5(hAJN?B=SFUr2zMZK1Gtro{;&!c2bCcdI!)m;oifo=W%5X`#fsagP`wv za9$gn2$mG7Nf?n^@x^?%l#BKHd~OA9e&k?z6l3?5unVXg<$Z>etj89`-DJu7-P`qk zI+M#_SC9vvN}k2HW!^k9+em9eX7fITRA!gBt{Tx?HvIosx(bITySHtNAYDo~2nd37 zN~a**ARtoGT^l{RLvqsHol^nn29cH=T>}Oi+rIh!zJFlxJm;MIKG%JPI;qWqymw8< zHJeqXYUQNZe&@=@g!s{|5UC#C!^JBwj#$Bj>J^8Pl*_39_TvKzb&YSSc*Nx{m>Itm zkZ*bdz1FSxvW0l1#CorMLB)Z@^fo=mr^DgNs?eucS{%0Q2w>afJ*t1u>^ojis#McG z7VsIVmJLU2PO8Ymm7I4+rb{ETPv^#~jtm_wT=bL^Ei4WmrMR{aZDE__d%8bDCjrca z#gfL?{67;JDV4rX4Zrtqo+pT?_E`RKMr`x5ImUmc*Xwt*M&~1? z(;YcT+1X~p(_;6zBO(^`1eJS&Z;#c5q-Zi6h=WNxnR%zKcf$IP_CD^yzey(7%HAa} z$QULJrDtkV^m`V%`^6Mm0!~#VFmzt8dKu5A3W$zoN8Yu!-hp6kU0N-6%W1{gaa z$+7S7_}*L06j?SC!W5BG?Qw9ZIr3{{2J4Khdh1SBm)dWiYG#5Bm2wD3Ka}0$mhsox zLFp`hE)=Q*`Y@IqvT>SWWKZ7L0{tXNpxSI?-Hi^fBA%WgJ~CEOMx7a6kjxd#;fFAJ z%lu<+!Ns# zV4$XgEOMq?&NQU1YLyzbc~v7=H;XO*_s?zFBNV`4xEt=6brKoO5cp&pR4pE^ zC(2@pH^sz8Wj!peHvNYX0l9?Qet4_bB6+!xbWgX1**@Yc5bOwo&k(cij#NA=ihN(u$QY&ngA#K&lSC6 zP@Sq1d9D+K`AtWrNcjHMH!JEsZyom@j<(ujUb>}>O?cLXE^pUCbDvpNI~sN<2Jzl< z<~p@S>a$vYVb%JP$%{rD^9Qq$Js8No0&=6**ru+0i6dZk6-jmRDPg(!2Iu}Tu!qb# zFYlx@FToN_Gi`i=6*zvA`W>9vTHS+2UhbclK3~r6U`_gLxhjcbmdK zjF>@`iBH%tDwMO#BaoBS~XUAd<7Nfm+MBCJ4bj5C`NB>o3*UJ zuIIEC>sk1)oi|4vUz5F6(@hE}YzjG84~m;fY5EJN9$vSMni`vbV;qs=3JTG_A<(Lb zgE(7v75UEXAt(*}{+#@ILVgf6sMM;{9A=fJZJ0;aN5)zp8-% zcxteQh2s6(kKag$;0y}r9i_GBUtp~;0PYMLCH$w6utFXr;PY^RpgJf$Pv}!kgz5R z+^jg62ysKw0C4m8uRK$i%Ur-_W0$7lX-wfh&sb_xy8B+V#4xC8Gg)aT>3`}afh5s% za7N`=N!mjV*?Dl%=kzEPW_D5|OP!;({bOO)z65$We5#(`W)nOCW}`b;;VS7yscLb> zpNz^w>2*yvaQVoV!Rq;fMs9rvnBjpFy?)PmC9&Q$;=3{v?}SZgf_4SYSM<9N?lox> z3-Xs=0-c94vA}QpZ2-`frKNXP)un}r3_HKf{?A|fl7x-cmyA|);{~jj6RL4k{)@nZ zj#JzHad<)-No|y&kT+TvhmL;;sStt;r~ zWu=A(l@y8d0Kv<1QG{@*uQ<`&&xk{_?HhfJtZSIeyJ+MEU}YG`{BJRj&O&a z%FmZcg<(TPd3=pkS?rej(HtZT6h0js9+?O-Aoltap)x=n=Y zXq7gzm^%tY(BqOy60eMa+CPAZ8vQuSBz{-u!(gur;IHo3(jqi5T^pY?{7|WR;G66It5eOW-XO%x zQxLxJZ7}w~d(!;ZR^Z*tRb)~KpM=fi97aZ&N^zocy`7JdMEtu*XhD&Z?ul-fMxBY~ zQclSS-bu@I=(#OW;hWE91elQCqjulW9W>rGs_c0*Ly+I+#f0i$o2;7~m#w&FEURcN zPr)VNY%11ruuPqZjL~p(6(LH$q)gXk{GB|G(_3&`#Lv>2Fa%eU4uzBn}2Y1F}wHV*t9rhQ=(jX9)8H#1b7A~xtzyJ5{ zpZxdkH_nnyk?}MxYf71qqRTFB!6O&JAFj>4r&di%8s))8P~%~nig9Y6e1h{bI7v9z zdh%5`7=^b{MyR5sQeh3%`0f4`)SsUiZ6cqas9m2NQ%t5xG98g}RsFaESN7m3l*%hF?(n zPQ@m|0NV=31i3+pN($4TPgfD)4zt}~bJ-5L966w5eBi~G8w}i`uA6C}CM|cVX?GsD zrRocPTa_b{I7<0YO9H^zfmV~PzE~*aG4l#huitL8zFwQe34I}o)wTZrzyA?fZ=*?y zHEkX;7UTQ`G!)}aVQ(=iYrd1Y=AKRPAGZHCqv5K-m--q>$m^f~G`;Ax>Flef zjVN+l6_q)L6j~HVZ!?Y9#L9>C$Z1=?CNu|Pd08apFRo+rbdX`VtK+Rf9xLLD!e6mT>-1yyl{ zwW6Y(l9v^3e|lPlPMzzR1vR;{635}k(K=)R0{ER~Lr&-?1Cjtjep zpQpVbF^^s?-;!v9$YQxbL~p;X*LqID zK(o4QH?Q_~JC!_+r_8lHP0a(vHKRlN^vdMfvH??QGZ?yRv7LS-wVa8^@f za`$F`RIZ~crVQDUUV_jYe!w~Js2uIT6ROGzEivKK19|K~rCF^i$W%gO6}`QOqd9e* zP0EF*jUv9;P?k;^Q8+0tDe7%T6KPrP=ytkNn`6kt7c7zKhHA`K9otmwh5a?jIGQD4 zFLzm&iz7_5G)S3bD+n4014Spey#Dq+on7(*77HG(vrS=VS1>&)e!FtFEaO!zy(qtm z;3Cdi%!?UT4Q&&~h~d!IgrKjQ=YcS=h>A#?AF8Y7p9G5U9}N2KsrwmLR`9j2w2W5v z{L)M+uTG}5&JnNh{NfHfpxVb{()0$ zham9epCsh+jqea#r!?RB%c;sxc+R>$P86k2vD!QD71DVn?|~GJa-z`iD0wnD7g?qF z0kF^SnLH2RJ8B_j^`f#q=$cZZcw#A?y9B;#0Z4|XV5}r1>Rr|ib1A!RF44ks~2iV2M&l2DGKt~3s3C~P!QOz%pw>?{|b1B+Pm3n#Ta*NtIf zl_|6eidL3Si+Qe!BgKg~JJYFs!%-u5#M}{ozND3&x1RF1pz%Xa%#{EWrS^q=x+Ki| z;M}X?3r6pm{6-UI^IKzZnh4HLCz&AGj~kcEHDt~{4eq1PCv-2rjCV@Ugdk~XN>!lm z0g^ZNl~{zrEhO5SUa3~s%KUc4UYD10owVR17H(ks--d8I`zmLD&`(Mt96IR3p_bwOZxZ3_}G%yXmKvu7E64g4?vECm#>`xAyx6^VOK)e?U}{ zDBe6g=Q(bq)ag`uGE^_!SKB=C@Z;yvxA+m6F$uQw-5gt=9rYU{<`SK%Dh8q7n6AjzwQfnCo_y*+QRf2bi~+{Z?#_XLK1YJk0_)w zL2$rFgiz?apSPH7-zi5)N);EcMU`MLdf6BR@jkK-{qP1GD2Ml7<0E%gV1Ysseyco7 zy$jmQ)h2jKsYFAICO(uBx6IaU8%=^(Xneio>(pIi;6#kO^+GUio5uSFq1R=sHQw)^fz-`pUYqhu7C1wOfk4{ac` zRjSs4apv^S>>Rr-Zhbgp=%oF|(-R6r;8>%;u{zM_UTZTWiYmjq5FG5C#|D9I2e3}t z;(Sj|f0Kwu7_GnYRxN2N>-;j)F_w#8L0U+&YZZG~FI7ntLBZpfmLGWj>>yel?9F2K zFD4tkbm;Q!77yUKHac-*(0k^mlOPIjNyi%dHR*e6a(~F+}FxWlV7G!ZFq1o&7 z&ysThYrIz*DegO{DH?H2?e@`sWwexZfd}re)%o0AIn=>_>A*dp(Uoie?3ItKnFa|IjQq2oYQG(2`FUcJJ}}bU_&U-RaifrK zkF+FJoT*%|D-l0MnazAQoBmyIp3ES+NU+G3_gjXkxnyLRx$JP{5F9!xTUMirhn#xV zL~}~{{viThl9=lrm4)0K1%8vR^#iH?OeRe~ZWSge+jLxQF&K8D94+zsgYeJ-nR2xU zQ35vYJh;)jr)Vxw(A}-;%=y-s&=_(ak1^zGYf?h?o8!$+D0rG(vu7?m{E4Uk@$X?; z%o9rsZ(^qlU)EU;F<+{bT##5ETjuN1^V1!V(R{@lY>?BZ|L&r6_qzB*h;8-IB)mg! zuFVZ`MNZ5V%J_MB#U_Vm4LBp(!kH|MJ5oD+_e1Gc_x&$ADC7EmbzAUAJW%K93t;H%sGZU#G`lG^s?HRoH1%84s!OTkn;i zs%8Rc;cu@P_i!QwPnGoNUgh0VeA3NI9l3A)KyU1MBP0~=j0wGd$KQDT#jeM)RcWbs z^gaSSTl(H);L2toODh21YbSi~RhwjO^Jb5CSK0ZMK?~spfwOyB&ycK4EF;7=sLWWn z+#o_M79+=K=3ufqZ|V6W#j1faL@y$hBc`txH4>}USgk5|F3V+#Y&ImU%ZmW-N7VQ6 zG=_9t7uB~o3w9CwiBLRQm8E|j4t@wfj-h@Q5~if?2Fk~(wCal;I|M&NZT+2XW7{HD zCDs}|v>7**r{gVt#nBM=(|<-ZGxMJpXh6quE!TLlPRccg!w-^5YuRG}%eY;Di9EEu znB@g1^v3#-!jd-4Yx|~$=!wHx3-JVaCBllmk-5BaBP&=w>no#p%$g-bM0Byn#=B=% z5fe7&t>&5uFS}AdlRXG?YFgJf@8!vrWD%>m5OZ|BCu>sKucwDrcgJMFJ$g@3LW_^O zv&u6Tz_IpZ&-u@TD$xEa-Or%G6iTgznr5DRDsv@VOYi^bSd#3(go4{U1bJ^ldjaEq z5$zs!L_l>xwzgO^s36dXVjOXY{k6;sldv*6_fTR%nT79`dPgVEWoZZ2ae-@#_WSPW zK)lVG5&oFrb$&P0s3T*PT*o(KHx#Ukn4U%#5=k3jG)@EP z``JZnh=rc7iHuK^IR9!&_+m3CmqKgZa<_GO!pANmSu70?;)%~KXGG7>{-N=sJM+X)6IL1Cb&}Vw? z=F#tsK6eVBkrsn}pz45s7#X0+CdkG4f)8+*&1jq*8J6S_C^hSIIO=WJ`CM7;-)GYZWu4Wu7vJf9TL zEA*X%V0fA>XDK@2y#tp;U@0B~IkJQ&*p;5qd-oIp!Cb>O4SPwKC~L*NAILm9&^Fu# z+RAbH`Te5Pcpd)rONc8Ehc-DBA`Nc#r5~`d;OHSpH!KZ@pdDK_|ImXYtFaGVgFyEC zKWCfByqB{v6KZ-l%K4cfm#9Old>PNQ7GF;1u3%mN6qf^HO+By9pWDOLBVvUR)0-wb z$;(<#o$-L9XPy2TL6f1AW`tw-DErfsj-Bf+yWb^1I(a6Ikuhb^R4x+AcKFx5iKio& zjs8pKhHKNJ@apG_+ih3cOiCMe+AjmeCMWGV&b>hz9peMNwq+!syatYeE4Lh8vD2}_ z*UbCFtOH`sJau7{HE%T~KvF>`>QpU0c*mWN(#9SB_~QYWkBytWt;@lQ@LCjdrkNSe zHG*HV3OZJ#7IrR4hghh=09O)DD|cm6D$6Z<^&WH?S^hfpKnU-R(#CsTNU6 z46}>qg8oC<+~ior9Lkxs>$FnMUDgk3&~Mkj4x9pJ~3-yD0yPQ@#Mnm{RiP@5__Jne>=d zes_{5v~Ro##Sl@b6{&UYxvm%rGFab>;G>i*kr5hc^XrE7UMtyxBlM|KA|)~f&YnrD zm6qjpB(f9)mnp3UOW!n$M(VAL?xKe(<skPE`IYezac` zv38N|FA0PvP6V?iglAP*Dg6CN^Vh$y%O(y- z6Q}uPfy5_jLUPBm^P)~um;jd$+L`5c=i7P3o=ANjENlnQ2)T@y3>xx0VZ~12`nEK? z)v1M0!(TS)Eg$Zmehy-(a?zaKpM>*)D1*M)5Sbx;Y_$m5LKH%P*{ImUlN!aSn{qXc zF{b`sRzch9uU^0Inu(wXf8KqKO0-D1O8j&}?w0pRm^k{d{N{9*UP|2{=-ia54U->{ z5xp$Dc1I4F-7-Fc;%z!B0&nP=JymLoH!_%4a4xkl2f?eRsGU@G7mi1Hu*t@SXA8IMgi@)U@Uc#&>F@LdL8ILvJ~6Utch3@{d1L zvSP$^k$OB#_t0`<;^G}c0-JrmZ)D~PoGAOd@BgGb)Od`YNIqi3UU=%m+_6`k{jk@y z9{X}C9A1YkESl04M?Wb?E31Q5W$iiKl+#x3%SXfZI(9VS*=1FHG?B6|UVwaW2}Ulh z6Zi|`hL4*ZytF=tyz1j&px4+^dK#b|HzoLadrju9qn9WllGdB%*ypFxSU~>uEOl)W zHdIL^v$giE! z7X@;04Bs~dF&8x!Q#QbWw?Vg#o1i? z&6f{EBxx?~CNZ>1!YdM!)tE*|PXvH}@I=%6b2f3p!R4q@KHjqJ01Is^>U+aA;^Pmy zeKnw~pWO)5&HafZ7hkxw`Q4yXFT7V_7p7!Or`Q*HLItmJy*KPH?fq**=57OZ4ac}X zMUA!rWgtd&w3@j(QIB6v2wxsrWz*~Dtx9PbHuBIz@F9Mitf@YGcW=vHoP)|1g8+C~ zQrL?1!B<@@7pVB_o%~O&ADiSZ6q!(IdIGPD^QSLuXXOZa3m}-m&98S0b+RTRZ3L%V zL@7HrH=;W44d)?&hf)X-Ccx(pn-rn1t^l1?j?d^D=I^vllSPGSE;Rb-fY`~KT3#Nc zG+xLU+kJNERKu9a27?YJ5z1XWNYR_?h3;vKHT`N7@6aOk8%0c*jSY2m(5E?=1vv~@ zgvNL??Q>>%51kL;%_`KFH(rbz6kYB@q$@Us!wMNlArChNI>PTHRevh%+^N607!+Y) zF1uO%Q+KmwJxz`6jQ-(qe;7B;Xy_XmRz>o)t@O^#h0EVcxV@)q!Uf4w5KtU=3vU_o zY>l+_Hnl3T2Tep5JS8KMX=;D#Sx^3ELe!?yuVpidbL0=>=A_isc769GrVs1X$kD(I zdQ5A65>pqH_q*0YbJW~KuNxETwp0J^ZPu#fzy*}d>z1eyo0jluoGZiVZUx46cepY+ z?%+dx#IHG3C>z{aN)&t}>2ar}G(Bi*u5NuT^}SuoFwHVK*rV#ppZ3M@$8NRc`M(&Y zj|4W37gt4r<|bE4v-Z$D*kIfGYx$7Oaei*sKX16Z5}nZ-%n^Uj3oAeoVL5;s*A>VK zJ;26iQrg^y_cdTwPlpip_m0(@_A!n2z~MU9sQYC`u4prn!WUaDN+$Wd1S$9GtO+NT z3ziBFUw1exT}p_1y8L@*qtI*blSSMKLAW zy^h-u**ENq?4aAdlvTGX_}tf(V?Te;Hs0LFc0$_EN>Lps*}eK1NLe@%C)?bByf7%$ z$VV@Yw2hrdBMUUH{3Z9l01vSusTl)v-rtyjS%S%5?@jiU6vS`aQT{(-2hfcKWkHJ1 z->P&ROU1AAD)w`Q7naoBg_v_KjUS&a_n)ve@y1?(4Wd3i$1^pR##3|Y>B$EKwgpWx z5ygJ;qKG>XtH5B;%e--Ro~I8rQ^xV-(sEg(ES}SYW%nv5%Jmotj6yhQE@QS>t9BJM zMFQDq1$I9?Se}r>11RQTnngvlUQb8cBt!USD)a!~859aRZi;sbKNjyC{FF$S-1sX- z$R#hm{Q!H%`H##b_p<;u3>%);!NbvW|60Xj-1FQPTEVe7R94DzbiKLXUL`TNb40Fn zNz8+j*RoaHA^q)&+TVE%OapQ8C51}75mpBu$=3bB?;pdaY&6lIbe=N8vL5GTFowk} z^x*v%@?IN1J9jql3$dF{q1-FBSBkXU)XesN^xC3hWGv@Ik!H*FbyFbYUH!wMSc;X_ zTaC1o<8(_6ZZ@|dW6wDKc7)LomB18RGo9ei$Y%{7-Z*1=Vjw;CEB6DaDWf%G#zc+V zQz4f->&rWYwC^cVi{}w`XZO3-j9=&auz-`oY0w+5N~3(y8WXPz^Y)_=k@W=VP{-RrfaGx zmHUS*4H~KR;!jhaJr?&i<*e=e$=yk#A7xGFef;(Q{$hodDQ6{7YQ7-MQ2Fh$PW2y` zhYRDP>AuT`$`{M7r@Rz7SGSYDN^}D0e7>7s*NJGLmzD=+|+t*{WQydhjgPJ#xH8qS*ZJm8F$;wgr=dn9!`)2p9>cez(Plz_O{_|J~OTo^%1X z<0~nhqd3L*$!&g0)TFN9I9qvkM2V&O`qp}J=fwRg*4-r8l%VQSxwHIqp+#ZgivypI zXz#1dC9eXw$o1e-NWw!G?Im8PW%;=eHS~@02r+*2wm_IlWm@#av^cZH2osub3rDxsvaors7gm3rs1-j>8h zBe0m}hqxub{GII+7rfoK<76%LArr9eSiJpj4NRXp#3dx?({J`B7Zr#3CkX*L!LFu^3{<83dpe%l@!XU*1A_!&)Bel#z{P{i` zuJCUg?W+0B)&=dR2Eys~71oT;e18W$^50ApwV~Vdc@T4M17ZX$F>CCzRn`V0S!M4F ziV{~Q!vk-pUIBPPv~?3kHg$>Zsr=7=yqfwKDf_Td^{=bX4+8qWz$fDq3g?) zTC>gQuI!lQkHa_2k5=&c#(gIE@Tq&&xy6czz=mU8n^hKNXcU54n1O!sM;AetjYeHR zKD%c{hm&*zQQvUh zUY{1I2r;;1&W(4z2kuX-;3X*}c!$UXN{hc_e9$9$;&-!r+w~xD!vRq{Pg%c13@vtk5iy~QV%90 zaVBLTHb81wdByLxeEX>56m7;j7(-kXrI0Ho{XCMjZLB;QoWhEU1zu-yGnB}WYf9V( zQpA!Bzv^cq0$XI(TG%V5az2m@xp%wl|926xc^hP~^{&SgT|ft$awq7RS!fpN*nV z{VTulibnL_)tpXQZn1F=CN*-Th4wShj#$qDjDYVk(N!5Y=`C!d_PF3eopb18TiLOPqv zalIJDlkRNyaed7~b#1|d2Li) z6J)MsX63S$<)6DZ)oH)3cbLnRPqaO-6oA=}O=gi7*RFNG_4$aEGsr#`4aTZlB{o|H z)En%}U0;N;wQ?H{%4HQC4mr+~#XX-}PIYb=wT6A42!x^`?R&Bi5Ro`=HX zq*ksA=A&0y!Qx(f3mi#0;SMK*YBJ$dTa2Vdy1PBYul%mt3#22E8gJULI@GTjk?Zq; z&$szIcb$79_5!5Rm3kR3m@LZU*V0ym-A2a^;;E3-?i>>giN(z#5a4LS>l6&@4tRLf z(QZMlj%NH>!RW8iYkL3fEQzfCV9lVT&o2u&lNIM3AO>8rrrIDv%>tEW#h-E`jMnfr zkr)cB_qc{i%I-RPtP6G_Ac?~%60~=Hs1|yd<`Y?%-&%A32ae;uX)k=xXF9VN6>zx@ zy!F{9>^)zf2A(4^PILvY-TD%$#?fgD+lWmV6K!fsm1p~9RjYF;5Ro|QrZ$*2%IYqA zI(`0ra{_|`qm{HX$^FoCb0`;dDkgSYb^~&}+&Z&6%2NWh@Xw%IL^1T3=5bBZ`$nS6 z>M%ac$p@PIEbQS({0pW(FtZGXOkC=GWmKS4kNs2;iZJAap~d1KaH4O3$zDfZ1804%B`cruq9Bi=P(lf8)fh` z6KNWj1k%^+2uxYtwYURI>s;(@ck|k$RrXBM7q6pSdQ(TslB?0vF0aezrLVtu2Of3r zHge;##w3x!5GrI#LL{l$H`?ydZuc|0TCRwk5>wI52UN#8?s4@2+dk+uTG2sG3$2>|rM zqm!drz}WAG1PMUhmxM{QQ#=@hc-b2H6Te-*e9M%>N(&>)zq-Yo0y83hfO-)noGSy| zE9V^-b!ZrHS(IRyHskm0RrZTJ;7yUVhtmSf6I9i7D`p&cK|gyMHxcG(Uec*!UT|#E zw!KdXJOQS{G+S!cn3V{pldVCDU^fG^OW-(6XKx9{E2)`T+ZC6=ea+0cbIOkJV4=;y zY++CMGEZQHAEu3H4c21z>86*bg4u%?12AS!mfkiLv~RU>x<3_lij8ikIf zN=v_E9rmE?K#gsz?RmjpP-+fk{=o|V55KS=JPJ@NRR*=MHa_}b?&rR9NlGo#nCc+} zf~4FAUCQt2LOk3yUf5FV0G6ygs>keg9`{^Oe@-}k*$z13n^b`=m|@Ky>XZKKqM-Nv z{=lgZ>rdY&mbx%haI$3FBAO)t_k8gM9Tb?ja6~tT#i9=!9V9Hq3M^hX0A5<$j-JM} z!?p&2#(j3>00WzY0O^~8G!@a%_JW@lyFZdYxgUt8aL=2?--mU_u z4Xwpfz{a}Gc|lr_Ad~=GSkb(D6%ce}b=6?gF(Xt_lWUKh{a5sY`DCAK*{4C)vdJB7 zHvCESS<$4so?m~tK$?$xgmRX^r#t01m0O=b` zEN09sZcZy$&G<3sL`cf$UCuP$Di32o#P)&811%E!i|LAIg|q#q=q`-binIz#r=w@D zYd1So=yr9I60U_yxeOTieK%MP`&%I}W3q)S5TG;@Q!9bGOTFCbLURMJUsJbD+hk&P z?M{yU7QaP0Ek3yg17QUc2PR^|U){Me{+FwClh1N>uIgySG%yg%!QrJiH~=UGN(mk; zwr)Z~krljiX>|pAU+AVqU+#E+k~6|@=Myx@D0s1G_@!@ z(M5kZU&_tR%ny{PL^6j^$KG5|DkMniXl44HP(a%B?Tz_TjI=}!m(xJWweV}QWSV>T zDELEa0Rb%c?%ji_(xu!SbU;)tXJo@4RVFh zx}7iLNA6YF!c!y}a%ueM%cl{J^fz68QSj!~AMZe?biXX7&L|;71-z5=bHo{uHUM|u z;;E`RJ5^?_lIeW+Aq{d_ZFHH|aqrd?im|7#QYyk(&y& zMtM416tW|sP}CxIHJ#IFvJc1X(IM)9n8f{kNs*|W+jDSQ01cpG} zPM4}?c}gtQ8s()1v$y^J(O36d=UXn`b>o(od^_HF$Iq(;*sHvUhl*bG)n4rIs*ur9(2H z*7NzSSdld(@K)VBcn4;uD-=&O$ehSJ)A98uV5IgrOYzjRiIY15|C6}uS9x5oD3kE< z(mbLME~b0WT9U85K1{}6ukE>jZ8(!ouw(Ga&+J4Z0VnM{MVHcs*7M6y+)nr@HAt6aG0``+6iEuIv0YBGQtaRJCX|U$eu~ z3=TO0WlXco_hCuYZb?RbDkN!%t!9OkC|fJe1I8FT`Ky5Q0*3;?6EpT_IH!Kl z`AZ1m7;eM2i8-&s#A)Qx>?)$8b=dbXm-K*eXa7+>&nu*Ka-N{|5g*zx32?HP@O0nH znumag@@7arX!2Qxo(XN#uLIdPuc+GO$cT%JbY3zhwVhJU{`fNaN`3bULuSuyAQSHG zl|HY9T#m50jCfr)Usw1|``PQlK(x#R`M^n|;UqYa#(KOkwS-x2Vw&HAM(j=-dMK$#In?s<(r&MXG~022PP(ag`GYuk4-$Is(LKZO43DsM zyWK282vVn~XEy5_zMj*^gT9uQakcU=C*|LCo|!9Iswa3ksUg&g-S5dCMJ3RPcQXut z)u&E5o>za>vQ?s+Xpc)_%bRX(**IWsWbSmc)(yYM^h}G>DNjbpcf(8ArJEDFWZ3%2 zh{9~MP)2E6MUdcdYK5%2p49%0Xq%Uf+cNI6X4&Fz~j2j0N$p}6mZqh19*7jt!dlk7nL8?jL0 z=o!@?#}*Vi7Y@H9`=McrwmmK)kIPZtHAGS-$FUZO-rF~p{$7*BOD#}0;|?o9rw&i* zRsXGHK|XgU`KJM=6|x$*lT~28uhc5&?T0ycqR~p9d98^yKm$TtzoK3k%XP;P86M)J z1ID42&qa@1JY{txW5<0+6v(2cfltWuj{J!Bj>TPyQk&TKL5aLm0qaIdk@}c^S}^&> z2Zh#;^185|1$*|DxkLU=`l1I5^Q;2Phh4`{gne z8OKGi-BoaPeAZvjmr@z63uf8dKfq4|}nH1}k16=9FAAyyyUTWta4KvzSTca^E>oYn~8Hw@p5sde$EL-z| zdZL#PQc4urezojTEL=8`3oUaB1n)zC+q|-O#@%1+wNavbtrlS$u$&ae3pEU=j+Gm7 z35z583o&qqx^ZOX=ODi(_dkrk)d&rIS`#(mm?N0&HHr+NLwkEa3<2oRcdJnUF73AP z=dIt=_<T zw&U*jHQ*?yDuA)R;8$0o@<7I(M&aKBu38d(!U|i^7s7yY`w)ksytw*L1B~`lRZ~-S z=Bx1e2_;&CyeXmI}>H z7Vxo*JZJhXn!^K$?67yXO{?CEYELbSPw)O#E$+Bok&DA5xgu&>6Y#JqLzrJUkJQtH ztk2xSf%GF~?`RM~<7!V8?ileio4Sr4v-Z*ziUkbi)=gOUQ#(aOb=theB=`iTnM*YT zf5ZWNg;>tn<8w1exJFwvf}llS1=r6cuXFJfyPF1UxtpYu%#tf4fz{;(t;mCOW-Ol> z@8!Svf{*#i(FUj8$EmkL)NABsysvm&#OJztYO-_nT#kc!8h+rYx5D)l!oGsi(5SkC zvdcgw!QNSmL*KtJIjV&xb*M+PQ_caaL6d=poDIvDe!@rko@SDeW`LL3C42%I$uu3k zNP4-&ep067jjE6PtJg+;NMLWY9Cf6V^S$HKVJTM=k>6DYt)DS9CWs*Jnx;bMq<1@G z8}TIUjs728{j)g9(GiVg$~VY~!;@B2i{5Wd=vrp)?J31alDqRy=TJHDXx(wcNvEH0 zmgL8RCT_4&*gMonyAg!0UqbBfhlTSZdMehHT-%{z?D@I({a=^`tiMLM*z)WAh)yI& zZ7S1H_`%8Fr=OUD+ULzLL%lHN?aVyHshY*);myL*rC%yDbLX<~MYiciaKb72zDvq>qzbU&9CI=)>WA_sn08DI=+U$(6xU*r7!}yHdDQ)J zp!=jD%`1SwgW{3c&yR^5TBp(e=y|SJLP!aJ@QNn51Lkp=-qm}LI7-#E>S%_ z4GDd{?A4qWPCwI1=v19{A(oiApd4!)ae7X`pE$(!u=OgENMRFhYP0~dSKGpb|s|qIR`I*K0%W8Xke&98`yE%`1>zD2nz|})YUh1UJ zspwWM#ye~CxA$gEOyH{cdpLmdh)4dl#piU7jd^ROJ@a-T_8I&qZ+b&mOsu0StB098 zNIAomB>XeZPY=*q2h}osJbZO*w`^^EAkOcvjQ-UFl>K`b+}C^gCfkG2Zfglw);o=b zXBj{7jh~ijSmqF}L_wL%7;mqJ!-OqhIUguwpzH@Z{Z5BCA%tW^DCKx?hVwCzh}3;x z+?!7R&=@Dg!pOn9kIu<+d`NB^+F@ZdnG_?8roqX}03=BZzKB3TVhBR~Pm;aW3b@|1 z$j-&=RN37&rsL_;K+u&rd#Oe1wF9vfaC3~nHDck`K2OF21%p>#Wp&|$1XFQEuiGm% z=5V9k^@-+f_S=787rx=%e~g(|skzeolk#$8vMPbgVjf3*e8e4!-Pf&-v`&4cQ^J#l z_!TZIaCYUpzH!j=Xe{RH~~*{&5F(K)Bw3h`>EqwGjyyFAifKc40Cf)_JHF4UkF zEpw`^h@!#7?Le9e13KtR1RM}8^SG(xgYIpO2V7;t1k^A zaq+~+hhobloE|-`GDsp1rDC+wbs=e+N!ivnQ7$H$gF|3NpCD~+3lMV9rBCb-^q2{g zFA@?szAtyRP?t|>Idn} z7Un?Y6{Td(WRzdwhcEvw##jl-P#bOT>v-_{!~M#+99hvfOXIgPs*O35=|U`p%unY1 zc3-qT8+gj-36skDrMGZjS7FfD)ZiJ)9R15Za8%ibImXQ9t z$sFys-h*+xyj)}7zc!JQt;(p|PjiE611uSb#(bC~)8E!pWLy~;PK_3_GkVQAE!h*3 zTXFFe6OR?H#U6@rFsNv zo2)5rC*R>DuOM3Q_s74KF*(z=pfVOEe0*BSsJdr>`{O=L6St*(iS+L;Uia z-FX4;=!5z{QY%~wq8xgn!iqS~&Ah4aMx0vTf9F;iRZ~k8xOH$kn|Hc9uBG3F9kKXt z^7;dMeGJfQR=dmIE7>4C%AP^ojGonx39~Lb$ z7$pSKf7#23*EUwYLE3k=TSTp$Y>Cmx2nuOUk{QW#omD`-i$KhFe5x#Fn0XOB3P*tS z0g9bw%p)Oi;Li!0_?<_Z8JXHgEE{%or=s?+a&qiszXdX|3-Fq+!@@BU!c!YXcqMC= z5VK=_hU!w&w#XTQES9B2NpGcJS5=q-TR1G{I2L1ber;t7HrM>z)Hv2bI3mSa(i|@M z)V`XpU@lgUN*;T6&HcbnNT}A1s?+FgHxjmBPJvoWR*9O^BS7wMWM|49TDP^s5>eZn z>j-9WeQEbo%xT1MJKOf+xfz&9p-b7{u|hmvQQL_qz;U{F=rh?!3LEkqhI((os66;l zt179q=`rQ8o@u5$2YvNg#(nXs_Ac2`=jBcy*o}iCMgo+0t1-`~b>ShUYv1^{*lX2> zBhZ_~{R#*2t=}rt@_RV6UB|Rb-H4nW@8Ulg1b;wXdl>8c`_Vhe^0S-f zxp;fpdjhLYzHoO7+~4BQ+FZIaih_>zp(*=wj|cG2OuCgv?#X6+goQku#wUu+riUjP znBgJrQ6!CRJwRM$!D?tdq$l@{eW}-q>$hPea-oV#&-488b}SQ7NA)$Randcylq0}% zCbXWP{ES%h+fM?yO^33pkNkwY7jh70)p2*%y!+p;bW^Y9jU~H(sHBZ0Wsy|(S64}k z7Q-T6cLOUe!tE(b;-Ah+ffHO(%_qz)|DpiWdC^5wux?yR<^kQp%_*W;k>-;~BG-cM z_gBMy^=U#^8GlZGZ6}uCKk4#Q`ct3nvbjEcHCR0*@GoQbkF4D%{_`5VbEUroW-82& zoS{5DOwYUY_4lzJ@&N#EeW2Uk{}`O+n!H-HJs7f;AmsygKgshRXYBCN|s#XPjIA}B~oIJgdPyh@3VtodBq({@v*GFtyj zhtz_-zSsMjrK4FG-UWt)WEXDWGSi23f`CV1;i~uVqzwMDcGNw+zdf0KI+0Z7de~FRectyr1|-~wO~B>{0kAmHye%@xPUgzc z4;+;*q(R3ArJ(cUcK*hOtrWKwSK~TmOC448-AiRdpVh%n2QDhKWe2;^hE7V}B+33Fyk=lZ>62ZtEQCe6a z?<29y++PBeHLQ2oQT5N%`uypnT+kYOj6;;=+qK^s+ZkuuF(h3}3~M73(VM09>%qu% z@Q~&&=x?rAfZO2p#xr7p7dt0<_Y~@pMPeiQW)bAW%vgizw_n3bc=CH4fdfaip7EuP z=O2fc#`xy16MB1&CYeBD3ZWuD#K1JHXGAwokU8;dB?eqd4b0Z_PQSJD|55ihRtoe! zTn^RGAkxT{44ZWiE;er@tJ^M%C<;DIA~U6NQfItOqd(&QB@Gq!_ti+_-R>FQkDF20 zg-!WhuRG)M*hgGIvt_mFYqnnux}pvdg6KB5*TftaL+|bDRfv&I9J@u~Usej_>2&U~ zyH|o!M4PO?QA8L5T7+!7E}!aUn)QZnsqH42@-Ej#2AQRW{$Pt_!}bpID3p8hobq{D zC>#%racLu><}v#+l0cP{_b41bN`SpD=hRO}9+4mUt-EE6lJ+=2xLF;Wb|b2yawMnS zXraNL=;;ueaGxnu=)=w2xhcZ|F|&8|Nqu2t$oRp2nmU!)$%7{%1 z=ITNHSyzVCKGDr1BCI)tfqI*-z#*Ysqm{1ccEp?K+ zio?+Re}J9fkGVk`=_k)y1o4NYjyw}fx1q+7UXvJ1F(&QP*mW5*rZem-3qi!Qj-z6$ z*$Lz#BaBJ!moR=Yn+c|_XucAl%02V~iyK=YF*~geiM#{0T?glV#jFYMc!o-xFCD9`*K+%<Fk-k6gN4WWgsOTH=qd8AMdkq4cwdD4^O4-9{pnwoa%s%tPn~yI3q8onwY~9$D(Y623dfo1_2lpJKV!YKZQZ7H*Hdy#t6Nt|M?|45 zy~^E!6y3` zle4!UV39td#gndAPfx?R`F0u3)DD);H?SeMUdT9*Q=bL%QDYt57`5`bU|oClvImbj z64n<~HdR_5c$Z}(K7GCeKkubx79^s#NJAuTg!EN=+eONtJ{3!$KPAtxH#lx)5Mfle z%gft-A2oK>VvZgTULzuErYud`wtE?3<~bQn&vd*qRs z+@`Fuyh|DJq+PkHb2@<5&sf!N?+da|(sLd`o@&4^oKM)cac!IyJP1c+k-K$WBzdr?I1N z*mZK)oUhqX?}&dgXB&X+D% zb&pbb$KYzCkOrD*oZR&oM}1>2U&FtB4$dR+mrN<_{bzAqnZJf@V@|>mNMgbZ;QjO6 zFcd)O8+Yf)ixdLQz@o!)+LtJ21%WeFteh8sC_4ahzmFo-7EeAKUb zCYHv$2EFFnd)yBqNMuYZV~927G)v~wxuhaEPQPFb7VT0$Cj8RD2b_E$<=6~qeQ zDp?kfGwNKRc#e+@A+1Q#pC?J-BMWQmE={{`+3KdySAQUh!s&3gkkM_LIVRJ zScJRwO=&ucyRWTycSlYpY)ZllZJ~L@Mm3x}4tL0QaUUheY2g;Bd?E#ZmgKK2&7iwV%J~Lg$hPFEb=)NYQ7pSC|0xz}vDU@lHNip8 zOzqrs((h%iXwmhZo}a}eJ(Sy>WQ^ASaxIfjim}Dwxw`%A%)%PY>QC?(@~=tBDbg0z zjrB3nK{f_|8p#y5kj`y?$HYJ3mWnN=jhWBn2n{#SsJ_yU9jpvXiiXLMQ;bJ9huS%7 zTXGR9J!qyp6ZvPi?8OQ6V>hC9vVLnPy>>kP+YcDlz)UkpQ~O6+6m_0@*tbMWH*wX6<&jFbm`*yi5;3_os?o7sNgul zCN-+dy~*hCxZ zSd8ni#`EdkR!?nIiYX>t2;l)556U&F%ijw=WBmJ{FakzSZdS_C$s5Aw?%6NS4=97g zEuX68em8&1jU=1V+ofRoI=(4(@~nD7r)wsL1zK_5B-uJ49Db5mQ5j~?}UO=!-!o`rl7>y_jds=M6Xza**~GLyKR*j+r7xeePvLaY_w?*W@$jz{6Z^x>4NU7K1;CM@>ed=Z4Ty z2wTmpSNa~KE()XvdY%4cv&_gJw(o6;KTU0+6IM8Vn@=Sqe13(99;%U%^N4Q|{{pqL##d`4mGpihIrE)pfS2#j2uJ`?l42}#Y@G0((3qis z!Bi8R@&P)s`2rUz@KHiuIVd5jsc^(hDrV$gtgX{Ujn#rA*Gbc_k)U{CUPLLbqq^xM z*F6SeXMMNIfBIkFW1FcuW}e^eT=Gp}c9x_E*KU5>bNK_Xf&U_Vm8TFUJGbYP7lP$CeL21Q7O z{-SAGqe%7zs(0D!N>Y0lb~Ab(JHg~nuaVgC256N}(4j}HllE+P5_qrkv|PbA>kbR{ zuJ@v$GzvT(se2R=nWW=^Do!A932t#s$TGife{V4UH$+HkZ}j9D+PnCb>V4DNT>T?Q z#LuQu0pnDVLbc^d2FpgVC(%1~(q{Pf2VZFCfm6PKE4f7egV~7Mhm5Np%{D{K-@9oC zO%42#l%q*-akVHhoC7J6-yNS(bYa-d`F=?g>H>6zs4(}mZ=OTL2qQw2na0QJbhP%T zR&|?+@>__&KlZhI^R*)M$?H$Q#Q{+*i(f8h0yNzNkh1v2Y9_o9u9=Aj&wS%rxm zRf%UN+hQm=DBh8SU3)*AQ(Xr^N^(~c3-pf-+UIAQ6R_zd+jjRRMPF6|tGVW}cy!%3 z-sOC@l*{A1Pv50kO$Sk6@nb8_2hbd!Euj#*CsuOYg<0pqU`UVNgUG@6W#PxWyV~C4 z?_7;Khs}w1t5x@ILoP>VRk>O756W5zSk5nZ%lchj5Tv;C)&u&KX3p(O-sA#EH;yt& z+T-+Z0WMV6*2ys;*!f{hZ>D0yXC@o{Tu59mu_%`C8*wBnF&cO&->iw;DNVp7ea(G| zC#H^*zj4E$w$z1pt4Hl~RT!yjdGrsH8~<+__RJcEbW^*fRV@P=l=T`q$}v<)(L?KF zA-BWM3rB#xFlO6D`|l&Pv$4mlt@qij>QX7;rQWS4*D6&C`RBah*R{FcdJjBAy*XiH z0yz%4+PsuQ!Nd#1W<4LOz{$PmUI?#naR~hleaV-5fg|rn8h>yn{xon`ptd)sEr^OF z#U8F|NpSG@wXU1Hl2r)QRTTPc;O==p(n^a;1tuH|`8n2){53>}3}}0@U=f&AO6eQe zW+2L2Xfa@)e7Wi$wc@WsWFX?ODz@5R8t3g>r3W%za+-+lkvhRP|PB}fO4I$*hO z=pcrWF4;^I$mHn7?2w%4u2%2Lk+QOMiJPrINu3VEkXTlvlAn!J&H8&CqgsyYj^S^e z29aI041Se;fAu+!n1HjxiM#oEWWWNM>`$QQq2Q(;z+nAs*yEWhSlA)fnV~Br*PKI+XYU=PW25tk0=ftX3M6y4{K{@$e&RK#|0f~ZpF zjj5-ldg=fS2AK}*=3m!_@U9o0>wXP3V!s;no_caWJ$u+|32qgG*rc7rZb%?x4b|RD z;kiU0&*goYL7-2Ip5dRUQ4XU%R4nWWY4Mr;PSpDp>3C#F2V3_($@5){n2t|h#3G2a zLV3q3IGg-91EdKPDr%Db*tbNT0Ri}1Y3p#*W#7ek=e`<_O!u~4kkZaM4c#dNp-P08v*K3^$*oBlyF!!35zN}ounNyS!#DZU} z`D_QjFE?H2Zb`ngDg`y4;Nz)~op3wV1{nn8?uA9y1J7pu`LL12E@}~m81%{ZAEolD zS3m1`U*5MF-%LcYus}+$((v9Q+qOPax2ym5>CbC^EJpol{+EJGH-0%0WHSc{zAWt4 z3yz^xDX=Ooed$t(qG%m_Uk`~RQqcxKC!Y2u#Xt}M+?rD8bF^?Q23kVGrJQ-=Rj$XN zwmiA-s#F;tAesGqDvGqZK##Kh`#%^q`2&f!aoq2XC#rQyFx?(CPYGP`pOowj3d zDK}JA^!0BOlJ}0q$XtUzdEtEeYgFaR5u@3&s>mQ+eKN>7crtb4ee3+jRgglx`jsny zR4$ubbHbepw?}7prBn1{5(c69j;W~`oG7CR9D4L4D(FdUkLU+8t&(_5kE-rIL*h+B ziQjT|We!XJ%%%;Hz{$?yz2CB=F6}LE^d$jcboJPqELg0DiGabU?o`&*UefiiO9I!1 ztor-&+191yVd@i37Rl&}?gcxh(p4Kurvs`d+J$8LFZ0BL6=t(T!R*M>@0=a3VZBbC z%c6K`NXa2GwfmngK#lHbEy0#@w>Q3lYUXn){Xmf|s6)|^hN?#T?+!O_WP!osat_m- z^bVBY^OtKyq@Df8Kn1M@cSU8fb%3+Si2rqo$|iMKKC9&jb*g%2CYN$x4xx*0-YCGy zZEf6RZ|}QQ+8B8ND}zL9dGoVG@bA(}6^Vt?XrdJGs$AOjz3Wx#2*5u5+^hevRhLFo zNim0vFZd>g54hyICOR;1&fYPrzx4FZeZ%7Iid){UcqDe~S$bW+LjHLEy6@cak>y@b zmBu_tBvrP3nzFkQ6~P+-0`TbNOOjqc9i%oZsRUalHVG-?#6sLl=QFs zY@la0cfvRzA$j#XW-a;#-pBikVAfV-ssP9L3FN z(~2Uy!z)Faf=DVOQpcyb#^+&^&@Kv8uFZx^u6)hrO5k{?_Lbf)EW@9h;&V>K?;zHD z8-2m5Ovsg|f!-{9rO99qLpos7-8l6TjlV1vA%%UuY(Hk&(la*`Je8eU71?$1kV(x# z@@2zp7MoNK-4h4e__F!-cM>|zS!YdL0&7atR>Fo7i=d*YO5z8{%Uet;82B~zys_yeQbc6!dAfb?U>S0g*ywN~2Ub>0#

^IHm?_c%(o1ej)&hKSBo>U4Pv!}xwW`$m8l+l|9qDsvk@N$lepS*sKAIClGQAb7| z^L#i&Zk2#AQ{MkkJ$~<>t0AD5{g_;9(?irYW{w@ss?HbnE_O+{;^^#3RQdiTv>@iu zO{)pq!zcZfq-HY6t!v#GO)D&6lY23`=;5#; zTg!kox%!9aGSl79`AD4Y0etV+m;=t|4#l%4bzU4pSvx(C(7&3nMk?V3bXnmWbKQ)Z z>(vKOL0Uv7#3GXy|K9$!oY(L&9-_M?Xv{K@@GN1SzU$L0E^tDJH-h2ccOm z(Us}qgim3XdjdL`b*T8jOfLAVqF4$~FWOxja&}&-8%4~QoCdqP>}~ha$yRc%p~9x4 zG_(rdra4n3Vgr*7XbZVQNvqg~*gC{7o5-CXVeDM;JcU;u)@Mz`y901|76v0ISxl$O zSHPKD_h#c=GOW3;zcJ(4+22ao!vyuntJeJWi@rn+5mW)i4Mm27^9_RO%ZQGe1EjA9 zsS|FBXEWQSA0%6a?4BX+Vj#>b4&+8IZ9Sklml4H&OtL18Ap$q`A|Om9@s{}aO>L`j zpzlL`DD?g(G3zqWWiUf|Tdpa4a4_z_UByezvXr{7`Agn&>`K?~8$G5%oK( z@i#m`rH|KxDm8$`$C$%=y5qWKYQ*&5Xv7-_A{OUV76v^zz0K{}9#}e8G?y2p#&q6R zlI+-73-Ehi8CaVGXRO~6`!}?qLUoW0|94I??#Dr1wi5YFW#67vBkMY0?K(!HST6%e z0ee5cP<*4Bc-FF_2p|P+{>gFvYiaOOiH%1^%n(F}nExXE)c zDv(@Ie~L%xT*y9oPgL?S1Y%rhwwc=t^#M&h3L_bP*#_GK>^151JMr1Gl*-tn({cI3 zI)l1UzvB@ps3a_P_??Na?`iF~oytI{yIj>u)~th);5|DbM4ez}(G`9lnUiJ)(R0-7^j4tYJ2j!PD|q zNYPh9+g82B?q80Z;AnHA1LRio3R6qFAjkJ1Ke*k!w#U2|0{N8y zX>27~gyFD4&-d!JBL;1`0h%{vhati)%l4;Ns~^bI(Hn$fQ~OHgA`nayLN}`xf<(1P z4rC;C?w`e0eP5kjJnlD)iz3ZqAYNjKt;q76#wku44gPi25mV-o_B-=8@cYy5$|6LE z27!%{@|qO+YFAZ>ES23?Ng_6AV|91Aiwn(&)c?{=1sTp6+j1p8w>Y05 z)>~WQGq;{hez(ft#60Yrd+{5{Y8rhs1(hm1{`~DVahqdLL=}9~+n}>QDB1 zqwe_JoNoMIp=rlk=hQSPb?fEzr{^y8zM6ts%_6psihH8q}IYqwXoN8jFUa?0-k~lu$!?}I%E`F_{seVnbk!+ znXUObv}fst8eV5_3W6P4;|7CsMg?Z4FfE&pLJVM3(E0oi74ny)^&eJ%9TpH6hKKmy zea-!|NDW$H7pUXp2Y=0S)BIcMsf$IQ8I@2hh_pL=->cx8}01$b2>8DnvCQJ!0HOUm(3-9`|wor zl1W+@Fdf+G#%$@CH>Ot=9Q=3ori@fTPM;)H2;UGA^BF zr*HVAD=_Bd*&5i9N|EjiekiyRlrcEBTKOSi8|4On98n9;is_EU%>}-yf%b4fsYY$o z^&ss=umi|NQ&p{cz04|jJXI1E;5ciT6VMKbAC$S4JkZ{Lvd-Xc^;!l39VGKho~uRG z+~tou%2u8v-0#+YzJ9Qcw`7#GAO@9N^+mQt{=HpIVxzyfMP5CK*NG>h98I*t3( zLCwv??#PRR;o?aou~`3tU}*tAj5`b#Tz}{&CA#0LvXKH0RxeucljD#C#$s15ObRvt zKquf08%>s*ZvI+M=A1Cw17=(_(a6bN`mi?Fe;Va)y%1}*X3T^A?GgQAwsAP;jr~`r zrGd-BlHqW!CvInzY(m7phX)`X7bwNsjG=mmDcTB1A_QG^mQD7LdnFpS=bzl0ImQ3A zIR?tEjji;UPN}P%2vuwX&M7d0?Tdt|F08zoygyJ~#BI{@fXH4ASU2KZZHYfS(o~Rh zqO-fxauv5w;Z1)tj(-ml0#mzF?G3lD4$35X#N+gJByx62y?a2qJ%s_0h&+N2lCgWNW69LPx2q0f5O)F8=h$?y9iyPQ^sYWfqfxkzN75B z*}D!!^vLjkFq@znw;jyixc?`x@0N0VYkp@yqNl@jjr^mz$|zc`WU;giUC;#xIS~YM zk!B@IZG?nyJ;RaBwmR=)DBJ!}PuP%{jP0^|NNNT7{$3X%TjF124*&!>>}dhS8rJ(26b!! zUaY$319<(wSDlIc*7b!2KGC)*r-@adpoVJ(%YDYR<^eyQZY;75OOE-kZqy(@Xe~Jn z20;!N^C_==i^!m6e+uv1a8O*~*_zNwTplJ0Ofer)oOlCM4+10!WvsrS2&7+>omCTg zNNBr8MSsui(RmSYh1z8a8zGMm$Qug?JL6kyCtKts?|pU+(v@YUjekjvse1>Z_zd5& z+jYNEuM0%NKZYtNxDs+LF(hzsAjbb%B^Q8gB2N3E2Kn1*QcLtohRU{vRQBZ+MKq~ z?7w%x;rJz{Ljx5AE_xq-ircif@Or*vp9nuf^0VH(^=ii#LwaZFcuEDGoH0E{qWL@i z3jNT@lGf2WcNh2VU#{#&&8}l++yKu#iC>VZ z+#zBg7ciUMiN4i`9lZauJ6qfvMRtP@*hP#w_V$Sk4GBHqT)F%@^&lyX&!TzVjZa`r$dW z6xLsng}&B)*`oy&`sh9$gzyd%9um^zU#vYYIr*$&qtW`{%U*b!1dp8}W$L!a(-QQl zk?0GqhbR=7DgG#G<#7II*D4^5d1xdOHvXZN#!x5rvYzg)O9A+RoIMMw*M|Tu;5RKB zYUS@CQS(W|wqKhI|v4uZo@TA%$<@2ao1R?!;ME?d3? z0-5k~XKeXU9!FK`fz9rhEM8Zo%oBs~H?NV1z_)?7d*s2;{f=(zperbyOG1lokDslM z5vs{;Ly7gQ?l&Q*48`Pzm6f#T2eY?>KLv7 z<*2^R4*o)psAYx@w4a;@J>zyvEm7|e1p=tL7*fDON#IOF zyrMxiyr#)=UEJ`_%hxzbb)(eADETYJP(JqN>IztuuIr0mw+qw}qaFJ;A#rU>czE}3 zyU|@)P__~rH#*}@^Rpwor0{bcd#YQ<-AVr1S~G}=Qhgt*_q675A=bNZO6aeE@Q>Vd zD}V+U-u1{W9KyK(_gk9yws){p6d=@@`BK`^6;K8w)G!NTQZ~CCWB$Xlb?GXeE@Yxp z;GX$;L($<`SQ-uhh<*e70wwy5<5XZd$6Ldt1WR}4VGkVp&pgh4(MYJi;1EgAF;c^t zM@smit^T`=K3;E)BsM>JskZ$fn^Vuk)=pv&82=O;%MdRBF~GxWig{>jI7Tnf!h3F;4KdW)GP^7NyV4UcQtPnX-Rj{>jP1Au)EkByZZ zQazVwRm==;=A}Kdlrdpg#=2UT{XH6=W`P<;rt~#czPI|_bTl7m4f;n_JNsw*dy1+8 z1RaxR;tI^P2l^E5?WXwmQ1`5pn@&|Ii4Iua;s=?-tv%A9B4;`}C4)1uIpM!LZQVx= zUuEuc%(m((>NR?yq!*eLwa(N(?Ds-&11Ls8%@+xBBI!596?FBT>lYV|F3hg#UgYz( zSP*yB;7-RK`yqViY1sSI7bK2_)*Pd3T?3c2+S^gLhqLOe%U1eDa}Y zb}=^QCFJ6d{ZQQF(K>}75jgMAjHYj}8d;;mHzE?CK2 z$Ry=^nmdNSkT%5tK@L;(-(lhb4O=z{CUF3;SToI>YIZ>kykEtkijyH=rh(bHrn%1f z>#J4#@c1*zm8K8VvH8%~(`Xuv=6BQ(OYd|`&90xeZPj6Nvm%8Rj1RKUd+2K}bWnlg zQ!o#t9wY-9iiGy?5>ZHm59^k858`5SEo7cRTAKsL-i)!i0em#oJW5Z)Xby&iTbnBn zVIL%_EPrgl0rhVuTC3orZ8cRLh(?z1>HBmT2i6R2humd7cVD1=47hqUZo1o)$gGn) zzTtM7+KJ<0+FDH^sUYSC(FZw5fU=#F?^*#ud)--w9JeT~I3N_&1rk>Ds^_0hK^|P9 z6fMN+0(#yQBca-v-I}#x3C_D5=i8)h>lS#o5Ok);pMmdi0F!eF74O=&6|39nTB z+>^hwsb+mM+M~bl(D)PM2B85=#1kA3>NlWes+U<$;RN$ikYy<-8CY$l{&==+W~MkX z+jhV50;#a|qYFxlrK;jOTZ4?_@u>rJX}n_q2)= zL&71zP;(FbzOZik$2_+(;sr&0V5m?TnIfdZ-=`ArI&cGjrfi<>ThvJTAx)Yr@uT?G z1(dzC`UkRmWvXHH_uXh;25M3Zx5tY4G)os6Is=RfjcJX$1l+#E@@pDUkqSP}yx-wH z_Fqm&47z>%akXd2z6YplySr`%eP#xpuQwW&f-`SP+n|-}9mO{ptHF8MyAXdr1{%Vp zq{g z>ReDL!jzUPw6n)03=pi;dEZAOw2RA@ZETtR?C=QI9^;M+Bap~C4_Mxtm`cwy+h{+N!|FC8ZautY?9hRgcdijU-=fND9X4u$xu zTw>#XsOc@@&w1;4Pyjr^4<9ZQU(Q!2*&Z?=%IkDiX#b~WcYDa-0Hor6OkMIyK+6#Y zau)#GfY&G!S*5qUJOXjam`Zs*hRt4L5XcVNck6pd3#s!vw_s^ao6X1pzxjD=X@G!8 zY00|&ext2Kv$>V_0UUi`p3JwEJY!32aSx~u>=(gXiU7C%?u=j<1fQQl?4s&O@QvF& zHxbV^iQ+HB6pYNATU92JiKbFfq}i?BYu|awAhG~B{q|;mf1z5ymJ3fAUq>(TGv4p* zF>UuR2L^D6SNKK`GQ@rFb4Cr-VM>-}rbHhS*KBn$rX2fqr`K0(=vJ|{ik||zd?oLF zLToT49u>ip$vbF_2_n0PvO7B)Grk#*QxuXs!ABI~t65e32B+T>3EgjWDi#F-)~`YS zewxbbyAYN*f1$cx5~^uGA$;k1x8d#}FThzvH#g655;dMA|K*aA%W6+10(|;5(+*fc?y-{MPxk zG<~KdYy8diW0vPLtRNSmFUvL(6hLQ*m;{lpG4nGh>eX_vSVzM`s*>pwOIy>V9coqO z99Cno^D$w#3D~EvDEe8Bo3z;fh|17nOL!_3AlBPu=k7hFG?f z8s@Ih2Nkigu>Q}TW$;0|hqTL)vP|$WL?|>7y#op&T#!ZcW}>pNaH~xEQTn5g6WS=9 zrqcu%w^YA8c;RbGhsY1pU!Nij#ccaEy}ukD|3zYK$uaAm)9$Vq~z1RK5idw#=@$;I0TF$i?viZ z5H8A(Zo(d%IgJ04DTjG1BWr4xh9tG zsqYd6E3ZU;4VV*Atqn|5eB0b$;_bO&63zT3U*mxEJuQ{>FK8UJoB=9O8DDh5-biA> z{nQSSUZ(i!ndC*H5G`YW*F*7q>nW&A!h8M0(K|CsG@7^vBkgpO#%HEU1d@_=IPI(& zd58QEbMb04Ael&S1DIKiAjo&)vV21>i0H%!>eGca6Q0UULvUdP9b12JQUANRgl10+ zn`oJsbiKS@A6;!V42KX6<4B^Y`{|t<@;Kx_3L!tGCD9#2{Y?Y{Aifo3`N+J5MI=j# zDSfCZf_>(F)8!r&^#~i$u+&GYF6vv%2k}*u{;K9jk@ATee1a%F3GZo^7P1Y6!pHQTiP0kGo$R@S)H#Fbd6W4ABTedPov5Eae1SG+J}&Gmkb`H2em4xeC3U&6Uu84< zNewpVJfoI2w?CP1Qf|u=`fck;02&#@W>i>8VEN=w!IsLqFfSxwb{NHB)(y>^^XmU4 zAEzQvQx?|0L+|ue3}T;H9M~=%Y)4{T5og09LKdNaE;OZeimZ2b3pDtsdv$vbtlqBE z&`gj7ykZxKlRohpg4Q@K(f{7rsybw`%+GI*9fOLEq;N?<2|i)ZiJY< z367l|Kjr&O&>XVG`Qu8KL$Eu@2u@+=%S*X^O8g5vkG@tF-FfHW_)1;`u^x=enTl6| zgBr}E+KPb`vI(xqjusI-6C!YeJ20mw5IU?>xP z-h-uVY-WdjT!;BjgSD~0`eP6Q(Wz)?vRA+u*%YORor`HMybTg$8UhpyfbqvST;{K4ic*i`<0)3g`r-gm(xC|G?ovqV4W0A~gmG>2!_1};a{$a6 z2ys9DbvreoBU(n>aRzZEA#3uL`85!!^gfcr zF)A_W6mwR=rcfO;<(_Be==Tp@DnE0{Dx2H#TYnTyLr0(#l@Ibv>#zIwgQ69Va-xfV zth{d)_hQ!)~5v@z_1nD zI=4}!N`py{%;U7bY`Q7*g6y*TD;(VVFSY^*`$tQlGs9ds`bIUYL{HpUa0@sk2&^+^ zQw0L;UR_RzbrM*EG|ON#|6+rWxQG?eQzuNtI8^ff@jFYlPB$u6qYY+`jlef=dXGzP zEMdj4D==qzO*qch?QJ5#lnlzqcHu7f_rMw(Eb{0<%17k4E#Svw*BNr&k=LF_uRxjK~$@K{--2 zNS*AsMZN*k@3RUS0Ez_D-dZ%+IMjj$KSrfd|Ajp`~SVBgNqS5$coo zt<1eij22a?$~m-LRZSe){B3s@>;FVdZR?b5B9F;xJ){L{^bT~VxI_^PA7nX_^bhSP z)V{5OLwot8cvohFUWz!voQcLilOo5R)3eKwkAkG_+-;)M0nmz;&jp{^U(Oudeqn8O zzDOb~WVlDX{SCnX?njB}Wx;M%iPQzQ;s=I!UntX1!DxLhwX9&45*U$#79$E4=liyW zpr{{>7!nlQxGq6lSigxA8vR%dl7Ipu1=IJH)LEOk%=h@zYdK?Wi+8^)tPN)XlxcsxXq%e>W5^qa3l_%ZwW)u{hij4 zwwnu~jK>ngqvDLX^PByCSwltJMg?hDvP{|ZoaCzz-VU;oIA0+ZasnfYot#oP*BX(l zlyitQw=xdKLD;a}M#RTHln;78Wh<%{WI}|n$wNKW+>u3E9Y0Z|Io>F3KA+V$NbH3! z+pjJ+ct+0oun3-GJiP7OR`n+A<&2vD!b=dM5xy4oM|d(oWAqm)=_t%v!xP-xM}?t? zW%?wkQYEDeh^#GD8r>bF_cA*?98t@YdTwTyZ;Xro1Z!R|8) z6vg`g@9Xsjsl~7?t&Eo&yr|^*9zHiXV<5vYQoQRYS7k%v2_9z+fR%>@{x;R+7Ksyb z{AZ?4gMTJ94mO{)bpF$wunWau$P&&Z#TejBJg-{BOE;3YsyZZK}b8;)%a`oE&a2g5NFl{YBaZ z<;*e0I*OUWMsob5Cw6H0@M^Ol%g5psrj;95sMJAv;;<{AzO-N>$w4O{o+?xKbsCCZ zarBLy`L>xrAVpP^{eIdbD=w|t)+QU7V;>)i{PnTmI#XCN-Dd()&F~u-@>g~Wf^HVx zbd?5#VXzJgu$0_C2w}sj+s+@@(-YC9oEB0e_-N8ihnc%tE)(ayxIhJ}PEx4rHEzb|>))JlI8jY@zdPpAIG zoD|cpfr8=dt9nWvhb{^0mtjYhu#r z_U(KeVokgV^uzw&fv zLx-GS@)qEeUlejT8yZ#}EfC@@Dr#jJIos_&&H0@n%#~ zbHLie4=2l-2YGdRvlo2cIiMLYXJG(n)WWNqNx&TtXd=n@(uxg0<$X*4W>S{b8~Czq z_c8TKW|qx{R6w4pzLr$2k>uo*kQVnpsLEpTpH4Ax%0HNj_U#~wp$U-eBJf8=WOE#5 zIbDXGY(nF{c@_GBvuW5RqXYYTP|lEwb8v`OucBA)x~|^b&zgWmbdq;yM*oitfNxT4 zOR-8vDQU5}j4Z}UUd1hy}Lo07QDHL=f-+22hKTYwkKLwT>EFVx zV2}h5Gb8AHh=s8!Khq_U`d@QkinooMZu8TD6OAp5TCEt9anP1I-Q1GVX8isiAHDzY zF_+Yt$a~>==um7sbB9mgiEJDr+T5}@jF77M7Zo#*|8kd^Nlg!AFu@wyQf`xz%%tzr zH0%xa93SvIsz6T1sBqy?kF8;imu5i|KyHE1daq06b%2e}J6ZO6EpGAR5Pqt4{`Re( z6*d_ZaF?^Z-VCaegg+}Vp(wNJe++T4`(O-7XNAECrMSQl9&{3s{_~{ev zGW4rZerCYuHGd03ih*>L0{(r#qkw?8tK}i+~E^4>SOW$!*2dkE_giHI*6Ru={^W;m+&$x(~EW zRBv-5%k;0T@TYkYTJc2iGSwegbWcUocN)j!72cff)rF#s8cCyu0puwAF~693{BffB zQG3HE`(74~FOjHF-^BYbK`s~D0JRPm$Tg26&2J?iqGR{I^A?dKFU}HqiU6(dpjvBm zSmCCA()^N+{D6=Bxh%w)LE#fWzjMephhaZ>P_>@6M`?E!e?m4W=)nDdSrOms3u?J; zba!hWKf@?V>~4?I+4@B1FdNMa7P!wBu_&~hO!zF%l|8UylTK5H9n)@7^6y%b@hQ%( ze(GgW=@eO@%kTR%jt4(H7yq55?#DNesF|GlLHU+ji!LpYIAtb(A|@9fJ3M3+H75uh z`UC7J|FMvjT!5K9drdV2s>&}{|N7E-kcTQRTi}0JtnzA@*!0Rj&EUg7<&P}t2SVA! zr<$23j4yLccFF`j8(5&8;B9T0ITG%orEC&@cb+cGT$K1<=qCB+mUqlU9>&w8y4It1 z{JNUt=IZOLNd+_7DfhUkuOCp^gQqkdBN7T(gOMUYzV|!%H+0Iy)c>gj@|*hpD$^4j zWoE%eT5{C(j<{!AmEW7jN^V?(OCkgw({>1*mv^8K#vL>Vb*(EX$Qz={2-R`zG~fJS zyDRkDS8U%}NG>@NqPP|H-|#~mdo1bT3ziH-eIdDz{1jkN4{sRg45 zDoWmE?Eawb@AE+U3)}e$;Q@I9?AvMZP1f5;>>VhG`;PYOGQgK({TOz0PUAqby!4{# z^rIHxHBUin%qg?0+|}(S5t#MVGc4Kcn-O-Va6ic9CC}TH8fSA=nN`AkGa52FyfD*i;w$C}79 zr)5I)uNnubSvj$tK#N^tqNi2F?zSl)P^e zRsVmmTpsG%-RH3#e4QpEr-8eqLX8)>3U`S~WMZTPtG~%>)Wq!&#_*TCG?zNpHuN3M zzre#{6b#?YIrk{YNYk+>cIq(>g#i7NScc%uoeUin##*b(3TUI5iw2%Q6g2p%-}6z( zAu(Yg_rYPVE!iI3MxVfGPxHrHyKXfL5<;lvi`ZV&a5R+?T?|ozk;tM3t2@6n;Q%_t zWc1I%^2NZ+p%T*#M@F(gN^+ZidT480@f!?|UT6=GKMW>C;Z z;+21r$+=|BKrg(j&#Q8RwO_sksQO`$8@qL)bKA!=>x?yw=K~&|$%HYw96zu`Bmk3+ zzNt_tyYSOIyf?#;y0E|ljfRM7Qai$=+8E_)8g3&1P3Es3-Nt{G8$tYOL&(MSCLk?e z-^a=8vdQziMYkcEInWRS3jI!6u776^+zKW{Z@?OcFwNs3 zXv_yas>4RA(eQYyd?8av1)%Do;^fU<^FMpbqCMQ0X2x%1Vy}PQ@n38vCyop}kG2z4~O zi%R3KuzUK#h7`tQ_Df6w!6=1p{q~=&D!ujr>UJnP`dU*6e6gcRrW_eXM*oUgZXIRX z?WasyDeZfafh4*zi!#do4yhQCE{UDwsEB+=JC)o%x0(fXQm!BjNqsa4&wtiC^(MHm!}&D) zCWK-gD(6wK-Ck!XFmUp42==)=8X%*~`^!r+(Mq3DXaNqb;djBF0-iZuGh&mF$baq0{bZrOBz5#FV62-ufg!6sF~cWmQCkN|f?;I!?|ftF zjD+*k6lcpamOVH93j6D^kv-*q4)pawxIB|vT@r$>JDsdmBR>*k?I(S5xJ7bEOQz<{ zWf?$uj)Do4e=x+yC0zECO*>5{LkS_QpHp?C*&c^>o(ez86D@z5i>vxIda;YKOZuBk zxBovpFz>ZjsojryJGeqmAeA<;AJ*#5HYF;&%a0G z(*)yypF5UN%r}pD1~`knD3=PM?@8Oer+FyV^KzA&b`%gM(z**&&l(MKtMCtwl}Jey ztYqiaPesL;nqC(>oP8zgfBne3u7?LOu-)Llre29ZyZU%szd)h!`(}s0PlVqR$!hT^ zt1@*+a=f$6rTSzH#4P{d>s=Kr}j5!}1b-@6 zCtHDF3QL>C-975leFAkBPK%MH<|bXNYD>V5<=2&qhat zt5t0J00$Af9)}5`jGFoIEZu|aGE7x1j}Z{d@0^#KfrO5}x8tBsrb05&So42J0{eF4 z^7sfVJJu01_ZWUECi5j2Bi>Z_v{K191F+pFF=D0%UxG^X??48KVra931d6I0&J|+kx#xY`214N{w%jT%>_-#Fe=n z#cr&vKN(!`I~8;_)iE%oEEbNMPCYnk4?&sfn^rw-52*kP$6r5FuMGgY9S+4P(5oER zc!xW9usK0iTlYqWkT;!nCIH0Sh> zZh!lp_UeC_JRx7T4z!P4Vge(t@YU@nW51URcJCNRN2O2 z9O4pSh#g@FeHTtzbrC3>d0BzYEi6XP6yrt&b^nPM`!Afax*z0HZd0*py5s$&lbxAp zJvdvZ$FBb=*bx95oiSFu{lUo8E<27+Wh#d16MU*WfUOc8n$DyU52?fs4iM54AqdR> zk)_ow=#(#DJ;MG1GkIZptWN3oul9p z$=WtzPnF;#uZMBl;=m-9CXe8zCp(h9EJrpFU!|HbG?S*cBN~j-)ib038Hz5ny(q8` z&XaI*hVIODGm6^d0XA=cDFIsVzwei-L{F zfb$tw7KlU;w7*@nG;yJufL6s7&wqv;^J>^&??Q*fIE-2>gURV`JOl ze`TNHYf1=4VJx3EoFz<@A8dD6ZRY9T6`V>sUH{P@xkqpsPrCRILuWg6pTmQf@(PqY zJsV$92zT%H47Ka*`dWWFhJYbcVx^r7US4jZ1TpE`VK7O*f@(g)9ik6rJ>S{yT4c|P zHv=Va1aRlz+U~nMN9+~rLc_#nQcU0|d}U*{u0Q(e*sE`Y77yTT;036&xZ``6a@RGU z`bHH;u|6n8SlqQ?p({0Tq5ITMD!CI=0G;RZ_K&|NUM6XM_Mf9pKEa|AWh&*kzXH`v z?_QNtX#4iB$}c@Z!b;lAlPEM8wlL996#eLa1n?}36Qdr#euwk61HSd+y~9R!TzJbE zzPcOfM&pNYqikZ6g!;u05u-+pV5}b>X;n)`i7bMk#pt+P$^L#X;oXBp_4olyn9zKZ z$iBGZwazM%yh)GC84XG_GII8hzX9gG@_@wvIW*2M{o8r3`QIq?D|DH8KDejXWOYen z0s~DjD$0OvnF`;%6Bz9}jRTQO4nWanaZZP%V6rjO?Tz=p3BDv`(VnDA?aV_v`Nrjr zPn!bUkNO#hATq2YtEAKfqmZ#=oE(TV4f+61v9%4~z>Gte*4TJ@?PMFM7>%%RnZEWe zsulX|S}hwv(Nd0($Ez=d$N2EV=(PxdM9tDsug@y)A5i&Hv;-!${PaxVUIK-q9GRKT zRU@(N7GT{U%EvA!%15m@%w{A2cs%>2^*Ylc3ZAt6z3_L|dvl=8zvIQyye!lp82jgoqUpw`E zDqeymOjUWRkWe2nD7S%CaaiO>Nd|Za-aPTVkx(X*?iAed6%kN*3>j-;-2ljO)E%d#H~|Oqo)F7Io{o5*RPXcbCeLKEEI}D56SpERu9^FAi^}J*vQ2zb zr-GZuTKHp(ipc&rqnm_)*v}<7a%EcXYA8ULp5{E|-(CLGXRZ&#T4NoWFYM`Gda+2| z8BGmjj-O1}k~GCKp1TEwcL6DUINxYAmF*(DmKRDc+3mT%r6 zh~)rb_ilnvFzu1)+BYqb=y#P-K>q9ziBUsrj9+1$HE)X!BAIS>ZmN7)o4_Z-&X&nN z8?AL})7&6lQ~DjVy}76~ZQ(hmfgDlyXQ)#V{E^j0XrLUgSCE!Y6|{XQ`+Bo>dzf*G z|CoJ~U@D@3_`ISdmU*-Kj2939s0WwDt3ms$_h4fGgnN(h)0-lk=$sB7_Gn}6d}8;9 z8BO*+sFvLSim;?d;S6K79FXSVE8q*!*`d?0=8 z804b+C&_IEFlIjuZ?Ejp8?o2@!SlhABsmqidm&;Uyfh>oto{%}L~?(jaF((Lmdy5W&HpEf zhMMSbft%<1Ty# zj+ZoFz7Sf8h)$rQKYE!zC?;$B%_Mx2GY`V3jrf=wfOu zEs6I`C7KOECy(PcM#8Vo-}K)Fxzc{KvoN(zG$l9?iP99@fZC9*yfgG0*heFn5IX#R z($>j?1S|O29(TS2axzN4f`NolX>=fcBDL)}}-`vk9$(ILE@BQRbn#huE%Sp+7;v7?}0yd$!IFY0u6D+aeeQCyk_)lkJ zDc@A^Ef=|dVTe&A3IumI4l1OkrFhy472lZFiOV_?TKcF*}lA zR{Ek)=1l-Yy}ji*?WCR+a>{JDBY7%Qy_k`tmMorGROS~87?aQ27_i%X+shyHpg3w7 zzj!v0PoAH|-mgKKOhn3&W~xsMq&k$9f9ct-5;Y`sj;$V)2m!+|IbF$^D4di3jhzqz zut;ECEOl%OrdvsR8ZeKu?M%NI#Y1mWvd~QB$#PwTrIzI`3C8S7is`mIcj0NjbWjq} zweiY@I=A7F(@K_9Vg9gx36c2fc4O71_{!e}MhYhcH24o?bumT{EsxJ%Xqhn5fJHnP z@+nKoTOMHVDtJbnZY7(|N`+=d!}<0 z`$;$>G{9kkQNATtsP2;bKJ0FW`gF)=&5E?sWStNP+;KeL?OekFKU|eldp&2&K>n&-A zI^8-phxBZ7f|Bm%EZ$GC4mjr4S=5d{#dix9D=82^3N%c}gaD@jhW=(w!CP?L&W}<_ zQNfPbP|2m5lls1XJGN&(zAF3<4>(^c6%mreBt3?gU`QNrSZjBiYj)jhos zKH)vS(kX8fU1(B(p@z$w^11m%6ed)cCh{HFC1hia^I9_mzJfYnxT4rT{fN9BT&$Lp zD-esv;XXnKgv{c<;l2bwX~>DfhZGFl*!C#b`%udwJkj;>JIC8GAPe@P=XUI1bR^qG z=1HzxpBzq-c9I}QEY_`t5W52l$9~?r9>yQCdCVZf(#*uiZkPd2}Z*}qg z*lNek(E_Xs9ZGpo$g*&)Ub)c)J8-w9T7u{a%I=nG)zP-d$rsV5Z=o>Zc2ubs6dVY#$OQ0t zE7jk2M_oDr;rOD_1x>QV460M_=Jx^pjy!ylcMTm(E zlHpR4h>9;x1g+grT2HshS&*I_HCQiBf&}lA{CIiG#Dm_Y=e1`}kDVN88d35YBR|fq z$M-8wbZ_UA07N(+v#zdI6TclWB@k!S$WUwuKSw(G@SeLv)!Zsl*$x+HmMY3XkY8aU zW>`Ij6eqT)O+XuLc%D*UXWwhmVhJQI*kJ!jNU$}1NOSnb>^8yVOnH3$8)J4Jk%AZz zdCgVI5-_$K1#b%NZEXG4Mpry>8c?&6=mc9rEl-*d#$e-CIu; z%q6d}ga5S}si##&&(X$Rb2J=-cRvp69b0SJ5D)kl&E{7ez-Ox5+ZzEAk$P3s@|-@` z`zmWiFfA7G#f}Ve1BGQsRACo37(bc=Wl~BP4l;%B-OCiXG>lbGE3JrZl!S6rx+^nm zb<2@qJOL;q(%TfnUutH1OV{PId2S1^HiaB`CYo=33Q7$~tI$jF4J2+={xgAbJbqLR z3tK6j5h{+yx~lWyW`O&hi|}|vSj3RJ~kHEwP{{*_3Ax z02!SKm>ZW^_L#B~+<02HU0-r(j9M}3NR>hBct@eY^wVdkW)nUT&(U{00- z9F81FN;EzG9iu{!zjtkHzOcKFC*%7hSm#5`Ni(PD`hd2MV3>xj3E>AH5DW)@`kJPY z^4aDEDM!mQObTwiJZ$gv4yvr^2!d3pp2=ABee$SpI2r_aBJRLbSC#^EGN>(^$7ZMT zS$xSVezA!A8jgK-0E4#;WKAI_W8Wrgyqxt1D1GgS^d&5>1xK3pdv8Qu9paCFM7=PW zG$CewL!ym4N6{-&Xl!4K8@(4ks}__hQICXtp!T2-7&qf%dOf#?>!+{?BHq;1!-+_? zC__Q~14-rbqU|HzW7o)1*p&{Wd$&t=BS-C1BAXXda4>4ok0F-JEXoI{)Wvj(<>e8O zKl=kuE6XPzq0o{V)jt=?8&)p5peSxUfUZuIBvlcFk%P7l*WHxhmaJ?EA^z`bA!8sz zNFHmV<&s}|g3iRIsw}$6AK=FBu=}SAH+=0d;vlp&aa%f{nEBJa?rG8_NO)@(CL9;e zkm@4Lq!xk_5wA=KRX>03ls5M~oV60ER0g9KvTw27Qy~!PfpQt6u7re=lJwC!>Bd62 zpmcev6Or2`9=8@OGd(zZK-O1zr}kOh+h3$9!Om|H{PIr_RGy^kG%h?nP)f{`$E4{m6V1Cavz$tsG>ty?*lk-^r}K; zwVnZ@7{KXNTK+*;DA%i!(Kz%@r?zLv&?W9ZZm#`s8snhol7s_teA?`boX#5Tpu|J* z7WVHTmu@BMz3RSM>+IU0)rqJ|6Besz6L6QK*KSV44!=GQ#JK^mtC5Q#k_TAvFGMbC zHvv}RqC5!qUbqW96luiRG4~?*jYK=7Wj9ccH>n;iEorY?vT~^2Jt@!|# zh(r9g`UEeA*zH3JL4jv`{1U?GJ4NjWH(e@_ZI#SQiY7}TVW)Rq-^ns+9E`lYcDQNR z1$|6PSKX1@G9L$FRKJnYF|W$ep2$9*4*`-7r#!-wdTTb1rn+#v4#kz`%hOfO98VK( zpE-ZHkdpD;DrQ}a6m>P7vlu1FMdU087u_3Wa=eBoGAu=^o4QJ4fDD@E)ne=4ES7Z( zz=OFlX(!CU9E*8(N(R=)6PTu{k1dad8K#SW%Mfap8ydgEe^w$76>O3qS4dfWXJA0r zU+-0*GrT|YZgTfJYuwI<8`cLNujzPJM}ig?%mxDG>A-1D45f*DWEI10FuK7c62qYg zcat!~pwt_|YyKNN2KxhUy(NXrws{U-MHuJQ_pe{?qMz1Rt8_b8hUGQgv`}6HGlS|| zGKd!==F{SyF?`C~(t6d=%%^Lyxw>NuCzh6qp3EpxWbQBoRpWj(%RSLqY=`g}KSuiLo`;EmO!RU;WbRo7Qz8t*ttp(J@4tXXa?I$6*M25aj zxtFGj(_ci(caUpV>P-?cvji@pVdn6JQOGp42^M43XX^Z}z*LMfTS=vYoQ5qHZhrbs zVBRV`PAM&AY{@w~`ta`yrnabS zJ8>k9Mt;>EgP$OG`y6#~6izJO9dNn^j4$0xhx<$^y``*Qytm48m~htv^5 zxGV@Owg1@P5$!B!JGeKbA9ExhPOg1J4&iHj_G4~CS>`M=YZV)!iAJsF8xz(mt^(Gs z7S-7f&}`9S?D%Rhg*$&@AP?pEO4y$bCY}#&Dgbi|MXn+F0idftUbG=)BKpXXsb(ee z_ix#8f!@z~c&$PPl0=vsGizzpP&ygIQJk5OX?{$N66Ud%V~zkna9a+_2{w2k@kiVP zzdh}(^g~Q_J45^E_b2!UBn0LnyZ1C$E-7-*FYfE?dUUWo&Lq4T&MeboK<`b9&dl+A z|KvQ^4@d8XRr0~CezTCja~ngV zo?9YIw#jWC4(rb7$nLo$mw<*`tIlQ0y9w|9k;HR=!^^@deC5&Fz7=n?#D9FX8vIlU zm$&jQ`Dt?%st9ysB%(bs{{$c#5we>SB`Ys%fKs^_{MC=z@ub3V@YY-{?e5 zq!A#8LX7g8FMp{pow!X#`OucpZ|rq_bCkd2b5C^3E2&hly5~l+oWg>8N+KVCX5)QG z4&kI~7IojL$=Y=Y+FMtOmcKvuZ@pi6RyRnwje{1lBiwg(KJlO#g#{b+;X6=4c-kQ3 zy4z54k!32y83-r*t<+y{b96OUEn2#Gn6XrZrSeFC=nBEHW{UGe^k_Sfh(g0O&ysB&a=_~IcRV?tF@ftLyF zMJ+22_2iSOIjc2^bBwv`Gf`z}=J}ug2GEnhzRtZi8Gwqm-@P$IwV%`IP<@=vvKr) zLU=gjo?mQgdmea3n!g*lTGD>8H(3kI)pow{bKt(+(L89O7FhmHjcQp_ePuD{onn=C{f)TjAkWonW;4|=isBPURA z+{Y`TbX-v03Bs!wigS9vY|I#&W#4JiRhhU)PS|x*>BOv9UPIvR< zXk#23RE9a1%am%32HmcX>(p(fM6Jv;rVmW$cKO~u#ebMXOC$!eui;R-jd63gxkYU^ zBJp6iPTDa4f-L0A@BGNJhv=V{zHPckqr!oS+UHT~`H5x};|_(43QKI*)Wlqqmnf&m zsqWSvwz-Zq1T}7;y33>>gxgY*3j1WFA~*(H7Q0+x7d#Lrs#z>4Rdx1MT*G62h@eNuD7RTJ zQ?p&?4{t`k$a)f`FC$sR*P( zF99{t|4u7|d--bB4x=V)R?ztp&hymW`{%{TAHU|{Yy5nGl(SaTl$Th9NH_CDg%*no zn%;S1GMRHGZp-j6^I|F_iR5Wsu$>(e!Awlz2- z%Oui-Qh$)g=p?x7PSMiqx>3T8r}LYAsn->`xn-Yq$WD_dKbMMZCOl;>kz8!2q@cW> z<}D{9&uOD#{WO7yip}@#vzMHlCBX7{LhM~KLWUr&)y61REKgWD_bxc$&mCV{z_z0e z2vh+20nm*Q@ zGz(8c-uot8$HP-}&IcO^E~qF8AGwl*qfw%s{W_noDy_SOZM>YMJB#8sQZ%q~z7E*B za^~NPZtNRz`bof>2p7Un9#!4%$E$LWUoQ8v*hmo)Nm{K#gevW&ZsnRe$=LsglOeTV zi!tPw9dz=dGsd-H>1hN-5a*J^lcd9w;MJwU*Dnl^C>{@sFG|FYLZvS5o*Huz54KvI zzgNr~v*Sl3RqW9Unb_cX6ceAC$#uWpL^@Fa(fZxyJET&ag&G!M`X~T+mPbFzaX@9L zRVzGXz30DrCPvn>uOwJqI+hcYb`3}-?9E-TEWq^rU_2oM2y-c{CbD~~?WVAHzRd(m zj71w(jy%YXqRK&8XhD}`a_xMHfvVKf3IQOUM4f0%e0oZ*{fkN?x-IqJ3n*$txihAQ z=}uSOd8rM`+l_|+>{pny{g{bUgDD%jP4aDx@q)i6W+^XJHl=o8%(n+vY$DAkA8VI{ z?hVa^)aPRQ-Ex&sb=cjY;@2RE z5lTz3@lkh#zmaUrAEa!QD@hkKZNvfI?8Yf7X=qmV0!w@w-xR4j$-h(4*ILF3k(B%i z+5RcGmq@+L`#H51J%P2Kz5)`j{xm$Rstg!G-hqAX z&|i~{3aXPutt?DP!mpF;ysjSnvY5kz4rv)#UC*`9I9$Nq!ObUAc5d21O5YiEb|Ex4 z6Wz_pJ=wu)uMUd_V&~ucoXh8oiOD?91#)wL4u|wDU=4FP1e^D`yY{dSvoM9Qt%!me zE0UNq%zC*me=p61l1_iCI-%ShlerNI2Q)0$&;K$bN?8Hlx(VH*q3{hBZR?FLU96V4 zANgAu-k@T*YgWR0Yb91CtCg@T&PkrACEw;-8b!3+60~)pKBq+Y6&d@(VBhv_h06Zf z+rY1`+glRPDQzzGsVie~A&>c_v(`^QGno0x?6lmyINro{Q3@XOk%MBOpHA@QjzSF% zVu~yccEGj9tIHVUS(iY$gFSDst)sfnZ4^G~v-{0)cBVzoj-?$t42xB{qBT%z*(Z{A zGPU;%YDjL#bG~au;DRT1vRfKI6npzThK(V*QH#+XzZmV)(Q$!bcbn=qs%|;CsX-c zQ?*^Up&_OyJXiNMagneG_!gPA%;L-&VWR_yoe=`A4M7XNnvUGkN7$Mq9`>Qg*i%Lc zTH-*sX^ypl0;o`mN*jGwo+D5d>24j%LP$m2I(WV|uTAMlrfqgd?KGY=JTKa>J`V|U z6&*4yo5XCMoe!1aFCXGG9C|n78s5m?EP9qM47CqrEc3KL;I?hMUX`*Z6C&O6?w>@q z{EAa3mtrKEf6cI|UmMxMzQs}|$jU*aTHSpvzQslcAMf=Gvb!Tz8QqT^LSDRQlOa>D zAXS(;L#;NSadSH#2!@l1bYy70KM)3j`n~qLgce`PnL$s6^=6Elh=gU;*Sz039W`@H z*VUx}H>|7a(NA4$a%K`uAUpLemVHEzjiq1vtV>%IWEfLy7@1_&7=ZksC`D{a$6SRu* z;auMh6)S6l3RZ)5-Y4_K5(0J+l~Q#{^7*UlK?{SyHk$18pf8*`c=1c=ywMAjZg0+|U(y@|Uhy^4fLDHSOhhWqgT)HUe+KqAST$<(fL0 zyKn?wbu~V#qOD1di=b|xlmIh%Bemp$&4sn|^0^AP6}_+>@rzhEd-AVSs}P{L*^Xg0 zvSiJjt@G%4zfiSH1C=*~$as`xQQE>CY*MW+XHAK$x?c2B-?d8w{nWBwqjz|YgdCQR ziQiHP?@o5yrNa^{mT7^80>fY$U#2R1>ix3%uB%0oF+Fx5Nf}O}_wPp7y}Dnlb1rdq z?{eRbp;5nKqslf`t-7eE z$7gDNj{7=^x#%*)tX#lM7A+`#lp+77X~w5pbF+y01kaFY^M zUG)~C16(-$*Tt}$VNS4%C$V_N$bk`}Ss_Am9q>>LQowS>Anb(o6|H&f=r*ToE`{zi z@)w2O6?LpI)9-svOIrtuzbND%atGgEzZ^%lNiw!LT8pFuy8)|?c0PsfiASw_x&Z&` zv(%DIg*SIYBLaT!kqrmc%UFAf(a^`es)u(|D9R4Y&B;{P6?u34$^ToKiNVjd11H#oaGVanmX|?=^PQ~et@pQz-r8L1T0P?MKpJu69 z*@9YV-o|HZZif~|dAM&ksk-Rf>8gYfl_Vr7zs1m+k9YY~L8>^NUM-g*7z~+se^|lo z*AMKYCtKC|^>A{>BI|caa5+6jGLY5(4zG5Rkp?ar!{oN^opP3%jkwhciFse4s86(6=3@Tl zsE7Rs0^_CW*nzI@g~HzBH0d`OhRniPd_%MPoub;+arm;m%YaxXs=aEgAWNb&G^8o8 z9f|ysK5O}|;oUWU>Xx{x#vv#NJ2YQ#d%`#W#v z3B4&(UQ))&9RoDnvC-j+)z{uEK#KwZrWE1EPeyD$_IuTU^95-HJ^)#qoO zF+Cl9ZM$7QZegXBL^i+tL(bfF{us<=)Na{9W z4I-H{CWSiC?-%8IsA(F1tuDo-YIHA$=5Yq%X=Wa?_`-vA7wRt=wyV#M@D4c0*c0(3 zb8%0Cw$>8#5NqKv-5I>H0ou6MwZAY>jN`JI59gg+pC~o? z&iu>9hQ@dH8)eB%60};EwO(rdGo9{`iuNecA2Vagw`lwW$&~5eMp* zoi`{4L)X|CPs{nwS0fR(h@m33aw=}9BnHD68ly!Hz0JtN2+c|8GTfwQs!42heh4X;D;(EftT}e$Sg#J!XFII3S~?=FCofBY z5(C@u-}>#bO4KIz1Di40^@P}Lw}wt5I!y}NUWIyCtB-&-R%-4^XZb4F@qFtsP;uw1 z&>$xwRCcklz`~j*t+K?H;^vp}ou=xC(mSVvwG#*9G-tfI*i-Qw*S7*Q{H>{qy1l53 zIJamj>de1KZ1#Ng`tDKwVtgq4XC@`j?uSM0kOCq`^uGG#REL`3nL zPU;#={TQy&KW=F`h}<+*-{|dDvL5C)3qIukyfI;zBF-WkW&G~+0e=^7EIp>eHUdVu$ zl`?#13E!*rb17b423U!!nHzB8p0OyNVAH_i0s}1HF|`)29d(%@FgA}5WU`iZ5JYmY z@}0GsPd&|&j_S1m)`FyRzdcxs^3;{T{)%%pSG@? zQGH6-hBa2*+l{2m%uTwZlS~ z^x!@A)sInrln=vxHFP1#e4*1k=Z% z+0tbx`Ikq~W$Gx#zPq>AG~6eOMMGaEgC#hAxs2v&_>%Ic4QHqZ%8Pj>WNn7y4Pram z^el=G%(%xFc|&D`4W(#7;G^tCQ&Ku4kCv_SRQmj<576LgL!ExC>5eBgzv(Z3=~X%P zs%Hf)oO>m1XVH1(dhp&n&yZx)WkdZCN>Bkwo#JWTiVjBSs4Rw>OSST|Yw4D^jhh&G;3g6W@A}RVSfmhC%SjvBh*` zAqD%IQV2f&Dd3_5i1_WJYONQO@*OBlnG)T9q3t<_Ilws$_OKROd-zsA10dj3+@eh; z4jMYlC}>XG1##K_ux~F0SXzHaz_VM3)!YQ}jV?KbPgrbAQ-pszCrz+i-{ON&U_twh z4vQc3gedCsw(Ducr@6x_cdr;&Iw|sxKfE+NF9w!{mTs26vxnQ#kT17yeKGH8sUV>G zLpR{danBg4n(_wp;{CIIDYyO=pg0-*I=&&Xg>3aw5ULl_N;dfk*m<4IFg3fc)}}X9 z0Di`We{#`3kpp{CVG}FD>IordlZflIj5_&kDt5Sp1i}e3vlh0kO*=!*)Oh;#Bl$R^ z*Iyoy&UOOhzcIfYyJTI)uQ;27u_K|(Pc09>FM7Igwch-?U|EQ*l?275nvXOr57Zb3 zsByYcuoIMB3I3fTF?87u6tXAJOBE_oF3E{2njN!)+)Kg{c~Jq~rv-a0zd!nGLl`F) z=8MrTYLZqVh7Q{Mm2kbIDG3Ce`+qKa=eD9N2j)C{Wa+tAk}*%%#=S;9p?+=*Q37}4 z0HQ>@ius3-?z2=wV*D_D&eb6&uzG+wJdavNToZYE>NCUf6i04Xq^==VuQP8}y2gn| z1zjS~H@D9y@QVWIJagmgq7RZSXH`(`N%jL$q~52;ZE`7f+KW2vsl|V|^*gZ)B85P* z^YOekqVj37NI;t`FA={V=0)d)U{0IoUXvqP2e|_Jnqs~E?uDITK(dn<*vZ53_ZgHK zEn|_E`qY-PK+5OtQ6A4Wr;^R@H#D9>KQ%sZYrNi_kl>rc=*-odV_dFh=d|bQ7UD_j zb5S5@M2W1GtQi|2yKr?EcIYZsEZ47=FYLRl;o;*>BvJII%AgnuR~n`hFzMZQ8CC`~7m`FFAqA7`W1m|VscYShy<0l{1ZN2iYaXxR zkb*_bH73uxQLjOhd^gP*i4&?jF}?jVAf55Dvr?v6?mC0AWxE!2Dk@%p$JLRy&)Z*} zQ~cMn$6Jz+1E)EP=w9Tno7Z7)^B{k51MIJ}onw_%8OBW)WH2zdw~JF+t1*x?UHr=F z=$<{&WtVF3q)ij#I&Te4W;X7kNw5MRLwu%mJ295wk=XtibH4Y}gOJW~$E=%h5%=IS z?M9;`S9?|Il%QdQ6@O~Y`euw{baGF2V8CwRoZayoB?K7_>>dUDM%~k7zUc$IO%VlE zOyiduxMFzyn`@<^7F)f|!SQIUINPFg-NHtnEh*Aq)F z%EOo5oCae6C71e}lflK~SwLEMQKuA>H_XeAPXc)DM_0(Chbs^bt7gww)cx%gG$n1@JvP^HAkpb@@z zJzB;|Fwn55loB#zeRC(gkaYj5AvP?hbvzK8^ZFJ`93JlHKYB_b6o;bbtgLCIo;a0; zJb#W8)z_}CZ^?VD(JWIa%ZnJIs@MMp6)fBGQ;h^skZzL2!+l@%7c~+s>^rsd(VDP+ zcXcrHx`2`kNDA|{yV}WiYz9UA$T`8Z#acD0LkDTI#YR$!RG_}f=agz6lA^tdYV}IiE z^xmcgn>7)jI|3k+ci-Yo)HxtfEey9Dx|D^Czd`cO)#2yO&+mH zcOo`d$9%iE;|aOGdecIrzLr9gD34le?Ybs5Dt+*})ypD^sQvTQ>jZR2+~lL62fzh^ zXQ!Ab#{vv>`5G0%k!4$(zp+;G=FXlA%b#`dG<#F;e0+R}N1s+EZA)gBQbVi8%ZBpV zwiugFl=qg%occQ7JW)ApIlnXOPNTTVckibo@A)R5=ti61M|8&;J?j zz@<>gzJm!0ZYRTd`5ohhFVqZJ+*pDBN3xZuv<9vUill4WxPk+tp(oJJAv5=>ENh|YdEp|0;dSYVj3qDPl?Ddh;a;E5NezS-H z8LXqbU9E-}i_<5c$D^-9BT=}Iu2W$#>gjH(XtatTw3)-S+81)Tq{4T3Hdj5v5}tV# zn3k-RVUYV>b95kUXD;c8XcY5g0a%ob{`pcq+EQ;EUR`8vU`ARL zKK1}lBx@knyQH~QT@r!zlhaD8RqgKB#?w>3C-whisA_*BHYNEn7X?nY(N%5*Y`nQ^+(71-KpBcrW2`F3Wl#KtChp@@%!2M>w{fTO<%8WT5n za|!W0+QP1K;Q!{gyt7>hD1Tfue>H;7>vE&5D`7nYB@ibmO(JLXH)4GSQfmB?x>fYg4xU&C zILzBncTowdvp&`?P?ZL5Jg;elB;7K)Ytnp&oc}HZOyv3h2b#NjPgi94eSKIT{BCx9 zq*E_I3;O{fUip62c25Ruv3U)_uQhxbsB9_5@z9L8?^*1(Vxx8%7B}U`Bt|v3Uys+T+pDXxJ3(20-=+H)+ZYdONucL45Tssk7!)Tbn66U#TrGK{uxEb^ z7dhhBYqbe%f!?h1JQL>#R96dP-tNAJ+L`_$X<=Eq4&FrP-<$2A-6I2?e{TK>Q@8); z!U4yM-tKxjPqcz0SLTLF?s8iSWR%|Lz^plV4h8);)lJ=@*H5`v+_}bPz8oll+)W?L@ zna+7c$1f+HDrGbVF)ogCB?QM|&0Bc{o3D0I&%kUU9?+5P(|Gbmy95?89}ZlnS70r5 zQF!E?b2u+w)*k1{TBkw&rInRUzV)v_e8Y0w5y0bW8swprmQ*T)17?Bo&o_Dh&BXfz z5}EIv!_c743>>|Bg9c%J9x;`K#VkRT?z^9h5TS3gGBkm9V-r~g;vWpi?0sS+au&<5 zOAHCibC2Hej6QUn$g*7T>V{7zH{6D&_b^j7*`7rfqv^4g?7D`UPP(|D6j)R6`Kwth zozx9sI(Np2S-I}UcKGn20O-3pHvMKCB4ng!&D#Jh z{VV5fEbieDqM|=;W98q)DuX*p>T{)B8`xkNm49{SwS?8wLP6)Lai1$FHHEH z#Fw^4S9PE_DJex{#unvZ7~`b8bZc^*werHTYSWaS#8@?)*JSV%MMRTSMHmpQn2fXU zGS3CfKLNI9x^7&^*Bd(%@n1O(8Wj!BBg3y>MI!#W)}fVIood=s@c6#5L-N~LwU~qw z_Fk@=JWzk*se^^wrX*NXe?|UiRgUjW!bTS5F)BFMi4@7C3YwGe?~+l=ew>?Ri6r&) zH*>Xlwr2vYbCLV+CDeYbsiZP0gR4_L^T%+`xlxH?bFS)5Y~cmrPj^gBJ${uy4?FwG z9(LcXSkKycfs^0-oE)kt>R43A+|Exulvc7VXsS+VfqzHr`50c8TGtv++PS~>a$SwT zh7cB1o>tAE31uZ9Zj8pA?r%M@^q&KT~H)2ip}bkt$3zqhgZ0(>UC(TUu)CFy{>!s!60!KEpe2R!1(4J3-&q?c0s^;lwNh z?7IP&)mb+@)n$zRe2KKXg;_6gr`3ijPZzA8s6Kt$mVic3mdvJ#=x_tcE@nQbumyi& z=KnR}Gfz6hmdGm<-rHVwO?dF>y@O<^yAku@q?*D_F0aNMeISCGNqexX0)d)o+L0~$ zo9+~no|cQ#+?l0N|CB#>i!638-0kC1f9fVHoIK9fKg*HQADHxDxN$P$?QH zbtx#*u+3x7{v$gOo-c8`nx`eX*1k z5z1s}3{bL>d~*>f6Z|&@Z4=Y>QKd%ozmjg57V&|AUCTY{I9P@fnUKJHctzRNP$`0Hrr7u)SS*l4pNB2DC?a4R&Ee3oo9etW0>Qi@&G zfSOyRht)^ zvu8T5cqrBH+JZ1>H2Q+wI!DP|%-XOse?bx7ZcBm+-JGmuEK<4~)m*f0l@3}c-8MyZUGD$HXI{O`u8UfS+&R&@3Nem*kJA`7JPc zI@U?qUh4bBU!!&-3UPe8s;u}RfgyVoXjxWk_+)o6g?C7ng?J}7;e5u86H3w^iAxQy z8#zhPDBcdtO<}SK2t~i$X-7fIFO4x7 z3eQ^mbi{1T!SB#8_Ov}(qlp3CIcpEY4lWgZ>HCsgx2qD+PmG4QtIOmRr6uBxUCaq; zKb_VMmx#Vj9-+IG1QG2!m9#<@Vs4IOMyun2EY5~5hf%<+`nzC;dFq!Ay!}|)eW$gm zT~YwRCeA={;-Cxx6kJi+8QmRj;)eaDfNu}%XC1rxeUr$sr4pjd zjMddJXM$kr1h)+z)T=j<#=H>+0sZp5x-cyda{NVD_C<3jl82CIm5hmS(uHw8PIv+| zHqDkASigNA61FW$W2I)ffs)&euHar!gU|UDDODM8S%Px?Ir_TAcYp|Qq`$iEfHB81 zcwFVq*Ogc?PJsv8`bL3HFIeW;4vEBQdu2peudUy8_fDO2SKegN%w|DK$Ahc$_%`+f zSj2rwemA0y*)?=!mEM~n#QUmLg3iD_g#7hcR#{Z8s_wN-`sS<4w z{fkJD!Z#S$b=xw(B^VSW-!*%tJ)@oaiYEKQI|Fg_TTaII&)^zPsgN;GLY8ZVpRbmE zy3JQWSEK4EPU0W0n(yjB-=35YaFX@7q{aO)BPi^nVY>7@!XUb`a&f>ajG>C_aXp1@xl?&mp47ouN7ztKQ*p<| zvqj!+f0^sX2-ey)QVrG=O4rbvrJpy4Tx^}3 zfZYhTUYLpV5*#u^+-NYp>2%dqH4yDeV_8taWId_P#mPJ&s4op3tVOrCm-FJ-S!Q|J zbXJQx3xGy{A8&9pVms#q^yRMA<7g^=l$_K8f250Ow>PM<%jK8=tJJz2=Ad1S5&8r@ zU+r=m3i5;LeE-$$QlC$adLLZnHt;su$X^^P0@L=Te?M)NM^amwCP!F+-{-8zW>v6* zAg2Y{&>KQ63Xg=|?LVdF?MYD?ZvIbf-wKJAhiFMc9q~ zA&9$zUe`e-tRg!WV}iTk5cnj5jNPI|Ep_DNz@?Lkaq}G0hTizCy3Gxo*8w`V)eU-2 zIc%34;#mwFXEFiQUQTUI&Y}_810U1Q8cIy8m9u2ye}xps@5;e4qF^inPoTAS7ndr% zCGt`gs-o;=Uy(k3g4c)AtJ(-0`21-g{q4-fS&{AjTYrq$nU_Ge_(LA-`t*mPx0@_> zk2HSC14#3mmDtKc$)+V)c~qw#q3Gu4g)%1gM}5L~>2b2Qb)I{+E<)C!#*Xt_P)@<8F|zfSI%~uTpCwikqiGb9 zH!dytwORX1-_&w&w{xfS0xGEbvsTvjl9J^%of1x1iy(wDtdUC zRKV++KR|i)(WMfLDM2&z!gM%LgXv4;uCxa8U#y0C&h4CnTzR!6R?6$w_!k6adV<^o zLyA8Ii!zC^i|i=3aVD3EGg2cacl{MiDACl_Qp<0{0nfxi89!Je=@UgfUcp_oUi+id zM8Gz1t1wPYHFO;9mAM0pzfFnb6IC0mHZ>f6cZ$ z3M(H5vp)GQ5X3T(3op@hy{luF@y=|O=rFKlSus-tgbs?R^Y9FnDt*!Eu#=!$DjBTa z;C6!O9`9U;&8o3xVhp=lIzLUWD}2mVAVNa=DeqmBCvF9OO0}9f!+AeC_w(bbLMexN z#6pK0x}Rs)NMd2sFirqV{-bO^*IDkY*y{M<-NOz}P%ZD91Y)O!B>Ifm0`UGXbZEGE z6t0>w%9U9moY}4eq3Qsl-|_%kAeaR?l0lRV6aLwK+f7win8|e1gtKfd%2wxa!$4QM z&DDY=L}=hk-!i`V!y zJ*lo-;n{H$%&ypx$N^yRnx7v zkt}{lWQ?Jt5n#~lw^bKWGa!pQ8jp!ni`vyC9&+qVsr?4!F+veHjrRw`V`xwns|9MQ zk4s4!HS*?r|2_+iJC=TsK^83w&0xGgh z8a3cIYM@H29jjElbPbcTL2vZqv2StL)pp7~c7#ShfOS6TZ-{O-|vOr4@k zbpz8Z7k9=b8+-8z`>%_&kGP@DA0tpZ*2F0vO8E(%W(K8$UggZ&7q!dZ8LHXVItGMC zM^AsL$v8>BX;>+7mr|xG zq&>5C%sy@UiE$cU9+1$!e#CS?vOip`KdPg5hlZ+DOTb4sMU6D+H~ScmsHjWpJ+dnI zdn<2)M3St7VD-TG4V)tswi5q(91+HiHX9<+nPouU6_A<%A+`kQ0*a?4-H+1*x_dJD)xJ3p@pugV#_2F)N|54VN`qMP%-=Zm zGg~^8E+&!d!93lLIRszqS4csUiKuB9cH1Qdh7%8mp!#(Fk${)Xz6UF7Jg87HVHkDI zQ=T(q@23I=I) z+H5cWR^U=@Vpr$*3)6d8T=@^=N^y~sJKu`0ZbfoibMy)*TgYDy@~L)%{KV1+s1^)| z|Imz7%1lEemZjVFs(652aetP6c8qDgGu~;=PA00B5Tw^)l@q}jaAEDN$WSttbvGKq z{(Oc>mbDU$<(Ph39&Fhi5C_R)rNF|{Dc#$RJ)c(LoF-%zPzoafhWZ=#x!0|aYt<)5 zJky;k&MV_2&s z9}9-wT9Xz?Yp%({mcZ&?Q;#lKh--;8`#Tb27UNt|KP5%D7u)a`0QF9(#XYS)c5WD^ zhCB6JV&UX0Z!0DZ?aw9`vzO*ege7U_vkc@RY?8SmA)#u{fXqp?V=LW(M^U;*NJp!G}H^OZoC0n&OKYlwt>t5z9NEq$Hzb3AZ9tEuy<{xkg=w6Hqy8^gJC4>#-%|8GV)ygl90wGK~ZITSh{8nTef3}4NRhSLcs#ox%w68773VZNnp8vQMhasR8P+Ix7- zL@7UB37Yx)$I@t^O@U`+Hp8%6XvPU;U^Vngz*huz5;^~seGwPW3z3{EpLc_AC-aj1 z6J@!i&Sluz6PZ#3&9ra9tb*Re`4YgK6vB|uEE+}q)FLmI+W+(``I&K!)LXe{bzgv^ zNIwgCx6I<|f#PR772yzey9U~5Vo{IzqPsNK(h@Ny=_@f-rk8X)mnT|wb@0`z_We%W zrT?-!-Rh#Xm)djeo{#_rq+!y*!*>Ei>B5ga;^9tpM8z%9Kbq~)8R->NY;uw94e)xw z4EqQN_dgxf$L?|)Cc)P|(=yVn4FNK)#>_1$A0qQ7f!h)O#&kexGV{HU$)^?37Pe%9 z7llmufmZ6l?xg@Hcp=Ck`<>51#(S}f!<(w5AE(KXazT-z;AudFp^>9-9@6v3m8$Vt$83MiSN%O_pM%Sm;Sv(^lq!4NCLJ)j{jl>eovsk?XrwC3ojps#R+NGV`-c8 z>r#@7Oudm8p`r)&9JQX3C&R9XaGJ5=@^@)Qst^$q(oP>66~zqBevfyFQ}Thuc|km% z&MpwT3TYIq1Kz?npnNDiYs4g-scjOj5j(~`KLFUIUKlzK4@BvJkw?U#h zKo<+QJ^8v7FzXw0mWO*-fm^*;xKski?^h>6W=>-6WX*)$c_E{ZUEL@p92v%4KmgeulR@)}L81SQW{ zy5lKdkE~Xc-G+$aX^)Z7B+O*rOlv8GRg6TTp#d7p9sMGQJK0h(;WD}=AMDs&7*Kq7HU&KC$zQ=8;}E?)`%nhYi}=Gpr4DDK~C zki3o3nedA=b{A_XDj29eCGlaYZ3R*VwH*p>&y3<0j?MtRwOy;32>oDa(<__D*XNIV ze#8+~5lBY;BSpcGe5-If$vztWlq+<5Ht9st78{#|8NGUtQt186n!sgZz0k4VSN0w5 zFwLuG^)1@4&uY)1Z_8y9={%n0j&gK4V`;@RKOlce>x!<#w;o;%^FOB1$0p}R{w^d2 z-F3Ox#16&JQO?A9yMteMNgx!oRAt%TKNLE8w+8VgKNuA*f)PNT4>LS!IA-*^>TW`5 z4_H{gf=^^ZgOeftb)_Nkx*E&M5aAZQXWr&$T2g~8jaOKmIQ6eT!_C$abJ2a@jCZIf6}Ih&%92Iu7TNX@NxsR;;#}LYT<#eM0QXd&I4EtaeM} zoW|hlgJ0(y^MWNkq3YYzxF^e}`2J)>5^VH+oYWDjTei90 za#1=_s+r;xOc!%60YHNIpfXwXLU*O_&kysHT?hN*OK!~tlhvIGG)ifV85`TXky`^k z*dCdna$ow|#5UIIJK(Y4%*w=dz9peWq*i-(K zy+;`FF211+KzqWz*ZDJQ)dLrd(#8Lu zsdvy8?WPV7KwO$daNJv|0iV)0I{3_ENs4nIAiRrHL6T1HhKw~gb1u=q6X6hZUOAck zZKQGr#?5ZokNz4t7!jE-k*%#RBV-ql%hD$+w+2#E{^?nVgI|Av6{*6|2TyK>M>V1xGT{eDoCptO@6|a5nFJ2wXSo2ofiBNIz53&B1B|6RM(y^5 zD50ZM`5dWbxn`E<@QY8;OB_&?Px5NZ>6nkQD@>ea2hW#?;*^8 ztlj``#?#NpGr#ZBgOQ6*2 z=`^6{i)BmwY1Qw$hejEQBHrUfPB7B);g^;kBYx8@U43%ggb>wpS`XVkMFg+ru-|7B zy4xy5X)_sO^x?~NE$Oh{Ak#cMrbGOE$#-1f&ZYJv(N}0JEY<8ftB@qdZ67(DXi4I4_oUiYlDwD~*gXuFqtM zCtIa!*0N44&S+mh{`OlT?ruPB_(XJj^83e0s_C-MT=@eYyJE+-gsSEriEai*ubMkN zfhHrz2?M&qK{F@fcP{~1UNG+9DGQdmeHToxIJ1+4y(`vp1_a& zF;CBpG1XKL3M2BOg1eQ%Hq{b2Pd=|gvJD*qz>D52Pd0^2HSXTcQtgUNk z;jID9lAYmu{hSNXgcN*omoSm_HD*LrKj?~h{4r6?nd@}8i8wyLsN7Q@(cJW$6VWPd ztOwjxquHjS{)I0U`d6nZKFIo$b`I}7uhhm08_j2(YS)<^4s998Dzf(gf~g0S|Jia~ z{Q1)|m&{dLwmpN-H*}05g%h{z!jyc$u{6dl>NheAqwjOc&ca5kMu&D!*_2g8iR=Q@ zvQX~Uu9#pM^rA-uHq{R<0-N{r$HByzbKlwyb~Rys`-hw8<7fI#sH$DT8*93K2icDo z&3fsmY&cZf9)-ny8Q8E3B6%CP4Z=X<-q_0cc0!^jm7Y!Pob9n!bNEI?j`(KPiLGxk z-xF;$bJgN$1w<$rAk*?b6e9Lv^j941GDT3Mpdz;UM848y0hMe6(t1MN=VT51 z>suSjo4H#>e1AL_8=5rkTX$dSwS3uZ7Y{5_u$hQDqCv+uV~TR zsIt8b4-R(N;1EaNU@z@*RJA=t(}46hp=a|Th;|z2)beI+);e}_3&Rif2~~N4A=s99 z<*%3ujZ%h~8W~yM*wB9-6Zz}RXI_s@bL(tWMb#<6a)U8^F1u?JlIXa&%L>b#N5MSX z;ThM8ZK0yN=)H)weK9y99S)gD5;Ufxxu()K@yKr(B`JmQW}ii4vHBERqm4H;KJSm$ z(&GUGUn}TtD(he&ZoN)DaUw#N0#jSk!GPVokU61KDaFB==Eo4X z!Zlz-5VV_l5G{pLF)UNZ&+evL65~!Bs4M$jOUDri<2B|)xgG5-l(RAT9;w>rRQT5B zLL3Oaq2btt2m=Ru%f%Yg!1Kp9@3vsS4f4v0W>nUsJ*`vlA;np^n{~HZpk?(eK6&x+-iN_Zy9Szfhp(-QMl8i?M#Gp8PWmT3@?D&l68{KCZ!ZJy{dl}o- zY@hH5Md;Bb?@;tEx@Q$ZOhO|(2>>Ziq}Jok4`AVe!W+sh{DSW%jz>xX+1){(Zv8fD`E*UV4v|$yqntfbahoJrxm{~Lc9C{wjBzck zVLBjodH1r8>#JDZb>ViXc?Xc`(tag7TWLt&xLlCWz;_;HIWMZzNsr0@ijm10OY`+@ zOsPIYVjVpeI9g@!j=m$&UsL6oNb{)9Y8wQvjl>XHtB0jBM75QEwLp=_NF+aaL)DZQ z>LR8S+O5xDwfjUpN9miS;Oez<$aBsQeT*XfG7UC*`xK3>4|Y;zP_DvssRt^ftSK%+*-LPZmFjg}WYk zl4*dTAbyaWM(fx+TIA2O&nNhI#}aX6&v(!VsPvsi&!q3u_M*k;_2ghsnWbC*;Hzeu z4w3}v{RzXiEB4)NL9fM?fAVa=aPV{h61K6s+?Sf>D~%?jJ)fgUyn~k8+rF2>yJ8q; zJd^H|kjvZ@>Np`ViCCS*nH+wSD^Y%$j1MeqF%~jWc<9f{-XplbP97uIn>PKGJux{a>cfr^={m0V@!r>o(G&I zXhtxe>h@OXX*b^<`r%Dhu|T73QKT|J3H$CmCu&`O{hVZ_%}qIzuw*p5ZJy}3HL+*o z{t0ht*}OC2^(sHRAhXRiHrn$BYG!mOzkhk_5sXbU9q>wNDQ0j3XN7ZAtv-?S#U9U`>KrQessa_{(=oW_-XOX69v#7mOsLqx};@AHff#0SK_ zQ>1!vw*x(9GJ+E9zoVJ$TwaGM>u?K8!m-*#eY>_uJBlj}Ao=7AIbT29M+y#_H=ZK7 zdk_bMXkWIgKt~gx^K!}Di)dP%WY_aG$(LF5d=4d{RJ(_MJqcNhJnWwcQF)!6!wqm$ z5+5}O@PAW&u4DaU`+J=jt%Fs{cxco|-bEc=$Q>s!;z{4-1hwB}N=(c<9$mOKf~56s zGxpR2;Pesn`gL1*9C2UXsj}6wImc~_h!N73Z-h*93>>M2Dg@F^o2~DM{HVlwa8z!OrrpE0~z~~ zW;)b71KgL>zyPLzdp0~)T= zlj%@OZg)5BVMTJb6zJ}>N{2hh>yQ#fL4o?SDlMwsu7_2_BucnE^<`gjUFjX6s{Bxd ziUi6oxxn7lk$bqw<)9kyqY3hM)nPdmO^d`i)6S*s)yc-Xz~S@6Xr3Z2gHSHLxw$N>-xDBjZJ?%kSl2c&56LC%Cu zjyZC#%HCZzlx`}DjkP!H2)r%}o`#Rybq!Da!hzpSt@(lz>Et0~zZiM*ypQ@0!gBiH zbUJ(x#>AcM+e1Yc5|p58PWYb0<%~Mg&`M_|zrI67aq;_Y`YIdjnV})zUlWu!;IG-d zIk5+$VjBC|`*~|r4z{Ah?d&~DB!A@vk&fwteJ5=x->e}IzbN4iA>xfj7fM(P;U+A0 zWxOrS4HMHc0usGGceO*kZ!)brrB|DP<=5{WvT}qJhqT;yyw5p&#W$ZJTsJ2lNbU7S zVEd0;-R24|I=EYs6FHiRlI#1M3NYHf=hgwm+t(&0nqp*(=LsB>t4!^JT#9Fgy%wZ)dK z`JzE}raRM>O8I_&@KeJWe8Y^c_CR0D!6936n7e9eD)>Z`NqWW{4sJ==5Es@A=Iu*i zxBaRAdffE2`ek~E>IF88=n`nMw0SRVN`)WY*x*B;Mm9R9I3FZ?Mos>%5Sbf?L|kSm z7iltBt}k_cv2YmMU7R0u^YLZ+c5w=xL1Rk#brf2)5Bc*4&ifI1YjD_JcrXRleMV?f z1Yv$&X<3|6p9E8#TtWM&rikK(?h-(mD_{w7G|ddhrJvW$*9;et33LSCZ(j>l6TIpd zB^|{*Co?sI9^Qsfe5=H$?3Yve5D`D=MNI56R*KUDR;y-Q9SWRxD?MA;FK=B=(p5L$ zd9q9LsE~M?E@y&bPbK86HPJN=>I1r3Z*~3)0MP&Kf8SEAZ3s#Gla%M)1DFhJ8=b4# z=)p2i&`lgGDX|KXij6yooKW1j{)0r_rV2<#bjhw)#AfYKqmj>QtJE35LK#`OjZSaX zJLj4FdFDqMH|M77a-s8MX}F~nHDt}pCeWVLh}xYy8?cYx(Ift6fEuZG^hom&USunqLX}7`YkEG zc4yXa8LuzYGO*JT=NPMn{D$o?!eSBjJaB3qkTXt*fOKl$zCr9eV0}3BzL;Cb=4Rwd zr{d-??oP?WN9IyGRP>l6l*Gbv<1mK*i$Y0?w9@$jq*2p1owptjCgFUAClP_E_dH}^2UUi@SxjbSPGDQu&$GV`MzBM6 zzMIW~uQOk*XTBXb=6o1iL6sW8Hx&ZT zJYE?QRP|KC?KFQOG)bs9JotM5*PvY_)jgqbbCDi&cb;dkex*2u3%e7O|Eg|rd`K3b z>t#yN+K4NsVmhEu=ET__uLPNT+ zS)UQ08S7Yw$zm4!b^n3>^9nbEX0>1vM087-L(+&0*RoKh@YpOkCPD{M;W_)ZJbAWk zb4|(+%3*d4*Ks-z%pIOB`hZ@QcW9jFZjQ{Cc3h@9SCItW*a_kf}yOp0QL9 zEv1K|?!3yG3?H$+ahP&um{>MVd~Z#X^tGvaTpVZJi52M!+4D!ZLGbBoeyPexk@ zDRMG{ih5f)I-#ou zDXoJ2lhu|v{dh_p+0qI%uyKsH$iJB)NEOFa4J3?zqo$O&8ZYc*%b36sc;~3lu~KL% zn9luihH}&=f;9`iuilT(d4(^zIbi3}QwCVm$g(i-s~GdbnRpWecg|}BLfB%Q32fLi z`iag25$uFTBRDuBng4JxoP9Zd=H>CIh2t$}YOGYT=l13go~Ow?i=6SNKTUYAwdifyw@ig0aA_9l7_1a$s@!jHe-}jbp_M`1bcYu0 ztPhXQKo);P0_*KB%dMhGDYmv^0{ZdEl|DViXP-`KV1xlKeOh#T=M+L^EyH zc;dq}o9&G6L?G3ZDkp8u{NuMZ6c}zfeN^r8wo}?Wd*#Z@4tW4WU)<W2#o`3qF` zP_lwG(zvrDyBXy)#dIDqJx(OR1(MatU8!G%oOXG{5B-CWopA?{41xh-F8nz&SFd_`eMA}8oPbpAlNk`0skT92^z*vTkG zTjer0@>ZAhdsgL)q0GSxdBbRjbK#;?uEHA0>K=rjh8f!7^rT|e2TkAxYDxe7Q*)6} zSbwowXr)w`=UzS;jk6hy=~8lu9Cke=1|blPf# z(Hv+**cJ=ZnlKphQ=H_Lyz?lvfz$kTIB|OQps|JYWMhC;wPv~$gw;Sxe$1}eELS5Y z*rOXe9&%@g|Gi^Me4kh}&qi-iWwT(|`F@&qYFF-Xdx~}9+uH%|AXL@S?dZZ#a-{m_ z16f7m_;zlvBGaQn${#4rH{(O9G+s-qTOhI`-?LVl&m5BJBTXy&7t=4PuQTQ2VQ**t zE|i~qcB%f(r{DoC?42-fJVw5Zvcb&jagR*uieMyss`v5o(V2a7@ZfPVL1^)`5cv-6 zW4MwpDiiOK4e}Okv(Fs?^8eo;$TdB%w{6X0Nl;y0JF&Es=_%yqUhGhv&)-oD)7 zLol#3B^r1#KT+XSm8P8kh6fmH_%(NryaD_t) z=a8bfiAg&XKtF3CMveR)Sogz4;As1k;CvX5SVq)FJX45BH%G6s1Jf=QrJdlK@uC`! zqU0MPgri|Rh9MoM>wNYCu{BrlvTU@_4GP}X{Mk8m4b*6IOnnj*kA1k)V0CS1oqqQ? zay%u>M%(l1iS}c(SG^RQLlto|!1*fb_f}o$2DEMQi$vdZ8hf7R)W+ zB?IUw)c+nfNbCdV?tijSv}@-zd0+h{Ad&{ z0?2q|(^4rCWRouzUQT!?Ngq1z|U{F(OAP9cXo4B!G< z4HjDazxcdf!c4*kSOg#ogVV;JOezxCep; z7FgUC*SFz2?+4s-=FaqV_f%I`d%xQG^k|>vWKB{GL1DsfVT!!{O0LucOgG1f16pRZ zlVmt5RZZJdPAnkIY0ji2*+sMa(ZYZv&0}m(v}H@h_X{zGbR2fJe1{jSdh6ZrVh_6R zEE`i05C}gpW{ozIT=yVDJ z554`;JL1s*PHff5y44Jl8_b~lRSXGByq>)|al6RLjlA#gz0z6rpcKB@W`G{Kv-2x$ zBA=Ev*QegVHQfd?IN2(mQLdd`9~VnC%>XH)wAMJRZEfCqOtm1I@@l)&5|;3MARBq@ zsw#D6X!NtGI$X5l()(ZTdbfWJo_a>)DWx*f?K8@qwx}|Fwq3Z`{Aw}3J}T{LKL{#Y zr{m)C&qoQf3J~G&_%NW?efYf}@2(dG{|mIu3Qr%XX1q-gVC(&X5~-q~QT2Cbv-QC_ zFEPQXL1Yff=)51@+3?Z!lgUg}MXR`|*(m?x8cm7m zbMa*hFR1fq_!3Fm1gb`;{`Maa=1srrRz{uMP=tb#-C*L+KDbYtdNzFD&>}4|{$`L# zrGK`-v?Pa5OqBi3RHa0Y&G04o?b@|gz;Me1SCi>Wm_4)x0GOuv+6)U^N50!)`ghD1@gl2?;CPf)SjL8tET&JD`*XFUo(U}zN!RW zS+d9ji`~}(Zb_*(`fY^g%u!Oit9BkIC9p7+%Zt%RPM1AWynj(pKtt5bf4@q(b*a-c zxKreO>B~Ws_>zpI6=`aen*3FZ=kpjHD&nMO-#TgO6MZXJ;-z;rPV>C!KsK|#lB)1^ zJ|Z%Rs_nBoI!xXdM}F}#-+qayO^B)s{6yK55W^%VCOE!aAG8{TbXUB?f>e$1%`jcN zT%D|)R$V{UDKQ4#vIeAfKXpqO_8f{J%aHy{7T-j}8IuE~ z^KIUTYqGsBemgDMr5*;T<6Skk7|l~CQ!N*ic-(aGnALx>s=~K{cyxktDJeA zi1vmuOgewg*aM%K2NYo{iL%@Wr!XYnjiI5ZFnT~x6iqTGxh=oqc-4|W|C518(x}%5 zMi_D{d4?eH>&ITdq6KOFnO0`NB}L{mFF#)W-~yent~XfgT_1>c@x0yn65OuWQGH@wAXuhndp(^JaXV=47BGcTik@ zdfqtBVCI%r>gq6|Vqwe+54Hrl`gqjB*aK6t(~$YdE{OzHH)+o8`za_&hgb9JIM0He zDdHh8nMvV9T-)tbA@teFS38`j1r{dyG+`|Bj6tyHG6duMnitb5oAj*?db>*q8qI+ z=jS)-Fn{IA0lXWL2tmvGnUu2)^9esu@}{rEIwz6GQ5RClEG$j~MD@z>%tu-FN?m!O zQr^$dly~p-<@FU8D*a%U{o*~Sw+elewW!~x<0mw zTMQxWXe}hpO__ieEw-VedM2F%xcV3AaAN5OQQ6EAmHiI^6z<;9bfK(vy)==n6V zI?X$}x0SwA@RK^sofVm7hj2u?x@Q?dP^{f|CPUp_t2naoS%le%a+V~aSn9O)u~v~v zl7C8?Q^Js9p^kxc$jKTlR}|W{bMP7n{z~^&%{%kqg|qP`pXc}q$bJ7rxYI&LcE=%= z;U!~xgy}gkvd-%+!}I74-Xl=XYlUX0bQ80;H_Asq*v}1 zkE9jF84dlj%Y3L!mX&F;==(Myxh)K>cJCst4*)W z?NNNk$N6mzSB3>Qnf*N*VvPW+LZJ0rYx7A$r?v3w|6%_3e~IOol0Ad?M@kIUzZ^JR z%72I<$T%O&ki}pzpIMvha;FDO3JZpir-aqgM{PtjF%>dXI9QJaCfz?H-QEbcB7c&Y z7Fb>li6oBPG&`D^6ZLyb%)=J`0VQu^yg*_}d&I3*2Au_4hogV-;1EONNy_hH0SC5! zfU<_qXn*$F-#eNkr(0ICguMWPcyR)n-nYrfEESbsd$pPjB`pRidM48xEyhvEA%^@eUF2>Xrp-%iJX%C zxC$5eOXZjqceU<}uWD#2)a3a?BIyF*cP7Z!U8*|fRPmTtpJk?&fk zSDL{e#7*OmaYeBv5)f7WgKo<2V*PWqc8zvNyJ9-N2^GMJs%I4<79tMnCz8})%Vp2U z_2MJJ1kt)6n17f-H1{iJutfXgTjTAgG-&U5Zmg<^La`KqLZ11@aAZ?cIG1obUR8x; ziGB{rE*m<6X)Jw|sh^<{pMQnJ?gYf2*(XvazYE>iuru(*dX^U=JZ6G%sDmjWUJ1_@ zYidQ0l%ec;6hIW7`w;6~cM|Y|&Q$@$PZNw0NgYc9v^5a;{cO3JSJoX@X-JDCmh4+$ zd!?t^46(2tY6!FgVb%>M?x)V%I#PO1-F~WZc=i8?&K_wsrHK?=|3?37_)cP zZyLRSMKRj_o<1jd$CVo0AV_q_mkfJl@*!m=?qcE8jXMiDPS}}HSPwo58q$YwUQhOj zlSWJC`P`~I_6u>doNhlXrQv~4Y15I5_yGKGx&0|^H4ljltt0s3@^1qz0V*g8+m#Js zlKNb~YFeQT%TCX*nTEe%>{gqz`)&{ zw&Z&n<;fmG4Dyn7iz}k@tsfVLYEz)qNUX-deVv7MB_pi|&U@I)s=o>5p?kP%Vu zOrKuY@yuojsm>>mFESPhD6{^%cx?Nf>6p#Nd(v2Y()P|7eD?hsLX0?K37CCH|gy|r+i)zDPdEQJ?l(iMF}6DxY7bunewCJK zx9h0*9)#l9ED_d3TKD!*sScNr6A4iltD%*k)2|o5leacBIEtAe$wCbvBuAziO5sh{ zKdNa{W<(zS%nLh3f>9_VWSC^5ZyGTa;>$tbe8Z9{*tv1MW_O>>`_6BlNW_ok3U!=< z^PJ7!r)bNiA&x3t!n}(+ z;e|ifdoHsdZm6eakSV@Y5`2GcBOM!ONUCW2Uw7Z5iisw>sdYY-po_Uf+E{*n?M`LR zMdev-5zn2ORJ`-rm@goCh}B$`iqYR#P+|$~%n0Haozpx-Pa(n`Rgrr}-|bw|j+CA5 z`@5;>3v5Q4xoMmQFf2GnnKbZJaDT(;L7L-+g7f43{vIW`yyLUQxS$O^bLBu@#hldw zp}lb_PD{m}cFDjsP!N~mk`MR`0fVPBBBp3T5* zK)ng!V1|_S8K~Zt(nfLvZDd@kpjzky#aeyco`}r1pRJga%Di}p2XLeU@h?^uhbdS1-13%BE@Nz*vuv!n=KSR!S8GJv$hZDJsG*6f8I=d+Y)1=Fl&PmR0Mj2JJWrKWs$5yRGP#-f| z-O5Q>fdMb7FJ%e?54o+~fY>bFI1QYMJlQm3e^WkH>UD^$Q=wgtH}$uK{&kVEr<1(d zuB5aMBHhjBdF1zL0jfZKCo%y-dAdPL$4LO-f zL5@=r zpmvXDQ#yI6$tD)@PY#MzgZds@YVqHqP%_5o=Z=#3D9KQ7IFLys-B1irkvuKDKI5Yt zo`qUco1s87O>YZ^dLhOpa{seU(jM#cUu^fCo0EtYLdFGs%)HWr&xw(eL==K!1~lk*)KU%XDB+VqSIX^G>SCT&rVu zUT~zALy+r2z~untO*zceGQEOH8JPfb|L%l=HDnsc2VNYJ>H5c>+vT}cC7KB9diiNF zng4Izwyu{(ztNzabd4=%BegIz9*x8ko$(GC65G<0Pb+iJPfwFKtYAEYyD_^PJrU@v z?l&KCz5k)`OLafI`pi++Ngi37Mn9Xiy@Nj`(&4&QmqQMH#B{5mM&GIHMWZyGW_%l- zZ0X2Y#Du_#m78Bij;U<(5=24H_DAN2`d~l+xd`4I{BVVEW@bG;e;~UE#b|%!V^UC2 zmu6S*?M63*(-+iED;S5j5$3Q8SE`yJXY#0;Hm&+HC0cYSaz*R@JQiD^qqXyV2TJ1x z_s=d?-7x(;d*Ede28i5ELL{f2G-+lQU&bsyJ<#$O{qDF(o4sQdP2D9CS!)hh40=KA z*o+h{Xm3PydwAIr?Me*1H+iXEeg(D-ol!paM&cA_Ugu4~88%b)1^s-&l50A4Q0^?Cmi;ME=0 zeXHY?FIW|LcU!8OBPTl{5bbz-xnlHC$LGRg6f~IE(Xfi+r|NQx9hY$f@o77JdBDA# zsSF@Fgk=>C+wJJy_!}E~m@V{j=B#}CI8_zZn<^tzhAe$Hz`{8rqy%}LI39O)V`6Eudsum_L>e9W(wd9%=)5~ zXN*{et*9bMee^JI67aRD(#Gb?i+jiQm`(>rmD2+`@F8w}{wVl>69dJ>nIXqzCa9Pa zmzg|6s@?nfF<`%2K_JF@PW{TC|7I(6v$)2wbtM_HVDEip8eRaDVs0?=f9~X}Hd}gZ zl=s0&`vU^^t~|rO=4O=trTLV?oeu@7m>vmyy_0${zZZUz*7MZ=IP`2f@9$m{k_pQYl?L>Avr0BJZ&AT!_(I}msPU4`HBp0BUX0U zYLak?RBmdCidjDujssCqXaBq$rtPObENVUFoqq5-rTl(bsv6jMe}lYuVmHYbCJS=C zzSJ?B{@CMe&Rv=_!N+WLKE*q84{n*gIW?5m@qgO2oio<)R9v|E*mD-3a~f_wo`!i=~ko_KjY!x^~v9u9z1HRl<^`9dqMU*-U=yj;a>z6?90WTto zUVrjh?>f7>Qz+MeIYKkKT{Ni~Y8XrrtgeJCE5Mk|gpWbkYw8Ye&pLf$b?==voVte%)=nhK5 z&Indb$F`hRjQ52ZQCQm@qlr|Aab{kIH*v%2S=<&W3RjrYmH_onc>U{zJ%2Cp6Y8&s z(7b&PK03Ydl=68E(FDYRR^+yH^&t8VkVRmji zpeeN=>S_PWnmW(nr>YH+Ki*9XxZj5TNBC)H9vIod$*^vQoohh9HGW_|#@us>z&iA| z!66j|;8q>8S-|BGM5Q9Oh`#gKX8CrWVY$<7`CSRMQRqmN46SbCGmpO(w5Pvg3I6LH8>N>839mUqLv{?LNE&I}i-^%bzQ`@60y z>bIyXE;MrC1-+^d{d{W*kO5edCMUcNusI zSJ7~$gqwLeB#yffA*m=2sdW_6QgL#BWqr?HCDhDVp1lEQi?nmR>IIp?9}oTfwnJE| zIr92ZEA7py0mo&Ru^R>wRyjf@$YwhoRt)E6uxq;T3_(6S9+v}Q6YgUTpH#Z;`gL-Y zcsFj!A@`=J1lJn)t8B%Si^6e8+AqHa&%+0!34`i`jWAZb2`g`y=70Qv%SU5+Nj zmi9c1ZFmI$Ury`XB#``GZl|fQ>CC)nng0T&`Pfei9Gc^=hTK#OZcJQT4#Dp~WqBm9 zWIP`6JX9YJ`yC9>aJpq>Mxjp%a+Ba4_4Xfcbh;8l$1y)Pt~{fr^^D|DZeaB^gfGyi z&<&b;>-Znj7VP+u7=tGl?56mBr*xKJ%&Z5_;Gb;p1~o)Ki@rd@Ygd;aoC=R^w$>`^ z^ir1GAg#}U+A5gbIR9(6rla1JX0fI0!i@Lt#o2P$r%A(3<6N|xgYLdF?%6G_ikUo| zAiHm_yku*OcE>ulgB&{!7&r10wh;xi(*0&N1VA^>MPpYHZsTW3lN|)YWh;}8 zmuAs!DT&w7Xv4~7JI}bM=6zN`<_8f6W743%o)Q1>x7h#ix37H^Xmxa)O{T;PVF_3Q zA-$mJ<65~bMRBYPY4biyO`fg+Oo(;!UD=s>z(s&H-T}ta*vtEtXU~7@^Ayj!Y1A4ECMU=Vpq3L#?R%LAxjS-p~Tm}Hd~yG zTb6wal6#3k*|GrqjozF#6+zI8(% zpsH$?^$DLV^NUPWkFc9g~DZmLU6z3qDuS%L4NW_SWBZ53lw5 zIw~~;5;!#~4mNck4CG8^OK0K_=o*JeCL$~+& zv@%5eM4*X7r%@re8=#5NE0xC0OgnZUQDb?`c09l_<2U1!v>`u#2t-TcyHpDdKYI}N z^PHvhG6wf~{7dLfUNZ&0zs?*6lkk`G2bL~Hs7Yjzg~)?HSe?3x!*o^8`@!qh5^>4B z+np&@dvx!|_X3lA^-Mwo%{6HdbBd&qKF#)YoIgK(e91r8 zuav4j=(@POzw~1%4XU0b4(|&%Ox@rL)(r6M_JKUPU(+M*&7B732&RdPRV{;E77JI` zE|2cR_k*CbQNNc?vvi!lytJNpI|3mjw4>E}t+|dskfT>ObS}(AxORsF(XPjusQ)*S z$91onE76YjWu4ZEtJ{r*mt&`Wpi=;+(RCWB=L3(n!^FhypLC21P zNdbuOv1-|+*9SZeTPF}6fns!Jb-xMO--fUhC7F2OD`zjC)|$5t_75jTPTk!|KeFuW zXQk9dZBw+U9-VmnjNg&4o#3p9W6D+nud;CV1+!ZQI9T~hCu`V5N8+;b3OD8 z{)UL^7XHDoN9mC*h-DHmQ6s1#>;he!|scAL9IU$s}ux$Owk~idBwP z3>#{HoAT5@Y$2vlb;sujpeXU4{BMuMFg>V9OPn)mM%f#Km z@;ovfVhM=jeYmoxv7({f`cWWs&u=+>A2tGqshwhv@34;rCeD`xhSge8xTC?C%H$v$*L|}##w3AE}W|L3yQFq`p0?v z`ftGP8x)2^((b6-jjnGvz%7sYeI+XV%9NevvkwX07e)wWiK;^Yx)5bNa^LuJ(sfOi z`L;^p1h1m~0R_oQd@+I8>C!#gWORyDrqlh==ZN{FpnCF_jV2qjaB}%iM*+;~%lBw`y2QnTPgSZoBJV0tyZLo?dfvP%0rORL;=PGc=I1 z-#CCL)M2Jm3SMo3CuKv;aYJ0ooSQ2k332u~D0MWa}L-#HATgAuA%$=r_ z-W7N#L|O1&=qq&3qY-Z5g~E-MGJlf-HMTJwDr⋘6*eN5{IFW#ZxHBD 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 diff --git a/windows/configuration/background/index.md b/windows/configuration/background/index.md index 0240252657..856c3a05cc 100644 --- a/windows/configuration/background/index.md +++ b/windows/configuration/background/index.md @@ -1,6 +1,6 @@ --- -title: Configure the Background in Windows -description: Learn how to configure the background in Windows for managed devices, using policy settings, including Intune, CSP and GPO. +title: Configure the Desktop and Lock Screen Background in Windows +description: Learn how to configure the desktop and lock screen background in Windows using policy settings, including Intune, CSP and GPO. ms.topic: how-to ms.date: 03/03/2025 author: paolomatarazzo @@ -9,28 +9,9 @@ appliesto: zone_pivot_groups: windows-versions-11-10 --- -# Configure the background in Windows +# Configure the desktop and lock screen background -You can replace the Windows spotlight lock screen and background images with a custom image. When you do so, users can still see suggestions, fun facts, tips, or organizational messages on the lock screen, but the background image is replaced with the custom image. - -To configure the lock screen and background images, use the [Personalization CSP][CSP-2]. - -|Policy name| CSP | GPO | -|-|-|-| -|[DesktopImageUrl](/windows/client-management/mdm/personalization-csp#desktopimageurl)|✅|✅| -|[LockScreenImageUrl](/windows/client-management/mdm/personalization-csp#lockscreenimageurl)|✅|✅| - ->[!NOTE] -> A concern with custom images is how they'll appear on different screen sizes and resolutions. A custom image created in `16:9` aspect ratio (for example, `1600x900`) scales properly on devices using a `16:9` resolution, such as `1280x720` or `1920x1080`. On devices using other aspect ratios, such as `4:3` (`1024x768`) or `16:10` (`1280x800`), height scales correctly and width is cropped to a size equal to the aspect ratio. The image remains centered on the screen. -> -> Lock screen images created at other aspect ratios might scale and center unpredictably on your device when changing aspect ratios. The recommendation for custom images that include text (such as a legal statement), is to create the lock screen image in `16:9` resolution with text contained in the `4:3` region, allowing the text to remain visible at any aspect ratio. - -> [!TIP] -> You also have the option to configure a custom lock screen image using [organizational messages in the Microsoft 365 admin center][M365-1]. - -## User experience - -When Windows spotlight is enabled, devices apply a new image on the lock screen and in the background every day. The image is displayed in the background when the user signs in, and on the lock screen when the user locks the device. Users can still receive suggestions, fun facts, tips, or organizational messages. If you deploy a custom lock screen or background image, devices apply the custom image instead of the Windows spotlight image: +Configuring desktop and lock screen backgrounds in Windows offers a simple yet effective way to enhance productivity, enforce consistency, and strengthen organizational branding. Predefined backgrounds can display company logos, mission statements, or school emblems, reinforcing identity across devices. This is especially valuable for kiosks, where lock screens can provide clear instructions, or student devices, where consistent branding fosters a sense of belonging and professionalism. ::: zone pivot="windows-11" @@ -44,6 +25,122 @@ When Windows spotlight is enabled, devices apply a new image on the lock screen ::: zone-end +This article describes how to configure the desktop and lock screen background in Windows using policy settings. The article also provides examples of how to configure the settings using Microsoft Intune, the Configuration Service Provider (CSP), and Group Policy Object (GPO). + +## Image ratios and scaling + +A concern with custom images is how they'll appear on different screen sizes and resolutions. A custom image created in `16:9` aspect ratio (for example, `1600x900`) scales properly on devices using a `16:9` resolution, such as `1280x720` or `1920x1080`. On devices using other aspect ratios, such as `4:3` (`1024x768`) or `16:10` (`1280x800`), height scales correctly and width is cropped to a size equal to the aspect ratio. The image remains centered on the screen. + +Images created at other aspect ratios might scale and center unpredictably on your device when changing aspect ratios. The recommendation for custom images that include text (such as a legal statement), is to create the image in `16:9` resolution with text contained in the `4:3` region, allowing the text to remain visible at any aspect ratio. + +## Configure the desktop background + +You can use configuration service provider (CSP) or group policy (GPO) settings to configure access to the Microsoft Store app. The CSP configuration is available to Windows Enterprise and Education editions only. + +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] + +#### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune) + +To configure the desktop background, you can use: + +- Microsoft Intune/MDM +- Group policy +- Registry + +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] + +#### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune) + +[!INCLUDE [intune-settings-catalog-1](../../../includes/configure/intune-settings-catalog-1.md)] + +| Category | Setting name | Value | +|--|--|--| +| **Administrative Templates > System > Credentials Delegation** | Remote host allows delegation of nonexportable credentials | Enabled | + +[!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)] + +Alternatively, you can configure devices using a [custom policy][INT-3] with the [Policy CSP][CSP-1]. + +| Setting | +|--------| +| - **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/CredentialsDelegation/RemoteHostAllowsDelegationOfNonExportableCredentials`
- **Data type:** string
- **Value:** ``| + +#### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo) + +[!INCLUDE [gpo-settings-1](../../../includes/configure/gpo-settings-1.md)] + +| Group policy path | Group policy setting | Value | +| - | - | - | +| **Computer Configuration\Administrative Templates\System\Credentials Delegation** | Remote host allows delegation of nonexportable credentials | Enabled | + +[!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)] + +--- + + +## Configure the lock screen background + +You can use configuration service provider (CSP) or group policy (GPO) settings to configure access to the Microsoft Store app. The CSP configuration is available to Windows Enterprise and Education editions only. + +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] + +#### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune) + +To configure the desktop background, you can use: + +- Microsoft Intune/MDM +- Group policy +- Registry + +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] + +#### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune) + +[!INCLUDE [intune-settings-catalog-1](../../../includes/configure/intune-settings-catalog-1.md)] + +| Category | Setting name | Value | +|--|--|--| +| **Administrative Templates > System > Credentials Delegation** | Remote host allows delegation of nonexportable credentials | Enabled | + +[!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)] + +Alternatively, you can configure devices using a [custom policy][INT-3] with the [Policy CSP][CSP-1]. + +| Setting | +|--------| +| - **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/CredentialsDelegation/RemoteHostAllowsDelegationOfNonExportableCredentials`
- **Data type:** string
- **Value:** ``| + +#### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo) + +[!INCLUDE [gpo-settings-1](../../../includes/configure/gpo-settings-1.md)] + +| Group policy path | Group policy setting | Value | +| - | - | - | +| **Computer Configuration\Administrative Templates\System\Credentials Delegation** | Remote host allows delegation of nonexportable credentials | Enabled | + +[!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)] + +--- + + +To configure the lock screen and background images, use the [Personalization CSP][CSP-2]. + +|Policy name| CSP | GPO | +|-|-|-| +|[DesktopImageUrl](/windows/client-management/mdm/personalization-csp#desktopimageurl)|✅|✅| +|[LockScreenImageUrl](/windows/client-management/mdm/personalization-csp#lockscreenimageurl)|✅|✅| + +> [!TIP] +> You also have the option to configure a custom lock screen image using [organizational messages in the Microsoft 365 admin center][M365-1]. + + + +## User experience + +When Windows spotlight is enabled, devices apply a new image on the lock screen and in the background every day. The image is displayed in the background when the user signs in, and on the lock screen when the user locks the device. Users can still receive suggestions, fun facts, tips, or organizational messages. If you deploy a custom lock screen or background image, devices apply the custom image instead of the Windows spotlight image: + + + [CSP-2]: /windows/client-management/mdm/personalization-csp diff --git a/windows/configuration/toc.yml b/windows/configuration/toc.yml index e5ca978400..014de397a1 100644 --- a/windows/configuration/toc.yml +++ b/windows/configuration/toc.yml @@ -7,7 +7,7 @@ items: href: start/toc.yml - name: Taskbar href: taskbar/toc.yml -- name: Background +- name: Desktop and lock screen background href: background/index.md - name: Windows spotlight href: windows-spotlight/index.md From 2800956c4a1fcc79aaefeef83dd308faccdef3ff Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 4 Mar 2025 08:27:36 -0500 Subject: [PATCH 045/111] updates --- windows/configuration/background/index.md | 39 ++++-------------- .../images/settings-page-visibility.png | Bin 36044 -> 33048 bytes .../configuration/settings/page-visibility.md | 6 +-- 3 files changed, 10 insertions(+), 35 deletions(-) diff --git a/windows/configuration/background/index.md b/windows/configuration/background/index.md index 856c3a05cc..14d3943d95 100644 --- a/windows/configuration/background/index.md +++ b/windows/configuration/background/index.md @@ -25,28 +25,16 @@ Configuring desktop and lock screen backgrounds in Windows offers a simple yet e ::: zone-end -This article describes how to configure the desktop and lock screen background in Windows using policy settings. The article also provides examples of how to configure the settings using Microsoft Intune, the Configuration Service Provider (CSP), and Group Policy Object (GPO). +This article explains how to configure the desktop and lock screen background in Windows using policy settings. It includes examples of how to implement these configurations using Microsoft Intune, Configuration Service Provider (CSP), and Group Policy Object (GPO). ## Image ratios and scaling -A concern with custom images is how they'll appear on different screen sizes and resolutions. A custom image created in `16:9` aspect ratio (for example, `1600x900`) scales properly on devices using a `16:9` resolution, such as `1280x720` or `1920x1080`. On devices using other aspect ratios, such as `4:3` (`1024x768`) or `16:10` (`1280x800`), height scales correctly and width is cropped to a size equal to the aspect ratio. The image remains centered on the screen. +A key consideration when using custom images is how they appear on devices with varying screen sizes and resolutions. For example, a custom image created in a 16:9 aspect ratio (such as 1600x900) scales properly on devices with 16:9 resolutions, like 1280x720 or 1920x1080. On devices with other aspect ratios, such as 4:3 (1024x768) or 16:10 (1280x800), the image's height scales correctly, but the width is cropped to match the aspect ratio. The image remains centered on the screen. -Images created at other aspect ratios might scale and center unpredictably on your device when changing aspect ratios. The recommendation for custom images that include text (such as a legal statement), is to create the image in `16:9` resolution with text contained in the `4:3` region, allowing the text to remain visible at any aspect ratio. +Images created in non-standard aspect ratios may scale and center unpredictably when displayed on devices with different resolutions. To ensure consistent results, especially for images containing text (e.g., legal statements), it is recommended to design the image in a 16:9 resolution while keeping critical text within the 4:3 region. This approach ensures that the text remains visible across all aspect ratios. ## Configure the desktop background -You can use configuration service provider (CSP) or group policy (GPO) settings to configure access to the Microsoft Store app. The CSP configuration is available to Windows Enterprise and Education editions only. - -[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] - -#### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune) - -To configure the desktop background, you can use: - -- Microsoft Intune/MDM -- Group policy -- Registry - [!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] #### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune) @@ -77,21 +65,8 @@ Alternatively, you can configure devices using a [custom policy][INT-3] with the --- - ## Configure the lock screen background -You can use configuration service provider (CSP) or group policy (GPO) settings to configure access to the Microsoft Store app. The CSP configuration is available to Windows Enterprise and Education editions only. - -[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] - -#### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune) - -To configure the desktop background, you can use: - -- Microsoft Intune/MDM -- Group policy -- Registry - [!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] #### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune) @@ -122,7 +97,6 @@ Alternatively, you can configure devices using a [custom policy][INT-3] with the --- - To configure the lock screen and background images, use the [Personalization CSP][CSP-2]. |Policy name| CSP | GPO | @@ -133,15 +107,16 @@ To configure the lock screen and background images, use the [Personalization CSP > [!TIP] > You also have the option to configure a custom lock screen image using [organizational messages in the Microsoft 365 admin center][M365-1]. - - ## User experience -When Windows spotlight is enabled, devices apply a new image on the lock screen and in the background every day. The image is displayed in the background when the user signs in, and on the lock screen when the user locks the device. Users can still receive suggestions, fun facts, tips, or organizational messages. If you deploy a custom lock screen or background image, devices apply the custom image instead of the Windows spotlight image: +When the policy is applied, the lock screen and desktop background images are set to the specified URL. The images are downloaded and cached locally on the device. The images are displayed in the background when the user signs in, and on the lock screen when the user locks the device. +## Windows spotlight +Windows Spotlight is a feature that displays beautiful images on the lock screen and desktop background. It can be configured to show different images each day, or to display a specific image. Windows Spotlight can also provide personalized content, such as tips and tricks for using Windows. To learn more about Windows Spotlight, see [Windows Spotlight for Business](https://learn.microsoft.com/windows/configuration/windows-spotlight-business). [CSP-2]: /windows/client-management/mdm/personalization-csp [M365-1]: /microsoft-365/admin/misc/organizational-messages-microsoft-365?view=o365-worldwide +[INT-3]: /mem/intune/configuration/settings-catalog diff --git a/windows/configuration/settings/images/settings-page-visibility.png b/windows/configuration/settings/images/settings-page-visibility.png index 6688529348ec99b1040d5d68c3ac723eaa5f3b95..040d49b1d51c454955816220c45d340fd3892d7b 100644 GIT binary patch literal 33048 zcmce-hgVZi)Gmw)@)JZ|MVx}S^BcoAMRn#LR zBX=MpyO96iW#Ea-cc-twe^=a8O+3iRsOirBT_8(Lz6CtI;Gw4?PgdM@XA$^=++I#g zj*P4FL*SyGFjD|5pammJ1>85 zfFJ&Q54sHH7To`ufHYNjL!z%;M_5=UUp3 z;jWGjVt#avWCQHqvqTj&HMPBwDD8v)5!6ma_0svP>laLD9T)|SpZ)vrho+%IA|;#e zw_@C(V@I|ZacC4?J!#jU3-KYDVV%E-w2iwq!spQ_+=cT78fqStb94~tolmy< zL-L8llE$gOT`5jJ6YimNeLp_lhp&uP4HXy(o7H;eQ=2S3vHkfe3oYrh>I|&Nlk;AB zw&^`Tut`fy^N(|==6sSi_a3z!Cl{fDc?LQS6_z>kRSM|H>g(&<44ZpI%*EUkut=j8 zu79}rxYmuzQo?JA9=$so3mN+!MmK|ohRuMT0=QE=^_o{;mJ;Jk2ss(4i|4~Eei8Su z>kFc#;OI0lP7esQWuN4?k+#ZcE|NO*z*?3QBso7zwCtbnf;Y@h>IW`w>(QT$-PMhp

+bTXP;@V(_vqx9 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 diff --git a/windows/configuration/settings/page-visibility.md b/windows/configuration/settings/page-visibility.md index 00bb35324c..6e7220e4ad 100644 --- a/windows/configuration/settings/page-visibility.md +++ b/windows/configuration/settings/page-visibility.md @@ -11,6 +11,8 @@ ms.author: paoloma *Settings* is a Windows application that provides users with a unified interface to manage their system settings. However, in certain scenarios, you may want to restrict access to specific settings pages to ensure a more controlled and secure environment. This is especially beneficial for devices used in specific environments, such as kiosks or student devices, where limiting access to certain settings can prevent unauthorized changes and maintain a consistent user experience. +:::image type="content" source="images/settings-page-visibility.png" alt-text="Screenshot of the Settings app configured with a policy setting to limit the categories displayed."::: + You can configure the visibility of settings pages using the *page visibility list* policy setting. This policy allows you to block a given set of pages from the Settings app. Blocked pages won't be visible in the app, and if all pages in a category are blocked, the category is hidden too. Direct navigation to a blocked page via URI, context menu in Explorer or other means results in the first page of Settings displayed instead. This policy has two modes: @@ -67,6 +69,4 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the ## User Experience -By controlling the visibility of settings pages, you can create a tailored user experience that meets the specific needs of your organization. In the following picture, a device is configured to show only the **System**, **Network**, and **Ease of Access** pages. The policy setting is configured with the value: `showonly:display;quiethours;network-wifi;easeofaccess-display;easeofaccess-closedcaptioning`: - -:::image type="content" source="images/settings-page-visibility.png" alt-text="Screenshot of the Settings app configured with a policy setting to limit the categories displayed."::: +By controlling the visibility of Settings pages, you can create a customized user experience tailored to your organization's specific needs. Once the policy is applied, users will have access only to the Settings pages you have explicitly allowed, ensuring a focused and streamlined interface. From 7d7200e3c16ce9d97bb062ce802307ee4a44ee1a Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 4 Mar 2025 08:32:13 -0500 Subject: [PATCH 046/111] updates --- .../images/settings-page-visibility-kiosk.png | Bin 0 -> 33048 bytes .../images/settings-page-visibility.png | Bin 33048 -> 40455 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 windows/configuration/settings/images/settings-page-visibility-kiosk.png diff --git a/windows/configuration/settings/images/settings-page-visibility-kiosk.png b/windows/configuration/settings/images/settings-page-visibility-kiosk.png new file mode 100644 index 0000000000000000000000000000000000000000..040d49b1d51c454955816220c45d340fd3892d7b GIT binary patch literal 33048 zcmce-hgVZi)Gmw)@)JZ|MVx}S^BcoAMRn#LR zBX=MpyO96iW#Ea-cc-twe^=a8O+3iRsOirBT_8(Lz6CtI;Gw4?PgdM@XA$^=++I#g zj*P4FL*SyGFjD|5pammJ1>85 zfFJ&Q54sHH7To`ufHYNjL!z%;M_5=UUp3 z;jWGjVt#avWCQHqvqTj&HMPBwDD8v)5!6ma_0svP>laLD9T)|SpZ)vrho+%IA|;#e zw_@C(V@I|ZacC4?J!#jU3-KYDVV%E-w2iwq!spQ_+=cT78fqStb94~tolmy< zL-L8llE$gOT`5jJ6YimNeLp_lhp&uP4HXy(o7H;eQ=2S3vHkfe3oYrh>I|&Nlk;AB zw&^`Tut`fy^N(|==6sSi_a3z!Cl{fDc?LQS6_z>kRSM|H>g(&<44ZpI%*EUkut=j8 zu79}rxYmuzQo?JA9=$so3mN+!MmK|ohRuMT0=QE=^_o{;mJ;Jk2ss(4i|4~Eei8Su z>kFc#;OI0lP7esQWuN4?k+#ZcE|NO*z*?3QBso7zwCtbnf;Y@h>IW`w>(QT$-PMhp

+bTXP;@V(_vqx9 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 z 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 btmriwZ8ydVi+*|px^5Fg^RvZgTps)rWFYUb literal 33048 zcmce-hgVZi)Gmw)@)JZ|MVx}S^BcoAMRn#LR zBX=MpyO96iW#Ea-cc-twe^=a8O+3iRsOirBT_8(Lz6CtI;Gw4?PgdM@XA$^=++I#g zj*P4FL*SyGFjD|5pammJ1>85 zfFJ&Q54sHH7To`ufHYNjL!z%;M_5=UUp3 z;jWGjVt#avWCQHqvqTj&HMPBwDD8v)5!6ma_0svP>laLD9T)|SpZ)vrho+%IA|;#e zw_@C(V@I|ZacC4?J!#jU3-KYDVV%E-w2iwq!spQ_+=cT78fqStb94~tolmy< zL-L8llE$gOT`5jJ6YimNeLp_lhp&uP4HXy(o7H;eQ=2S3vHkfe3oYrh>I|&Nlk;AB zw&^`Tut`fy^N(|==6sSi_a3z!Cl{fDc?LQS6_z>kRSM|H>g(&<44ZpI%*EUkut=j8 zu79}rxYmuzQo?JA9=$so3mN+!MmK|ohRuMT0=QE=^_o{;mJ;Jk2ss(4i|4~Eei8Su z>kFc#;OI0lP7esQWuN4?k+#ZcE|NO*z*?3QBso7zwCtbnf;Y@h>IW`w>(QT$-PMhp

+bTXP;@V(_vqx9 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 Date: Tue, 4 Mar 2025 11:33:19 -0500 Subject: [PATCH 047/111] updates --- windows/configuration/background/index.md | 45 +++++++++++-------- .../configuration/windows-spotlight/index.md | 18 +------- 2 files changed, 28 insertions(+), 35 deletions(-) diff --git a/windows/configuration/background/index.md b/windows/configuration/background/index.md index 14d3943d95..41db9ed93c 100644 --- a/windows/configuration/background/index.md +++ b/windows/configuration/background/index.md @@ -27,6 +27,15 @@ Configuring desktop and lock screen backgrounds in Windows offers a simple yet e This article explains how to configure the desktop and lock screen background in Windows using policy settings. It includes examples of how to implement these configurations using Microsoft Intune, Configuration Service Provider (CSP), and Group Policy Object (GPO). +## Windows edition requirements + +The configuration of the desktop and lock screen background varies based on how the policy settings are applied: + +| Windows edition | Intune/CSP | GPO | +|Pro / Pro Education|✅|❌| +|Enterprise / Education|✅|✅| +|IoT Enterprise|✅|✅| + ## Image ratios and scaling A key consideration when using custom images is how they appear on devices with varying screen sizes and resolutions. For example, a custom image created in a 16:9 aspect ratio (such as 1600x900) scales properly on devices with 16:9 resolutions, like 1280x720 or 1920x1080. On devices with other aspect ratios, such as 4:3 (1024x768) or 16:10 (1280x800), the image's height scales correctly, but the width is cropped to match the aspect ratio. The image remains centered on the screen. @@ -43,15 +52,15 @@ Images created in non-standard aspect ratios may scale and center unpredictably | Category | Setting name | Value | |--|--|--| -| **Administrative Templates > System > Credentials Delegation** | Remote host allows delegation of nonexportable credentials | Enabled | +| **Personalization** | Desktop Image Url | An http or https URL to a jpg, jpeg or png image file. | [!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)] -Alternatively, you can configure devices using a [custom policy][INT-3] with the [Policy CSP][CSP-1]. +Alternatively, you can configure devices using a [custom policy][INT-1] with the [Personalization CSP][CSP-1]. | Setting | |--------| -| - **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/CredentialsDelegation/RemoteHostAllowsDelegationOfNonExportableCredentials`
- **Data type:** string
- **Value:** ``| +| - **OMA-URI:** `./Vendor/MSFT/Personalization/DesktopImageUrl`
- **Data type:** string
- **Value:** An http or https URL to a jpg, jpeg or png image file. | #### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo) @@ -59,7 +68,10 @@ Alternatively, you can configure devices using a [custom policy][INT-3] with the | Group policy path | Group policy setting | Value | | - | - | - | -| **Computer Configuration\Administrative Templates\System\Credentials Delegation** | Remote host allows delegation of nonexportable credentials | Enabled | +| **User Configuration\Administrative Templates\Desktop\Desktop** |Desktop Wallpaper | Fully qualified path and name of the image file. You can use a local path or a UNC path. | + + User Configuration -> Policies -> Administrative Templates -> Desktop -> Desktop; +Enable the Enable Active Desktop policy; [!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)] @@ -75,15 +87,15 @@ Alternatively, you can configure devices using a [custom policy][INT-3] with the | Category | Setting name | Value | |--|--|--| -| **Administrative Templates > System > Credentials Delegation** | Remote host allows delegation of nonexportable credentials | Enabled | +| **Personalization** | Lock Screen Image Url| An http or https URL to a jpg, jpeg or png image file. | [!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)] -Alternatively, you can configure devices using a [custom policy][INT-3] with the [Policy CSP][CSP-1]. +Alternatively, you can configure devices using a [custom policy][INT-1] with the [Personalization CSP][CSP-1]. | Setting | |--------| -| - **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/CredentialsDelegation/RemoteHostAllowsDelegationOfNonExportableCredentials`
- **Data type:** string
- **Value:** ``| +| - **OMA-URI:** `./Vendor/MSFT/Personalization/LockScreenImageUrl`
- **Data type:** string
- **Value:** An http or https URL to a jpg, jpeg or png image file.| #### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo) @@ -91,32 +103,27 @@ Alternatively, you can configure devices using a [custom policy][INT-3] with the | Group policy path | Group policy setting | Value | | - | - | - | -| **Computer Configuration\Administrative Templates\System\Credentials Delegation** | Remote host allows delegation of nonexportable credentials | Enabled | +| **Computer Configuration\Administrative Templates\Control Panel\Personalization** | Force a specific default lock screen and logon image | Fully qualified path and name of the image file. You can use a local path or a UNC path.| [!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)] --- -To configure the lock screen and background images, use the [Personalization CSP][CSP-2]. - -|Policy name| CSP | GPO | -|-|-|-| -|[DesktopImageUrl](/windows/client-management/mdm/personalization-csp#desktopimageurl)|✅|✅| -|[LockScreenImageUrl](/windows/client-management/mdm/personalization-csp#lockscreenimageurl)|✅|✅| - > [!TIP] > You also have the option to configure a custom lock screen image using [organizational messages in the Microsoft 365 admin center][M365-1]. ## User experience -When the policy is applied, the lock screen and desktop background images are set to the specified URL. The images are downloaded and cached locally on the device. The images are displayed in the background when the user signs in, and on the lock screen when the user locks the device. +When the policy is applied, the lock screen and desktop background images are set to the specified URL or path. The images are downloaded and cached locally on the device. The images are displayed in the background when the user signs in, and on the lock screen when the user locks the device. ## Windows spotlight -Windows Spotlight is a feature that displays beautiful images on the lock screen and desktop background. It can be configured to show different images each day, or to display a specific image. Windows Spotlight can also provide personalized content, such as tips and tricks for using Windows. To learn more about Windows Spotlight, see [Windows Spotlight for Business](https://learn.microsoft.com/windows/configuration/windows-spotlight-business). +Windows spotlight is a feature that can display a different image on the lock screen and desktop background every day. Windows spotlight can also provide personalized content, such as tips and tricks for using Windows. You can configure a custom background image or lock screen image and still use Windows spotlight. When you do so, users can still receive suggestions, fun facts, tips, or organizational messages, but the background image is replaced with the custom image. + +To learn more, see [Configure Windows spotlight](../windows-spotlight/index.md). -[CSP-2]: /windows/client-management/mdm/personalization-csp +[CSP-1]: /windows/client-management/mdm/personalization-csp [M365-1]: /microsoft-365/admin/misc/organizational-messages-microsoft-365?view=o365-worldwide -[INT-3]: /mem/intune/configuration/settings-catalog +[INT-1]: /mem/intune/configuration/settings-catalog diff --git a/windows/configuration/windows-spotlight/index.md b/windows/configuration/windows-spotlight/index.md index c16b4fb35a..a8c2c78416 100644 --- a/windows/configuration/windows-spotlight/index.md +++ b/windows/configuration/windows-spotlight/index.md @@ -94,22 +94,9 @@ Here's a sorted list of the policy settings to configure Windows spotlight: ## Custom lock screen and background images -You can replace the Windows spotlight lock screen and background images with a custom image. When you do so, users can still see suggestions, fun facts, tips, or organizational messages on the lock screen, but the background image is replaced with the custom image. +You can replace the Windows spotlight lock screen and background images with a custom image. When you do so, users can still receive suggestions, fun facts, tips, or organizational messages, but the background image is replaced with the custom image. -To configure the lock screen and background images, use the [Personalization CSP][CSP-2]. - -|Policy name| CSP | GPO | -|-|-|-| -|[DesktopImageUrl](/windows/client-management/mdm/personalization-csp#desktopimageurl)|✅|✅| -|[LockScreenImageUrl](/windows/client-management/mdm/personalization-csp#lockscreenimageurl)|✅|✅| - ->[!NOTE] -> A concern with custom images is how they'll appear on different screen sizes and resolutions. A custom image created in `16:9` aspect ratio (for example, `1600x900`) scales properly on devices using a `16:9` resolution, such as `1280x720` or `1920x1080`. On devices using other aspect ratios, such as `4:3` (`1024x768`) or `16:10` (`1280x800`), height scales correctly and width is cropped to a size equal to the aspect ratio. The image remains centered on the screen. -> -> Lock screen images created at other aspect ratios might scale and center unpredictably on your device when changing aspect ratios. The recommendation for custom images that include text (such as a legal statement), is to create the lock screen image in `16:9` resolution with text contained in the `4:3` region, allowing the text to remain visible at any aspect ratio. - -> [!TIP] -> You also have the option to configure a custom lock screen image using [organizational messages in the Microsoft 365 admin center][M365-1]. +To learn more, see [Configure the desktop and lock screen background](../background/index.md). ## User experience @@ -137,6 +124,5 @@ To learn more about organizational messages, see: [CSP-1]: /windows/client-management/mdm/policy-csp-experience -[CSP-2]: /windows/client-management/mdm/personalization-csp [INT-1]: /mem/intune/remote-actions/organizational-messages-overview [M365-1]: /microsoft-365/admin/misc/organizational-messages-microsoft-365?view=o365-worldwide From b701d229ee54d38e8db692a1d4d8465594bf903a Mon Sep 17 00:00:00 2001 From: Carmen Forsmann Date: Tue, 4 Mar 2025 10:12:22 -0700 Subject: [PATCH 048/111] Edge browser update support docs --- windows/deployment/do/waas-delivery-optimization.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/deployment/do/waas-delivery-optimization.md b/windows/deployment/do/waas-delivery-optimization.md index 4d8f36f526..7a51eabbf8 100644 --- a/windows/deployment/do/waas-delivery-optimization.md +++ b/windows/deployment/do/waas-delivery-optimization.md @@ -47,6 +47,9 @@ The following table lists the minimum Windows 10 version that supports Delivery #### Windows Client +> [!NOTE] +> Starting March 4, 2025, Edge Browser updates will temporarily not utilize Delivery Optimization for downloads. We are actively working to resolve this issue. + | Windows Client | Minimum Windows version | HTTP Downloader | Peer to Peer | Microsoft Connected Cache | |------------------|---------------|----------------|----------|----------------| | Windows Update ([feature updates quality updates, language packs, drivers](../update/get-started-updates-channels-tools.md#types-of-updates)) | Windows 10 1511, Windows 11 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | @@ -55,7 +58,7 @@ The following table lists the minimum Windows 10 version that supports Delivery | Windows Defender definition updates | Windows 10 1511, Windows 11 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Intune Win32 apps| Windows 10 1709, Windows 11 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Microsoft 365 Apps and updates | Windows 10 1709, Windows 11 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Edge Browser Updates | Windows 10 1809, Windows 11 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| Edge Browser Updates | Windows 10 1809, Windows 11 | | | | | Configuration Manager Express updates| Windows 10 1709 + Configuration Manager version 1711, Windows 11 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Dynamic updates| Windows 10 1903, Windows 11 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | MDM Agent | Windows 11 | :heavy_check_mark: | | | From e7c1e53ad0c89655c8597d84e120dab84d18b6d1 Mon Sep 17 00:00:00 2001 From: Samantha Robertson Date: Tue, 4 Mar 2025 11:12:47 -0800 Subject: [PATCH 049/111] Update index.yml with essentials-security tag --- windows/security/index.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/index.yml b/windows/security/index.yml index 7b2cccd5ae..4fba3d9794 100644 --- a/windows/security/index.yml +++ b/windows/security/index.yml @@ -11,6 +11,7 @@ metadata: ms.author: paoloma manager: aaroncz ms.date: 10/18/2024 + ms.collection: essentials-security # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | tutorial | overview | quickstart | reference | sample | tutorial | video | whats-new @@ -173,4 +174,4 @@ landingContent: - text: Universal Print url: /universal-print - text: Remote wipe - url: /windows/client-management/mdm/remotewipe-csp \ No newline at end of file + url: /windows/client-management/mdm/remotewipe-csp From a28bf32b198eae3210e7f39a5386db44b71fb578 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:42:23 -0500 Subject: [PATCH 050/111] updates --- windows/configuration/background/index.md | 29 ++++++++++++++++------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/windows/configuration/background/index.md b/windows/configuration/background/index.md index 41db9ed93c..ebd8d66650 100644 --- a/windows/configuration/background/index.md +++ b/windows/configuration/background/index.md @@ -27,15 +27,6 @@ Configuring desktop and lock screen backgrounds in Windows offers a simple yet e This article explains how to configure the desktop and lock screen background in Windows using policy settings. It includes examples of how to implement these configurations using Microsoft Intune, Configuration Service Provider (CSP), and Group Policy Object (GPO). -## Windows edition requirements - -The configuration of the desktop and lock screen background varies based on how the policy settings are applied: - -| Windows edition | Intune/CSP | GPO | -|Pro / Pro Education|✅|❌| -|Enterprise / Education|✅|✅| -|IoT Enterprise|✅|✅| - ## Image ratios and scaling A key consideration when using custom images is how they appear on devices with varying screen sizes and resolutions. For example, a custom image created in a 16:9 aspect ratio (such as 1600x900) scales properly on devices with 16:9 resolutions, like 1280x720 or 1920x1080. On devices with other aspect ratios, such as 4:3 (1024x768) or 16:10 (1280x800), the image's height scales correctly, but the width is cropped to match the aspect ratio. The image remains centered on the screen. @@ -44,6 +35,16 @@ Images created in non-standard aspect ratios may scale and center unpredictably ## Configure the desktop background +Windows edition requirements + +The configuration of the desktop background varies based on how the policy settings are applied: + +| Windows edition | Intune/CSP | GPO | +|-|-|-| +|Pro / Pro Education|✅|❌| +|Enterprise / Education|✅|✅| +|IoT Enterprise|✅|✅| + [!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] #### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune) @@ -79,6 +80,16 @@ Enable the Enable Active Desktop policy; ## Configure the lock screen background +Windows edition requirements + +The configuration of the lock screen background varies based on how the policy settings are applied: + +| Windows edition | Intune/CSP | GPO | +|-|-|-| +|Pro / Pro Education|✅|❌| +|Enterprise / Education|✅|✅| +|IoT Enterprise|✅|✅| + [!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] #### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune) From 86d15d808df86a03d018a2f3e5117e1958d4e094 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:26:46 -0500 Subject: [PATCH 051/111] updates --- windows/configuration/background/index.md | 31 ++++++++++------------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/windows/configuration/background/index.md b/windows/configuration/background/index.md index ebd8d66650..0d8cac2da7 100644 --- a/windows/configuration/background/index.md +++ b/windows/configuration/background/index.md @@ -1,6 +1,6 @@ --- title: Configure the Desktop and Lock Screen Background in Windows -description: Learn how to configure the desktop and lock screen background in Windows using policy settings, including Intune, CSP and GPO. +description: Learn how to configure the desktop and lock screen background in Windows using policy settings, including Intune, CSP, and GPO. ms.topic: how-to ms.date: 03/03/2025 author: paolomatarazzo @@ -11,7 +11,9 @@ zone_pivot_groups: windows-versions-11-10 # Configure the desktop and lock screen background -Configuring desktop and lock screen backgrounds in Windows offers a simple yet effective way to enhance productivity, enforce consistency, and strengthen organizational branding. Predefined backgrounds can display company logos, mission statements, or school emblems, reinforcing identity across devices. This is especially valuable for kiosks, where lock screens can provide clear instructions, or student devices, where consistent branding fosters a sense of belonging and professionalism. +Configuring desktop and lock screen backgrounds in Windows offers a simple yet effective way to enhance productivity, enforce consistency, and strengthen organizational branding. + +Predefined backgrounds can display company logos, mission statements, or school emblems, reinforcing identity across devices. Examples where predefined backgrounds are especially valuable include kiosks, where lock screens can provide clear instructions, or student devices, where consistent branding fosters a sense of belonging and professionalism. ::: zone pivot="windows-11" @@ -31,17 +33,15 @@ This article explains how to configure the desktop and lock screen background in A key consideration when using custom images is how they appear on devices with varying screen sizes and resolutions. For example, a custom image created in a 16:9 aspect ratio (such as 1600x900) scales properly on devices with 16:9 resolutions, like 1280x720 or 1920x1080. On devices with other aspect ratios, such as 4:3 (1024x768) or 16:10 (1280x800), the image's height scales correctly, but the width is cropped to match the aspect ratio. The image remains centered on the screen. -Images created in non-standard aspect ratios may scale and center unpredictably when displayed on devices with different resolutions. To ensure consistent results, especially for images containing text (e.g., legal statements), it is recommended to design the image in a 16:9 resolution while keeping critical text within the 4:3 region. This approach ensures that the text remains visible across all aspect ratios. +Images created in nonstandard aspect ratios might scale and center unpredictably when displayed on devices with different resolutions. To ensure consistent results, especially for images containing text (for example, legal statements), it's recommended to design the image in a 16:9 resolution while keeping critical text within the 4:3 region. This approach ensures that the text remains visible across all aspect ratios. ## Configure the desktop background -Windows edition requirements - -The configuration of the desktop background varies based on how the policy settings are applied: +**Windows edition requirements**. The configuration of the desktop background varies based on how the policy settings are applied: | Windows edition | Intune/CSP | GPO | |-|-|-| -|Pro / Pro Education|✅|❌| +|Pro / Pro Education|✅|✅| |Enterprise / Education|✅|✅| |IoT Enterprise|✅|✅| @@ -53,7 +53,7 @@ The configuration of the desktop background varies based on how the policy setti | Category | Setting name | Value | |--|--|--| -| **Personalization** | Desktop Image Url | An http or https URL to a jpg, jpeg or png image file. | +| **Personalization** | Desktop Image Url | An http or https URL to a jpg, jpeg, or png image file. | [!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)] @@ -61,7 +61,7 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the | Setting | |--------| -| - **OMA-URI:** `./Vendor/MSFT/Personalization/DesktopImageUrl`
- **Data type:** string
- **Value:** An http or https URL to a jpg, jpeg or png image file. | +| - **OMA-URI:** `./Vendor/MSFT/Personalization/DesktopImageUrl`
- **Data type:** string
- **Value:** An http or https URL to a jpg, jpeg, or png image file. | #### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo) @@ -71,18 +71,13 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the | - | - | - | | **User Configuration\Administrative Templates\Desktop\Desktop** |Desktop Wallpaper | Fully qualified path and name of the image file. You can use a local path or a UNC path. | - User Configuration -> Policies -> Administrative Templates -> Desktop -> Desktop; -Enable the Enable Active Desktop policy; - [!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)] --- ## Configure the lock screen background -Windows edition requirements - -The configuration of the lock screen background varies based on how the policy settings are applied: +**Windows edition requirements**. The configuration of the lock screen background varies based on how the policy settings are applied: | Windows edition | Intune/CSP | GPO | |-|-|-| @@ -98,7 +93,7 @@ The configuration of the lock screen background varies based on how the policy s | Category | Setting name | Value | |--|--|--| -| **Personalization** | Lock Screen Image Url| An http or https URL to a jpg, jpeg or png image file. | +| **Personalization** | Lock Screen Image Url| An http or https URL to a jpg, jpeg, or png image file. | [!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)] @@ -106,7 +101,7 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the | Setting | |--------| -| - **OMA-URI:** `./Vendor/MSFT/Personalization/LockScreenImageUrl`
- **Data type:** string
- **Value:** An http or https URL to a jpg, jpeg or png image file.| +| - **OMA-URI:** `./Vendor/MSFT/Personalization/LockScreenImageUrl`
- **Data type:** string
- **Value:** An http or https URL to a jpg, jpeg, or png image file.| #### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo) @@ -121,7 +116,7 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the --- > [!TIP] -> You also have the option to configure a custom lock screen image using [organizational messages in the Microsoft 365 admin center][M365-1]. +> You can also configure a custom lock screen image using [organizational messages in the Microsoft 365 admin center][M365-1]. ## User experience From 6ea14739d05a9f6bbc506a2b278b0c0677cd5a13 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 5 Mar 2025 06:46:34 -0500 Subject: [PATCH 052/111] updates --- windows/configuration/background/index.md | 14 +++---- .../images/settings-page-visibility-kiosk.png | Bin 33048 -> 0 bytes .../images/settings-page-visibility.png | Bin 40455 -> 40443 bytes .../configuration/settings/page-visibility.md | 36 +++++++++++------- windows/configuration/toc.yml | 4 +- 5 files changed, 31 insertions(+), 23 deletions(-) delete mode 100644 windows/configuration/settings/images/settings-page-visibility-kiosk.png diff --git a/windows/configuration/background/index.md b/windows/configuration/background/index.md index 0d8cac2da7..093149d11b 100644 --- a/windows/configuration/background/index.md +++ b/windows/configuration/background/index.md @@ -1,5 +1,5 @@ --- -title: Configure the Desktop and Lock Screen Background in Windows +title: Configure the Desktop and Lock Screen Backgrounds in Windows description: Learn how to configure the desktop and lock screen background in Windows using policy settings, including Intune, CSP, and GPO. ms.topic: how-to ms.date: 03/03/2025 @@ -9,7 +9,7 @@ appliesto: zone_pivot_groups: windows-versions-11-10 --- -# Configure the desktop and lock screen background +# Configure the desktop and lock screen backgrounds Configuring desktop and lock screen backgrounds in Windows offers a simple yet effective way to enhance productivity, enforce consistency, and strengthen organizational branding. @@ -27,7 +27,7 @@ Predefined backgrounds can display company logos, mission statements, or school ::: zone-end -This article explains how to configure the desktop and lock screen background in Windows using policy settings. It includes examples of how to implement these configurations using Microsoft Intune, Configuration Service Provider (CSP), and Group Policy Object (GPO). +This article explains how to configure the desktop and lock screen backgrounds in Windows using policy settings. It includes examples of how to implement these configurations using Microsoft Intune, Configuration Service Provider (CSP), and Group Policy Object (GPO). ## Image ratios and scaling @@ -37,10 +37,10 @@ Images created in nonstandard aspect ratios might scale and center unpredictably ## Configure the desktop background -**Windows edition requirements**. The configuration of the desktop background varies based on how the policy settings are applied: +**Windows edition requirements**. The following table summarizes the Windows editions and licensing requirements for configuring the desktop background: | Windows edition | Intune/CSP | GPO | -|-|-|-| +|:-|:-:|:-:| |Pro / Pro Education|✅|✅| |Enterprise / Education|✅|✅| |IoT Enterprise|✅|✅| @@ -77,10 +77,10 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the ## Configure the lock screen background -**Windows edition requirements**. The configuration of the lock screen background varies based on how the policy settings are applied: +**Windows edition requirements**. The following table summarizes the Windows editions and licensing requirements for configuring the lock screen background: | Windows edition | Intune/CSP | GPO | -|-|-|-| +|:-|:-:|:-:| |Pro / Pro Education|✅|❌| |Enterprise / Education|✅|✅| |IoT Enterprise|✅|✅| diff --git a/windows/configuration/settings/images/settings-page-visibility-kiosk.png b/windows/configuration/settings/images/settings-page-visibility-kiosk.png deleted file mode 100644 index 040d49b1d51c454955816220c45d340fd3892d7b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 33048 zcmce-hgVZi)Gmw)@)JZ|MVx}S^BcoAMRn#LR zBX=MpyO96iW#Ea-cc-twe^=a8O+3iRsOirBT_8(Lz6CtI;Gw4?PgdM@XA$^=++I#g zj*P4FL*SyGFjD|5pammJ1>85 zfFJ&Q54sHH7To`ufHYNjL!z%;M_5=UUp3 z;jWGjVt#avWCQHqvqTj&HMPBwDD8v)5!6ma_0svP>laLD9T)|SpZ)vrho+%IA|;#e zw_@C(V@I|ZacC4?J!#jU3-KYDVV%E-w2iwq!spQ_+=cT78fqStb94~tolmy< zL-L8llE$gOT`5jJ6YimNeLp_lhp&uP4HXy(o7H;eQ=2S3vHkfe3oYrh>I|&Nlk;AB zw&^`Tut`fy^N(|==6sSi_a3z!Cl{fDc?LQS6_z>kRSM|H>g(&<44ZpI%*EUkut=j8 zu79}rxYmuzQo?JA9=$so3mN+!MmK|ohRuMT0=QE=^_o{;mJ;Jk2ss(4i|4~Eei8Su z>kFc#;OI0lP7esQWuN4?k+#ZcE|NO*z*?3QBso7zwCtbnf;Y@h>IW`w>(QT$-PMhp

+bTXP;@V(_vqx9 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 Tb@!#Tg8b;|>gTe~DWM4f6puMr delta 345 zcmeypo2h*d(*$v@l^kpg3=DQhvUf~WG-aH#F}!R}y$A!tAqIg?5HI41xA diff --git a/windows/configuration/settings/page-visibility.md b/windows/configuration/settings/page-visibility.md index 6e7220e4ad..9f5da1cb6d 100644 --- a/windows/configuration/settings/page-visibility.md +++ b/windows/configuration/settings/page-visibility.md @@ -7,23 +7,27 @@ author: paolomatarazzo ms.author: paoloma --- -# Configure the Settings Page Visibility in Windows +# Configure the Settings page visibility -*Settings* is a Windows application that provides users with a unified interface to manage their system settings. However, in certain scenarios, you may want to restrict access to specific settings pages to ensure a more controlled and secure environment. This is especially beneficial for devices used in specific environments, such as kiosks or student devices, where limiting access to certain settings can prevent unauthorized changes and maintain a consistent user experience. +*Settings* is a Windows application that offers a unified interface to manage the system settings. In certain scenarios, you might want to restrict access to specific settings pages to ensure a more controlled and secure environment. This is especially beneficial for devices used in specific environments, such as kiosks or student devices, where limiting access to certain settings can prevent unauthorized changes and maintain a consistent user experience. -:::image type="content" source="images/settings-page-visibility.png" alt-text="Screenshot of the Settings app configured with a policy setting to limit the categories displayed."::: +:::image type="content" source="images/settings-page-visibility.png" alt-text="Screenshot of the Settings app configured with a policy setting to limit the categories displayed." border="false"::: -You can configure the visibility of settings pages using the *page visibility list* policy setting. This policy allows you to block a given set of pages from the Settings app. Blocked pages won't be visible in the app, and if all pages in a category are blocked, the category is hidden too. Direct navigation to a blocked page via URI, context menu in Explorer or other means results in the first page of Settings displayed instead. +This article explains how to configure the Settings app and how to implement the configurations using Microsoft Intune, Configuration Service Provider (CSP), and Group Policy Object (GPO). -This policy has two modes: +## Page visibility list policy setting -- Specify a list of settings pages to show. In this case, the policy string must begin with `showonly:`. After this, the policy string must contain a semicolon-delimited list of settings page identifiers. The identifier for any given settings page is the published URI for that page, minus the `ms-settings: protocol part +You can configure the visibility of settings pages using the *page visibility list* policy setting. This policy allows you to block a given set of pages from the Settings app. Blocked pages aren't visible in the app and can't be accessed through direct navigation via Uniform Resource Identifier (URI), context menu in Explorer, or other means. Direct navigation to a blocked page results in the first page of Settings displayed instead. + +The page visibility list policy setting has two modes: + +- Specify a list of settings pages to show. In this case, the policy string must begin with `showonly:`. After this, the policy string must contain a semicolon-delimited list of settings page identifiers. The identifier for any given settings page is the published URI for that page, minus the `ms-settings:` protocol part - Specify a list of pages to hide. In this case, the policy string must begin with `hide:`. After this, the policy string must contain a semicolon-delimited list of settings page identifiers. The identifier for any given settings page is the published URI for that page, minus the `ms-settings:` protocol part -## Examples - > [!NOTE] -> The availability of per-user support is documented [here](https://go.microsoft.com/fwlink/?linkid=2102995). +> For the list of categories and page identifiers that can be configured, see [ms-settings: URI scheme reference](https://go.microsoft.com/fwlink/?linkid=2102995#ms-settings-uri-scheme-reference). + +## Examples To specify that only the **About** and **Bluetooth** pages should be shown (their respective URIs are `ms-settings:about` and `ms-settings:bluetooth`) and all other pages hidden: @@ -47,12 +51,11 @@ To specify that only the Bluetooth page (URI `ms-settings:bluetooth`) should be [!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)] -Alternatively, you can configure devices using a [custom policy][INT-1] with the [Policy CSP](/windows/client-management/mdm/policy-csp-settings#pagevisibilitylist). +Alternatively, you can configure devices using a [custom policy][INT-1] with the [Policy CSP][CSP-1]. | Setting | |--| -|- **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`
- **Data type:** string
- **Value:** List of URIs to show or hide, separated by semicolons.| -|- **OMA-URI:** `./User/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`
- **Data type:** string
- **Value:** List of URIs to show or hide, separated by semicolons.| +|- **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`
- **Data type:** string
- **Value:** List of URIs to show or hide, separated by semicolons.

or

- **OMA-URI:** `./User/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`
- **Data type:** string
- **Value:** List of URIs to show or hide, separated by semicolons.| #### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo) @@ -60,8 +63,7 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the | Group policy path | Group policy setting | Value | | - | - | - | -| **Computer Configuration** > **Administrative Templates** > **Control Panel** > **Settings Page Visibility** | Turn off the Store application| **Enabled**| -| **User Configuration** > **Administrative Templates** > **Control Panel** > **Settings Page Visibility** | Turn off the Store application| **Enabled**| +| **Computer Configuration\Administrative Templates\Control Panel**

or

**User Configuration\Administrative Templates\Control Panel** | Settings Page Visibility | **Enabled**| [!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)] @@ -70,3 +72,9 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the ## User Experience By controlling the visibility of Settings pages, you can create a customized user experience tailored to your organization's specific needs. Once the policy is applied, users will have access only to the Settings pages you have explicitly allowed, ensuring a focused and streamlined interface. + + + +[CSP-1]: /windows/client-management/mdm/policy-csp-settings#pagevisibilitylist +[M365-1]: /microsoft-365/admin/misc/organizational-messages-microsoft-365?view=o365-worldwide +[INT-1]: /mem/intune/configuration/settings-catalog diff --git a/windows/configuration/toc.yml b/windows/configuration/toc.yml index 014de397a1..ccf2a0a0fb 100644 --- a/windows/configuration/toc.yml +++ b/windows/configuration/toc.yml @@ -7,11 +7,11 @@ items: href: start/toc.yml - name: Taskbar href: taskbar/toc.yml -- name: Desktop and lock screen background +- name: Desktop and lock screen backgrounds href: background/index.md - name: Windows spotlight href: windows-spotlight/index.md -- name: Settings +- name: Settings page visibility href: settings/page-visibility.md - name: Microsoft Store href: store/toc.yml From 14bd4a8ee3bcdc707d9e0923c11d3341263dded9 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 5 Mar 2025 07:06:14 -0500 Subject: [PATCH 053/111] updatess --- .../configuration/settings/page-visibility.md | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/windows/configuration/settings/page-visibility.md b/windows/configuration/settings/page-visibility.md index 9f5da1cb6d..c7f798daa6 100644 --- a/windows/configuration/settings/page-visibility.md +++ b/windows/configuration/settings/page-visibility.md @@ -9,7 +9,7 @@ ms.author: paoloma # Configure the Settings page visibility -*Settings* is a Windows application that offers a unified interface to manage the system settings. In certain scenarios, you might want to restrict access to specific settings pages to ensure a more controlled and secure environment. This is especially beneficial for devices used in specific environments, such as kiosks or student devices, where limiting access to certain settings can prevent unauthorized changes and maintain a consistent user experience. +*Settings* is a Windows application that offers a unified interface to manage the system settings. In certain scenarios, you might want to restrict access to specific Settings pages to ensure a more controlled and secure environment. This is especially beneficial for devices used in specific environments, such as kiosks or student devices, where limiting access to certain options can prevent unauthorized changes and maintain a consistent user experience. :::image type="content" source="images/settings-page-visibility.png" alt-text="Screenshot of the Settings app configured with a policy setting to limit the categories displayed." border="false"::: @@ -17,23 +17,27 @@ This article explains how to configure the Settings app and how to implement the ## Page visibility list policy setting -You can configure the visibility of settings pages using the *page visibility list* policy setting. This policy allows you to block a given set of pages from the Settings app. Blocked pages aren't visible in the app and can't be accessed through direct navigation via Uniform Resource Identifier (URI), context menu in Explorer, or other means. Direct navigation to a blocked page results in the first page of Settings displayed instead. +You can configure the visibility of Settings pages using the *page visibility list* policy setting. This policy allows you to block a given set of pages from the Settings app. Blocked pages aren't visible in the app and can't be accessed through direct navigation via Uniform Resource Identifier (URI), context menu in Explorer, or other means. Direct navigation to a blocked page results in the first page of Settings displayed instead. -The page visibility list policy setting has two modes: +The page visibility list policy has two modes: -- Specify a list of settings pages to show. In this case, the policy string must begin with `showonly:`. After this, the policy string must contain a semicolon-delimited list of settings page identifiers. The identifier for any given settings page is the published URI for that page, minus the `ms-settings:` protocol part -- Specify a list of pages to hide. In this case, the policy string must begin with `hide:`. After this, the policy string must contain a semicolon-delimited list of settings page identifiers. The identifier for any given settings page is the published URI for that page, minus the `ms-settings:` protocol part +- **Show Specific Pages** + - Start the policy string with `showonly:` + - Follow it with a list of Settings page identifiers, separated by semicolons +- **Hide Specific Pages** + - Start the policy string with `hide:` + - Follow it with a list of Settings page identifiers, separated by semicolons > [!NOTE] -> For the list of categories and page identifiers that can be configured, see [ms-settings: URI scheme reference](https://go.microsoft.com/fwlink/?linkid=2102995#ms-settings-uri-scheme-reference). +> The identifier for any Settings page is the published URI for that page, minus the `ms-settings:` protocol part. For the list of categories and page identifiers, see [ms-settings: URI scheme reference](https://go.microsoft.com/fwlink/?linkid=2102995#ms-settings-uri-scheme-reference). ## Examples -To specify that only the **About** and **Bluetooth** pages should be shown (their respective URIs are `ms-settings:about` and `ms-settings:bluetooth`) and all other pages hidden: +Show only the **About** and **Bluetooth** pages. Their respective URIs are `ms-settings:about` and `ms-settings:bluetooth`: `showonly:about;bluetooth` -To specify that only the Bluetooth page (URI `ms-settings:bluetooth`) should be hidden: +Hide only the Bluetooth page, which has the URI `ms-settings:bluetooth`: `hide:bluetooth` @@ -55,7 +59,7 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the | Setting | |--| -|- **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`
- **Data type:** string
- **Value:** List of URIs to show or hide, separated by semicolons.

or

- **OMA-URI:** `./User/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`
- **Data type:** string
- **Value:** List of URIs to show or hide, separated by semicolons.| +|- **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`
- **Data type:** string
- **Value:** List of URIs to show or hide, separated by semicolons.

Or

- **OMA-URI:** `./User/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList`
- **Data type:** string
- **Value:** List of URIs to show or hide, separated by semicolons.| #### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo) @@ -63,7 +67,7 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the | Group policy path | Group policy setting | Value | | - | - | - | -| **Computer Configuration\Administrative Templates\Control Panel**

or

**User Configuration\Administrative Templates\Control Panel** | Settings Page Visibility | **Enabled**| +| **Computer Configuration\Administrative Templates\Control Panel**

Or

**User Configuration\Administrative Templates\Control Panel** | Settings Page Visibility | List of URIs to show or hide, separated by semicolons.| [!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)] @@ -71,7 +75,7 @@ Alternatively, you can configure devices using a [custom policy][INT-1] with the ## User Experience -By controlling the visibility of Settings pages, you can create a customized user experience tailored to your organization's specific needs. Once the policy is applied, users will have access only to the Settings pages you have explicitly allowed, ensuring a focused and streamlined interface. +By controlling the visibility of Settings pages, you can create a customized user experience tailored to your organization's specific needs. Once the policy is applied, users have access only to the Settings pages you explicitly allow, ensuring a focused and streamlined interface. From 7ae5ac176a74126d1b4d904f343ed3a1fcc3010c Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 5 Mar 2025 07:29:43 -0500 Subject: [PATCH 054/111] acrolinx --- windows/configuration/background/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/background/index.md b/windows/configuration/background/index.md index 093149d11b..4c918bcf04 100644 --- a/windows/configuration/background/index.md +++ b/windows/configuration/background/index.md @@ -33,7 +33,7 @@ This article explains how to configure the desktop and lock screen backgrounds i A key consideration when using custom images is how they appear on devices with varying screen sizes and resolutions. For example, a custom image created in a 16:9 aspect ratio (such as 1600x900) scales properly on devices with 16:9 resolutions, like 1280x720 or 1920x1080. On devices with other aspect ratios, such as 4:3 (1024x768) or 16:10 (1280x800), the image's height scales correctly, but the width is cropped to match the aspect ratio. The image remains centered on the screen. -Images created in nonstandard aspect ratios might scale and center unpredictably when displayed on devices with different resolutions. To ensure consistent results, especially for images containing text (for example, legal statements), it's recommended to design the image in a 16:9 resolution while keeping critical text within the 4:3 region. This approach ensures that the text remains visible across all aspect ratios. +Images created in nonstandard aspect ratios might scale and center unpredictably when displayed on devices with different resolutions. To ensure consistent results, especially for images containing text (for example, legal statements), design the image in a 16:9 resolution and keep critical text within the 4:3 region. This approach ensures that the text remains visible across all aspect ratios. ## Configure the desktop background From 1fd98db0b6a7bdeb719f1a29cfba2e88a37ed476 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:45:06 -0500 Subject: [PATCH 055/111] redirects --- ...ing.redirection.windows-configuration.json | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/.openpublishing.redirection.windows-configuration.json b/.openpublishing.redirection.windows-configuration.json index e07084c0ec..f1142378ba 100644 --- a/.openpublishing.redirection.windows-configuration.json +++ b/.openpublishing.redirection.windows-configuration.json @@ -1034,6 +1034,56 @@ "source_path": "windows/configuration/ue-v/uev-working-with-custom-templates-and-the-uev-generator.md", "redirect_url": "/microsoft-desktop-optimization-pack/ue-v/uev-working-with-custom-templates-and-the-uev-generator", "redirect_document_id": false + }, + { + "source_path": "windows/configuration/assigned-access/overview.md", + "redirect_url": "/windows/configuration/assigned-access/index", + "redirect_document_id": false + }, + { + "source_path": "windows/configuration/assigned-access/shell-launcher/configuration-file.md", + "redirect_url": "/windows/configuration/shell-launcher/configuration-file", + "redirect_document_id": false + }, + { + "source_path": "windows/configuration/assigned-access/shell-launcher/index.md", + "redirect_url": "/windows/configuration/shell-launcher/index", + "redirect_document_id": false + }, + { + "source_path": "windows/configuration/assigned-access/shell-launcher/quickstart-kiosk.md", + "redirect_url": "/windows/configuration/shell-launcher/quickstart-kiosk", + "redirect_document_id": false + }, + { + "source_path": "windows/configuration/assigned-access/shell-launcher/xsd.md", + "redirect_url": "/windows/configuration/shell-launcher/xsd", + "redirect_document_id": false + }, + { + "source_path": "windows/configuration/shell-launcher/browser-support.md", + "redirect_url": "/windows/configuration/kiosk/index", + "redirect_document_id": false + }, + { + "source_path": "windows/configuration/shell-launcher/kiosk-mode.md", + "redirect_url": "/windows/configuration/kiosk/index", + "redirect_document_id": false + }, + { + "source_path": "windows/configuration/shell-launcher/multi-app-kiosk.md", + "redirect_url": "/windows/configuration/kiosk/index", + "redirect_document_id": false + }, + { + "source_path": "windows/configuration/shell-launcher/single-app-kiosk.md", + "redirect_url": "/windows/configuration/kiosk/index", + "redirect_document_id": false + }, + { + "source_path": "windows/configuration/shell-launcher/wedl-assignedaccess.md", + "redirect_url": "/windows/configuration/shell-launcher/wedl-assignedaccess", + "redirect_document_id": false } ] } From 0d0d35fa9d64dc1ea179e043fc1d16a070e90bf3 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Wed, 5 Mar 2025 14:04:29 -0800 Subject: [PATCH 056/111] Update create-appcontrol-policy-for-lightly-managed-devices.md --- ...trol-policy-for-lightly-managed-devices.md | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index 693e2355f8..8ab724ca57 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -3,7 +3,7 @@ title: Use the Smart App Control policy to build your starter base policy description: App Control for Business restricts which applications users are allowed to run and the code that runs in the system core. ms.topic: conceptual ms.localizationpriority: medium -ms.date: 02/20/2025 +ms.date: 03/05/2025 --- # Use the Smart App Control policy to build your starter policy @@ -23,7 +23,7 @@ As we did in [App Control for Business deployment in different scenarios](common Alice follows the guidance from the article [Plan for app control policy lifecycle management](./plan-appcontrol-management.md#policy-xml-lifecycle-management), and starts by analyzing the "circle-of-trust" for Smart App Control's policy. Alice reads Microsoft's online help articles about Smart App Control to be sure she understands it well. From her reading, she learns that Smart App Control allows only publicly-trusted signed code or unsigned code that the [Intelligent Security Graph (ISG)](./use-appcontrol-with-intelligent-security-graph.md) predicts is safe. Publicly-trusted signed code means the signing certificate was issued by one of the certificate authorities (CA) who are in Microsoft's Trusted Root Program. Unsigned code is blocked from running if the ISG can't predict that the code is safe to run. And code determined to be unsafe is always blocked. -Now Alice considers how to adapt the policy for Lamna's use. Alice wants to create an initial policy that is as relaxed as possible, but still provide durable security value. Alice knows that some within Lamna's leadership advocate an approach much more aggressive than she plans. They want to immediately lockdown end users' devices and hope there's limited fallout. For now, she has enough support for her approach, because more of the leadership team appreciate that the corporate app culture that exists at Lamna is deeply ingrained. An app culture that developed slowly over the course of the company's existence won't just go away. +Now Alice considers how to adapt the policy for Lamna's use. Alice wants to create an initial policy that is as relaxed as possible, but still provide durable security value. Alice knows that some within Lamna advocate a more aggressive approach than she plans. They want to immediately lockdown end users' devices and hope there's limited fallout. For now, she has support for her approach, because more of the leadership team agrees that the Lamna app culture that developed slowly over the course of the company's existence won't just go away overnight, so the policy must maintain substantial flexibility initially. ### Consider the key factors about your organization @@ -33,28 +33,27 @@ Alice next identifies the key factors about Lamna's environment that she believe - **Operating Systems:** Windows 11 runs most user devices, but Windows 10 will remain on roughly 10% of clients at least through the next fiscal year, particularly those in smaller satellite offices; Alice's group doesn't manage Lamna's servers or any specialized equipment; Lamna's server IT group plans to wait to see how the client rollout of App Control unfolds before implementing the technology on the servers they control; - **Client management:** Lamna uses Microsoft Intune for all Windows 11 devices, deployed as Microsoft Entra cloud-native; they continue to use Microsoft Endpoint Configuration Manager (MEMCM) with Microsoft Entra hybrid join on all Windows 10 devices; - **App management:** Most, but not all, apps are deployed using Intune; there's a long tail of business-unit-specific apps, and "Shadow IT" apps that lack an official charter, but are critical to the employees who use them; -- **App ecosystem complexity:** Lamna has hundreds of line-of-business (LOB) apps across its business units; almost all of the apps use unsigned, or mostly unsigned, code; though the company has started to require codesigning, they use a codesigning certificate issued by Lamna's corporate Public Key Infrastructure (PKI), meaning that they aren't trusted by the Smart App Control policy by default; Alice must add the certs to the policy. +- **App development and code signing:** Lamna has hundreds of line-of-business (LOB) apps across its business units; Lamna hasn't aligned its business units on development platforms and frameworks, so Alice expects lots of variability and complexity; almost all of the apps use unsigned, or mostly unsigned, code; although the company has started to require codesigning, their codesigning certificates come from Lamna's corporate Public Key Infrastructure (PKI), so they aren't trusted by the Smart App Control policy by default; Alice must add the certs to the policy. Based on the above, Alice defines the pseudo-rules for the Lamna version of Microsoft's Signed & Reputable policy: 1. **"Windows and Microsoft-certified kernel drivers"** One or more signer rules allowing: - - Windows and its components - - Microsoft-certified third-party kernel drivers (WHQL) - + - Windows and its components. + - Microsoft-certified third-party kernel drivers (WHQL). + 2. **"Publicly-trusted signed code"** One or more signer rules allowing: - Code signed with certificates issued from any certificate authority participating in the [Microsoft Trusted Root Program ("AuthRoot")](/security/trusted-root/program-requirements) or non-OS code signed by Microsoft. -3. **Lamna signed code** One or more signer rules allowing: +3. **Lamna signed code** One or more signer rules allowing: - Code signed by certificates issued from Lamna Codesigning PCA, the intermediate cert issued from their own internal PKI. -3. **Allow apps based on their "reputation"** A policy option allowing: +4. **Allow apps based on their "reputation"** A policy option allowing: - Apps predicted to be "safe" by the ISG. -4. **Allow Managed Installer** A policy option allowing: - - Code written to the system by a process designated by policy as a managed installer. - - Alice sets Lamna's managed installer policy based on articles she's read Alice decides to configure the auto-updater process for many popular apps as managed installers to ensure the code those apps use is always allowed. +5. **Allow Managed Installer** A policy option allowing: + - Code written to the system by a process designated by policy as a managed installer. For Lamna's managed installer policy, Alice includes the Intune Management Extension, and also well-known auto-updater processes from ISVs whose apps are popular and likely to find across the company. She also includes a filepath rule, "D:\ Lamna Helpdesk\*" where Lamna's helpdesk admins are trained to copy the app installers and scripts they use to repair user's apps and systems. -5. **Admin-only path rules** One or more filepath rules for the following locations: +6. **Admin-only path rules** One or more filepath rules for the following locations: - "C:\Program Files\*" - "C:\Program Files (x86)\*" - "%windir%\*" From ad9755c4330e9e9665258d9e6c4a223ccdc3ef1e Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 5 Mar 2025 17:06:18 -0500 Subject: [PATCH 057/111] updates --- .../assigned-access/multi-app-kiosk.md | 39 --- .../assigned-access/single-app-kiosk.md | 38 -- .../configuration/kiosk/browser-support.md | 47 --- windows/configuration/kiosk/kiosk-mode.md | 61 ---- windows/configuration/kiosk/toc.yml | 4 - .../shell-launcher/configure-wmi.md | 143 ++++++++ .../configuration/shell-launcher/configure.md | 137 -------- .../configuration/shell-launcher/index_old.md | 324 +----------------- windows/configuration/shell-launcher/toc.yml | 8 +- 9 files changed, 156 insertions(+), 645 deletions(-) delete mode 100644 windows/configuration/assigned-access/multi-app-kiosk.md delete mode 100644 windows/configuration/assigned-access/single-app-kiosk.md delete mode 100644 windows/configuration/kiosk/browser-support.md delete mode 100644 windows/configuration/kiosk/kiosk-mode.md create mode 100644 windows/configuration/shell-launcher/configure-wmi.md diff --git a/windows/configuration/assigned-access/multi-app-kiosk.md b/windows/configuration/assigned-access/multi-app-kiosk.md deleted file mode 100644 index b77d2fd604..0000000000 --- a/windows/configuration/assigned-access/multi-app-kiosk.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Multi-App Kiosk -ms.date: 08/16/2023 -ms.topic: concept-article -description: Learn about the Multi-App Kiosk in Windows IoT Enterprise. ---- - -# Assigned access multi-app kiosk - -An assigned access multi-app kiosk runs one or more apps from the desktop. People using the kiosk see a customized Start that shows only the tiles for the apps that are allowed. With this approach, you can configure a locked-down experience for different account types. A multi-app kiosk is appropriate for devices that are shared by multiple people. Here's a [guide](/windows/configuration/lock-down-windows-10-to-specific-apps) on how to set up a multi-app kiosk. - -> [!NOTE] -> Multi-app kiosk mode isn't available for Windows 11 IoT Enterprise, version 21H2, or 22H2. Refer to [What's new for subsequent releases](/windows/iot/iot-enterprise/whats-new/release-history#windows-11-iot-enterprise) for information about its return. -> -> **Update** - [Multi-app kiosk mode is now available in Windows 11](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/multi-app-kiosk-mode-now-available-in-windows-11/ba-p/3845558)., version 22H2 as part of the Windows continuous innovation releases. To learn how you can take advantage of features introduced via Windows continuous innovation, see more about how you can access this feature in Windows 11 IoT Enterprise, version 22H2, see [Delivering continuous innovation in Windows 11](https://support.microsoft.com/windows/delivering-continuous-innovation-in-windows-11-b0aa0a27-ea9a-4365-9224-cb155e517f12). - -## Benefits of using a multi-app kiosk - -The benefit of a kiosk that runs multiple specified apps is to provide an easy-to-understand experience for individuals by showing them only the things they need to use, and removing the things they don't need to access. - -A multi-app kiosk is appropriate for devices that are shared by multiple people. Each user can authenticate with the device and receive a customized lockdown experience based on the configuration. - -## Configuring your multi-app kiosk - -* [Configure a kiosk in Microsoft Intune](/windows/configuration/lock-down-windows-10-to-specific-apps#configure-a-kiosk-in-microsoft-intune) -* [Configure a kiosk using a provisioning package](/windows/configuration/lock-down-windows-10-to-specific-apps#configure-a-kiosk-using-a-provisioning-package) - -> [!NOTE] -> -> When you configure a multi-app kiosk, [specific policies](/windows/configuration/kiosk-policies) are enforced that affects all nonadministrator users on the device. - -## More Resources - -* [New features and improvements](/windows/configuration/lock-down-windows-10-to-specific-apps) -* [Set up a multi-app kiosk](/windows/configuration/lock-down-windows-10-to-specific-apps) -* [Kiosk apps for assigned access: Best practices](/windows-hardware/drivers/partnerapps/create-a-kiosk-app-for-assigned-access) -* [Guidelines for choosing an app for assigned access](/windows/configuration/guidelines-for-assigned-access-app) -* [Configure kiosks and digital signs](/windows/configuration/kiosk-methods) -* [More kiosk methods and reference information](/windows/configuration/kiosk-additional-reference) diff --git a/windows/configuration/assigned-access/single-app-kiosk.md b/windows/configuration/assigned-access/single-app-kiosk.md deleted file mode 100644 index 541fb49a2e..0000000000 --- a/windows/configuration/assigned-access/single-app-kiosk.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Assigned access Single-App Kiosk -ms.date: 03/30/2023 -ms.topic: concept-article -description: Learn about the Single-App Kiosk in Windows IoT Enterprise. ---- - -# Assigned access single-app kiosk - -A single-app kiosk uses the assigned access feature to run a single app above the lock screen. When the kiosk account signs in, the app is launched automatically. The person using the kiosk can't do anything on the device outside of the kiosk app. - -> [!NOTE] -> -> Assigned access single-app kiosk mode is not supported over a remote desktop connection. Your kiosk users must sign in on the physical device that is set up as a kiosk. - -## Benefits of using a single-app kiosk - -A single-app kiosk is ideal for public use. Using [shell launcher](./index.md), you can configure a kiosk device that runs a Windows desktop application as the user interface. The application that you specify replaces the default shell (explorer.exe) that usually runs when a user logs on. This type of single-app kiosk runs above the lock screen, and users have access to only this app and nothing else on the system. This experience is often used for public-facing kiosk machines. Check out [Set up a kiosk on Windows 10 Pro, Enterprise, or Education](/windows/configuration/set-up-a-kiosk-for-windows-10-for-desktop-editions) for more information. - -## Configuring your single-app kiosks - -You have several options for configuring your single-app kiosk. - -* [Settings App](/windows/configuration/kiosk-single-app#local) -* [PowerShell](/windows/configuration/kiosk-single-app#powershell) -* [Kiosk Wizard in Windows Configuration Designer](/windows/configuration/kiosk-single-app#wizard) -* [Microsoft Intune or other MDM providers](/windows/configuration/kiosk-single-app#mdm) - -> [!TIP] -> You can also configure a kiosk account and app for single-app kiosk within [XML in a provisioning package](/windows/configuration/lock-down-windows-10-to-specific-apps) by using a [kiosk profile](/windows/configuration/lock-down-windows-10-to-specific-apps#profile). - -## Additional Resources - -* [Set up a single-app kiosk](/windows/configuration/kiosk-single-app) -* [Guidelines for choosing an app for assigned access](/windows/configuration/guidelines-for-assigned-access-app) -* [Kiosk apps for assigned access: Best practices](/windows-hardware/drivers/partnerapps/create-a-kiosk-app-for-assigned-access) -* [Configure kiosks and digital signs](/windows/configuration/kiosk-methods) -* [More kiosk methods and reference information](/windows/configuration/kiosk-additional-reference) diff --git a/windows/configuration/kiosk/browser-support.md b/windows/configuration/kiosk/browser-support.md deleted file mode 100644 index 6ce5ad7ec3..0000000000 --- a/windows/configuration/kiosk/browser-support.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: Browser Support -ms.date: 03/30/2023 -ms.topic: concept-article -description: Learn about browser support in Kiosk Mode ---- - -# Browser support - -Today, you can use two browsers, Internet Explorer 11 and [Microsoft Edge](/deployedge/microsoft-edge-configure-kiosk-mode) to create an assigned access single-app or multi-app kiosk experience. - -## Microsoft Edge Kiosk Mode - -> Available for LTSC starting in [Windows 10 IoT Enterprise 2021 LTSC](/windows/iot/iot-enterprise/whats-new/Windows-10-IoT-Enterprise-LTSC-2021) - -[Microsoft Edge kiosk mode](/deployedge/microsoft-edge-configure-kiosk-mode) offers two lockdown experiences of the browser so organizations can create, manage, and provide the best experience for their customers. The following lockdown experiences are available: - -* Digital/Interactive Signage experience - Displays a specific site in full-screen mode. -* Public-Browsing experience - Runs a limited multi-tab version of Microsoft Edge. - -Both experiences are running a Microsoft Edge InPrivate session, which protects user data. - -## Internet Explorer 11 - -[Internet Explorer 11](/internet-explorer/internet-explorer) is considered a legacy browser, in subsequent releases. - -In anticipation of that, you can use [Internet Explorer (IE) mode](/deployedge/edge-ie-mode) on Microsoft Edge. IE mode allows you to run legacy web apps and modern web apps in a single browser. - -> [!NOTE] -> For in-support Windows 10 IoT Enterprise [Semi-Annual Channel (SAC) releases](/lifecycle/products/windows-10-iot-enterprise), Internet Explorer 11 will reach end of support on June 15, 2022. -> -> Internet Explorer 11 follows the Long-Term-Servicing-Channel (LTSC) Lifecycle for [Windows 10 IoT Enterprise LTSC](/lifecycle/products/?terms=Windows%2010%20IoT%20Enterprise%20LTSC) products. - -## Supported Versions - -| Browser | Internet Explorer 11 | Microsoft Edge Legacy | Microsoft Edge | -|--|--|--|--| -| OS Release | [IE11 App](/internet-explorer/internet-explorer) | [Edge Browser - Legacy](/deployedge/microsoft-edge-kiosk-mode-transition-plan) | [New Edge Browser](/deployedge/microsoft-edge-configure-kiosk-mode) | -| Windows 10 IoT Enterprise LTSC 2019 | [Follows OS Release Support Lifecycle](/lifecycle/products/windows-10-iot-enterprise-ltsc-2019) | No browser security updates after March, 9, 2021 (removed where applicable). In-box engine supported until OS end of service | Microsoft Edge and WebView2 Runtime not in-box (requires app migration from EdgeHTML) | -| Windows 10 IoT Enterprise, version 21H2 | End of support June 15, 2022 | Removed & replaced with New Microsoft Edge Browser in May 2021 Update | Included in-box or installed with May 2021 Update | -| Windows 10 IoT Enterprise LTSC 2021 | [Follows OS Release Support Lifecycle](/lifecycle/products/windows-10-iot-enterprise-ltsc-2021) | Not included | Microsoft Edge included in-box and follows [Modern Lifecycle Policy](/lifecycle/policies/modern) | -| Windows 11 IoT Enterprise | N/A | N/A | Microsoft Edge included in-box and follows [Modern Lifecycle Policy](/lifecycle/policies/modern) | - -## Additional Resources - -* [Configure Microsoft Edge kiosk mode](/deployedge/microsoft-edge-configure-kiosk-mode) -* [Plan your kiosk mode transition](/deployedge/microsoft-edge-kiosk-mode-transition-plan) diff --git a/windows/configuration/kiosk/kiosk-mode.md b/windows/configuration/kiosk/kiosk-mode.md deleted file mode 100644 index 0041577cc8..0000000000 --- a/windows/configuration/kiosk/kiosk-mode.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -title: Kiosk Mode -ms.date: 01/18/2024 -ms.topic: overview -description: Learn about Kiosk Mode in Windows IoT Enterprise. ---- - -# Kiosk mode - -Windows IoT Enterprise allows you to build fixed purpose devices such as ATM machines, point-of-sale terminals, medical devices, digital signs, or kiosks. Kiosk mode helps you create a dedicated and locked down user experience on these fixed purpose devices. Windows IoT Enterprise offers a set of different locked-down experiences for public or specialized use: *assigned access single-app kiosks*, *assigned access multi-app kiosks*, or *shell launcher*. - -Kiosk configurations are based upon either [assigned access](../assigned-access/index.md) or [shell launcher](index.md). There are several kiosk configuration methods that you can choose from, depending on your answers to the following questions. - -> [!NOTE] -> -> A benefit of using an assigned access kiosk mode is [these policies](/windows/configuration/kiosk-policies) are automatically applied to the device to optimize the lock-down experience. - -## Which type of app will your kiosk run? - -Your kiosk can run a Universal Windows Platform (UWP) app or a Windows desktop application. For [digital signage](/windows/configuration/setup-digital-signage), select a digital sign player as your kiosk app. Check out the [Guidelines for Kiosk Apps](/windows/configuration/guidelines-for-assigned-access-app). - -## Which type of kiosk do you need? - -If you want your kiosk to run a single app for anyone to see or use, consider an [assigned-access single-app kiosk](/windows/configuration/shell-launcher/single-app-kiosk) that runs either a [Universal Windows Platform (UWP) app](/windows/configuration/kiosk-methods#uwp) or a [Windows desktop application](/windows/configuration/kiosk-methods#classic). - -For a kiosk that people can sign in to with their accounts or that runs more than one app, consider an [assigned access multi-app kiosk](/windows/configuration/kiosk-methods#desktop). - -## Which type of user account will be the kiosk account? - -The kiosk account can be a local standard user account, a domain account, or an Azure Active Directory (Azure AD) account, depending on the method that you use to configure the kiosk. If you want people to sign in and authenticate on the device, you should use an assigned access multi-app kiosk configuration. The assigned access single-app kiosk configuration doesn't require people to sign in to the device, although they can sign in to the kiosk app if you select an app that has a sign-in method. - -## Kiosk capabilities for Windows 10 IoT Enterprise - -| Mode | Features | Description | Customer Usage | -|------|----------|------------ |-----------------| -| Assigned access | Single-app kiosk (UWP) | Auto launches a UWP app in full screen and prevents access to other system functions, while monitoring the lifecycle of the kiosk app. Only supports one single-app kiosk profile under one account per device. | Digital signs & single function devices| -| Assigned access | Single-app kiosk (Microsoft Edge) | Auto launches Microsoft Edge and prevents access to other system functions, while monitoring the lifecycle of browser. Only supports one single-app kiosk profile under one account per device. | Public browsing kiosks & digital signs | -| Assigned access | Multi-app kiosk (Restricted User Experience) | Windows 10: Always auto launches a restricted Start menu in full screen with the list of allowed app tiles.
Windows 11: Presents the familiar Windows desktop experience with a restricted set of apps. | Frontline Worker shared devices | -| Shell launcher | Shell launcher | Auto launches an app that the customer specifies and monitors the lifecycle of this app. App can be used as a "shell" if desired. No default lockdown policies like hotkey blocking are enforced in Shell Launcher. | Fixed purpose devices with a custom shell experience | - -## How to configure your device for kiosk mode? - -Visit the following documentation to set up a kiosk according to your scenario: - -* [Configure kiosks and digital signs](/windows/configuration/kiosk-methods) -* [Set up a single-app kiosk](/windows/configuration/kiosk-single-app) -* [Set up a multi-app kiosk](/windows/configuration/lock-down-windows-10-to-specific-apps) -* [Configure Microsoft Edge kiosk mode](/deployedge/microsoft-edge-configure-kiosk-mode) - -## Additional Resources - -* [Find the Application User Model ID of an installed app](/windows/configuration/find-the-application-user-model-id-of-an-installed-app) -* [Validate your kiosk configuration](/windows/configuration/kiosk-validate) -* [Guidelines for choosing an app for assigned access (kiosk mode)](/windows/configuration/guidelines-for-assigned-access-app) -* [Policies enforced on kiosk devices](/windows/configuration/kiosk-policies) -* [Assigned access XML reference](/windows/configuration/kiosk-xml) -* [Use AppLocker to create a Windows 10 kiosk](/windows/configuration/lock-down-windows-10-applocker) -* [Use Shell Launcher to create a Windows 10 kiosk](/windows/configuration/kiosk-shelllauncher) -* [Use MDM Bridge WMI Provider to create a Windows 10 kiosk](/windows/configuration/kiosk-mdm-bridge) -* [Troubleshoot kiosk mode issues](/windows/configuration/kiosk-troubleshoot) -* [Plan your kiosk mode transition to Microsoft Edge](/deployedge/microsoft-edge-kiosk-mode-transition-plan) diff --git a/windows/configuration/kiosk/toc.yml b/windows/configuration/kiosk/toc.yml index 399f5c35be..a2431a662b 100644 --- a/windows/configuration/kiosk/toc.yml +++ b/windows/configuration/kiosk/toc.yml @@ -1,10 +1,6 @@ items: - name: Overview href: index.md -- name: 🔴 Kiosk mode (merged to Overview doc ↖️) - href: kiosk-mode.md -- name: 🔴 Browser (merged to Overview doc ↖️) - href: browser-support.md - name: Assigned Access href: ../assigned-access/toc.yml - name: Shell Launcher diff --git a/windows/configuration/shell-launcher/configure-wmi.md b/windows/configuration/shell-launcher/configure-wmi.md new file mode 100644 index 0000000000..cb9580ad62 --- /dev/null +++ b/windows/configuration/shell-launcher/configure-wmi.md @@ -0,0 +1,143 @@ +--- +title: Configure Shell Launcher with the WMI provider +description: Learn how to configure a Windows kiosk using the WMI provider for Shell Launcher. +ms.date: 02/27/2025 +ms.topic: how-to +--- + +# Configure Shell Launcher with the WMI provider + +> [!NOTE] +> When using the WMI providers option, you must first [enable Shell Launcher](enable.md). + +Modify the following PowerShell script as appropriate and run the script on the device. + +```PowerShell +# Check if shell launcher license is enabled +function Check-ShellLauncherLicenseEnabled +{ + [string]$source = @" +using System; +using System.Runtime.InteropServices; + +static class CheckShellLauncherLicense +{ + const int S_OK = 0; + + public static bool IsShellLauncherLicenseEnabled() + { + int enabled = 0; + + if (NativeMethods.SLGetWindowsInformationDWORD("EmbeddedFeature-ShellLauncher-Enabled", out enabled) != S_OK) { + enabled = 0; + } + return (enabled != 0); + } + + static class NativeMethods + { + [DllImport("Slc.dll")] + internal static extern int SLGetWindowsInformationDWORD([MarshalAs(UnmanagedType.LPWStr)]string valueName, out int value); + } + +} +"@ + + $type = Add-Type -TypeDefinition $source -PassThru + + return $type[0]::IsShellLauncherLicenseEnabled() +} + +[bool]$result = $false + +$result = Check-ShellLauncherLicenseEnabled +"`nShell Launcher license enabled is set to " + $result +if (-not($result)) +{ + "`nThis device doesn't have required license to use Shell Launcher" + exit +} + +$COMPUTER = "localhost" +$NAMESPACE = "root\standardcimv2\embedded" + +# Create a handle to the class instance so we can call the static methods. +try { + $ShellLauncherClass = [wmiclass]"\\$COMPUTER\${NAMESPACE}:WESL_UserSetting" + } catch [Exception] { + write-host $_.Exception.Message; + write-host "Make sure Shell Launcher feature is enabled" + exit + } + + +# This well-known security identifier (SID) corresponds to the BUILTIN\Administrators group. + +$Admins_SID = "S-1-5-32-544" + +# Create a function to retrieve the SID for a user account on a machine. + +function Get-UsernameSID($AccountName) { + + $NTUserObject = New-Object System.Security.Principal.NTAccount($AccountName) + $NTUserSID = $NTUserObject.Translate([System.Security.Principal.SecurityIdentifier]) + + return $NTUserSID.Value +} + +# Get the SID for a user account named "Cashier". Rename "Cashier" to an existing account on your system to test this script. + +$Cashier_SID = Get-UsernameSID("Cashier") + +# Define actions to take when the shell program exits. + +$restart_shell = 0 +$restart_device = 1 +$shutdown_device = 2 +$do_nothing = 3 + +# Examples. You can change these examples to use the program that you want to use as the shell. + +# This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. + +$ShellLauncherClass.SetDefaultShell("cmd.exe", $restart_device) + +# Display the default shell to verify that it was added correctly. + +$DefaultShellObject = $ShellLauncherClass.GetDefaultShell() + +"`nDefault Shell is set to " + $DefaultShellObject.Shell + " and the default action is set to " + $DefaultShellObject.defaultaction + +# Set Internet Explorer as the shell for "Cashier", and restart the machine if Internet Explorer is closed. + +$ShellLauncherClass.SetCustomShell($Cashier_SID, "c:\program files\internet explorer\iexplore.exe www.microsoft.com", ($null), ($null), $restart_shell) + +# Set Explorer as the shell for administrators. + +$ShellLauncherClass.SetCustomShell($Admins_SID, "explorer.exe") + +# View all the custom shells defined. + +"`nCurrent settings for custom shells:" +Get-WmiObject -namespace $NAMESPACE -computer $COMPUTER -class WESL_UserSetting | Select Sid, Shell, DefaultAction + +# Enable Shell Launcher + +$ShellLauncherClass.SetEnabled($TRUE) +$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() +"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled + +# Remove the new custom shells. + +$ShellLauncherClass.RemoveCustomShell($Admins_SID) +$ShellLauncherClass.RemoveCustomShell($Cashier_SID) + +# Disable Shell Launcher + +$ShellLauncherClass.SetEnabled($FALSE) +$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() +"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled +``` + +> [!NOTE] +> The previous script includes examples of multiple configuration options, including removing a custom shell and disabling Shell Launcher. It is not intended to be run as-is. diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index d941ffc3a2..03d766dd3d 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -155,143 +155,6 @@ Write-Output "Successfully applied Shell Launcher configuration" > [!TIP] > For practical examples, see the [Quickstart: configure a kiosk experience with Shell Launcher](quickstart-kiosk.md). -## Set your custom shell with the WMI providers - -> [!NOTE] -> When using the WMI providers option, you must first [enable Shell Launcher](enable.md). - -Modify the following PowerShell script as appropriate and run the script on the device. - -```PowerShell -# Check if shell launcher license is enabled -function Check-ShellLauncherLicenseEnabled -{ - [string]$source = @" -using System; -using System.Runtime.InteropServices; - -static class CheckShellLauncherLicense -{ - const int S_OK = 0; - - public static bool IsShellLauncherLicenseEnabled() - { - int enabled = 0; - - if (NativeMethods.SLGetWindowsInformationDWORD("EmbeddedFeature-ShellLauncher-Enabled", out enabled) != S_OK) { - enabled = 0; - } - return (enabled != 0); - } - - static class NativeMethods - { - [DllImport("Slc.dll")] - internal static extern int SLGetWindowsInformationDWORD([MarshalAs(UnmanagedType.LPWStr)]string valueName, out int value); - } - -} -"@ - - $type = Add-Type -TypeDefinition $source -PassThru - - return $type[0]::IsShellLauncherLicenseEnabled() -} - -[bool]$result = $false - -$result = Check-ShellLauncherLicenseEnabled -"`nShell Launcher license enabled is set to " + $result -if (-not($result)) -{ - "`nThis device doesn't have required license to use Shell Launcher" - exit -} - -$COMPUTER = "localhost" -$NAMESPACE = "root\standardcimv2\embedded" - -# Create a handle to the class instance so we can call the static methods. -try { - $ShellLauncherClass = [wmiclass]"\\$COMPUTER\${NAMESPACE}:WESL_UserSetting" - } catch [Exception] { - write-host $_.Exception.Message; - write-host "Make sure Shell Launcher feature is enabled" - exit - } - - -# This well-known security identifier (SID) corresponds to the BUILTIN\Administrators group. - -$Admins_SID = "S-1-5-32-544" - -# Create a function to retrieve the SID for a user account on a machine. - -function Get-UsernameSID($AccountName) { - - $NTUserObject = New-Object System.Security.Principal.NTAccount($AccountName) - $NTUserSID = $NTUserObject.Translate([System.Security.Principal.SecurityIdentifier]) - - return $NTUserSID.Value -} - -# Get the SID for a user account named "Cashier". Rename "Cashier" to an existing account on your system to test this script. - -$Cashier_SID = Get-UsernameSID("Cashier") - -# Define actions to take when the shell program exits. - -$restart_shell = 0 -$restart_device = 1 -$shutdown_device = 2 -$do_nothing = 3 - -# Examples. You can change these examples to use the program that you want to use as the shell. - -# This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. - -$ShellLauncherClass.SetDefaultShell("cmd.exe", $restart_device) - -# Display the default shell to verify that it was added correctly. - -$DefaultShellObject = $ShellLauncherClass.GetDefaultShell() - -"`nDefault Shell is set to " + $DefaultShellObject.Shell + " and the default action is set to " + $DefaultShellObject.defaultaction - -# Set Internet Explorer as the shell for "Cashier", and restart the machine if Internet Explorer is closed. - -$ShellLauncherClass.SetCustomShell($Cashier_SID, "c:\program files\internet explorer\iexplore.exe www.microsoft.com", ($null), ($null), $restart_shell) - -# Set Explorer as the shell for administrators. - -$ShellLauncherClass.SetCustomShell($Admins_SID, "explorer.exe") - -# View all the custom shells defined. - -"`nCurrent settings for custom shells:" -Get-WmiObject -namespace $NAMESPACE -computer $COMPUTER -class WESL_UserSetting | Select Sid, Shell, DefaultAction - -# Enable Shell Launcher - -$ShellLauncherClass.SetEnabled($TRUE) -$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() -"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled - -# Remove the new custom shells. - -$ShellLauncherClass.RemoveCustomShell($Admins_SID) -$ShellLauncherClass.RemoveCustomShell($Cashier_SID) - -# Disable Shell Launcher - -$ShellLauncherClass.SetEnabled($FALSE) -$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() -"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled -``` - -> [!NOTE] -> The previous script includes examples of multiple configuration options, including removing a custom shell and disabling Shell Launcher. It is not intended to be run as-is. - ## User experience After the settings are applied, the users that are configured to use Shell Launcher will execute the custom shell after sign-in. diff --git a/windows/configuration/shell-launcher/index_old.md b/windows/configuration/shell-launcher/index_old.md index 50eeb99ef6..b20ce24b8f 100644 --- a/windows/configuration/shell-launcher/index_old.md +++ b/windows/configuration/shell-launcher/index_old.md @@ -5,15 +5,11 @@ ms.date: 06/07/2018 ms.topic: overview --- -# Shell Launcher - -Using Shell Launcher, you can configure a kiosk device to use almost any application or executable as your custom shell. The application that you specify replaces the default shell (explorer.exe) that usually runs when a user logs on. - -You can also configure Shell Launcher to launch different shell applications for different users or user groups. +# Shell Launcher exceptions There are a few exceptions to the applications and executables you can use as a custom shell: -- You can't use the following executable as a custom shell: `C:\\Windows\\System32\\Eshell.exe`. Using Eshell.exe as the default shell will result in a blank screen after user signs in. +- You can't use the following executable as a custom shell: `C:\Windows\System32\Eshell.exe`. Using Eshell.exe as the default shell will result in a blank screen after user signs in. - You can't use a Universal Windows app as a custom shell. - You can't use a custom shell to launch Universal Windows apps, for example, the Settings app. - You can't use an application that launches a different process and exits as a custom shell. For example, you can't specify **write.exe** in Shell Launcher. Shell Launcher launches a custom shell and monitors the process to identify when the custom shell exits. **Write.exe** creates a 32-bit wordpad.exe process and exits. Because Shell Launcher isn't aware of the newly created wordpad.exe process, Shell Launcher takes action based on the exit code of **Write.exe**, and restart the custom shell. @@ -21,8 +17,6 @@ There are a few exceptions to the applications and executables you can use as a > [!NOTE] > You cannot configure both Shell Launcher and assigned access on the same system. -> -> Use **Shell Launcher V2**, you can specify a Universal Windows app as a custom shell. Check [Use Shell Launcher to create a Windows 10 kiosk](/windows/configuration/kiosk-shelllauncher) for the differences between Shell Launcher v1 and Shell Launcher V2. Shell Launcher processes the **Run** and **RunOnce** registry keys before starting the custom shell, so your custom shell doesn't need to handle the automatic startup of other applications and services. @@ -30,315 +24,13 @@ Shell Launcher also handles the behavior of the system when your custom shell ex Methods of controlling access to other desktop applications and system components can be used in addition to using the Shell Launcher such as, [Group Policy](https://www.microsoft.com/download/details.aspx?id=25250), [AppLocker](/windows/iot/iot-enterprise/customize/application-control#applocker), and [Mobile Device Management](/windows/client-management/mdm/) -> [!NOTE] -> -> In Shell Launcher v1, available in Windows 10, you can only specify a Windows desktop application as the replacement shell. In Shell Launcher v2, available in Windows 10, version 1809 and above, you can also specify a UWP app as the replacement shell. -> -> To use Shell Launcher v2 in version 1809, you need to install the [KB4551853 update](https://support.microsoft.com/topic/may-12-2020-kb4551853-os-build-17763-1217-c2ea33f7-4506-dd13-2739-d9c7bb80b26d). - ## Differences between Shell Launcher v1 and Shell Launcher v2 -Shell Launcher v1 replaces ```explorer.exe```, the default shell, with ```eshell.exe```, which can launch a Windows desktop application. -Shell Launcher v2 replaces ```explorer.exe``` with ```customshellhost.exe```. This new executable file can launch a Windows desktop application or a UWP app. -In addition to allowing you to use a UWP app for your replacement shell, Shell Launcher v2 offers more enhancements: +- Shell Launcher v1 replaces `explorer.exe`, the default shell, with `eshell.exe`, which can launch a Windows desktop application +- Shell Launcher v2 replaces `explorer.exe` with `customshellhost.exe`, which can launch a Windows desktop application or a UWP app +- In addition to allowing you to use a UWP app for your replacement shell, Shell Launcher v2 offers more enhancements: + - You can use a custom Windows desktop application that can then launch UWP apps, such as Settings and Touch Keyboard. + - From a custom UWP shell, you can launch secondary views and run on multiple monitors. + - The custom shell app runs in full screen, and can run other apps in full screen on user's demand. -- You can use a custom Windows desktop application that can then launch UWP apps, such as Settings and Touch Keyboard. -- From a custom UWP shell, you can launch secondary views and run on multiple monitors. -- The custom shell app runs in full screen, and can run other apps in full screen on user's demand. For sample XML configurations for the different app combinations, see [Samples for Shell Launcher v2](https://github.com/microsoft/Windows-IoT-Samples/tree/master/samples/ShellLauncher/ShellLauncherV2). - -## Requirements - -Windows 10 Enterprise or Windows 10 Education. - -## Terminology - -- **Turn on, enable:** To make the setting available to the device and optionally apply the settings to the device. -- **Configure:** To customize the setting or subsettings. -- **Embedded Shell Launcher:** This feature is called Embedded Shell Launcher in Windows 10, version 1511. -- **Custom Shell Launcher:** This feature is called Shell Launcher in Windows 10, version 1607 and later. - -## Turn on Shell Launcher - -Shell Launcher is an optional component and isn't turned on by default in Windows 10. It must be turned on prior to configuring. You can turn on and configure Shell Launcher in a customized Windows 10 image (.wim) if Microsoft Windows hasn't been installed. If Windows has already been installed, you must turn on Shell Launcher before applying a provisioning package to configure Shell Launcher. - -### Enable Shell Launcher using Control Panel - -1. In the **Search the web and Windows** field, type **Programs and Features** and either press **Enter** or tap or select **Programs and Features** to open it. -1. In the **Programs and Features** window, select **Turn Windows features on or off**. -1. In the **Windows Features** window, expand the **Device Lockdown** node, select or clear the checkbox for **Shell Launcher**, and then select **OK.** -1. The **Windows Features** window indicates that Windows is searching for required files and displays a progress bar. Once found, the window indicates that Windows is applying the changes. When completed, the window indicates the requested changes are completed. -1. Select **Close** to close the **Windows Features** window. - -> [!NOTE] -> Turning on Shell Launcher does not require a device restart. - -### Enable Shell Launcher by calling WESL_UserSetting - -1. Enable or disable Shell Launcher by calling the WESL_UserSetting.SetEnabled function in the Windows Management Instrumentation (WMI) class WESL_UserSetting. -1. If you enable or disable Shell Launcher using WESL_UserSetting, the changes don't affect any sessions that are currently signed in; you must sign out and sign back in. - -This example uses a Windows image called install.wim, but you can use the same procedure to apply a provisioning package (for more information on DISM, see [What Is Deployment Image Servicing and Management](/windows-hardware/manufacture/desktop/what-is-dism). - -### Enable Shell Launcher using DISM - -1. Open a command prompt with administrator privileges. -1. Copy install.wim to a temporary folder on hard drive (in the following steps, we assume it's called C:\\wim). -1. Create a new directory. - - ```CMD - md c:\wim - ``` - -1. Mount the image. - - ```CMD - dism /mount-wim /wimfile:c:\bootmedia\sources\install.wim /index:1 /MountDir:c:\wim - ``` - -1. Enable the feature. - - ```CMD - dism /image:c:\wim /enable-feature /all /featureName:Client-EmbeddedShellLauncher - ``` - -1. Commit the change. - - ```CMD - dism /unmount-wim /MountDir:c:\wim /Commit - ``` - -### Enable Shell Launcher using Windows Configuration Designer - -The Shell Launcher settings are also available as Windows provisioning settings so you can configure these settings to be applied during the image runtime. You can set one or all Shell Launcher settings by creating a provisioning package using Windows Configuration Designer and then applying the provisioning package during image deployment time or runtime. If Windows hasn't been installed and you're using Windows Configuration Designer to create installation media with settings for Shell Launcher included in the image or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM in order for a provisioning package to successfully apply. - -Use the following steps to create a provisioning package that contains the ShellLauncher settings. - -1. Build a provisioning package in Windows Configuration Designer by following the instructions in [Create a provisioning package for Windows 10](/windows/configuration/provisioning-packages/provisioning-create-package). -1. In the **Available customizations** page, select **Runtime settings** > **SMISettings** > **ShellLauncher**. -1. Set the value of **Enable** to **ENABLE**. More options to configure Shell Launcher appears, and you can set the values as desired. -1. Once you have finished configuring the settings and creating the provisioning package, you can apply the package to the image deployment time or runtime. See the [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package) for more information. The process for applying the package to a Windows 10 Enterprise image is the same. - -## Configure Shell Launcher - -There are two ways you can configure Shell Launcher: - -1. In Windows 10, version 1803, you can configure Shell Launcher using the **ShellLauncher** node of the Assigned Access Configuration Service Provider (CSP). See [AssignedAccess CSP](/windows/client-management/mdm/assignedaccess-csp) for details. Configuring Shell Launcher using this method also automatically enables Shell Launcher on the device, if the device supports it. -1. Use the Shell Launcher WMI providers directly in a PowerShell script or application. - -You can configure the following options for Shell Launcher: - -- Enable or disable Shell Launcher. -- Specify a shell configuration for a specific user or group. -- Remove a shell configuration for a specific user or group. -- Change the default shell configuration. -- Get information on a shell configuration for a specific user or group. - -Any changes don't take effect until a user signs in. - -## Launch different shells for different user accounts - -By default, Shell Launcher runs the default shell, which is specified when you create the OS image at design time. The default shell is set to Cmd.exe, but you can specify any executable file to be the default shell. - -You can configure Shell Launcher to launch a different shell for specific users or groups if you don't want to run the default shell. For example, you might configure a device to run a custom application shell for guest accounts, but run the standard Windows Explorer shell for administrator accounts in order to service the device. - -If you use the WMI providers to configure Shell Launcher for a user or group at run time, you must use the security identifier (SID) for that user or group; you can't use the user name or group name. - -For more information about common security identifiers, see [Well-known SIDs](/windows/win32/secauthz/well-known-sids). - -When the current signed in account belongs to two or more groups that have different configurations defined for each group, Shell Launcher uses the first configuration it finds. The search order isn't defined, so we recommend that you avoid assigning a user to multiple groups with different Shell Launcher configurations. - -## Perform an action when the shell exits - -When a custom shell exits, Shell Launcher can perform one of four actions: - -|Action|Description| -|:---:|:---| -|0|Restart the shell.| -|1|Restart the device.| -|2|Shut down the device.| -|3|Do nothing.| - -> [!IMPORTANT] -> Make sure that your shell application does not automatically exit and is not automatically closed by any features such as Dialog Filter, as this can lead to an infinite cycle of exiting and restarting, unless the return code action is set to do nothing. - -### Default return code action - -You can define a default return code action for Shell Launcher with the DefaultReturnCodeAction setting. If you don't change the initial value, the default return code action is set to 0 (zero), which indicates that Shell Launcher restarts the shell when the shell exits. - -### Map the exit code to a Shell Launcher action - -Shell Launcher can take a specific action based on the exit code returned by the shell. For any given exit code returned by the shell, you can configure the action that Shell Launcher takes by mapping that exit code to one of the shell exit actions. - -If the exit code doesn't match a defined value, Shell Launcher performs the default return code action. - -For example, your shell might return exit code values of -1, 0, 1, or 255 depending on how the shell exits. You can configure Shell Launcher to: - -- restart the device (1) when the shell returns an exit code of value -1 -- restart the shell (0) when the shell returns an exit code of value 0 -- do nothing (3) when the shell returns an exit code of value 1 -- shut down the device (2) when the shell returns an exit code of value 255 - -Your custom return code action mapping would look like this: - -|Exit code|Action| -|:----:|----| -|-1|1 (restart the device)| -|0|0 (restart the shell)| -|1|3 (do nothing)| -|255|2 (shut down the device)| - -## Set your custom shell - -Modify the following PowerShell script as appropriate and run the script on the device. - -```PowerShell -# Check if shell launcher license is enabled -function Check-ShellLauncherLicenseEnabled -{ - [string]$source = @" -using System; -using System.Runtime.InteropServices; - -static class CheckShellLauncherLicense -{ - const int S_OK = 0; - - public static bool IsShellLauncherLicenseEnabled() - { - int enabled = 0; - - if (NativeMethods.SLGetWindowsInformationDWORD("EmbeddedFeature-ShellLauncher-Enabled", out enabled) != S_OK) { - enabled = 0; - } - return (enabled != 0); - } - - static class NativeMethods - { - [DllImport("Slc.dll")] - internal static extern int SLGetWindowsInformationDWORD([MarshalAs(UnmanagedType.LPWStr)]string valueName, out int value); - } - -} -"@ - - $type = Add-Type -TypeDefinition $source -PassThru - - return $type[0]::IsShellLauncherLicenseEnabled() -} - -[bool]$result = $false - -$result = Check-ShellLauncherLicenseEnabled -"`nShell Launcher license enabled is set to " + $result -if (-not($result)) -{ - "`nThis device doesn't have required license to use Shell Launcher" - exit -} - -$COMPUTER = "localhost" -$NAMESPACE = "root\standardcimv2\embedded" - -# Create a handle to the class instance so we can call the static methods. -try { - $ShellLauncherClass = [wmiclass]"\\$COMPUTER\${NAMESPACE}:WESL_UserSetting" - } catch [Exception] { - write-host $_.Exception.Message; - write-host "Make sure Shell Launcher feature is enabled" - exit - } - - -# This well-known security identifier (SID) corresponds to the BUILTIN\Administrators group. - -$Admins_SID = "S-1-5-32-544" - -# Create a function to retrieve the SID for a user account on a machine. - -function Get-UsernameSID($AccountName) { - - $NTUserObject = New-Object System.Security.Principal.NTAccount($AccountName) - $NTUserSID = $NTUserObject.Translate([System.Security.Principal.SecurityIdentifier]) - - return $NTUserSID.Value -} - -# Get the SID for a user account named "Cashier". Rename "Cashier" to an existing account on your system to test this script. - -$Cashier_SID = Get-UsernameSID("Cashier") - -# Define actions to take when the shell program exits. - -$restart_shell = 0 -$restart_device = 1 -$shutdown_device = 2 -$do_nothing = 3 - -# Examples. You can change these examples to use the program that you want to use as the shell. - -# This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. - -$ShellLauncherClass.SetDefaultShell("cmd.exe", $restart_device) - -# Display the default shell to verify that it was added correctly. - -$DefaultShellObject = $ShellLauncherClass.GetDefaultShell() - -"`nDefault Shell is set to " + $DefaultShellObject.Shell + " and the default action is set to " + $DefaultShellObject.defaultaction - -# Set Internet Explorer as the shell for "Cashier", and restart the machine if Internet Explorer is closed. - -$ShellLauncherClass.SetCustomShell($Cashier_SID, "c:\program files\internet explorer\iexplore.exe www.microsoft.com", ($null), ($null), $restart_shell) - -# Set Explorer as the shell for administrators. - -$ShellLauncherClass.SetCustomShell($Admins_SID, "explorer.exe") - -# View all the custom shells defined. - -"`nCurrent settings for custom shells:" -Get-WmiObject -namespace $NAMESPACE -computer $COMPUTER -class WESL_UserSetting | Select Sid, Shell, DefaultAction - -# Enable Shell Launcher - -$ShellLauncherClass.SetEnabled($TRUE) - -$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() - -"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled - -# Remove the new custom shells. - -$ShellLauncherClass.RemoveCustomShell($Admins_SID) - -$ShellLauncherClass.RemoveCustomShell($Cashier_SID) - -# Disable Shell Launcher - -$ShellLauncherClass.SetEnabled($FALSE) - -$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() - -"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled -``` - -> [!NOTE] -> The previous script includes examples of multiple configuration options, including removing a custom shell and disabling Shell Launcher. It is not intended to be run as-is. - -## Shell Launcher user rights - -A custom shell is launched with the same level of user rights as the account that is signed in. This means that a user with administrator rights can perform any system action that requires administrator rights, including launching other applications with administrator rights, while a user without administrator rights can't. - -> [!WARNING] -> If your shell application requires administrator rights and needs to be elevated, and User Account Control (UAC) is present on your device, you must disable UAC in order for Shell Launcher to launch the shell application. - -## Related articles - -- [Unbranded Boot](../unbranded-boot/index.md) -- [Custom Logon](../custom-logon/index.md) -- [Use Shell Launcher to create a Windows 10 Kiosk](/windows/configuration/kiosk-shelllauncher) -- [Launch different shells for different user accounts](/windows-hardware/customize/enterprise/shell-launcher#launch-different-shells-for-different-user-accounts) -- [Perform an action when the shell exits](/windows-hardware/customize/enterprise/shell-launcher#perform-an-action-when-the-shell-exits) -- [Shell Launcher user rights](/windows-hardware/customize/enterprise/shell-launcher#shell-launcher-user-rights) diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index 27a0e8b2c7..95a0965447 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -1,10 +1,14 @@ items: - name: Overview href: index.md -- name: 🔴 Overview (merged to configure.md and enable.md ↙️) +- name: 🟡 Old content href: index_old.md +- name: 🟡 Enable Shell Launcher + href: enable.md - name: Configure a kiosk href: configure.md +- name: Configure a kiosk (wmi) + href: configure-wmi.md - name: "Quickstart: Configure a kiosk" href: quickstart-kiosk.md - name: Create a configuration file @@ -13,8 +17,6 @@ items: items: - name: Shell Launcher XSD href: xsd.md - - name: 🟡 Enable Shell Launcher - href: enable.md - name: WMI Provider items: - name: Class WESL_UserSetting From 59b1389ee8665af28f588ed96008c7b18b9a974f Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 5 Mar 2025 17:13:54 -0500 Subject: [PATCH 058/111] updates --- .../assigned-access/configure-single-app-kiosk.md | 4 ---- windows/configuration/assigned-access/index.md | 5 ----- windows/configuration/assigned-access/toc.yml | 4 ---- 3 files changed, 13 deletions(-) diff --git a/windows/configuration/assigned-access/configure-single-app-kiosk.md b/windows/configuration/assigned-access/configure-single-app-kiosk.md index ae4b0a9ffb..41d6cc3acc 100644 --- a/windows/configuration/assigned-access/configure-single-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-single-app-kiosk.md @@ -7,9 +7,6 @@ ms.topic: overview # Configure a single-app kiosk with Assigned Access -<<<<<<< HEAD:windows/configuration/assigned-access/configure-single-app-kiosk.md -A single-app kiosk uses the Assigned Access feature to run a single application above the lock screen. When the kiosk account signs in, the app is launched automatically. The person using the kiosk can't do anything on the device outside of the kiosk app. -======= Assigned Access is a Windows feature that you can use to configure a device as a kiosk or with a restricted user experience. When you configure a **kiosk experience**, a single Universal Windows Platform (UWP) application or Microsoft Edge is executed in full screen. Users can only use that application and once the kiosk app is closed, it automatically restarts. Practical examples include: @@ -36,7 +33,6 @@ Here are the requirements for Assigned Access: [!INCLUDE [assigned-access](../../../includes/licensing/assigned-access.md)] ## Configure a kiosk experience ->>>>>>> 29fc1e82cb8d18c0059926e1e862a382aa6ae7a9:windows/configuration/assigned-access/overview.md There are several options to configure a kiosk experience. If you need to configure a single device with a local account, you can use: diff --git a/windows/configuration/assigned-access/index.md b/windows/configuration/assigned-access/index.md index 826278169e..f61ce30d5a 100644 --- a/windows/configuration/assigned-access/index.md +++ b/windows/configuration/assigned-access/index.md @@ -23,12 +23,7 @@ When you configure a **restricted user experience**, users can only execute a de > [!NOTE] > When you configure a restricted user experience, different policy settings are applied to the device. Some policy settings apply to standard users only, and some to administrator accounts too. For more information, see [Assigned Access policy settings](policy-settings.md). -<<<<<<< HEAD ## Requirements -======= -- **Assigned Access**: used to execute a single Universal Windows Platform (UWP) app or Microsoft Edge in full screen. When the kiosk account signs in, the kiosk app launches automatically. If the UWP app is closed, it automatically restarts -- **Shell Launcher**: used to configure a device to execute a Windows desktop application as the user interface. The specified application replaces the default Windows shell (`Explorer.exe`) that usually runs when a user signs in ->>>>>>> 29fc1e82cb8d18c0059926e1e862a382aa6ae7a9 Here are the requirements for Assigned Access: diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index 658f482baf..994d64e36d 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -3,12 +3,8 @@ items: href: index.md - name: Configure a single-app kiosk href: configure-single-app-kiosk.md -- name: 🔴 Single-app kiosk (merged ↖️) - href: single-app-kiosk.md - name: Configure a multi-app kiosk href: configure-multi-app-kiosk.md -- name: 🔴 Multi-app kiosk (merged ↖️) - href: multi-app-kiosk.md - name: Recommendations href: recommendations.md - name: Create a configuration file From 6e1d32da6b1c27057c43db34de9a3e32803eaf8d Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 6 Mar 2025 08:17:09 -0500 Subject: [PATCH 059/111] test --- windows/configuration/images/icons/dev.svg | 10 ++++++ .../configuration/shell-launcher/enable.md | 32 ++++++++++++++++--- 2 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 windows/configuration/images/icons/dev.svg diff --git a/windows/configuration/images/icons/dev.svg b/windows/configuration/images/icons/dev.svg new file mode 100644 index 0000000000..26c4e8ac54 --- /dev/null +++ b/windows/configuration/images/icons/dev.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/windows/configuration/shell-launcher/enable.md b/windows/configuration/shell-launcher/enable.md index ffeae5ffc9..aea24f64c2 100644 --- a/windows/configuration/shell-launcher/enable.md +++ b/windows/configuration/shell-launcher/enable.md @@ -69,9 +69,31 @@ Use the following steps to create a provisioning package that contains the Shell 1. Set the value of **Enable** to **ENABLE**. More options to configure Shell Launcher appears, and you can set the values as desired 1. Once you have finished configuring the settings and creating the provisioning package, you can apply the package to the image deployment time or runtime. See the [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package) for more information. The process for applying the package to a Windows 10 Enterprise image is the same -## Next steps +#### [:::image type="icon" source="../../images/icons/control-panel.svg"::: **Control Panel**](#tab/control-panel) -> [!div class="nextstepaction"] -> Learn how to configure Shell Launcher: -> -> [Configure a kiosk with Shell Launcher](configure.md) +Control Panel > Programs > Turn Windows features on or off or use the command `optionalfeatures.exe` + +Expand **Device Lockdown** and select **Shell Launcher** + +#### [:::image type="icon" source="../../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell) + +Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online + +#### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +[!INCLUDE [provisioning-package-1](../../../../includes/configure/provisioning-package-1.md)] + +| Path | Setting name | Value | +|--|--|--| +| `Policies/Authentication` | `EnableWebSignIn` | Enabled | +| `Policies/Authentication` | `ConfigureWebSignInAllowedUrls` | This setting is optional, and it contains a semicolon-separated list of domains required for sign in, for example: `idp.example.com;example.com` | +| `Policies/Authentication` | `ConfigureWebCamAccessDomainNames` | This setting is optional, and it should be configured if you need to use the webcam during the sign-in process. Specify the list of domains that are allowed to use the webcam during the sign-in process, separated by a semicolon. For example: `example.com` | + +[!INCLUDE [provisioning-package-2](../../../../includes/configure/provisioning-package-2.md)] + +#### [:::image type="icon" source="../../images/icons/settings.svg"::: **DISM**](#tab/dism) + + +#### [:::image type="icon" source="../../images/icons/dev.svg"::: **WMI**](#tab/wmi) + +--- From 5acd477eed1b44f03eb6b92d17f185eb7c1b83e8 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 6 Mar 2025 08:22:14 -0500 Subject: [PATCH 060/111] updates --- windows/configuration/shell-launcher/enable.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/windows/configuration/shell-launcher/enable.md b/windows/configuration/shell-launcher/enable.md index aea24f64c2..65628832ca 100644 --- a/windows/configuration/shell-launcher/enable.md +++ b/windows/configuration/shell-launcher/enable.md @@ -69,19 +69,18 @@ Use the following steps to create a provisioning package that contains the Shell 1. Set the value of **Enable** to **ENABLE**. More options to configure Shell Launcher appears, and you can set the values as desired 1. Once you have finished configuring the settings and creating the provisioning package, you can apply the package to the image deployment time or runtime. See the [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package) for more information. The process for applying the package to a Windows 10 Enterprise image is the same -#### [:::image type="icon" source="../../images/icons/control-panel.svg"::: **Control Panel**](#tab/control-panel) +#### [:::image type="icon" source="../../../images/icons/control-panel.svg"::: **Control Panel**](#tab/control-panel) Control Panel > Programs > Turn Windows features on or off or use the command `optionalfeatures.exe` Expand **Device Lockdown** and select **Shell Launcher** -#### [:::image type="icon" source="../../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell) +#### [:::image type="icon" source="../../../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell) Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online -#### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) +#### [:::image type="icon" source="../../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) -[!INCLUDE [provisioning-package-1](../../../../includes/configure/provisioning-package-1.md)] | Path | Setting name | Value | |--|--|--| @@ -89,11 +88,9 @@ Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-Embedded | `Policies/Authentication` | `ConfigureWebSignInAllowedUrls` | This setting is optional, and it contains a semicolon-separated list of domains required for sign in, for example: `idp.example.com;example.com` | | `Policies/Authentication` | `ConfigureWebCamAccessDomainNames` | This setting is optional, and it should be configured if you need to use the webcam during the sign-in process. Specify the list of domains that are allowed to use the webcam during the sign-in process, separated by a semicolon. For example: `example.com` | -[!INCLUDE [provisioning-package-2](../../../../includes/configure/provisioning-package-2.md)] - -#### [:::image type="icon" source="../../images/icons/settings.svg"::: **DISM**](#tab/dism) +#### [:::image type="icon" source="../../../images/icons/settings.svg"::: **DISM**](#tab/dism) -#### [:::image type="icon" source="../../images/icons/dev.svg"::: **WMI**](#tab/wmi) +#### [:::image type="icon" source="../../../images/icons/dev.svg"::: **WMI**](#tab/wmi) --- From aacc1ff0116692928228ab355fbf4e5bbc33c06e Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 6 Mar 2025 10:13:15 -0500 Subject: [PATCH 061/111] updates --- .../configuration/shell-launcher/enable.md | 72 +++++++++---------- .../configuration/shell-launcher/index_old.md | 17 +++++ 2 files changed, 49 insertions(+), 40 deletions(-) diff --git a/windows/configuration/shell-launcher/enable.md b/windows/configuration/shell-launcher/enable.md index 65628832ca..b1d8896d94 100644 --- a/windows/configuration/shell-launcher/enable.md +++ b/windows/configuration/shell-launcher/enable.md @@ -7,12 +7,12 @@ ms.topic: how-to # Enable Shell Launcher +Shell Launcher is an optional component and isn't turned on by default in Windows. It must be turned on before configuring it. You can turn on and configure Shell Launcher in a customized Windows image, or you must turn on Shell Launcher before applying a provisioning package to configure Shell Launcher. + > [!NOTE] > When you configure Shell Launcher with the Assigned Access Configuration Service Provider (CSP), Shell Launcher is automatically enabled, if the device supports it. There's no need to enable Shell Launcher separately when you configure it using Assigned Access CSP. -Shell Launcher is an optional component and isn't turned on by default in Windows. It must be turned on before configuring it. You can turn on and configure Shell Launcher in a customized Windows image, or you must turn on Shell Launcher before applying a provisioning package to configure Shell Launcher. - -## Enable Shell Launcher using Control Panel +#### [:::image type="icon" source="../images/icons/control-panel.svg"::: **Control Panel**](#tab/control-panel) 1. In the **Search the web and Windows** field, type **Programs and Features** and either press **Enter** or tap or select **Programs and Features** to open it. 1. In the **Programs and Features** window, select **Turn Windows features on or off**. @@ -20,17 +20,34 @@ Shell Launcher is an optional component and isn't turned on by default in Window 1. The **Windows Features** window indicates that Windows is searching for required files and displays a progress bar. Once found, the window indicates that Windows is applying the changes. When completed, the window indicates the requested changes are completed. 1. Select **Close** to close the **Windows Features** window. -> [!NOTE] -> Turning on Shell Launcher doesn't require a device restart. -## Enable Shell Launcher by calling WESL_UserSetting +Control Panel > Programs > Turn Windows features on or off or use the command `optionalfeatures.exe` -1. Enable or disable Shell Launcher by calling the WESL_UserSetting. SetEnabled function in the Windows Management Instrumentation (WMI) class WESL_UserSetting -1. If you enable or disable Shell Launcher using WESL_UserSetting, the changes don't affect any sessions that are currently signed in; you must sign out and sign back in +Expand **Device Lockdown** and select **Shell Launcher** -This example uses a Windows image called install.wim, but you can use the same procedure to apply a provisioning package. For more information on DISM, see [What Is Deployment Image Servicing and Management](/windows-hardware/manufacture/desktop/what-is-dism). +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell) -## Enable Shell Launcher using DISM +Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online + +#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +The Shell Launcher settings are also available as Windows provisioning settings so you can configure these settings to be applied during the image runtime. You can set one or all Shell Launcher settings by creating a provisioning package using Windows Configuration Designer and then applying the provisioning package during image deployment time or runtime. If Windows hasn't been installed and you're using Windows Configuration Designer to create installation media with settings for Shell Launcher included in the image or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM in order for a provisioning package to successfully apply. + +Use the following steps to create a provisioning package that contains the ShellLauncher settings. + +1. Build a provisioning package in Windows Configuration Designer by following the instructions in [Create a provisioning package for Windows](/windows/configuration/provisioning-packages/provisioning-create-package) +1. In the **Available customizations** page, select **Runtime settings** > **SMISettings** > **ShellLauncher** +1. Set the value of **Enable** to **ENABLE**. More options to configure Shell Launcher appears, and you can set the values as desired +1. Once you have finished configuring the settings and creating the provisioning package, you can apply the package to the image deployment time or runtime. See the [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package) for more information. The process for applying the package to a Windows 10 Enterprise image is the same + + +| Path | Setting name | Value | +|--|--|--| +| `Policies/Authentication` | `EnableWebSignIn` | Enabled | +| `Policies/Authentication` | `ConfigureWebSignInAllowedUrls` | This setting is optional, and it contains a semicolon-separated list of domains required for sign in, for example: `idp.example.com;example.com` | +| `Policies/Authentication` | `ConfigureWebCamAccessDomainNames` | This setting is optional, and it should be configured if you need to use the webcam during the sign-in process. Specify the list of domains that are allowed to use the webcam during the sign-in process, separated by a semicolon. For example: `example.com` | + +#### [:::image type="icon" source="../images/icons/settings.svg"::: **DISM**](#tab/dism) 1. Open a command prompt with administrator privileges. 1. Copy install.wim to a temporary folder on hard drive (in the following steps, we assume it's called `C:\wim`) @@ -58,39 +75,14 @@ This example uses a Windows image called install.wim, but you can use the same p dism /unmount-wim /MountDir:c:\wim /Commit ``` -## Enable Shell Launcher using Windows Configuration Designer +#### [:::image type="icon" source="../images/icons/dev.svg"::: **WMI**](#tab/wmi) -The Shell Launcher settings are also available as Windows provisioning settings so you can configure these settings to be applied during the image runtime. You can set one or all Shell Launcher settings by creating a provisioning package using Windows Configuration Designer and then applying the provisioning package during image deployment time or runtime. If Windows hasn't been installed and you're using Windows Configuration Designer to create installation media with settings for Shell Launcher included in the image or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM in order for a provisioning package to successfully apply. +Enable Shell Launcher by calling WESL_UserSetting -Use the following steps to create a provisioning package that contains the ShellLauncher settings. +1. Enable or disable Shell Launcher by calling the WESL_UserSetting. SetEnabled function in the Windows Management Instrumentation (WMI) class WESL_UserSetting +1. If you enable or disable Shell Launcher using WESL_UserSetting, the changes don't affect any sessions that are currently signed in; you must sign out and sign back in -1. Build a provisioning package in Windows Configuration Designer by following the instructions in [Create a provisioning package for Windows](/windows/configuration/provisioning-packages/provisioning-create-package) -1. In the **Available customizations** page, select **Runtime settings** > **SMISettings** > **ShellLauncher** -1. Set the value of **Enable** to **ENABLE**. More options to configure Shell Launcher appears, and you can set the values as desired -1. Once you have finished configuring the settings and creating the provisioning package, you can apply the package to the image deployment time or runtime. See the [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package) for more information. The process for applying the package to a Windows 10 Enterprise image is the same +This example uses a Windows image called install.wim, but you can use the same procedure to apply a provisioning package. For more information on DISM, see [What Is Deployment Image Servicing and Management](/windows-hardware/manufacture/desktop/what-is-dism). -#### [:::image type="icon" source="../../../images/icons/control-panel.svg"::: **Control Panel**](#tab/control-panel) - -Control Panel > Programs > Turn Windows features on or off or use the command `optionalfeatures.exe` - -Expand **Device Lockdown** and select **Shell Launcher** - -#### [:::image type="icon" source="../../../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell) - -Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online - -#### [:::image type="icon" source="../../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) - - -| Path | Setting name | Value | -|--|--|--| -| `Policies/Authentication` | `EnableWebSignIn` | Enabled | -| `Policies/Authentication` | `ConfigureWebSignInAllowedUrls` | This setting is optional, and it contains a semicolon-separated list of domains required for sign in, for example: `idp.example.com;example.com` | -| `Policies/Authentication` | `ConfigureWebCamAccessDomainNames` | This setting is optional, and it should be configured if you need to use the webcam during the sign-in process. Specify the list of domains that are allowed to use the webcam during the sign-in process, separated by a semicolon. For example: `example.com` | - -#### [:::image type="icon" source="../../../images/icons/settings.svg"::: **DISM**](#tab/dism) - - -#### [:::image type="icon" source="../../../images/icons/dev.svg"::: **WMI**](#tab/wmi) --- diff --git a/windows/configuration/shell-launcher/index_old.md b/windows/configuration/shell-launcher/index_old.md index b20ce24b8f..a1023fdfce 100644 --- a/windows/configuration/shell-launcher/index_old.md +++ b/windows/configuration/shell-launcher/index_old.md @@ -34,3 +34,20 @@ Methods of controlling access to other desktop applications and system component - The custom shell app runs in full screen, and can run other apps in full screen on user's demand. For sample XML configurations for the different app combinations, see [Samples for Shell Launcher v2](https://github.com/microsoft/Windows-IoT-Samples/tree/master/samples/ShellLauncher/ShellLauncherV2). + + + +## FROM COPILOT + +Shell Launcher is a feature in Windows that allows administrators to replace the default Windows Explorer shell with a custom shell for specialized devices or environments. Over time, Shell Launcher has evolved to meet the needs of modern deployments, leading to the introduction of Shell Launcher v2. + +Shell Launcher v1 was the original implementation, introduced to provide basic functionality for replacing the default shell. However, it had limitations, such as only supporting Win32 applications as custom shells and lacking flexibility for handling modern app scenarios. + +Shell Launcher v2, introduced with Windows 10, version 1809, brought significant enhancements. It added support for Universal Windows Platform (UWP) apps as custom shells, making it more versatile for modern environments. Additionally, v2 introduced the ability to configure fallback shells, ensuring a more robust experience in case the primary shell fails to launch. This feature is particularly useful for maintaining system reliability in critical-use cases, such as kiosks or embedded systems. + +Shell Launcher v2 is the preferred choice because it: + +Supports both Win32 and UWP apps, offering greater flexibility. +Provides fallback shell functionality, improving system resilience. +Is better suited for modern Windows environments, especially those leveraging UWP apps or mixed app ecosystems. +By upgrading to Shell Launcher v2, administrators can take advantage of these improvements to create more reliable and adaptable custom shell experiences. \ No newline at end of file From 5dcee820340da66c4c8b54a83502cd4dcd3e7cdb Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 6 Mar 2025 14:43:55 -0500 Subject: [PATCH 062/111] updates --- .../shell-launcher/configure-wmi.md | 11 +++++--- .../configuration/shell-launcher/enable.md | 25 +++++++++++-------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/windows/configuration/shell-launcher/configure-wmi.md b/windows/configuration/shell-launcher/configure-wmi.md index cb9580ad62..bbc8674142 100644 --- a/windows/configuration/shell-launcher/configure-wmi.md +++ b/windows/configuration/shell-launcher/configure-wmi.md @@ -10,10 +10,11 @@ ms.topic: how-to > [!NOTE] > When using the WMI providers option, you must first [enable Shell Launcher](enable.md). -Modify the following PowerShell script as appropriate and run the script on the device. +## Verify Shell Launcher license + +Shell Launcher is a licensed feature. You can verify that the Shell Launcher license is enabled on the device by executing the following sample PowerShell script. The script checks the license status and then displays the current license status. ```PowerShell -# Check if shell launcher license is enabled function Check-ShellLauncherLicenseEnabled { [string]$source = @" @@ -54,10 +55,14 @@ $result = Check-ShellLauncherLicenseEnabled "`nShell Launcher license enabled is set to " + $result if (-not($result)) { - "`nThis device doesn't have required license to use Shell Launcher" + "`nThis device doesn't have required license to use Shell Launcher" exit } +``` + +```PowerShell + $COMPUTER = "localhost" $NAMESPACE = "root\standardcimv2\embedded" diff --git a/windows/configuration/shell-launcher/enable.md b/windows/configuration/shell-launcher/enable.md index b1d8896d94..3999329e77 100644 --- a/windows/configuration/shell-launcher/enable.md +++ b/windows/configuration/shell-launcher/enable.md @@ -7,27 +7,30 @@ ms.topic: how-to # Enable Shell Launcher -Shell Launcher is an optional component and isn't turned on by default in Windows. It must be turned on before configuring it. You can turn on and configure Shell Launcher in a customized Windows image, or you must turn on Shell Launcher before applying a provisioning package to configure Shell Launcher. +Shell Launcher is an optional component in Windows that is not enabled by default. To configure it, you must first enable it. You can enable and configure Shell Launcher in a customized Windows image, or you can enable it before applying a provisioning package to configure it. > [!NOTE] > When you configure Shell Launcher with the Assigned Access Configuration Service Provider (CSP), Shell Launcher is automatically enabled, if the device supports it. There's no need to enable Shell Launcher separately when you configure it using Assigned Access CSP. +There are multiple ways to enable Shell Launcher, select the method that best fits your needs to learn more. + #### [:::image type="icon" source="../images/icons/control-panel.svg"::: **Control Panel**](#tab/control-panel) -1. In the **Search the web and Windows** field, type **Programs and Features** and either press **Enter** or tap or select **Programs and Features** to open it. -1. In the **Programs and Features** window, select **Turn Windows features on or off**. -1. In the **Windows Features** window, expand the **Device Lockdown** node, select or clear the checkbox for **Shell Launcher**, and then select **OK.** -1. The **Windows Features** window indicates that Windows is searching for required files and displays a progress bar. Once found, the window indicates that Windows is applying the changes. When completed, the window indicates the requested changes are completed. -1. Select **Close** to close the **Windows Features** window. +To enable Shell Launcher using Control Panel, follow these steps: - -Control Panel > Programs > Turn Windows features on or off or use the command `optionalfeatures.exe` - -Expand **Device Lockdown** and select **Shell Launcher** +1. Open **Control Panel** > **Programs** > **Turn Windows features on or off** or use the command `optionalfeatures.exe` +1. Expand **Device Lockdown** and select **Shell Launcher** #### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell) -Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online +To enable Shell Launcher using PowerShell, follow these steps: + +1. Open a PowerShell window with administrator privileges +1. Run the following command to enable Shell Launcher: + + ```powershell + Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online + ``` #### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) From 7f9c97f34c70f2e1fb2250e4d7b937642a664363 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:20:12 -0500 Subject: [PATCH 063/111] updates --- .../shell-launcher/configure-wmi.md | 18 +++++++----------- windows/configuration/shell-launcher/enable.md | 3 ++- windows/configuration/shell-launcher/toc.yml | 8 ++++---- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/windows/configuration/shell-launcher/configure-wmi.md b/windows/configuration/shell-launcher/configure-wmi.md index bbc8674142..fc16301fe4 100644 --- a/windows/configuration/shell-launcher/configure-wmi.md +++ b/windows/configuration/shell-launcher/configure-wmi.md @@ -2,19 +2,21 @@ title: Configure Shell Launcher with the WMI provider description: Learn how to configure a Windows kiosk using the WMI provider for Shell Launcher. ms.date: 02/27/2025 -ms.topic: how-to +ms.topic: reference --- # Configure Shell Launcher with the WMI provider -> [!NOTE] -> When using the WMI providers option, you must first [enable Shell Launcher](enable.md). +This article provides a guide on configuring Shell Launcher using the WMI provider, which consists of a set of classes for managing Shell Launcher settings. -## Verify Shell Launcher license +Included in this article is a PowerShell script that demonstrates how to utilize the WMI provider for configuring Shell Launcher. The script offers examples on setting the default shell, assigning a custom shell to a user, and removing a custom shell. Additionally, the WMI provider can be used to enable or disable Shell Launcher. -Shell Launcher is a licensed feature. You can verify that the Shell Launcher license is enabled on the device by executing the following sample PowerShell script. The script checks the license status and then displays the current license status. +> [!IMPORTANT] +> The script is not intended to be run as-is. You must modify the script to match your environment and requirements. For example, you must change the user name in the script to match an existing user on your system. The script is provided as a reference only. ```PowerShell +# Verify Shell Launcher license + function Check-ShellLauncherLicenseEnabled { [string]$source = @" @@ -59,10 +61,6 @@ if (-not($result)) exit } -``` - -```PowerShell - $COMPUTER = "localhost" $NAMESPACE = "root\standardcimv2\embedded" @@ -144,5 +142,3 @@ $IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() "`nEnabled is set to " + $IsShellLauncherEnabled.Enabled ``` -> [!NOTE] -> The previous script includes examples of multiple configuration options, including removing a custom shell and disabling Shell Launcher. It is not intended to be run as-is. diff --git a/windows/configuration/shell-launcher/enable.md b/windows/configuration/shell-launcher/enable.md index 3999329e77..0bd724e045 100644 --- a/windows/configuration/shell-launcher/enable.md +++ b/windows/configuration/shell-launcher/enable.md @@ -20,13 +20,14 @@ To enable Shell Launcher using Control Panel, follow these steps: 1. Open **Control Panel** > **Programs** > **Turn Windows features on or off** or use the command `optionalfeatures.exe` 1. Expand **Device Lockdown** and select **Shell Launcher** +1. Select **OK** to enable Shell Launcher #### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell) To enable Shell Launcher using PowerShell, follow these steps: 1. Open a PowerShell window with administrator privileges -1. Run the following command to enable Shell Launcher: +1. Run the following command: ```powershell Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index 95a0965447..8a0b2afad9 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -5,10 +5,8 @@ items: href: index_old.md - name: 🟡 Enable Shell Launcher href: enable.md -- name: Configure a kiosk +- name: Configure Shell Launcher href: configure.md -- name: Configure a kiosk (wmi) - href: configure-wmi.md - name: "Quickstart: Configure a kiosk" href: quickstart-kiosk.md - name: Create a configuration file @@ -34,4 +32,6 @@ items: - name: SetDefaultShell href: wesl-usersettingsetdefaultshell.md - name: SetEnabled - href: wesl-usersettingsetenabled.md \ No newline at end of file + href: wesl-usersettingsetenabled.md + - name: Configure Shell Launcher with WMI + href: configure-wmi.md \ No newline at end of file From 6e9182ef83b1f5c6732fc143eeb97d37af4a89a6 Mon Sep 17 00:00:00 2001 From: Dan Brown <32883970+DHB-MSFT@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:29:45 -0800 Subject: [PATCH 064/111] Update some of the UI references --- ...rating-system-components-to-microsoft-services.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 4968c75653..5287b5f528 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 @@ -1876,27 +1876,27 @@ This is applicable to Windows 10. -and- -- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Specify intranet Microsoft update service location** to **Enabled** and ensure all Option settings (Intranet Update Service, Intranet Statistics Server, Alternate Download Server) are set to **" "** +- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Specify intranet Microsoft update service location** to **Enabled** and ensure the settings under **Options** (intranet update service, intranet statistics server, and alternate download server) are set to **" "** -and- -- Set the Group Policy **User Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Remove access to use all Windows Update features** to **Enabled** and then set **Computer Configurations** to **0 (zero)**. +- Set the Group Policy **User Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Remove access to use all Windows Update features** to **Enabled** and then set **Configure notifications** to **0 - Do not show any notifications***. This is applicable to Windows 11. -- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service** > **Do not connect to any Windows Update Internet locations** to **Enabled** +- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service** > **Do not connect to any Windows Update Internet locations** to **Enabled**. -and- -- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service** > **Specify intranet Microsoft update service location** to **Enabled** and ensure all Option settings (Intranet Update Service, Intranet Statistics Server, Alternate Download Server) are set to **" "** +- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service** > **Specify intranet Microsoft update service location** to **Enabled** and ensure the settings under **Options** (intranet update service, intranet statistics server, and alternate download server) are set to **" "** -and- -- Set the Group Policy **User Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Remove access to use all Windows Update features** to **Enabled** and then set **Computer Configurations** to **0 (zero)**. +- Set the Group Policy **User Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service** > **Remove access to use all Windows Update features** to **Enabled** and then set **Configure notifications** to **0 - Do not show any notifications**. -and- -- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **System** > **Internet Communication Management** > **Internet Communication Settings** > **Turn off access to all Windows Update features** to **Enabled** +- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **System** > **Internet Communication Management** > **Internet Communication settings** > **Turn off access to all Windows Update features** to **Enabled**. You can turn off automatic updates by doing the following. This isn't recommended. From dd636a0860566d94811617dc3b9835892c488769 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Thu, 6 Mar 2025 16:54:02 -0800 Subject: [PATCH 065/111] Update create-appcontrol-policy-for-lightly-managed-devices.md --- ...-appcontrol-policy-for-lightly-managed-devices.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index 693e2355f8..a9a74b1974 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -72,11 +72,15 @@ Alice is familiar with the App Control Policy Wizard, the open-source policy aut | Template Base Policy | Description | |---------------------------------|-------------------------------------------------------------------| - | **Default Windows Mode** | Default Windows mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
| - | **Allow Microsoft Mode** | Allow mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
  • *All Microsoft-signed software*
| - | **Signed and Reputable Mode** | Signed and Reputable mode authorizes the following components:
  • Windows operating components - any binary installed by a fresh install of Windows
  • Apps installed from the Microsoft Store
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
  • All Microsoft-signed software
  • *Files with good reputation per [Microsoft Defender's Intelligent Security Graph technology](use-appcontrol-with-intelligent-security-graph.md)*
| + | **Default Windows mode** | Default Windows mode authorizes the following components:
  • Windows operating system components - any binary installed by a fresh install of Windows
  • Packaged apps (MSIX) signed by the Microsoft Store MarketPlace signer
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
| + | **Allow Microsoft mode** | Allow Microsoft mode authorizes the following components:
  • All code allowed by Default Windows mode, plus...
  • *All Microsoft-signed software*
| + | **Signed and Reputable mode** | Signed and Reputable mode authorizes the following components:
  • All code allowed by Allow Microsoft mode, plus...<
  • *Files created or installed by a process configured as a [managed installer](./configure-authorized-apps-deployed-with-a-managed-installer.md)*
  • *Files with good reputation per [Microsoft Defender's Intelligent Security Graph technology](use-appcontrol-with-intelligent-security-graph.md)*
| -1. and then add or remove rules to suit your App Control scenario. For this reason, the Prerequisite information about App Control can be accessed through the [App Control design guide](appcontrol-design-guide.md). This page outlines the steps to create a new App Control policy from a template, configure the policy options, and the signer and file rules. + Alice selects the **Signed and Reputable mode** template and then **Next**, accepting the defaults for the policy filename and location. + +4. On the **Configure Policy Template - Policy rules** page, Alice reviews the set of options enabled for the policy. She's pleased to see the template already has most options set as recommended by Microsoft. The only changes she makes are to check the options for **Managed Installer** and **Require WHQL**. This way apps installed by Intune or any of the other managed installers are automatically allowed, and only kernel drivers built for Windows 10 or higher will run. Then she selects **Next**. + +5. On the **File Rules** page, Alice adds rules to e. For this reason, the Prerequisite information about App Control can be accessed through the [App Control design guide](appcontrol-design-guide.md). This page outlines the steps to create a new App Control policy from a template, configure the policy options, and the signer and file rules. ## Template Base Policies From 47e1140700d00ae98258af732bb7a003ac55350f Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 06:56:28 -0500 Subject: [PATCH 066/111] updates --- .../book/includes/local-security-authority-protection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/book/includes/local-security-authority-protection.md b/windows/security/book/includes/local-security-authority-protection.md index fac74d5553..bc077a5b4d 100644 --- a/windows/security/book/includes/local-security-authority-protection.md +++ b/windows/security/book/includes/local-security-authority-protection.md @@ -13,7 +13,7 @@ By loading only trusted, signed code, LSA provides significant protection agains [!INCLUDE [new-24h2](new-24h2.md)] -To help keep these credentials safe, LSA protection is enabled by default on all devices (MSA, Microsoft Entra joined, hybrid, and local). For new installs, it is enabled immediately. For upgrades, it is enabled after rebooting after an evaluation period of 10 days. +To help keep these credentials safe, LSA protection is enabled by default on all devices (MSA, Microsoft Entra joined, hybrid, and local). For new installs, it is enabled immediately. For upgrades, it is enabled after rebooting after an evaluation period of 5 days. Users have the ability to manage the LSA protection state in the Windows Security application under **Device Security** > **Core Isolation** > **Local Security Authority protection**. From c3ed58d0148aa03fe2446e955a7ef1b29e702547 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 07:00:24 -0500 Subject: [PATCH 067/111] Acrolinx --- .../book/includes/local-security-authority-protection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/book/includes/local-security-authority-protection.md b/windows/security/book/includes/local-security-authority-protection.md index bc077a5b4d..9e924356bb 100644 --- a/windows/security/book/includes/local-security-authority-protection.md +++ b/windows/security/book/includes/local-security-authority-protection.md @@ -13,7 +13,7 @@ By loading only trusted, signed code, LSA provides significant protection agains [!INCLUDE [new-24h2](new-24h2.md)] -To help keep these credentials safe, LSA protection is enabled by default on all devices (MSA, Microsoft Entra joined, hybrid, and local). For new installs, it is enabled immediately. For upgrades, it is enabled after rebooting after an evaluation period of 5 days. +To help keep these credentials safe, LSA protection is enabled by default on all devices (MSA, Microsoft Entra joined, hybrid, and local). For new installs, it's enabled immediately. For upgrades, it's enabled after rebooting after an evaluation period of five days. Users have the ability to manage the LSA protection state in the Windows Security application under **Device Security** > **Core Isolation** > **Local Security Authority protection**. From 406b3d0d5840e239ef378a2f9c32099594d5bc85 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 07:18:30 -0500 Subject: [PATCH 068/111] updates --- .../configuration/shell-launcher/enable.md | 59 ++++++++----------- 1 file changed, 23 insertions(+), 36 deletions(-) diff --git a/windows/configuration/shell-launcher/enable.md b/windows/configuration/shell-launcher/enable.md index 0bd724e045..5a335fca5e 100644 --- a/windows/configuration/shell-launcher/enable.md +++ b/windows/configuration/shell-launcher/enable.md @@ -35,58 +35,45 @@ To enable Shell Launcher using PowerShell, follow these steps: #### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) -The Shell Launcher settings are also available as Windows provisioning settings so you can configure these settings to be applied during the image runtime. You can set one or all Shell Launcher settings by creating a provisioning package using Windows Configuration Designer and then applying the provisioning package during image deployment time or runtime. If Windows hasn't been installed and you're using Windows Configuration Designer to create installation media with settings for Shell Launcher included in the image or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM in order for a provisioning package to successfully apply. +[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] -Use the following steps to create a provisioning package that contains the ShellLauncher settings. +- **Path:** `SMISettings/ShellLauncher/Enable` +- **Value:** ENABLE -1. Build a provisioning package in Windows Configuration Designer by following the instructions in [Create a provisioning package for Windows](/windows/configuration/provisioning-packages/provisioning-create-package) -1. In the **Available customizations** page, select **Runtime settings** > **SMISettings** > **ShellLauncher** -1. Set the value of **Enable** to **ENABLE**. More options to configure Shell Launcher appears, and you can set the values as desired -1. Once you have finished configuring the settings and creating the provisioning package, you can apply the package to the image deployment time or runtime. See the [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package) for more information. The process for applying the package to a Windows 10 Enterprise image is the same +[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] - -| Path | Setting name | Value | -|--|--|--| -| `Policies/Authentication` | `EnableWebSignIn` | Enabled | -| `Policies/Authentication` | `ConfigureWebSignInAllowedUrls` | This setting is optional, and it contains a semicolon-separated list of domains required for sign in, for example: `idp.example.com;example.com` | -| `Policies/Authentication` | `ConfigureWebCamAccessDomainNames` | This setting is optional, and it should be configured if you need to use the webcam during the sign-in process. Specify the list of domains that are allowed to use the webcam during the sign-in process, separated by a semicolon. For example: `example.com` | +> [!IMPORTANT] +> You can configure Shell Launcher by creating a provisioning package and then applying the provisioning package during image deployment time or at runtime. If you're creating an installation media with settings for Shell Launcher included in the image, or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM for a provisioning package to successfully apply. #### [:::image type="icon" source="../images/icons/settings.svg"::: **DISM**](#tab/dism) +The following example uses a Windows image called `install.wim`, but you can use the same procedure to apply a provisioning package. + 1. Open a command prompt with administrator privileges. 1. Copy install.wim to a temporary folder on hard drive (in the following steps, we assume it's called `C:\wim`) -1. Create a new directory +1. Modify the following script to match your environment: - ```CMD - md c:\wim - ``` +```cmd +@echo off +REM Create a new directory +md c:\wim -1. Mount the image +REM Mount the image +dism /mount-wim /wimfile:c:\bootmedia\sources\install.wim /index:1 /MountDir:c:\wim - ```CMD - dism /mount-wim /wimfile:c:\bootmedia\sources\install.wim /index:1 /MountDir:c:\wim - ``` +REM Enable the feature +dism /image:c:\wim /enable-feature /all /featureName:Client-EmbeddedShellLauncher -1. Enable the feature +REM Commit the change +dism /unmount-wim /MountDir:c:\wim /Commit +``` - ```CMD - dism /image:c:\wim /enable-feature /all /featureName:Client-EmbeddedShellLauncher - ``` - -1. Commit the change - - ```CMD - dism /unmount-wim /MountDir:c:\wim /Commit - ``` +For more information on DISM, see [What Is Deployment Image Servicing and Management](/windows-hardware/manufacture/desktop/what-is-dism). #### [:::image type="icon" source="../images/icons/dev.svg"::: **WMI**](#tab/wmi) -Enable Shell Launcher by calling WESL_UserSetting - -1. Enable or disable Shell Launcher by calling the WESL_UserSetting. SetEnabled function in the Windows Management Instrumentation (WMI) class WESL_UserSetting -1. If you enable or disable Shell Launcher using WESL_UserSetting, the changes don't affect any sessions that are currently signed in; you must sign out and sign back in - -This example uses a Windows image called install.wim, but you can use the same procedure to apply a provisioning package. For more information on DISM, see [What Is Deployment Image Servicing and Management](/windows-hardware/manufacture/desktop/what-is-dism). +You can enable or disable Shell Launcher by calling the `SetEnabled` function in the Windows Management Instrumentation (WMI) class `WESL_UserSetting`. +For more information, see [WESL_UserSetting](wesl-usersetting.md). --- From 228d1e7f4cde6a9acfba44ac1a4c48ca0f3126ef Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 07:36:25 -0500 Subject: [PATCH 069/111] updates --- .../shell-launcher/configure-wmi.md | 1 - .../configuration/shell-launcher/configure.md | 73 +++++++++++++++++ .../configuration/shell-launcher/enable.md | 79 ------------------- .../configuration/shell-launcher/index_old.md | 2 - windows/configuration/shell-launcher/toc.yml | 2 - 5 files changed, 73 insertions(+), 84 deletions(-) delete mode 100644 windows/configuration/shell-launcher/enable.md diff --git a/windows/configuration/shell-launcher/configure-wmi.md b/windows/configuration/shell-launcher/configure-wmi.md index fc16301fe4..b677533757 100644 --- a/windows/configuration/shell-launcher/configure-wmi.md +++ b/windows/configuration/shell-launcher/configure-wmi.md @@ -141,4 +141,3 @@ $ShellLauncherClass.SetEnabled($FALSE) $IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() "`nEnabled is set to " + $IsShellLauncherEnabled.Enabled ``` - diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index 03d766dd3d..79b0267ef6 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -22,6 +22,79 @@ You can configure the following options for Shell Launcher: Any changes don't take effect until a user signs in. +## Enable Shell Launcher + +Shell Launcher is an optional component in Windows that is not enabled by default. To configure it, you must first enable it. You can enable and configure Shell Launcher in a customized Windows image, or you can enable it before applying a provisioning package to configure it. + +> [!NOTE] +> When you configure Shell Launcher with the Assigned Access Configuration Service Provider (CSP), Shell Launcher is automatically enabled, if the device supports it. There's no need to enable Shell Launcher separately when you configure it using Assigned Access CSP. + +There are multiple ways to enable Shell Launcher, select the method that best fits your needs to learn more. + +#### [:::image type="icon" source="../images/icons/control-panel.svg"::: **Control Panel**](#tab/control-panel) + +To enable Shell Launcher using Control Panel, follow these steps: + +1. Open **Control Panel** > **Programs** > **Turn Windows features on or off** or use the command `optionalfeatures.exe` +1. Expand **Device Lockdown** and select **Shell Launcher** +1. Select **OK** to enable Shell Launcher + +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell) + +To enable Shell Launcher using PowerShell, follow these steps: + +1. Open a PowerShell window with administrator privileges +1. Run the following command: + + ```powershell + Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online + ``` + +#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] + +- **Path:** `SMISettings/ShellLauncher/Enable` +- **Value:** ENABLE + +[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] + +> [!IMPORTANT] +> You can configure Shell Launcher by creating a provisioning package and then applying the provisioning package during image deployment time or at runtime. If you're creating an installation media with settings for Shell Launcher included in the image, or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM for a provisioning package to successfully apply. + +#### [:::image type="icon" source="../images/icons/settings.svg"::: **DISM**](#tab/dism) + +The following example uses a Windows image called `install.wim`, but you can use the same procedure to apply a provisioning package. + +1. Open a command prompt with administrator privileges. +1. Copy install.wim to a temporary folder on hard drive (in the following steps, we assume it's called `C:\wim`) +1. Modify the following script to match your environment: + +```cmd +@echo off +REM Create a new directory +md c:\wim + +REM Mount the image +dism /mount-wim /wimfile:c:\bootmedia\sources\install.wim /index:1 /MountDir:c:\wim + +REM Enable the feature +dism /image:c:\wim /enable-feature /all /featureName:Client-EmbeddedShellLauncher + +REM Commit the change +dism /unmount-wim /MountDir:c:\wim /Commit +``` + +For more information on DISM, see [What Is Deployment Image Servicing and Management](/windows-hardware/manufacture/desktop/what-is-dism). + +#### [:::image type="icon" source="../images/icons/dev.svg"::: **WMI**](#tab/wmi) + +You can enable or disable Shell Launcher by calling the `SetEnabled` function in the Windows Management Instrumentation (WMI) class `WESL_UserSetting`. + +For more information, see [WESL_UserSetting](wesl-usersetting.md). + +--- + ## Launch different shells for different user accounts By default, Shell Launcher runs the default shell, which is specified when you create the OS image at design time. The default shell is set to Cmd.exe, but you can specify any executable file to be the default shell. diff --git a/windows/configuration/shell-launcher/enable.md b/windows/configuration/shell-launcher/enable.md deleted file mode 100644 index 5a335fca5e..0000000000 --- a/windows/configuration/shell-launcher/enable.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -title: Enable Shell Launcher -description: Learn how to enable the Shell Launcher feature. -ms.date: 02/27/2025 -ms.topic: how-to ---- - -# Enable Shell Launcher - -Shell Launcher is an optional component in Windows that is not enabled by default. To configure it, you must first enable it. You can enable and configure Shell Launcher in a customized Windows image, or you can enable it before applying a provisioning package to configure it. - -> [!NOTE] -> When you configure Shell Launcher with the Assigned Access Configuration Service Provider (CSP), Shell Launcher is automatically enabled, if the device supports it. There's no need to enable Shell Launcher separately when you configure it using Assigned Access CSP. - -There are multiple ways to enable Shell Launcher, select the method that best fits your needs to learn more. - -#### [:::image type="icon" source="../images/icons/control-panel.svg"::: **Control Panel**](#tab/control-panel) - -To enable Shell Launcher using Control Panel, follow these steps: - -1. Open **Control Panel** > **Programs** > **Turn Windows features on or off** or use the command `optionalfeatures.exe` -1. Expand **Device Lockdown** and select **Shell Launcher** -1. Select **OK** to enable Shell Launcher - -#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell) - -To enable Shell Launcher using PowerShell, follow these steps: - -1. Open a PowerShell window with administrator privileges -1. Run the following command: - - ```powershell - Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online - ``` - -#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) - -[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] - -- **Path:** `SMISettings/ShellLauncher/Enable` -- **Value:** ENABLE - -[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] - -> [!IMPORTANT] -> You can configure Shell Launcher by creating a provisioning package and then applying the provisioning package during image deployment time or at runtime. If you're creating an installation media with settings for Shell Launcher included in the image, or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM for a provisioning package to successfully apply. - -#### [:::image type="icon" source="../images/icons/settings.svg"::: **DISM**](#tab/dism) - -The following example uses a Windows image called `install.wim`, but you can use the same procedure to apply a provisioning package. - -1. Open a command prompt with administrator privileges. -1. Copy install.wim to a temporary folder on hard drive (in the following steps, we assume it's called `C:\wim`) -1. Modify the following script to match your environment: - -```cmd -@echo off -REM Create a new directory -md c:\wim - -REM Mount the image -dism /mount-wim /wimfile:c:\bootmedia\sources\install.wim /index:1 /MountDir:c:\wim - -REM Enable the feature -dism /image:c:\wim /enable-feature /all /featureName:Client-EmbeddedShellLauncher - -REM Commit the change -dism /unmount-wim /MountDir:c:\wim /Commit -``` - -For more information on DISM, see [What Is Deployment Image Servicing and Management](/windows-hardware/manufacture/desktop/what-is-dism). - -#### [:::image type="icon" source="../images/icons/dev.svg"::: **WMI**](#tab/wmi) - -You can enable or disable Shell Launcher by calling the `SetEnabled` function in the Windows Management Instrumentation (WMI) class `WESL_UserSetting`. - -For more information, see [WESL_UserSetting](wesl-usersetting.md). - ---- diff --git a/windows/configuration/shell-launcher/index_old.md b/windows/configuration/shell-launcher/index_old.md index a1023fdfce..5d844a93c5 100644 --- a/windows/configuration/shell-launcher/index_old.md +++ b/windows/configuration/shell-launcher/index_old.md @@ -35,8 +35,6 @@ Methods of controlling access to other desktop applications and system component For sample XML configurations for the different app combinations, see [Samples for Shell Launcher v2](https://github.com/microsoft/Windows-IoT-Samples/tree/master/samples/ShellLauncher/ShellLauncherV2). - - ## FROM COPILOT Shell Launcher is a feature in Windows that allows administrators to replace the default Windows Explorer shell with a custom shell for specialized devices or environments. Over time, Shell Launcher has evolved to meet the needs of modern deployments, leading to the introduction of Shell Launcher v2. diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index 8a0b2afad9..c41e332058 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -3,8 +3,6 @@ items: href: index.md - name: 🟡 Old content href: index_old.md -- name: 🟡 Enable Shell Launcher - href: enable.md - name: Configure Shell Launcher href: configure.md - name: "Quickstart: Configure a kiosk" From efc6f063fb63db78d0c13ac3fd5a6edab1481981 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 08:14:10 -0500 Subject: [PATCH 070/111] updates --- windows/configuration/kiosk/index.md | 3 ++ .../configuration/shell-launcher/configure.md | 16 +++--- windows/configuration/shell-launcher/index.md | 31 ++++++++--- .../configuration/shell-launcher/index_old.md | 51 ------------------- windows/configuration/shell-launcher/toc.yml | 2 - 5 files changed, 34 insertions(+), 69 deletions(-) delete mode 100644 windows/configuration/shell-launcher/index_old.md diff --git a/windows/configuration/kiosk/index.md b/windows/configuration/kiosk/index.md index 327aaa38dc..a55cbef684 100644 --- a/windows/configuration/kiosk/index.md +++ b/windows/configuration/kiosk/index.md @@ -47,6 +47,9 @@ This option loads the Windows desktop, but it only allows to run a defined set o To configure a restricted user experience, you use the **Assigned Access** feature. +> [!NOTE] +> You can't configure both Shell Launcher and Assigned Access on the same system. + ## Choose the right experience When you're considering a kiosk or restricted user experience, you need to choose the right experience for your needs. A good approach is to ask yourself the following set of questions: diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index 79b0267ef6..53d45014e1 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -107,16 +107,16 @@ For more information about common security identifiers, see [Well-known SIDs](/w When the current signed in account belongs to two or more groups that have different configurations defined for each group, Shell Launcher uses the first configuration it finds. The search order isn't defined, so we recommend that you avoid assigning a user to multiple groups with different Shell Launcher configurations. -## Perform an action when the shell exits +## Shell Launcher startup and exit behavior -When a custom shell exits, Shell Launcher can perform one of four actions: +Shell Launcher processes the `Run` and `RunOnce` registry keys before starting the custom shell, so your custom shell doesn't need to handle the automatic startup of other applications and services. -|Action|Description| -|:---:|:---| -|`0`|Restart the shell.| -|`1`|Restart the device.| -|`2`|Shut down the device.| -|`3`|Do nothing.| +Shell Launcher also handles the behavior of the system when your custom shell exits. You can configure the shell exit behavior if the default behavior doesn't meet your needs. When a custom shell exits, Shell Launcher can perform one of four actions: + +`0`: Restart the shell +`1`: Restart the device +`2`: Shut down the device +`3`: Do nothing > [!IMPORTANT] > Make sure that your shell application does not automatically exit and is not automatically closed by any features such as Dialog Filter, as this can lead to an infinite cycle of exiting and restarting, unless the return code action is set to do nothing. diff --git a/windows/configuration/shell-launcher/index.md b/windows/configuration/shell-launcher/index.md index 2728622ec2..2ad259bc30 100644 --- a/windows/configuration/shell-launcher/index.md +++ b/windows/configuration/shell-launcher/index.md @@ -13,21 +13,29 @@ Shell Launcher controls which application a user gets as the shell after sign-in With Shell Launcher, you can use features and methods to control access to other applications or system components. These methods include, but aren't limited to: -- Configuration Service Provider (CSP): you can use a Mobile Device Management (MDM) solution like Microsoft Intune +- Configuration Service Provider (CSP) - Group policy (GPO) - [AppLocker](/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview) -> [!NOTE] ->Shell Launcher is part of the Assigned Access feature, which allows you to configure kiosks or restricted user experiences. To learn about the differences between Shell Launcher and the other options offered by Assigned Access, see [Windows Kiosks Configuration Options Overview](../kiosk/index.md). - [!INCLUDE [shell-launcher](../../../includes/licensing/shell-launcher.md)] -## Shell Launcher user rights +## Shell Launcher version history -A custom shell is launched with the same level of user rights as the account that is signed in. This means that a user with administrative rights can perform any system action that requires administrative rights, including launching other applications with administrative rights. +Shell Launcher has undergone several iterations since its introduction, with the most notable being Shell Launcher v1 and Shell Launcher v2. Each version has brought improvements and new features to enhance the user experience and functionality of custom shells in Windows environments: -> [!WARNING] -> If your shell application requires administrative rights and needs to be elevated, and User Account Control (UAC) is enabled, you must disable UAC for Shell Launcher to launch the shell application. +- Shell Launcher v1 was the original implementation, introduced to provide basic functionality for replacing the default shell. However, it had limitations, such as only supporting Win32 applications as custom shells and lacking flexibility for handling modern app scenarios +- Shell Launcher v2, introduced with Windows 10, version 1809, added support for Universal Windows Platform (UWP) apps as custom shells, making it more versatile for modern environments + +### Differences between Shell Launcher v1 and Shell Launcher v2 + +- Shell Launcher v1 replaces `Explorer.exe` with `Eshell.exe`, which can only launch a Windows desktop application +- Shell Launcher v2 replaces `Explorer.exe` with `CustomShellHost.exe`, which can launch a Windows desktop application or a UWP app +- In addition to allowing you to use a UWP app for your replacement shell, Shell Launcher v2 offers more enhancements: + - You can use a custom Windows desktop application that can then launch UWP apps, such as Settings and Touch Keyboard + - From a custom UWP shell, you can launch secondary views and run on multiple monitors + - The custom shell app runs in full screen, and can run other apps in full screen on user's demand + +For sample XML configurations for the different app combinations, see [Samples for Shell Launcher v2](https://github.com/microsoft/Windows-IoT-Samples/tree/master/samples/ShellLauncher/ShellLauncherV2). ## Limitations @@ -36,6 +44,13 @@ Here are some limitations to consider when using Shell Launcher: - Windows doesn't support setting a custom shell before the out-of-box experience (OOBE). If you do, you can't deploy the resulting image - Shell Launcher doesn't support a custom shell with an application that launches a different process and exits. For example, you can't specify `write.exe` in Shell Launcher. Shell Launcher launches a custom shell and monitors the process to identify when the custom shell exits. `Write.exe` creates a 32-bit `wordpad.exe` process and exits. Since Shell Launcher isn't aware of the newly created `wordpad.exe` process, Shell Launcher takes action based on the exit code of `Write.exe`, such as restarting the custom shell +## Shell Launcher user rights + +A custom shell is launched with the same level of user rights as the account that is signed in. This means that a user with administrative rights can perform any system action that requires administrative rights, including launching other applications with administrative rights. + +> [!WARNING] +> If your shell application requires administrative rights and needs to be elevated, and User Account Control (UAC) is enabled, you must disable UAC for Shell Launcher to launch the shell application. + ## Next steps Learn how to configure Shell Launcher: diff --git a/windows/configuration/shell-launcher/index_old.md b/windows/configuration/shell-launcher/index_old.md deleted file mode 100644 index 5d844a93c5..0000000000 --- a/windows/configuration/shell-launcher/index_old.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: Shell Launcher -description: Shell Launcher -ms.date: 06/07/2018 -ms.topic: overview ---- - -# Shell Launcher exceptions - -There are a few exceptions to the applications and executables you can use as a custom shell: - -- You can't use the following executable as a custom shell: `C:\Windows\System32\Eshell.exe`. Using Eshell.exe as the default shell will result in a blank screen after user signs in. -- You can't use a Universal Windows app as a custom shell. -- You can't use a custom shell to launch Universal Windows apps, for example, the Settings app. -- You can't use an application that launches a different process and exits as a custom shell. For example, you can't specify **write.exe** in Shell Launcher. Shell Launcher launches a custom shell and monitors the process to identify when the custom shell exits. **Write.exe** creates a 32-bit wordpad.exe process and exits. Because Shell Launcher isn't aware of the newly created wordpad.exe process, Shell Launcher takes action based on the exit code of **Write.exe**, and restart the custom shell. -- You can't prevent the system from shutting down. For Shell Launcher V1 and V2, you can't block the session ending by returning FALSE upon receiving the [WM_QUERYENDSESSION](/windows/win32/shutdown/wm-queryendsession) message in a graphical application or returning FALSE in the [handler routine](/windows/console/handlerroutine) that is added through the [SetConsoleCtrlHandler](/windows/console/setconsolectrlhandler) function in a console application. - -> [!NOTE] -> You cannot configure both Shell Launcher and assigned access on the same system. - -Shell Launcher processes the **Run** and **RunOnce** registry keys before starting the custom shell, so your custom shell doesn't need to handle the automatic startup of other applications and services. - -Shell Launcher also handles the behavior of the system when your custom shell exits. You can configure the shell exit behavior if the default behavior doesn't meet your needs. - -Methods of controlling access to other desktop applications and system components can be used in addition to using the Shell Launcher such as, [Group Policy](https://www.microsoft.com/download/details.aspx?id=25250), [AppLocker](/windows/iot/iot-enterprise/customize/application-control#applocker), and [Mobile Device Management](/windows/client-management/mdm/) - -## Differences between Shell Launcher v1 and Shell Launcher v2 - -- Shell Launcher v1 replaces `explorer.exe`, the default shell, with `eshell.exe`, which can launch a Windows desktop application -- Shell Launcher v2 replaces `explorer.exe` with `customshellhost.exe`, which can launch a Windows desktop application or a UWP app -- In addition to allowing you to use a UWP app for your replacement shell, Shell Launcher v2 offers more enhancements: - - You can use a custom Windows desktop application that can then launch UWP apps, such as Settings and Touch Keyboard. - - From a custom UWP shell, you can launch secondary views and run on multiple monitors. - - The custom shell app runs in full screen, and can run other apps in full screen on user's demand. - -For sample XML configurations for the different app combinations, see [Samples for Shell Launcher v2](https://github.com/microsoft/Windows-IoT-Samples/tree/master/samples/ShellLauncher/ShellLauncherV2). - -## FROM COPILOT - -Shell Launcher is a feature in Windows that allows administrators to replace the default Windows Explorer shell with a custom shell for specialized devices or environments. Over time, Shell Launcher has evolved to meet the needs of modern deployments, leading to the introduction of Shell Launcher v2. - -Shell Launcher v1 was the original implementation, introduced to provide basic functionality for replacing the default shell. However, it had limitations, such as only supporting Win32 applications as custom shells and lacking flexibility for handling modern app scenarios. - -Shell Launcher v2, introduced with Windows 10, version 1809, brought significant enhancements. It added support for Universal Windows Platform (UWP) apps as custom shells, making it more versatile for modern environments. Additionally, v2 introduced the ability to configure fallback shells, ensuring a more robust experience in case the primary shell fails to launch. This feature is particularly useful for maintaining system reliability in critical-use cases, such as kiosks or embedded systems. - -Shell Launcher v2 is the preferred choice because it: - -Supports both Win32 and UWP apps, offering greater flexibility. -Provides fallback shell functionality, improving system resilience. -Is better suited for modern Windows environments, especially those leveraging UWP apps or mixed app ecosystems. -By upgrading to Shell Launcher v2, administrators can take advantage of these improvements to create more reliable and adaptable custom shell experiences. \ No newline at end of file diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index c41e332058..e9df21bfa8 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -1,8 +1,6 @@ items: - name: Overview href: index.md -- name: 🟡 Old content - href: index_old.md - name: Configure Shell Launcher href: configure.md - name: "Quickstart: Configure a kiosk" From 5a5ca7ee11a93aab868a7ab144b5f2f9159ede82 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 08:23:40 -0500 Subject: [PATCH 071/111] tabs --- windows/configuration/shell-launcher/configure.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index 53d45014e1..342d4a9be7 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -31,7 +31,7 @@ Shell Launcher is an optional component in Windows that is not enabled by defaul There are multiple ways to enable Shell Launcher, select the method that best fits your needs to learn more. -#### [:::image type="icon" source="../images/icons/control-panel.svg"::: **Control Panel**](#tab/control-panel) +#### [:::image type="icon" source="../images/icons/control-panel.svg"::: **Control Panel**](#tab/control-panel1) To enable Shell Launcher using Control Panel, follow these steps: @@ -39,7 +39,7 @@ To enable Shell Launcher using Control Panel, follow these steps: 1. Expand **Device Lockdown** and select **Shell Launcher** 1. Select **OK** to enable Shell Launcher -#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell) +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell1) To enable Shell Launcher using PowerShell, follow these steps: @@ -50,7 +50,7 @@ To enable Shell Launcher using PowerShell, follow these steps: Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online ``` -#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) +#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg1) [!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] @@ -62,7 +62,7 @@ To enable Shell Launcher using PowerShell, follow these steps: > [!IMPORTANT] > You can configure Shell Launcher by creating a provisioning package and then applying the provisioning package during image deployment time or at runtime. If you're creating an installation media with settings for Shell Launcher included in the image, or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM for a provisioning package to successfully apply. -#### [:::image type="icon" source="../images/icons/settings.svg"::: **DISM**](#tab/dism) +#### [:::image type="icon" source="../images/icons/settings.svg"::: **DISM**](#tab/dism1) The following example uses a Windows image called `install.wim`, but you can use the same procedure to apply a provisioning package. From c6f861861cb8f97a58ce64b4f83e9102f4d494f4 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 10:02:50 -0500 Subject: [PATCH 072/111] updates --- .../configuration/shell-launcher/configure.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index 342d4a9be7..ad076e4287 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -10,17 +10,16 @@ ms.topic: how-to There are two ways you can configure Shell Launcher: 1. Using the `ShellLauncher` node of the [Assigned Access Configuration Service Provider (CSP)](/windows/client-management/mdm/assignedaccess-csp), which also automatically enables Shell Launcher on the device, if the device supports it -1. Using the **Shell Launcher WMI providers** directly in an application. When using this method, you must [enable Shell Launcher](enable.md) first +1. Using the **Shell Launcher WMI providers** directly in an application. When using this method, you must [enable Shell Launcher](#enable-shell-launcher) first You can configure the following options for Shell Launcher: -- Enable or disable Shell Launcher -- Specify a shell configuration for a specific user or group -- Remove a shell configuration for a specific user or group +- Add/remove a shell configuration for a specific user or group - Change the default shell configuration - Get information on a shell configuration for a specific user or group -Any changes don't take effect until a user signs in. +> [!NOTE] +> Any changes don't take effect until a user signs in. ## Enable Shell Launcher @@ -52,12 +51,7 @@ To enable Shell Launcher using PowerShell, follow these steps: #### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg1) -[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] -- **Path:** `SMISettings/ShellLauncher/Enable` -- **Value:** ENABLE - -[!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] > [!IMPORTANT] > You can configure Shell Launcher by creating a provisioning package and then applying the provisioning package during image deployment time or at runtime. If you're creating an installation media with settings for Shell Launcher included in the image, or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM for a provisioning package to successfully apply. @@ -175,7 +169,10 @@ Assign the policy to a group that contains as members the devices that you want [!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] -- **Path:** `SMISettings/ShellLauncher` +- **Path:** `SMISettings/ShellLauncher/Enable` +- **Value:** ENABLE + +- **Path:** `SMISettings/ShellLauncher/*` - **Value:** depends on specific settings [!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] From d14654005d73a036f5658d86aaa701caafe09b10 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 10:09:36 -0500 Subject: [PATCH 073/111] updates --- windows/configuration/kiosk/index.md | 2 +- windows/configuration/shell-launcher/configure.md | 6 +++--- windows/configuration/shell-launcher/index.md | 9 +++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/windows/configuration/kiosk/index.md b/windows/configuration/kiosk/index.md index a55cbef684..3c40e69882 100644 --- a/windows/configuration/kiosk/index.md +++ b/windows/configuration/kiosk/index.md @@ -92,4 +92,4 @@ If you're ready to configure kiosk devices, check out the following quickstarts: - [Quickstart: configure a single-app kiosk with Assigned Access](../assigned-access/quickstart-kiosk.md) - [Quickstart: configure a restricted user experience with Assigned Access](../assigned-access/quickstart-restricted-user-experience.md) -- [Quickstart: configure a kiosk with Shell Launcher](../shell-launcher/quickstart-kiosk.md) \ No newline at end of file +- [Quickstart: configure a kiosk with Shell Launcher](../shell-launcher/quickstart-kiosk.md) diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index ad076e4287..b0397e19f9 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -1,11 +1,11 @@ --- -title: Configure a Kiosk With Shell Launcher -description: Learn how to configure a Windows kiosk with Shell Launcher. +title: Configure Shell Launcher +description: Learn how to configure Shell Launcher. ms.date: 02/27/2025 ms.topic: how-to --- -# Configure a kiosk with Shell Launcher +# Configure Shell Launcher There are two ways you can configure Shell Launcher: diff --git a/windows/configuration/shell-launcher/index.md b/windows/configuration/shell-launcher/index.md index 2ad259bc30..613497602f 100644 --- a/windows/configuration/shell-launcher/index.md +++ b/windows/configuration/shell-launcher/index.md @@ -53,12 +53,13 @@ A custom shell is launched with the same level of user rights as the account tha ## Next steps -Learn how to configure Shell Launcher: - -- [Configure a kiosk with Shell Launcher](configure.md) +> [!div class="nextstepaction"] +> Learn how to configure Shell Launcher: +> +> [Configure Shell Launcher](configure.md) ### :::image type="icon" source="../images/icons/rocket.svg" border="false"::: Quickstarts If you want to quickly test Shell Launcher, check out the following quickstart: -- [Quickstart: configure a kiosk with Shell Launcher](quickstart-kiosk.md) \ No newline at end of file +- [Quickstart: configure a kiosk with Shell Launcher](quickstart-kiosk.md) From 7cfdb29581030127e970a40171096ad23249c185 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 10:17:46 -0500 Subject: [PATCH 074/111] DISM updates --- .../configuration/shell-launcher/configure.md | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index b0397e19f9..27a9450412 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -49,13 +49,6 @@ To enable Shell Launcher using PowerShell, follow these steps: Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online ``` -#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg1) - - - -> [!IMPORTANT] -> You can configure Shell Launcher by creating a provisioning package and then applying the provisioning package during image deployment time or at runtime. If you're creating an installation media with settings for Shell Launcher included in the image, or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM for a provisioning package to successfully apply. - #### [:::image type="icon" source="../images/icons/settings.svg"::: **DISM**](#tab/dism1) The following example uses a Windows image called `install.wim`, but you can use the same procedure to apply a provisioning package. @@ -167,13 +160,17 @@ Assign the policy to a group that contains as members the devices that you want #### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) +You can configure Shell Launcher by creating a provisioning package and then applying the provisioning package during image deployment time or at runtime: + +- If you're creating an installation media with settings for Shell Launcher included in the image, or you're applying a provisioning package during setup, you must enable Shell Launcher on the installation media with DISM for a provisioning package to successfully apply +- If exectuing the provisioning package at runtime, ensure to [enable Shell Launcher](#enable-shell-launcher) before applying the provisioning package + [!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] -- **Path:** `SMISettings/ShellLauncher/Enable` -- **Value:** ENABLE - -- **Path:** `SMISettings/ShellLauncher/*` -- **Value:** depends on specific settings +| Path | Setting name | Value | +|--|--|--| +| `SMISettings/ShellLauncher/` | `Enable` | ENABLE | +| `SMISettings/ShellLauncher/` | * | It depends on specific settings. | [!INCLUDE [provisioning-package-2](../../../includes/configure/provisioning-package-2.md)] From 8462a89e87fefea965f38f03ed3c67b0e5cb7519 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Fri, 7 Mar 2025 07:36:03 -0800 Subject: [PATCH 075/111] Update create-appcontrol-policy-for-lightly-managed-devices.md --- ...te-appcontrol-policy-for-lightly-managed-devices.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index 0f51250afc..ae9b532ae0 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -51,7 +51,7 @@ Based on the above, Alice defines the pseudo-rules for the Lamna version of Micr - Apps predicted to be "safe" by the ISG. 5. **Allow Managed Installer** A policy option allowing: - - Code written to the system by a process designated by policy as a managed installer. For Lamna's managed installer policy, Alice includes the Intune Management Extension, and also well-known auto-updater processes from ISVs whose apps are popular and likely to find across the company. She also includes a filepath rule, "D:\ Lamna Helpdesk\*" where Lamna's helpdesk admins are trained to copy the app installers and scripts they use to repair user's apps and systems. + - Code written to the system by a process designated by policy as a managed installer. For Lamna's managed installer policy, Alice includes the Intune Management Extension, and also well-known auto-updater processes for widely-used apps. She also includes a filepath rule, "D:\ Lamna Helpdesk\*" where Lamna's helpdesk admins are trained to copy the app installers and scripts they use to repair user's apps and systems. 6. **Admin-only path rules** One or more filepath rules for the following locations: - "C:\Program Files\*" @@ -75,11 +75,15 @@ Alice is familiar with the App Control Policy Wizard, the open-source policy aut | **Allow Microsoft mode** | Allow Microsoft mode authorizes the following components:
  • All code allowed by Default Windows mode, plus...
  • *All Microsoft-signed software*
| | **Signed and Reputable mode** | Signed and Reputable mode authorizes the following components:
  • All code allowed by Allow Microsoft mode, plus...<
  • *Files created or installed by a process configured as a [managed installer](./configure-authorized-apps-deployed-with-a-managed-installer.md)*
  • *Files with good reputation per [Microsoft Defender's Intelligent Security Graph technology](use-appcontrol-with-intelligent-security-graph.md)*
| - Alice selects the **Signed and Reputable mode** template and then **Next**, accepting the defaults for the policy filename and location. + Alice selects the **Signed and Reputable mode** template and then **Next**, accepting the defaults for the policy filename and location. 4. On the **Configure Policy Template - Policy rules** page, Alice reviews the set of options enabled for the policy. She's pleased to see the template already has most options set as recommended by Microsoft. The only changes she makes are to check the options for **Managed Installer** and **Require WHQL**. This way apps installed by Intune or any of the other managed installers are automatically allowed, and only kernel drivers built for Windows 10 or higher will run. Then she selects **Next**. -5. On the **File Rules** page, Alice adds rules to e. For this reason, the Prerequisite information about App Control can be accessed through the [App Control design guide](appcontrol-design-guide.md). This page outlines the steps to create a new App Control policy from a template, configure the policy options, and the signer and file rules. +5. On the **File Rules** page, Alice sees the rules Microsoft included in the Signed and Reputable mode template policy. Here, she'll add the Signer rule to trust Lamna-signed code, and the filepath rules to allow code in admin-writable-only locations under the two Program Files directories, the Windows directory, and Lamna's Helpdesk folder. + + To create each rule, Alice selects **+ Add Custom** which opens the **Custom Rules** dialog where the conditions for the rule are defined. For the first rule, she leaves the default selections for **Rule Scope** and **Rule Action**. For the **Rule Type** dropdown, she chooses the **Publisher** option to create a Signer rule. She then selects **Browse** to choose a file she knows is signed by a cert chaining up to the Lamna Codesigning PCA. The Wizard shows the signature information it found on the file with checkboxes for each element of the signature and the file's signed .rsrc header section, including Product Name and Original File Name. In this case, since she intends to allow everything signed with Lamna's interal codesigning certs, she only leaves Issuing CA and Publisher checked. Having set the rule conditions for the Lamna Codesigning PCA rule, she selects **Create Rule** and sees that the rule is now shown in the list. + + Alice repeats the preceding steps to create the rest of the rules. choose whether to allow or block based on it. adds rules to e. For this reason, the Prerequisite information about App Control can be accessed through the [App Control design guide](appcontrol-design-guide.md). This page outlines the steps to create a new App Control policy from a template, configure the policy options, and the signer and file rules. ## Template Base Policies From 21a9b5ee9107b563c93cd16d6b82f2ca156ac9e9 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 12:03:40 -0500 Subject: [PATCH 076/111] timestamps --- .../assigned-access/configuration-file.md | 2 +- .../assigned-access/configure-multi-app-kiosk.md | 2 +- .../assigned-access/configure-single-app-kiosk.md | 2 +- windows/configuration/assigned-access/examples.md | 2 +- .../includes/example-global-profile.md | 2 +- .../assigned-access/includes/example-kiosk-uwp.md | 2 +- .../includes/example-restricted-experience.md | 2 +- .../includes/example-two-profiles.md | 2 +- .../assigned-access/includes/example-usergroup.md | 2 +- .../includes/quickstart-kiosk-intune.md | 2 +- .../includes/quickstart-kiosk-ps.md | 2 +- .../includes/quickstart-kiosk-xml.md | 2 +- .../quickstart-restricted-experience-intune.md | 2 +- .../quickstart-restricted-experience-ps.md | 2 +- .../quickstart-restricted-experience-xml.md | 2 +- .../assigned-access/includes/user-experience.md | 2 +- windows/configuration/assigned-access/index.md | 2 +- .../assigned-access/quickstart-kiosk.md | 2 +- .../quickstart-restricted-user-experience.md | 2 +- .../assigned-access/recommendations.md | 2 +- windows/configuration/assigned-access/xsd.md | 2 +- windows/configuration/kiosk/index.md | 2 +- .../shell-launcher/configuration-file.md | 2 +- .../configuration/shell-launcher/configure-wmi.md | 2 +- windows/configuration/shell-launcher/configure.md | 15 ++++++++------- .../shell-launcher/includes/quickstart-intune.md | 2 +- .../shell-launcher/includes/quickstart-ps.md | 2 +- .../shell-launcher/includes/quickstart-xml.md | 2 +- windows/configuration/shell-launcher/index.md | 2 +- .../shell-launcher/quickstart-kiosk.md | 2 +- .../shell-launcher/wesl-usersetting.md | 2 +- .../wesl-usersettinggetcustomshell.md | 2 +- .../wesl-usersettinggetdefaultshell.md | 2 +- .../shell-launcher/wesl-usersettingisenabled.md | 2 +- .../wesl-usersettingremovecustomshell.md | 2 +- .../wesl-usersettingsetcustomshell.md | 2 +- .../wesl-usersettingsetdefaultshell.md | 2 +- .../shell-launcher/wesl-usersettingsetenabled.md | 2 +- windows/configuration/shell-launcher/xsd.md | 2 +- 39 files changed, 46 insertions(+), 45 deletions(-) diff --git a/windows/configuration/assigned-access/configuration-file.md b/windows/configuration/assigned-access/configuration-file.md index 203f619561..63faf3589b 100644 --- a/windows/configuration/assigned-access/configuration-file.md +++ b/windows/configuration/assigned-access/configuration-file.md @@ -3,7 +3,7 @@ title: Create an Assigned Access configuration file description: Learn how to create an XML file to configure Assigned Access. ms.topic: how-to zone_pivot_groups: windows-versions-11-10 -ms.date: 02/27/2025 +ms.date: 3/7/2025 appliesto: --- diff --git a/windows/configuration/assigned-access/configure-multi-app-kiosk.md b/windows/configuration/assigned-access/configure-multi-app-kiosk.md index 07960e2884..e20f76b60a 100644 --- a/windows/configuration/assigned-access/configure-multi-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-multi-app-kiosk.md @@ -1,7 +1,7 @@ --- title: Configure a Multi-App Kiosk With Assigned Access description: Learn how to configure a multi-app kiosk with Assigned Access. -ms.date: 02/27/2025 +ms.date: 3/7/2025 ms.topic: overview --- diff --git a/windows/configuration/assigned-access/configure-single-app-kiosk.md b/windows/configuration/assigned-access/configure-single-app-kiosk.md index 41d6cc3acc..e45c0e6815 100644 --- a/windows/configuration/assigned-access/configure-single-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-single-app-kiosk.md @@ -1,7 +1,7 @@ --- title: Configure a Single-App Kiosk With Assigned Access description: Learn how to configure a single-app kiosk with Assigned Access. -ms.date: 02/27/2025 +ms.date: 3/7/2025 ms.topic: overview --- diff --git a/windows/configuration/assigned-access/examples.md b/windows/configuration/assigned-access/examples.md index ddb91506ec..7b189bdb01 100644 --- a/windows/configuration/assigned-access/examples.md +++ b/windows/configuration/assigned-access/examples.md @@ -1,7 +1,7 @@ --- title: Assigned Access Examples description: Practical examples of XML files to configure Assigned Access. -ms.date: 02/27/2025 +ms.date: 3/7/2025 ms.topic: reference zone_pivot_groups: windows-versions-11-10 appliesto: diff --git a/windows/configuration/assigned-access/includes/example-global-profile.md b/windows/configuration/assigned-access/includes/example-global-profile.md index a818640cbd..bb00d4a162 100644 --- a/windows/configuration/assigned-access/includes/example-global-profile.md +++ b/windows/configuration/assigned-access/includes/example-global-profile.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/includes/example-kiosk-uwp.md b/windows/configuration/assigned-access/includes/example-kiosk-uwp.md index 69e5a1ac70..e6202a80fb 100644 --- a/windows/configuration/assigned-access/includes/example-kiosk-uwp.md +++ b/windows/configuration/assigned-access/includes/example-kiosk-uwp.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/includes/example-restricted-experience.md b/windows/configuration/assigned-access/includes/example-restricted-experience.md index e8653f5e2f..1bcf0fe640 100644 --- a/windows/configuration/assigned-access/includes/example-restricted-experience.md +++ b/windows/configuration/assigned-access/includes/example-restricted-experience.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/includes/example-two-profiles.md b/windows/configuration/assigned-access/includes/example-two-profiles.md index 42bad92801..6c641d1609 100644 --- a/windows/configuration/assigned-access/includes/example-two-profiles.md +++ b/windows/configuration/assigned-access/includes/example-two-profiles.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/includes/example-usergroup.md b/windows/configuration/assigned-access/includes/example-usergroup.md index 7d69b07f0b..e2b6036391 100644 --- a/windows/configuration/assigned-access/includes/example-usergroup.md +++ b/windows/configuration/assigned-access/includes/example-usergroup.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/includes/quickstart-kiosk-intune.md b/windows/configuration/assigned-access/includes/quickstart-kiosk-intune.md index 8fb14f8ac6..135168d757 100644 --- a/windows/configuration/assigned-access/includes/quickstart-kiosk-intune.md +++ b/windows/configuration/assigned-access/includes/quickstart-kiosk-intune.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/includes/quickstart-kiosk-ps.md b/windows/configuration/assigned-access/includes/quickstart-kiosk-ps.md index 4f5ce43c2e..be008cf787 100644 --- a/windows/configuration/assigned-access/includes/quickstart-kiosk-ps.md +++ b/windows/configuration/assigned-access/includes/quickstart-kiosk-ps.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/includes/quickstart-kiosk-xml.md b/windows/configuration/assigned-access/includes/quickstart-kiosk-xml.md index 93a0607346..58b9223a5a 100644 --- a/windows/configuration/assigned-access/includes/quickstart-kiosk-xml.md +++ b/windows/configuration/assigned-access/includes/quickstart-kiosk-xml.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/includes/quickstart-restricted-experience-intune.md b/windows/configuration/assigned-access/includes/quickstart-restricted-experience-intune.md index 4238a97dad..cf233f5d67 100644 --- a/windows/configuration/assigned-access/includes/quickstart-restricted-experience-intune.md +++ b/windows/configuration/assigned-access/includes/quickstart-restricted-experience-intune.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/includes/quickstart-restricted-experience-ps.md b/windows/configuration/assigned-access/includes/quickstart-restricted-experience-ps.md index 94bb914c0b..0420fed316 100644 --- a/windows/configuration/assigned-access/includes/quickstart-restricted-experience-ps.md +++ b/windows/configuration/assigned-access/includes/quickstart-restricted-experience-ps.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/includes/quickstart-restricted-experience-xml.md b/windows/configuration/assigned-access/includes/quickstart-restricted-experience-xml.md index 52730d3c75..ad3cdd99d5 100644 --- a/windows/configuration/assigned-access/includes/quickstart-restricted-experience-xml.md +++ b/windows/configuration/assigned-access/includes/quickstart-restricted-experience-xml.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/includes/user-experience.md b/windows/configuration/assigned-access/includes/user-experience.md index 6476d42fe9..bb2dae2e79 100644 --- a/windows/configuration/assigned-access/includes/user-experience.md +++ b/windows/configuration/assigned-access/includes/user-experience.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 02/05/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/assigned-access/index.md b/windows/configuration/assigned-access/index.md index f61ce30d5a..58bc4e77a3 100644 --- a/windows/configuration/assigned-access/index.md +++ b/windows/configuration/assigned-access/index.md @@ -1,7 +1,7 @@ --- title: Assigned Access Overview description: Learn how to configure a Windows kiosk for single-app and multi-app scenarios with Assigned Access. -ms.date: 02/27/2025 +ms.date: 3/7/2025 ms.topic: overview --- diff --git a/windows/configuration/assigned-access/quickstart-kiosk.md b/windows/configuration/assigned-access/quickstart-kiosk.md index e8cce0c09a..e97890de44 100644 --- a/windows/configuration/assigned-access/quickstart-kiosk.md +++ b/windows/configuration/assigned-access/quickstart-kiosk.md @@ -2,7 +2,7 @@ title: "Quickstart: Configure a Single-App Kiosk With Assigned Access" description: Learn how to configure a single-app kiosk with Assigned Access using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO). ms.topic: quickstart -ms.date: 02/27/2025 +ms.date: 3/7/2025 --- # Quickstart: configure a single-app kiosk with Assigned Access diff --git a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md index 817d6f23ca..25e9c69ec6 100644 --- a/windows/configuration/assigned-access/quickstart-restricted-user-experience.md +++ b/windows/configuration/assigned-access/quickstart-restricted-user-experience.md @@ -2,7 +2,7 @@ title: "Quickstart: Configure a Restricted User Experience With Assigned Access" description: Learn how to configure a restricted user experience with Assigned Access using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO). ms.topic: quickstart -ms.date: 02/27/2025 +ms.date: 3/7/2025 appliesto: zone_pivot_groups: windows-versions-11-10 --- diff --git a/windows/configuration/assigned-access/recommendations.md b/windows/configuration/assigned-access/recommendations.md index 6d709e9361..c98af9f486 100644 --- a/windows/configuration/assigned-access/recommendations.md +++ b/windows/configuration/assigned-access/recommendations.md @@ -2,7 +2,7 @@ title: Assigned Access Recommendations description: Learn about the recommended kiosk and restricted user experience configuration options. ms.topic: best-practice -ms.date: 02/27/2025 +ms.date: 3/7/2025 --- # Assigned Access recommendations diff --git a/windows/configuration/assigned-access/xsd.md b/windows/configuration/assigned-access/xsd.md index f327cbdf7f..4e9f941938 100644 --- a/windows/configuration/assigned-access/xsd.md +++ b/windows/configuration/assigned-access/xsd.md @@ -2,7 +2,7 @@ title: Assigned Access XML Schema Definition (XSD) description: Assigned Access XSD reference article. ms.topic: reference -ms.date: 02/27/2025 +ms.date: 3/7/2025 --- # Assigned Access XML Schema Definition (XSD) diff --git a/windows/configuration/kiosk/index.md b/windows/configuration/kiosk/index.md index 3c40e69882..5129be1a53 100644 --- a/windows/configuration/kiosk/index.md +++ b/windows/configuration/kiosk/index.md @@ -2,7 +2,7 @@ title: Windows Single-App and Multi-App Kiosk Configuration Options Overview description: Learn how to configure Windows kiosks with single-app and multi-app options for a secure and enhanced user experience. ms.topic: overview -ms.date: 02/27/2025 +ms.date: 3/7/2025 --- # Windows kiosks configuration options overview diff --git a/windows/configuration/shell-launcher/configuration-file.md b/windows/configuration/shell-launcher/configuration-file.md index 9dc38d93ef..3216b451eb 100644 --- a/windows/configuration/shell-launcher/configuration-file.md +++ b/windows/configuration/shell-launcher/configuration-file.md @@ -1,7 +1,7 @@ --- title: Create a Shell Launcher configuration file description: Learn how to create an XML file to configure a device with Shell Launcher. -ms.date: 02/27/2025 +ms.date: 3/7/2025 ms.topic: how-to --- diff --git a/windows/configuration/shell-launcher/configure-wmi.md b/windows/configuration/shell-launcher/configure-wmi.md index b677533757..b2d734e9ba 100644 --- a/windows/configuration/shell-launcher/configure-wmi.md +++ b/windows/configuration/shell-launcher/configure-wmi.md @@ -1,7 +1,7 @@ --- title: Configure Shell Launcher with the WMI provider description: Learn how to configure a Windows kiosk using the WMI provider for Shell Launcher. -ms.date: 02/27/2025 +ms.date: 3/7/2025 ms.topic: reference --- diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index 27a9450412..95dbe8ea02 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -1,7 +1,7 @@ --- title: Configure Shell Launcher description: Learn how to configure Shell Launcher. -ms.date: 02/27/2025 +ms.date: 3/7/2025 ms.topic: how-to --- @@ -84,16 +84,17 @@ For more information, see [WESL_UserSetting](wesl-usersetting.md). ## Launch different shells for different user accounts -By default, Shell Launcher runs the default shell, which is specified when you create the OS image at design time. The default shell is set to Cmd.exe, but you can specify any executable file to be the default shell. +By default, Shell Launcher runs the default shell, which is specified when you create the OS image at design time. The default shell is set to the Windows Command Processor (`Cmd.exe`), but you can specify any executable file to be the default shell. -You can configure Shell Launcher to launch a different shell for specific users or groups if you don't want to run the default shell. For example, you might configure a device to run a custom application shell for guest accounts, but run the standard Windows Explorer shell for administrator accounts in order to service the device. - -If you use the WMI providers to configure Shell Launcher for a user or group at run time, you must use the security identifier (SID) for that user or group; you can't use the user name or group name. - -For more information about common security identifiers, see [Well-known SIDs](/windows/win32/secauthz/well-known-sids). +You can also configure Shell Launcher to launch a different shell for specific users or groups if you don't want to run the default shell. For example, you might configure a device to launch a custom application shell for guest accounts, but run the standard Windows Explorer shell for administrator accounts for servicing the device. When the current signed in account belongs to two or more groups that have different configurations defined for each group, Shell Launcher uses the first configuration it finds. The search order isn't defined, so we recommend that you avoid assigning a user to multiple groups with different Shell Launcher configurations. +> [!NOTE] +> If you use the WMI provider to configure Shell Launcher for a user or group at run time, you must use the security identifier (SID) for that security principal. You can't use the user name or group name. +> +> For more information about common security identifiers, see [Well-known SIDs](/windows/win32/secauthz/well-known-sids). + ## Shell Launcher startup and exit behavior Shell Launcher processes the `Run` and `RunOnce` registry keys before starting the custom shell, so your custom shell doesn't need to handle the automatic startup of other applications and services. diff --git a/windows/configuration/shell-launcher/includes/quickstart-intune.md b/windows/configuration/shell-launcher/includes/quickstart-intune.md index 67b1c7788a..e2aef9a69d 100644 --- a/windows/configuration/shell-launcher/includes/quickstart-intune.md +++ b/windows/configuration/shell-launcher/includes/quickstart-intune.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 10/31/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/shell-launcher/includes/quickstart-ps.md b/windows/configuration/shell-launcher/includes/quickstart-ps.md index d6c03611c6..f8cccb47f1 100644 --- a/windows/configuration/shell-launcher/includes/quickstart-ps.md +++ b/windows/configuration/shell-launcher/includes/quickstart-ps.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 10/31/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/shell-launcher/includes/quickstart-xml.md b/windows/configuration/shell-launcher/includes/quickstart-xml.md index 085c937378..95ba5d01a1 100644 --- a/windows/configuration/shell-launcher/includes/quickstart-xml.md +++ b/windows/configuration/shell-launcher/includes/quickstart-xml.md @@ -1,7 +1,7 @@ --- author: paolomatarazzo ms.author: paoloma -ms.date: 10/31/2024 +ms.date: 3/7/2025 ms.topic: include --- diff --git a/windows/configuration/shell-launcher/index.md b/windows/configuration/shell-launcher/index.md index 613497602f..b10c77dc23 100644 --- a/windows/configuration/shell-launcher/index.md +++ b/windows/configuration/shell-launcher/index.md @@ -1,7 +1,7 @@ --- title: Shell Launcher Overview description: Learn how to configure devices with Shell Launcher. -ms.date: 02/27/2025 +ms.date: 3/7/2025 ms.topic: overview --- diff --git a/windows/configuration/shell-launcher/quickstart-kiosk.md b/windows/configuration/shell-launcher/quickstart-kiosk.md index 47a41e9daa..c7e587aafe 100644 --- a/windows/configuration/shell-launcher/quickstart-kiosk.md +++ b/windows/configuration/shell-launcher/quickstart-kiosk.md @@ -2,7 +2,7 @@ title: "Quickstart: configure a single-app kiosk with Shell Launcher" description: Learn how to configure a signle-app kiosk experience with Shell Launcher, using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO). ms.topic: quickstart -ms.date: 02/27/2025 +ms.date: 3/7/2025 --- # Quickstart: configure a kiosk with Shell Launcher diff --git a/windows/configuration/shell-launcher/wesl-usersetting.md b/windows/configuration/shell-launcher/wesl-usersetting.md index ce3019dbf0..1cf9588b35 100644 --- a/windows/configuration/shell-launcher/wesl-usersetting.md +++ b/windows/configuration/shell-launcher/wesl-usersetting.md @@ -1,7 +1,7 @@ --- title: WESL_UserSetting description: WESL_UserSetting -ms.date: 02/25/2025 +ms.date: 3/7/2025 ms.topic: reference --- diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md index 6be4813c8c..47ebc38538 100644 --- a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md @@ -1,7 +1,7 @@ --- title: WESL_UserSetting.GetCustomShell description: WESL_UserSetting.GetCustomShell -ms.date: 02/25/2025 +ms.date: 3/7/2025 ms.topic: reference --- diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md index c32948ad15..227cacc8ea 100644 --- a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md @@ -1,7 +1,7 @@ --- title: WESL_UserSetting.GetDefaultShell description: WESL_UserSetting.GetDefaultShell -ms.date: 02/25/2025 +ms.date: 3/7/2025 ms.topic: reference --- diff --git a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md index 1125bb1d92..bf29bbec60 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md +++ b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md @@ -1,7 +1,7 @@ --- title: WESL_UserSetting.IsEnabled description: WESL_UserSetting.IsEnabled -ms.date: 02/25/2025 +ms.date: 3/7/2025 ms.topic: reference --- diff --git a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md index e5058577a9..02049c67eb 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md @@ -1,7 +1,7 @@ --- title: WESL_UserSetting.RemoveCustomShell description: WESL_UserSetting.RemoveCustomShell -ms.date: 02/25/2025 +ms.date: 3/7/2025 ms.topic: reference --- diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md index 5b788c9295..11d0f79f2d 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md @@ -1,7 +1,7 @@ --- title: WESL_UserSetting.SetCustomShell description: WESL_UserSetting.SetCustomShell -ms.date: 02/25/2025 +ms.date: 3/7/2025 ms.topic: reference --- diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md index d829d7d717..05602f2b64 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md @@ -1,7 +1,7 @@ --- title: WESL_UserSetting.SetDefaultShell description: WESL_UserSetting.SetDefaultShell -ms.date: 02/25/2025 +ms.date: 3/7/2025 ms.topic: reference --- diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md index 64d952bf88..e6b09ba0e7 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md @@ -1,7 +1,7 @@ --- title: WESL_UserSetting.SetEnabled description: WESL_UserSetting.SetEnabled -ms.date: 02/25/2025 +ms.date: 3/7/2025 ms.topic: reference --- diff --git a/windows/configuration/shell-launcher/xsd.md b/windows/configuration/shell-launcher/xsd.md index 426fe7ef3e..0ad8f7aa2d 100644 --- a/windows/configuration/shell-launcher/xsd.md +++ b/windows/configuration/shell-launcher/xsd.md @@ -2,7 +2,7 @@ title: Shell Launcher XML Schema Definition (XSD) description: Shell Launcher XSD reference article. ms.topic: reference -ms.date: 02/27/2025 +ms.date: 3/7/2025 --- # Shell Launcher XML Schema Definition (XSD) From 73996d60ddb2015b006b8a8ae6150a6ee900f000 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 12:52:58 -0500 Subject: [PATCH 077/111] allapplist update --- windows/configuration/assigned-access/configuration-file.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/windows/configuration/assigned-access/configuration-file.md b/windows/configuration/assigned-access/configuration-file.md index 63faf3589b..c6757c6927 100644 --- a/windows/configuration/assigned-access/configuration-file.md +++ b/windows/configuration/assigned-access/configuration-file.md @@ -155,6 +155,12 @@ Example: ``` +> [!IMPORTANT] +> If you pins elements to the Start menu with secondary tiles, ensure to include the following apps in the allowed apps list: +> +> - `` +> - `` + ::: zone pivot="windows-10" ### File Explorer restrictions From a6ee70ec76c622d6e75bf81aab6f0a319e8db102 Mon Sep 17 00:00:00 2001 From: "Daniel H. Brown" <32883970+DHB-MSFT@users.noreply.github.com> Date: Fri, 7 Mar 2025 10:01:49 -0800 Subject: [PATCH 078/111] Minor punctuation changes --- ...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 5287b5f528..9e89ce6f88 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 @@ -1868,19 +1868,19 @@ You can turn off Windows Update by setting the following registry entries: This is applicable to Windows 10. -- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Do not connect to any Windows Update Internet locations** to **Enabled** +- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Do not connect to any Windows Update Internet locations** to **Enabled**. -and- -- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **System** > **Internet Communication Management** > **Internet Communication Settings** > **Turn off access to all Windows Update features** to **Enabled** +- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **System** > **Internet Communication Management** > **Internet Communication Settings** > **Turn off access to all Windows Update features** to **Enabled**. -and- -- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Specify intranet Microsoft update service location** to **Enabled** and ensure the settings under **Options** (intranet update service, intranet statistics server, and alternate download server) are set to **" "** +- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Specify intranet Microsoft update service location** to **Enabled** and ensure the settings under **Options** (intranet update service, intranet statistics server, and alternate download server) are set to **" "**. -and- -- Set the Group Policy **User Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Remove access to use all Windows Update features** to **Enabled** and then set **Configure notifications** to **0 - Do not show any notifications***. +- Set the Group Policy **User Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Remove access to use all Windows Update features** to **Enabled** and then set **Configure notifications** to **0 - Do not show any notifications**. This is applicable to Windows 11. @@ -1888,7 +1888,7 @@ This is applicable to Windows 11. -and- -- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service** > **Specify intranet Microsoft update service location** to **Enabled** and ensure the settings under **Options** (intranet update service, intranet statistics server, and alternate download server) are set to **" "** +- Set the Group Policy **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service** > **Specify intranet Microsoft update service location** to **Enabled** and ensure the settings under **Options** (intranet update service, intranet statistics server, and alternate download server) are set to **" "**. -and- From ef05ba0244b66becc3306ebada995309ddb72afc Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 14:38:16 -0500 Subject: [PATCH 079/111] updates --- windows/configuration/assigned-access/configuration-file.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/configuration/assigned-access/configuration-file.md b/windows/configuration/assigned-access/configuration-file.md index c6757c6927..a787a7b771 100644 --- a/windows/configuration/assigned-access/configuration-file.md +++ b/windows/configuration/assigned-access/configuration-file.md @@ -296,6 +296,7 @@ With the exported Start menu configuration, use the `v5:StartPins` element and a Example with some apps pinned: +``` xml +``` ::: zone-end From 6c282961f9d71637d574f2e48b50b9e2a7677029 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 18:09:48 -0500 Subject: [PATCH 080/111] updates --- windows/configuration/assigned-access/configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/assigned-access/configuration-file.md b/windows/configuration/assigned-access/configuration-file.md index a787a7b771..ba197ed1d9 100644 --- a/windows/configuration/assigned-access/configuration-file.md +++ b/windows/configuration/assigned-access/configuration-file.md @@ -156,7 +156,7 @@ Example: ``` > [!IMPORTANT] -> If you pins elements to the Start menu with secondary tiles, ensure to include the following apps in the allowed apps list: +> If you pins elements to the Start menu with Microsoft Edge secondary tiles, ensure to include the following apps in the allowed apps list: > > - `` > - `` From f3c2f95a9304ed955c76915a28a61cfcfba8762a Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 7 Mar 2025 18:11:27 -0500 Subject: [PATCH 081/111] updates --- windows/configuration/keyboard-filter/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/keyboard-filter/toc.yml b/windows/configuration/keyboard-filter/toc.yml index 7c09e1a75c..0a08af732d 100644 --- a/windows/configuration/keyboard-filter/toc.yml +++ b/windows/configuration/keyboard-filter/toc.yml @@ -6,7 +6,7 @@ items: - name: Key Names href: keyboardfilter-key-names.md - name: Predefined Key Combinations - href: keyboardfilter-list-all-configured-key-combinations.md + href: predefined-key-combinations.md - name: WMI Provider Reference items: - name: Overview From b1be697b0c2b9bcf546bf882f4071351f20d716a Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Fri, 7 Mar 2025 18:08:14 -0800 Subject: [PATCH 082/111] Update create-appcontrol-policy-for-lightly-managed-devices.md --- ...trol-policy-for-lightly-managed-devices.md | 111 ++---------------- 1 file changed, 7 insertions(+), 104 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index ae9b532ae0..cef3669d65 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -69,6 +69,7 @@ Alice is familiar with the App Control Policy Wizard, the open-source policy aut 3. The next page is where Alice will **Select a Base Template for the Policy**. The App Control Wizard offers three template policies to use when creating a new Base Policy. Each template policy applies slightly different rules to alter its circle-of-trust and security model of the policy. The three template policies are: + | Template Base Policy | Description | |---------------------------------|-------------------------------------------------------------------| | **Default Windows mode** | Default Windows mode authorizes the following components:
  • Windows operating system components - any binary installed by a fresh install of Windows
  • Packaged apps (MSIX) signed by the Microsoft Store MarketPlace signer
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
| @@ -81,109 +82,11 @@ Alice is familiar with the App Control Policy Wizard, the open-source policy aut 5. On the **File Rules** page, Alice sees the rules Microsoft included in the Signed and Reputable mode template policy. Here, she'll add the Signer rule to trust Lamna-signed code, and the filepath rules to allow code in admin-writable-only locations under the two Program Files directories, the Windows directory, and Lamna's Helpdesk folder. - To create each rule, Alice selects **+ Add Custom** which opens the **Custom Rules** dialog where the conditions for the rule are defined. For the first rule, she leaves the default selections for **Rule Scope** and **Rule Action**. For the **Rule Type** dropdown, she chooses the **Publisher** option to create a Signer rule. She then selects **Browse** to choose a file she knows is signed by a cert chaining up to the Lamna Codesigning PCA. The Wizard shows the signature information it found on the file with checkboxes for each element of the signature and the file's signed .rsrc header section, including Product Name and Original File Name. In this case, since she intends to allow everything signed with Lamna's interal codesigning certs, she only leaves Issuing CA and Publisher checked. Having set the rule conditions for the Lamna Codesigning PCA rule, she selects **Create Rule** and sees that the rule is now shown in the list. + To create each rule, Alice selects **+ Add Custom** which opens the **Custom Rules** dialog where the conditions for the rule are defined. For the first rule, she leaves the default selections for **Rule Scope** and **Rule Action**. For the **Rule Type** dropdown, she chooses the **Publisher** option to a Signer rule. She then selects **Browse** to choose a file she knows is signed by a cert chaining up to the Lamna Codesigning PCA. The Wizard shows the signature information it found on the file with checkboxes for each element of the signature and the file's signed .rsrc header section, including Product Name and Original File Name. In this case, since she intends to allow everything signed with Lamna's interal codesigning certs, she only leaves Issuing CA and Publisher checked. Having set the rule conditions for the Lamna Codesigning PCA rule, she selects **Create Rule** and sees that the rule is now shown in the list. Alice repeats these steps for the rest of Lamna's custom rules. - Alice repeats the preceding steps to create the rest of the rules. choose whether to allow or block based on it. adds rules to e. For this reason, the Prerequisite information about App Control can be accessed through the [App Control design guide](appcontrol-design-guide.md). This page outlines the steps to create a new App Control policy from a template, configure the policy options, and the signer and file rules. +6. Having made all the edits she planned, Alice selects **Next** and the wizard creates the App Control policy files, consisting of an XML form and a compiled binary form of the policy. Alice does a cursory review of the XML policy file to confirm the final result. -## Template Base Policies - - The following table lists the policies in increasing order of trust and freedom. For instance, the Default Windows mode policy trusts fewer application publishers and signers than the Signed and Reputable mode policy. The Default Windows policy has a smaller circle-of-trust with better security than the Signed and Reputable policy, but at the expense of compatibility. - -, she immediately notices the template called **Signed and Reputable Mode** and reads the list of code the template authorizes, which perfectly matches the "circle-of-trust" for Smart App Control. Alice selects the template and selects **Next** to see the policy rules set by the template. - - -*Italicized content denotes the changes in the current policy with respect to the policy prior.* - -More information about the Default Windows Mode and Allow Microsoft Mode policies can be accessed through the [Example App Control for Business base policies article](example-appcontrol-base-policies.md). - -![Selecting a base template for the policy.](../images/appcontrol-wizard-template-selection.png) - -Once the base template is selected, give the policy a name and choose where to save the App Control policy on disk. - -## Create a custom base policy using an example App Control base policy - -Having defined the "circle-of-trust", Alice is ready to generate the initial policy for Lamna's lightly managed devices. Alice decides to use the example `SmartAppControl.xml` to create the initial base policy and then customize it to meet Lamna's needs. - -Alice follows these steps to complete this task: - -1. On a client device, run the following commands in an elevated Windows PowerShell session to initialize variables: - - > [!NOTE] - > If you prefer to use a different [example App Control for Business base policy](example-appcontrol-base-policies.md), substitute the example policy path with your preferred base policy in this step. - - ```powershell - $PolicyPath = $env:userprofile+"\Desktop\" - $PolicyName= "Lamna_LightlyManagedClients_Audit" - $LamnaPolicy=Join-Path $PolicyPath "$PolicyName.xml" - $ExamplePolicy=$env:windir+"\schemas\CodeIntegrity\ExamplePolicies\SmartAppControl.xml" - ``` - -1. Copy the example policy to the desktop: - - ```powershell - Copy-Item $ExamplePolicy $LamnaPolicy - ``` - -1. Modify the policy to remove unsupported rule: - - > [!NOTE] - > `SmartAppControl.xml` is available on Windows 11 version 22H2 and later. This policy includes "Enabled:Conditional Windows Lockdown Policy" rule that is unsupported for enterprise App Control policies and must be removed. For more information, see [App Control and Smart App Control](../appcontrol.md#app-control-and-smart-app-control). If you are using an example policy other than `SmartAppControl.xml`, skip this step. - - ```powershell - [xml]$xml = Get-Content $LamnaPolicy - $ns = New-Object System.Xml.XmlNamespaceManager($xml.NameTable) - $ns.AddNamespace("ns", $xml.DocumentElement.NamespaceURI) - $node = $xml.SelectSingleNode("//ns:Rules/ns:Rule[ns:Option[.='Enabled:Conditional Windows Lockdown Policy']]", $ns) - $node.ParentNode.RemoveChild($node) - $xml.Save($LamnaPolicy) - ``` - -1. Give the new policy a unique ID, descriptive name, and initial version number: - - ```powershell - Set-CIPolicyIdInfo -FilePath $LamnaPolicy -PolicyName $PolicyName -ResetPolicyID - Set-CIPolicyVersion -FilePath $LamnaPolicy -Version "1.0.0.0" - ``` - -1. [Use Configuration Manager to create and deploy an audit policy](/configmgr/protect/deploy-use/use-device-guard-with-configuration-manager) to the client device running Windows 10 version 1903 and above, or Windows 11. Merge the Configuration Manager policy with the example policy. - - > [!NOTE] - > If you do not use Configuration Manager, skip this step. - - ```powershell - $ConfigMgrPolicy=$env:windir+"\CCM\DeviceGuard\MergedPolicy_Audit_ISG.xml" - Merge-CIPolicy -OutputFilePath $LamnaPolicy -PolicyPaths $LamnaPolicy,$ConfigMgrPolicy - Set-RuleOption -FilePath $LamnaPolicy -Option 13 # Managed Installer - ``` - -1. Modify the policy to set additional policy rules: - - ```powershell - Set-RuleOption -FilePath $LamnaPolicy -Option 3 # Audit Mode - Set-RuleOption -FilePath $LamnaPolicy -Option 12 # Enforce Store Apps - Set-RuleOption -FilePath $LamnaPolicy -Option 19 # Dynamic Code Security - ``` - -1. Add rules to allow the Windows and Program Files directories: - - ```powershell - $PathRules += New-CIPolicyRule -FilePathRule "%windir%\*" - $PathRules += New-CIPolicyRule -FilePathRule "%OSDrive%\Program Files\*" - $PathRules += New-CIPolicyRule -FilePathRule "%OSDrive%\Program Files (x86)\*" - Merge-CIPolicy -OutputFilePath $LamnaPolicy -PolicyPaths $LamnaPolicy -Rules $PathRules - ``` - -1. If appropriate, add more signer or file rules to further customize the policy for your organization. - -1. Use [ConvertFrom-CIPolicy](/powershell/module/configci/convertfrom-cipolicy) to convert the App Control for Business policy to a binary format: - - ```powershell - [xml]$PolicyXML = Get-Content $LamnaPolicy - $LamnaPolicyBin = Join-Path $PolicyPath "$($PolicyXML.SiPolicy.PolicyID).cip" - ConvertFrom-CIPolicy $LamnaPolicy $LamnaPolicyBin - ``` - -1. Upload your base policy XML and the associated binary to a source control solution, such as [GitHub](https://github.com/) or a document management solution such as [Office 365 SharePoint](https://products.office.com/sharepoint/collaboration). +With her starter policy in hand, Alice uploads both files to a Github repository Alice created specifically for lifecycle management and earlier created a project to store and manage Lamna's policies over time. your base policy XML and the associated binary to a source control solution, such as [GitHub](https://github.com/) or a document management solution such as [Office 365 SharePoint](https://products.office.com/sharepoint/collaboration). At this point, Alice now has an initial policy that is ready to deploy in audit mode to the managed clients within Lamna. @@ -254,7 +157,7 @@ In order to minimize user productivity impact, Alice has defined a policy that m - Use a reputable antimalware or antivirus software with real-time protection, such as Microsoft Defender, to protect your devices from malicious files, adware, and other threats. -## Up next +## What you should read next -- [Create an App Control for Business policy for fully managed devices](create-appcontrol-policy-for-fully-managed-devices.md) -- [Prepare to deploy App Control for Business policies](../deployment/appcontrol-deployment-guide.md) +- Learn more about managed installers: how they work, how to set them up, and what are some of their limitations in [Automatically allow apps deployed by a managed installer](./configure-authorized-apps-deployed-with-a-managed-installer.md). +- Or to see your starter policy in action, [Prepare to deploy App Control for Business policies](../deployment/appcontrol-deployment-guide.md). From cf273064fa8e836c989ec4b7d52cae6c7ed3fa39 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Sat, 8 Mar 2025 10:51:52 -0500 Subject: [PATCH 083/111] updates --- .../assigned-access/configuration-file.md | 9 +++++--- .../start/includes/example-secondary-tiles.md | 23 +++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/windows/configuration/assigned-access/configuration-file.md b/windows/configuration/assigned-access/configuration-file.md index ba197ed1d9..346c03c11c 100644 --- a/windows/configuration/assigned-access/configuration-file.md +++ b/windows/configuration/assigned-access/configuration-file.md @@ -150,6 +150,8 @@ Example: + + @@ -165,7 +167,7 @@ Example: ### File Explorer restrictions -In a restricted user experience (`AllAppList`), folder browsing is locked down by default. You can explicitly allow access to known folders by including the `FileExplorerNamespaceRestrictions` node. +In a restricted user experience, folder browsing is locked down by default. You can explicitly allow access to known folders by including the `FileExplorerNamespaceRestrictions` node. You can specify user access to Downloads folder, Removable drives, or no restrictions at all. Downloads and Removable Drives can be allowed at the same time. @@ -294,7 +296,7 @@ With the exported Start menu configuration, use the `v5:StartPins` element and a ``` -Example with some apps pinned: +Example with some apps and a Microsoft Edge secondary tile pinned: ``` xml @@ -303,7 +305,8 @@ Example with some apps pinned: "pinnedList":[ {"packagedAppId":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}, {"desktopAppLink":"%APPDATA%\\Microsoft\\Windows\\Start Menu\\Programs\\File Explorer.lnk"}, - {"desktopAppLink": "%ALLUSERSPROFILE%\\Microsoft\\Windows\\Start Menu\\Programs\\Microsoft Edge.lnk"} + {"desktopAppLink": "%ALLUSERSPROFILE%\\Microsoft\\Windows\\Start Menu\\Programs\\Microsoft Edge.lnk"}, + {"secondaryTile": { "tileId": "MSEdge._pin_mjalfbhoimpkfjlpajnjkpknoe", "arguments": " --pin-url=https://www.contoso.com --profile-directory=Default --launch-tile", "displayName": "Contoso intranet", "packagedAppId": "Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!App", "smallIconPath": "ms-appdata:///local/Pins/MSEdge._pin_mjalfbhoimpkfjlpajnjkpknoe/ContosoLogo.png", "smallIcon": "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", "largeIconPath": "ms-appdata:///local/Pins/MSEdge._pin_mjalfbhoimpkfjlpajnjkpknoe/ContosoLogo.png" }} ] } ]]> diff --git a/windows/configuration/start/includes/example-secondary-tiles.md b/windows/configuration/start/includes/example-secondary-tiles.md index 1f1a7197b5..5fa52b07cb 100644 --- a/windows/configuration/start/includes/example-secondary-tiles.md +++ b/windows/configuration/start/includes/example-secondary-tiles.md @@ -7,6 +7,8 @@ ms.topic: include Example of secondary tiles in XML generated by the PowerShell cmdlet `Export-StartLayout`: +::: zone pivot="windows-10" + ```xml ``` + +::: zone-end + +::: zone pivot="windows-11" + +```json +{ + "secondaryTile": { + "tileId": "MSEdge._pin_obflpecijelbcglkjpdhljkfbe", + "arguments": " --pin-url=https://intranet.contoso.com/ --profile-directory=Default --launch-tile", + "displayName": "Contoso Intranet", + "packagedAppId": "Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!App", + "smallIconPath": "ms-appdata:///local/Pins/MSEdge._pin_obflpecijelbcglkjpdhljkfbe/SmallLogo.png", + "smallIcon": "Base64 encoded value of the logo", + "largeIconPath": "ms-appdata:///local/Pins/MSEdge._pin_obflpecijelbcglkjpdhljkfbe/Logo.png", + "largeIcon": "Base64 encoded value of the logo", + } + } +``` + +::: zone-end From da65f3d62a10f7acb5d3f21649c677ee59c9f63a Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sun, 9 Mar 2025 01:56:38 -0800 Subject: [PATCH 084/111] More WRI changes --- .../appcontrol-and-applocker-overview.md | 7 +- .../app-control-for-business/appcontrol.md | 26 ++--- ...trol-policy-for-lightly-managed-devices.md | 97 ++++++++++--------- 3 files changed, 68 insertions(+), 62 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md index 5b75590aac..b1288a07b3 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md @@ -59,6 +59,11 @@ However, in some cases, AppLocker might be the more appropriate technology for y - You have a mixed Windows operating system (OS) environment and need to apply the same policy controls to Windows 10 and earlier versions of the OS. - You need to apply different policies for different users or groups on shared computers. -- You don't want to enforce application control on application files such as DLLs or drivers. AppLocker can also be deployed as a complement to App Control to add user or group-specific rules for shared device scenarios, where it's important to prevent some users from running specific apps. As a best practice, you should enforce App Control at the most restrictive level possible for your organization, and then you can use AppLocker to further fine-tune the restrictions. + +## What you should read next + +- If you want to use App control, one of the most powerful security features in Windows, you must plan and prepare if you want to succeed. Start that by exploring the [App Control for Business Design Guide](design/appcontrol-design-guide.md). + +- If you're ready to jump in and start creating policies, revisit Smart App Control and [Use the Smart App Control policy to build your own starter policy](design/create-appcontrol-policy-for-lightly-managed-devices.md). diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md index 4f63072874..99db8becdd 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md @@ -4,7 +4,7 @@ description: Application Control restricts which applications users are allowed ms.localizationpriority: medium ms.collection: - tier3 -ms.date: 01/28/2025 +ms.date: 03/08/2025 ms.topic: overview --- @@ -12,27 +12,27 @@ ms.topic: overview [!INCLUDE [Feature availability note](includes/feature-availability-note.md)] -Your organization's data is one of its most valuable assets... and adversaries want it. No matter what security controls you apply over your data, they are only as strong as the weakest link: the trusted user sitting at the keyboard. When a user runs a process, that process shares the same access to your data that the user has. So your sensitive information is easily transmitted, modified, deleted or encrypted when a user, knowingly or unknowingly, runs malicious software. And with thousands of new malicious files created every day, relying solely on traditional methods like antivirus (AV) solutions gives you an inadequate defense against new attacks. Application control is a crucial line of defense against today's threat actors. +Your organization's data is one of its most valuable assets... and adversaries want it. No matter what security controls you apply over your data, there are no controls to fully protect your most vulnerable target: the trusted user sitting at the keyboard. When a user runs a process, that process shares the same access to your data that the user has. So your sensitive information is easily transmitted, modified, deleted, or encrypted when a user, intentionally or not, runs malicious software. And with thousands of new malicious files created every day, relying solely on traditional methods like antivirus (AV) solutions gives you an inadequate defense against new attacks. -Application control works alongside your AV solution to help mitigate these types of security threats by restricting the apps that users can run and even what code runs in the System Core (kernel). Application control policies can also block unsigned scripts and MSIs, and restrict Windows PowerShell to run in [Constrained Language Mode](/powershell/module/microsoft.powershell.core/about/about_language_modes). +Application control changes Windows from a place where all code runs unless your AV solution confidently predicts it's bad, to one where code runs only if your policy says so. The cyber threats you face change rapidly, and your defenses need to change too. Government and security organizations, like the Australian Signals Directorate, frequently cite application control as one of the most effective ways to address the threat of executable file-based malware (.exe, .dll, etc.). It works alongside your AV solution to help mitigate security threats by restricting the apps that users can run and even what code runs in the System Core (kernel). -It moves you from a trust model where all code runs unless your AV solution confidently predicts it's bad, to one where apps run only if your policy says so. Government and security organizations, like the Australian Signals Directorate, frequently cite application control as one of the most effective ways to address the threat of executable file-based malware (.exe, .dll, etc.). +> [!IMPORTANT] +> Although application control can significantly harden your computers against malicious code, it's not a replacement for antivirus. You should continue to maintain an active antivirus solution alongside App Control for a well-rounded enterprise security portfolio. -> [!NOTE] -> Although application control can significantly harden your computers against malicious code, it's not a replacement for antivirus. You should continue to maintain your active antivirus solution alongside App Control for a well-rounded enterprise security portfolio. +Although we call it application control, the code running on your system isn't always an app. Application control extends beyond apps to also cover scripts and Microsoft installers (MSI), command-line batch files, and even interactive sessions of Windows PowerShell, which run in [Constrained Language Mode](/powershell/module/microsoft.powershell.core/about/about_language_modes). -Windows 10 and Windows 11 include two application control technologies that your organization can use depending on your specific scenarios and requirements: +Windows includes two application control technologies you can use depending on your organization's specific scenarios and requirements: - **App Control for Business (app control)**; and - **AppLocker** ## App Control and Smart App Control -Starting in Windows 11 version 22H2, [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) brings robust application control to consumers and to some small businesses with simpler app portfolios. Smart App Control ensures only signed code runs as well as code predicted to be safe by our intelligent cloud-powered security service. When code is unsigned and the service is unable to predict with confidence that it is safe to run, it is blocked but can develop better reputation over time as new signals are processed by the service. Meanwhile, code determined to be unsafe is always blocked. +Starting in Windows 11 version 22H2, [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) brings robust application control to consumers and to some small businesses with simpler app portfolios. Smart App Control ensures only signed code runs or code predicted to be safe by our intelligent cloud-powered security service. When code is unsigned and the service is unable to predict with confidence that it's safe to run, then we block it. Over time, the code's reputation might change as the service processes new signals it receives. Meanwhile, code determined to be unsafe is always blocked. -While Smart App Control is designed for consumers, we believe it's the ideal starting point for most organizations. And since it's built entirely upon App Control for Business, you can create a policy with the same security and compatibility as Smart App Control but which also trusts the line-of-business (LOB) apps that your organization depends on. The service providing Smart App Control's intelligence to predict what code is safe to run is also available in App Control for Business, where it's called the Intelligent Security Graph (ISG). +While Smart App Control is designed for consumers, we believe it's the ideal starting point for most organizations. And since we built it entirely upon App Control for Business, you can create a policy with the same security and compatibility as Smart App Control that also trusts the line-of-business (LOB) apps your organization needs. The service Smart App Control uses to predict what code is safe to run is also available in App Control for Business and called the Intelligent Security Graph (ISG). -Smart App Control starts in evaluation mode and will switch itself off within 48 hours for enterprise managed devices unless the user has turned it on first. If you want to proactively turn off Smart App Control across your organization's endpoints, set the **VerifiedAndReputablePolicyState** (DWORD) registry value under `HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy` as shown in the following table. After you change the registry value, you must run [CiTool.exe -r](operations/citool-commands.md#refresh-the-app-control-policies-on-the-system) for the change to take effect. +Smart App Control starts in evaluation mode and switches off within 48 hours for enterprise managed devices unless the user turns it on first. If you want to proactively turn off Smart App Control across your organization's endpoints, set the **VerifiedAndReputablePolicyState** (DWORD) registry value under `HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy` as shown in the following table. After you change the registry value, you must run [CiTool.exe -r](operations/citool-commands.md#refresh-the-app-control-policies-on-the-system) for the change to take effect. | Value | Description | |-------|-------------| @@ -43,12 +43,12 @@ Smart App Control starts in evaluation mode and will switch itself off within 48 > [!IMPORTANT] > Once you turn Smart App Control off, it can't be turned on without resetting or reinstalling Windows. -The App Control policy used for Smart App Control comes bundled with the [App Control Wizard](design/appcontrol-wizard.md) policy authoring tool and is also found as an [example policy](design/example-appcontrol-base-policies.md) at *%windir%/schemas/CodeIntegrity/ExamplePolicies/SmartAppControl.xml*. To use this example policy as a starting point for your own policy, see [Create a custom base policy using an example App Control base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy). When using the Smart App Control example policy as the basis for your own custom policy, you must remove the option **Enabled:Conditional Windows Lockdown Policy** so it is ready for use as an App Control for Business policy. +The App Control policy used for Smart App Control comes bundled with the [App Control Wizard](design/appcontrol-wizard.md) policy authoring tool and is also found as an [example policy](design/example-appcontrol-base-policies.md) at *%windir%/schemas/CodeIntegrity/ExamplePolicies/SmartAppControl.xml*. To use this example policy as a starting point for your own policy, see [Create a custom base policy using an example App Control base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy). When using the Smart App Control example policy as the basis for your own custom policy, you must remove the option **Enabled:Conditional Windows Lockdown Policy** so it's ready for use as an App Control for Business policy. [!INCLUDE [windows-defender-application-control-wdac](../../../../../includes/licensing/windows-defender-application-control-wdac.md)] ## What you should read next -Read on to learn more about the two application control technologies available in Windows with the [App Control for Business and AppLocker Overview](./appcontrol-and-applocker-overview.md). +- To learn more about the two application control technologies available in Windows, read [App Control for Business and AppLocker Overview](./appcontrol-and-applocker-overview.md). -If you're ready to jump in and get started creating policies, let's revisit Smart App Control and [Use the Smart App Control policy to build your own starter policy](design/create-appcontrol-policy-for-lightly-managed-devices.md). +- To jump right in and get started creating policies, go revisit Smart App Control and [Use the Smart App Control policy to build your own starter policy](design/create-appcontrol-policy-for-lightly-managed-devices.md). diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index cef3669d65..3db61ea75b 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -3,7 +3,7 @@ title: Use the Smart App Control policy to build your starter base policy description: App Control for Business restricts which applications users are allowed to run and the code that runs in the system core. ms.topic: conceptual ms.localizationpriority: medium -ms.date: 03/05/2025 +ms.date: 03/08/2025 --- # Use the Smart App Control policy to build your starter policy @@ -13,45 +13,45 @@ ms.date: 03/05/2025 This article describes how to create an App Control for Business policy using the Smart App Control policy as a template. [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) is an app control-based security solution designed for consumer users. It uses the same technology as App Control for Business so it's easy to use as the basis for an equally robust but flexible enterprise policy. > [!TIP] -> Microsoft recommends the policy created in this article as the ideal starter policy for most App Control deployments to end users' devices. Typically, organizations new to App Control will be most successful if they start with a permissive policy like the one described in this article. You can harden the policy over time to achieve a stronger overall security posture on your App Control-managed devices as described in later articles. +> Microsoft recommends the policy created in this article as the ideal starter policy for most App Control deployments to end users' devices. Typically, organizations new to App Control are most successful if they start with a permissive policy like the one described in this article. You can harden the policy over time to achieve a stronger overall security posture on your App Control-managed devices as described in later articles. -As we did in [App Control for Business deployment in different scenarios](common-appcontrol-use-cases.md), we'll use the fictional example of **Lamna Healthcare Company (Lamna)** to illustrate this scenario. Lamna intends to adopt stronger application policies, including the use of App Control to prevent unwanted or unauthorized applications from running on their managed devices. +As we did in [App Control for Business deployment in different scenarios](common-appcontrol-use-cases.md), let's use the fictional example of **Lamna Healthcare Company (Lamna)** to illustrate this scenario. Lamna intends to adopt stronger application policies, including the use of App Control to prevent unwanted or unauthorized applications from running on their managed devices. -**Alice Pena** is the IT team lead tasked with the rollout of App Control. Lamna currently has relaxed application usage policies and a culture of maximum app flexibility for users. So, Alice knows she'll need to take an incremental approach to App Control and likely use different policies for different user segments. But for now, she wants to begin with a policy that can cover the vast majority of users without any modifications, Smart App Control's "Signed & Reputable" policy adapted for Lamna. +**Alice Pena (she/her)** is the IT team lead tasked with the rollout of App Control. Lamna currently has relaxed application usage policies and a culture of maximum app flexibility for users. So, Alice knows they need to take an incremental approach to App Control and likely use different policies for different user segments. But for now, Alice wants a policy that can cover most users without any modifications, Smart App Control's "Signed & Reputable" policy adapted for Lamna. ## Analyze how Smart App Control's "circle-of-trust" fits for you -Alice follows the guidance from the article [Plan for app control policy lifecycle management](./plan-appcontrol-management.md#policy-xml-lifecycle-management), and starts by analyzing the "circle-of-trust" for Smart App Control's policy. Alice reads Microsoft's online help articles about Smart App Control to be sure she understands it well. From her reading, she learns that Smart App Control allows only publicly-trusted signed code or unsigned code that the [Intelligent Security Graph (ISG)](./use-appcontrol-with-intelligent-security-graph.md) predicts is safe. Publicly-trusted signed code means the signing certificate was issued by one of the certificate authorities (CA) who are in Microsoft's Trusted Root Program. Unsigned code is blocked from running if the ISG can't predict that the code is safe to run. And code determined to be unsafe is always blocked. +Alice follows the guidance from the article [Plan for app control policy lifecycle management](./plan-appcontrol-management.md#policy-xml-lifecycle-management), and starts by analyzing the "circle-of-trust" for Smart App Control's policy. Alice reads Microsoft's online help articles about Smart App Control to understand it well. From that reading, Alice learns that Smart App Control allows only publicly trusted signed code or unsigned code that the [Intelligent Security Graph (ISG)](./use-appcontrol-with-intelligent-security-graph.md) predicts to be safe. Publicly trusted signed code means the signing certificate's issuer is one of the certificate authorities (CA) in Microsoft's Trusted Root Program. Unsigned code is blocked from running if the ISG can't predict that the code is safe to run. And code determined to be unsafe is always blocked. -Now Alice considers how to adapt the policy for Lamna's use. Alice wants to create an initial policy that is as relaxed as possible, but still provide durable security value. Alice knows that some within Lamna advocate a more aggressive approach than she plans. They want to immediately lockdown end users' devices and hope there's limited fallout. For now, she has support for her approach, because more of the leadership team agrees that the Lamna app culture that developed slowly over the course of the company's existence won't just go away overnight, so the policy must maintain substantial flexibility initially. +Now Alice considers how to adapt the policy for Lamna's use. Alice wants to create an initial policy that is as relaxed as possible, but still provides durable security value. Some within Lamna advocate a more aggressive approach than Alice plans. They want to immediately lockdown end users' devices and hope for limited fallout. But the leadership team agrees with Alice that Lamna's app culture, formed slowly over tie, won't just go away overnight and so the initial policy needs much flexibility. ### Consider the key factors about your organization -Alice next identifies the key factors about Lamna's environment that she believes will most influence the company's "circle-of-trust". The policy must be flexible to meet the needs of the business in the short- and medium-term, while they introduce new app management processes that will make it practical to consider a more restrictive app control policy. The key factors also help her choose which systems to include in the first deployment. Alice writes down these factors in her planning worksheet so that whomever may follow her will know how she viewed the challenge: +Alice next identifies the key factors about Lamna's environment that affect the company's "circle-of-trust." The policy must be flexible to meet the needs of the business in the short- and medium-term. That gives Lamna time to introduce new app management processes and policies to make it practical for a more restrictive app control policy in the future. The key factors also help Alice choose which systems to include in the first deployment. Alice writes down these factors in the planning document: -- **User privileges:** Most users operate as standard user, though nearly a quarter still have local admin rights on their devices; the people with admin rights view the freedoms that gives them as essential, including the option to run whatever apps they want; -- **Operating Systems:** Windows 11 runs most user devices, but Windows 10 will remain on roughly 10% of clients at least through the next fiscal year, particularly those in smaller satellite offices; Alice's group doesn't manage Lamna's servers or any specialized equipment; Lamna's server IT group plans to wait to see how the client rollout of App Control unfolds before implementing the technology on the servers they control; -- **Client management:** Lamna uses Microsoft Intune for all Windows 11 devices, deployed as Microsoft Entra cloud-native; they continue to use Microsoft Endpoint Configuration Manager (MEMCM) with Microsoft Entra hybrid join on all Windows 10 devices; -- **App management:** Most, but not all, apps are deployed using Intune; there's a long tail of business-unit-specific apps, and "Shadow IT" apps that lack an official charter, but are critical to the employees who use them; -- **App development and code signing:** Lamna has hundreds of line-of-business (LOB) apps across its business units; Lamna hasn't aligned its business units on development platforms and frameworks, so Alice expects lots of variability and complexity; almost all of the apps use unsigned, or mostly unsigned, code; although the company has started to require codesigning, their codesigning certificates come from Lamna's corporate Public Key Infrastructure (PKI), so they aren't trusted by the Smart App Control policy by default; Alice must add the certs to the policy. +- **User privileges:** Most users are standard user, but nearly a quarter have local admin rights on their devices and the option to run any app they choose is a major contributing factor. +- **Operating Systems:** Windows 11 runs most user devices, but Lamna expects ~10% of clients to remain on Windows 10 through the next fiscal year, particularly in smaller satellite offices. Lamna's servers and specialized equipment are out of scope at this time. +- **Client management:** Lamna uses Microsoft Intune for all Windows 11 devices, deployed as Microsoft Entra cloud-native. They continue to use Microsoft Endpoint Configuration Manager (MEMCM) for most Windows 10 devices, deployed as Microsoft Entra hybrid join. +- **App management:** Lamna has hundreds of line-of-business (LOB) apps across its business units. Alice's team deploys most, but not all, of these apps using Intune. And there's a long tail of apps used by smaller teams, including many "Shadow IT" apps, that have no official charter, but are critical to the employees who use them. +- **App development and code signing:** Lamna business units aren't standardized on development platforms and frameworks, so significant variability and complexity is likely. Almost all of the apps use unsigned, or mostly unsigned, code. Although the company now requires codesigning, Lamna's codesigning certificates come from its corporate Public Key Infrastructure (PKI), and require custom rules in the policy. -Based on the above, Alice defines the pseudo-rules for the Lamna version of Microsoft's Signed & Reputable policy: +Based on these factors, Alice writes the pseudo-rules for the Lamna version of Microsoft's Signed & Reputable policy: 1. **"Windows and Microsoft-certified kernel drivers"** One or more signer rules allowing: - Windows and its components. - - Microsoft-certified third-party kernel drivers (WHQL). + - Kernel drivers signed by the Windows Hardware Quality Labs (WHQL) certificate authority. 2. **"Publicly-trusted signed code"** One or more signer rules allowing: - Code signed with certificates issued from any certificate authority participating in the [Microsoft Trusted Root Program ("AuthRoot")](/security/trusted-root/program-requirements) or non-OS code signed by Microsoft. 3. **Lamna signed code** One or more signer rules allowing: - - Code signed by certificates issued from Lamna Codesigning PCA, the intermediate cert issued from their own internal PKI. + - Code signed by certificates issued from Lamna Codesigning private certificate authority (PCA), the intermediate cert issued from their own internal PKI. 4. **Allow apps based on their "reputation"** A policy option allowing: - Apps predicted to be "safe" by the ISG. 5. **Allow Managed Installer** A policy option allowing: - - Code written to the system by a process designated by policy as a managed installer. For Lamna's managed installer policy, Alice includes the Intune Management Extension, and also well-known auto-updater processes for widely-used apps. She also includes a filepath rule, "D:\ Lamna Helpdesk\*" where Lamna's helpdesk admins are trained to copy the app installers and scripts they use to repair user's apps and systems. + - Code written to the system by a process designated by policy as a managed installer. For Lamna's managed installer policy, Alice includes the Intune Management Extension, and also well-known autoupdater processes for widely used apps. Alice also includes a filepath rule, "D:\ Lamna Helpdesk\*" where Lamna's helpdesk admins are trained to copy the app installers and scripts they use to repair user's apps and systems. 6. **Admin-only path rules** One or more filepath rules for the following locations: - "C:\Program Files\*" @@ -59,40 +59,40 @@ Based on the above, Alice defines the pseudo-rules for the Lamna version of Micr - "%windir%\*" - "D:\Lamna Helpdesk\*" -## Modify the "Signed & Reputable" policy template to suit your business needs +## Modify the "Signed & Reputable" policy template for your organization -Alice is familiar with the App Control Policy Wizard, the open-source policy authoring UI maintained by the team responsible for App Control for Business and Smart App Control. She downloads the tool from its official [download site](https://aka.ms/appcontrolwizard) and runs it. +Alice downloads the App Control Policy Wizard from https://aka.ms/appcontrolwizard and runs it. -1. On the **App Control Policy Wizard's** welcome page, Alice sees three options: **Policy Creator**, **Policy Editor**, and **Policy Merger**. Alice selects **Policy Creator** which takes her to the next page. +1. On the **Welcome** page, Alice sees three options: **Policy Creator**, **Policy Editor**, and **Policy Merger**. Alice selects **Policy Creator** which takes her to the next page. -2. On **Select a Policy Type**, Alice must choose whether to create a *Multiple Policy Format* or *Single Policy Format* policy. Since all of the end users' devices run Windows 11 or current versions of Windows 10, she takes the default *Multiple Policy Format*. Similarly, the choice between *Base Policy* and *Supplemental Policy* is straightforward and, here too, she leaves the default, *Base Policy* intact. She selects **Next** to continue. +2. On **Select a Policy Type**, Alice must choose whether to create a *Multiple Policy Format* or *Single Policy Format* policy. Since all of the end users' devices run Windows 11 or current versions of Windows 10, Alice leaves the default *Multiple Policy Format*. Similarly, the choice between *Base Policy* and *Supplemental Policy* is straightforward and, here too, leaves the default *Base Policy* selected. Alice selects **Next** to continue. 3. The next page is where Alice will **Select a Base Template for the Policy**. The App Control Wizard offers three template policies to use when creating a new Base Policy. Each template policy applies slightly different rules to alter its circle-of-trust and security model of the policy. The three template policies are: | Template Base Policy | Description | |---------------------------------|-------------------------------------------------------------------| - | **Default Windows mode** | Default Windows mode authorizes the following components:
  • Windows operating system components - any binary installed by a fresh install of Windows
  • Packaged apps (MSIX) signed by the Microsoft Store MarketPlace signer
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • Third-party [Windows Hardware Compatible drivers](/windows-hardware/drivers/install/whql-release-signature)
| + | **Default Windows mode** | Default Windows mode authorizes the following components:
  • Windows operating system components - any binary installed by a fresh install of Windows
  • MSIX packaged apps signed by the Microsoft Store MarketPlace signer
  • Microsoft Office365 apps, OneDrive, and Microsoft Teams
  • [WHQL signed drivers](/windows-hardware/drivers/install/whql-release-signature)
| | **Allow Microsoft mode** | Allow Microsoft mode authorizes the following components:
  • All code allowed by Default Windows mode, plus...
  • *All Microsoft-signed software*
| | **Signed and Reputable mode** | Signed and Reputable mode authorizes the following components:
  • All code allowed by Allow Microsoft mode, plus...<
  • *Files created or installed by a process configured as a [managed installer](./configure-authorized-apps-deployed-with-a-managed-installer.md)*
  • *Files with good reputation per [Microsoft Defender's Intelligent Security Graph technology](use-appcontrol-with-intelligent-security-graph.md)*
| Alice selects the **Signed and Reputable mode** template and then **Next**, accepting the defaults for the policy filename and location. -4. On the **Configure Policy Template - Policy rules** page, Alice reviews the set of options enabled for the policy. She's pleased to see the template already has most options set as recommended by Microsoft. The only changes she makes are to check the options for **Managed Installer** and **Require WHQL**. This way apps installed by Intune or any of the other managed installers are automatically allowed, and only kernel drivers built for Windows 10 or higher will run. Then she selects **Next**. +4. On **Configure Policy Template - Policy rules**, Alice reviews the set of options enabled for the policy. The template already has most options set as recommended by Microsoft. The only changes Alice makes are to check the options for **Managed Installer** and **Require WHQL**. This way apps installed by Intune or any of the other managed installers are automatically allowed, and only kernel drivers built for Windows 10 or higher can run. Selecting **Next** advances the wizard. -5. On the **File Rules** page, Alice sees the rules Microsoft included in the Signed and Reputable mode template policy. Here, she'll add the Signer rule to trust Lamna-signed code, and the filepath rules to allow code in admin-writable-only locations under the two Program Files directories, the Windows directory, and Lamna's Helpdesk folder. +5. The **File Rules** page shows the rules from the Signed and Reputable mode template policy. Alice adds the Signer rule to trust Lamna-signed code, and the filepath rules to allow code in admin-writable-only locations under the two Program Files directories, the Windows directory, and Lamna's Helpdesk folder. - To create each rule, Alice selects **+ Add Custom** which opens the **Custom Rules** dialog where the conditions for the rule are defined. For the first rule, she leaves the default selections for **Rule Scope** and **Rule Action**. For the **Rule Type** dropdown, she chooses the **Publisher** option to a Signer rule. She then selects **Browse** to choose a file she knows is signed by a cert chaining up to the Lamna Codesigning PCA. The Wizard shows the signature information it found on the file with checkboxes for each element of the signature and the file's signed .rsrc header section, including Product Name and Original File Name. In this case, since she intends to allow everything signed with Lamna's interal codesigning certs, she only leaves Issuing CA and Publisher checked. Having set the rule conditions for the Lamna Codesigning PCA rule, she selects **Create Rule** and sees that the rule is now shown in the list. Alice repeats these steps for the rest of Lamna's custom rules. + To create each rule, Alice selects **+ Add Custom** which opens the **Custom Rules** dialog where the conditions for the rule are defined. For the first rule, the default selections for **Rule Scope** and **Rule Action** are correct. For the **Rule Type** dropdown, the **Publisher** option is the correct choice to create a Signer rule. Alice then selects **Browse** and picks a file signed by a cert issued by the Lamna Codesigning PCA. The Wizard shows the signature information and information pulled from the resource header section (RSRC) of the file, like ***product name*** and the ***original file name*** with checkboxes by each element. In this case, since they intend to allow everything signed with Lamna's internal codesigning certs, Alice leaves only ***Issuing CA*** and ***Publisher*** checked. With the rule conditions for the Lamna Codesigning PCA rule set, Alice selects **Create Rule** and sees the rule is included in the list. Alice repeats these steps for the rest of Lamna's custom rules. -6. Having made all the edits she planned, Alice selects **Next** and the wizard creates the App Control policy files, consisting of an XML form and a compiled binary form of the policy. Alice does a cursory review of the XML policy file to confirm the final result. +6. Now that all of the edits described in the pseudo-rules are done, Alice selects **Next** and the wizard creates the App Control policy files. The output files include an XML form and a compiled binary form of the policy. Alice does a cursory review of the XML policy file to confirm the result looks good and then closes the wizard. -With her starter policy in hand, Alice uploads both files to a Github repository Alice created specifically for lifecycle management and earlier created a project to store and manage Lamna's policies over time. your base policy XML and the associated binary to a source control solution, such as [GitHub](https://github.com/) or a document management solution such as [Office 365 SharePoint](https://products.office.com/sharepoint/collaboration). +Alice uploads both files to a GitHub repository created specifically for Lamna's app control policy files. -At this point, Alice now has an initial policy that is ready to deploy in audit mode to the managed clients within Lamna. +Alice's starter policy is now ready to deploy in audit mode to Lamna's managed devices. -## Security considerations of this lightly managed policy +## Security considerations of this policy -In order to minimize user productivity impact, Alice has defined a policy that makes several trade-offs between security and user app flexibility. Some of the trade-offs include: +In order to minimize the potential to negatively affect user productivity, Alice defined a policy that makes several trade-offs between security and user app flexibility. Some of the trade-offs include: - **Users with administrative access** @@ -100,18 +100,18 @@ In order to minimize user productivity impact, Alice has defined a policy that m Possible mitigations: - - Use signed App Control policies and UEFI BIOS access protection to prevent tampering of App Control policies. - - To remove the requirement for managed installer, create and deploy signed catalog files as part of the app deployment process. - - Use device attestation to detect the configuration state of App Control at boot time and use that information to condition access to sensitive corporate resources. - + - To prevent tampering of App Control policies, use signed App Control policies on systems running Unified Extensible Firmware Interface (UEFI) firmware. + - To remove the need for trusting managed installer, create and deploy signed catalog files or deploy updated policies as part of your regular app deployment and app updating procedures. + - To control access to other corporate resources and data, use the boot time measurement of App Control configuration state from the Trusted Computing Group (TCG) log with device attestation. + - **Unsigned policies** - Unsigned policies can be replaced or removed without consequence by any process running as administrator. Unsigned base policies that also enable supplemental policies can have their "circle-of-trust" altered by any unsigned supplemental policy. + Any process running as administrator can replace or remove unsigned policies without consequence. Similarly, unsigned supplemental policies can alter the "circle-of-trust" for an unsigned base policy that includes option **17 Enabled:Allow Supplemental Policies**. Possible mitigations: - - Use signed App Control policies and UEFI BIOS access protection to prevent tampering of App Control policies. - - Limit who can elevate to administrator on the device. + - To prevent tampering of App Control policies, use signed App Control policies on systems running UEFI firmware. + - To minimize the risk, limit who can elevate to administrator on the device. - **Managed installer** @@ -119,8 +119,8 @@ In order to minimize user productivity impact, Alice has defined a policy that m Possible mitigations: - - To remove the requirement for managed installer, create and deploy signed catalog files as part of the app deployment process. - - Limit who can elevate to administrator on the device. + - To remove the need for trusting managed installer, create and deploy signed catalog files or deploy updated policies as part of your regular app deployment and app updating procedures. + - To minimize the risk, limit who can elevate to administrator on the device. - **Intelligent Security Graph (ISG)** @@ -128,12 +128,12 @@ In order to minimize user productivity impact, Alice has defined a policy that m Possible mitigations: - - Implement policies that require apps be managed by IT. Audit existing app usage and deploy authorized apps using a software distribution solution, like Microsoft Intune. Move from ISG to managed installer or signature-based rules. - - Use a restrictive audit mode policy to audit app usage and augment vulnerability detection. - + - To remove the need for trusting ISG, perform a comprehensive audit of existing app usage and installation. Onboard any apps you find that aren't currently managed to your software distribution solution, like Microsoft Intune. Implement policies to require apps become managed by IT. Then transition from ISG to managed installer, signed catalog files and/or updated policy rules and deploy them as part of your regular app deployment and app updating procedures. + - To collect more data for use in security incident investigations and post-incident reviews, deploy a highly restrictive app control policy in audit mode. The data captured in the App Control event logs contains useful information about all code that runs that isn't Windows signed. To prevent your policy from impacting your device performance and functionality, be sure it minimally allows Windows code that runs as part of the boot process. + - **Supplemental policies** - Supplemental policies are designed to relax the associated base policy. Additionally allowing unsigned policies allows any administrator process to expand the "circle-of-trust" defined by the base policy without restriction. + Supplemental policies are designed to expand the "circle-of-trust" defined by the base policy. If the base policy is also unsigned, then any process running as administrator can place an unsigned supplemental policy and expand the "circle-of-trust" of the base policy without restriction. Possible mitigations: @@ -147,17 +147,18 @@ In order to minimize user productivity impact, Alice has defined a policy that m Possible mitigations: - Limit who can elevate to administrator on the device. - - Migrate from filepath rules to managed installer or signature-based rules. + - Transition from filepath rules to managed installer or signature-based rules. -- **Signed files** +- **Signed malware** - Although files that are code-signed verify the author's identity and ensures that the code hasn't been altered by anyone other than the author, it doesn't guarantee that the signed code is safe. + Code signing alone isn't a security solution, but it does provide two critical building blocks that make security solutions like App Control possible. First, code signing strongly associates code with a real-world identity... and a real world identity can face consequences that a nameless, shadowy figure responsible for unsigned malware doesn't. Second, code signing provides cryptographic proof that the code running remains untampered since the publisher signed it. An app control policy that requires all code is signed, or the policy explicitly allows it, raises the stakes and the costs for an attacker. But there remain ways for a motivated attacker to get their malicious code signed and trusted, at least for a while. And even when software comes from a trustworthy source, it doesn't mean it's safe to run. Any code can expose powerful capabilities that a malicious actor could exploit for their own ill-intent. And vulnerabilities can turn the most benign code into something truly dangerous. Possible mitigations: - - Use a reputable antimalware or antivirus software with real-time protection, such as Microsoft Defender, to protect your devices from malicious files, adware, and other threats. + - Use a reputable anti-malware or antivirus software with real-time protection, such as Microsoft Defender, to protect your devices from malicious files, adware, and other threats. ## What you should read next -- Learn more about managed installers: how they work, how to set them up, and what are some of their limitations in [Automatically allow apps deployed by a managed installer](./configure-authorized-apps-deployed-with-a-managed-installer.md). -- Or to see your starter policy in action, [Prepare to deploy App Control for Business policies](../deployment/appcontrol-deployment-guide.md). +- Learn more about managed installers: how they work, how to set them up, and what are their limitations in [Automatically allow apps deployed by a managed installer](./configure-authorized-apps-deployed-with-a-managed-installer.md). + +- Learn how to deploy your starter policy and see it in action in [Deploying App Control for Business policies](../deployment/appcontrol-deployment-guide.md). From c4b312f69fbb1c57a2480e2474227149f1ba8aa6 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sun, 9 Mar 2025 04:21:38 -0700 Subject: [PATCH 085/111] WRI changes --- .../appcontrol-and-applocker-overview.md | 2 +- .../create-appcontrol-policy-for-lightly-managed-devices.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md index b1288a07b3..1d72571a26 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol-and-applocker-overview.md @@ -2,7 +2,7 @@ title: App Control and AppLocker Overview description: Compare Windows application control technologies. ms.localizationpriority: medium -ms.date: 01/28/2025 +ms.date: 03/09/2025 ms.topic: conceptual --- diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index 3db61ea75b..879618b6a7 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -3,7 +3,7 @@ title: Use the Smart App Control policy to build your starter base policy description: App Control for Business restricts which applications users are allowed to run and the code that runs in the system core. ms.topic: conceptual ms.localizationpriority: medium -ms.date: 03/08/2025 +ms.date: 03/09/2025 --- # Use the Smart App Control policy to build your starter policy @@ -23,7 +23,7 @@ As we did in [App Control for Business deployment in different scenarios](common Alice follows the guidance from the article [Plan for app control policy lifecycle management](./plan-appcontrol-management.md#policy-xml-lifecycle-management), and starts by analyzing the "circle-of-trust" for Smart App Control's policy. Alice reads Microsoft's online help articles about Smart App Control to understand it well. From that reading, Alice learns that Smart App Control allows only publicly trusted signed code or unsigned code that the [Intelligent Security Graph (ISG)](./use-appcontrol-with-intelligent-security-graph.md) predicts to be safe. Publicly trusted signed code means the signing certificate's issuer is one of the certificate authorities (CA) in Microsoft's Trusted Root Program. Unsigned code is blocked from running if the ISG can't predict that the code is safe to run. And code determined to be unsafe is always blocked. -Now Alice considers how to adapt the policy for Lamna's use. Alice wants to create an initial policy that is as relaxed as possible, but still provides durable security value. Some within Lamna advocate a more aggressive approach than Alice plans. They want to immediately lockdown end users' devices and hope for limited fallout. But the leadership team agrees with Alice that Lamna's app culture, formed slowly over tie, won't just go away overnight and so the initial policy needs much flexibility. +Now Alice considers how to adapt the policy for Lamna's use. Alice wants to create an initial policy that is as relaxed as possible, but still provides durable security value. Some within Lamna advocate a more aggressive approach than Alice plans. They want to immediately lockdown end users' devices and hope for limited fallout. But the leadership team agrees with Alice that Lamna's app culture, formed slowly over time, won't just go away overnight and so the initial policy needs much flexibility. ### Consider the key factors about your organization From b78222503b6363440d5d8e743b7d3f1c3aa9ca94 Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sun, 9 Mar 2025 04:30:39 -0700 Subject: [PATCH 086/111] Update create-appcontrol-policy-for-lightly-managed-devices.md --- .../create-appcontrol-policy-for-lightly-managed-devices.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index 879618b6a7..4238536c5a 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -69,6 +69,7 @@ Alice downloads the App Control Policy Wizard from https://aka.ms/appcontrolwiza 3. The next page is where Alice will **Select a Base Template for the Policy**. The App Control Wizard offers three template policies to use when creating a new Base Policy. Each template policy applies slightly different rules to alter its circle-of-trust and security model of the policy. The three template policies are: + ![Selecting a base template for the policy.](../images/appcontrol-wizard-template-selection.png) | Template Base Policy | Description | |---------------------------------|-------------------------------------------------------------------| @@ -80,10 +81,15 @@ Alice downloads the App Control Policy Wizard from https://aka.ms/appcontrolwiza 4. On **Configure Policy Template - Policy rules**, Alice reviews the set of options enabled for the policy. The template already has most options set as recommended by Microsoft. The only changes Alice makes are to check the options for **Managed Installer** and **Require WHQL**. This way apps installed by Intune or any of the other managed installers are automatically allowed, and only kernel drivers built for Windows 10 or higher can run. Selecting **Next** advances the wizard. + > [!div class="mx-imgBorder"] + > ![Rule options UI for Windows Allowed mode policy.](../images/appcontrol-wizard-rule-options-UI-advanced-collapsed.png) + 5. The **File Rules** page shows the rules from the Signed and Reputable mode template policy. Alice adds the Signer rule to trust Lamna-signed code, and the filepath rules to allow code in admin-writable-only locations under the two Program Files directories, the Windows directory, and Lamna's Helpdesk folder. To create each rule, Alice selects **+ Add Custom** which opens the **Custom Rules** dialog where the conditions for the rule are defined. For the first rule, the default selections for **Rule Scope** and **Rule Action** are correct. For the **Rule Type** dropdown, the **Publisher** option is the correct choice to create a Signer rule. Alice then selects **Browse** and picks a file signed by a cert issued by the Lamna Codesigning PCA. The Wizard shows the signature information and information pulled from the resource header section (RSRC) of the file, like ***product name*** and the ***original file name*** with checkboxes by each element. In this case, since they intend to allow everything signed with Lamna's internal codesigning certs, Alice leaves only ***Issuing CA*** and ***Publisher*** checked. With the rule conditions for the Lamna Codesigning PCA rule set, Alice selects **Create Rule** and sees the rule is included in the list. Alice repeats these steps for the rest of Lamna's custom rules. + ![Custom filepublisher file rule creation.](../images/appcontrol-wizard-custom-publisher-rule.png) + 6. Now that all of the edits described in the pseudo-rules are done, Alice selects **Next** and the wizard creates the App Control policy files. The output files include an XML form and a compiled binary form of the policy. Alice does a cursory review of the XML policy file to confirm the result looks good and then closes the wizard. Alice uploads both files to a GitHub repository created specifically for Lamna's app control policy files. From 5272b033b794d6083410f37a15b402933598519b Mon Sep 17 00:00:00 2001 From: jsuther1974 Date: Sun, 9 Mar 2025 05:15:15 -0700 Subject: [PATCH 087/111] Fixed issues in links --- .../app-control-for-business/appcontrol.md | 4 ++-- .../create-appcontrol-policy-for-lightly-managed-devices.md | 2 ++ .../design/example-appcontrol-base-policies.md | 4 ++-- .../app-control-for-business/operations/known-issues.md | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md index 99db8becdd..7c94102167 100644 --- a/windows/security/application-security/application-control/app-control-for-business/appcontrol.md +++ b/windows/security/application-security/application-control/app-control-for-business/appcontrol.md @@ -4,7 +4,7 @@ description: Application Control restricts which applications users are allowed ms.localizationpriority: medium ms.collection: - tier3 -ms.date: 03/08/2025 +ms.date: 03/09/2025 ms.topic: overview --- @@ -43,7 +43,7 @@ Smart App Control starts in evaluation mode and switches off within 48 hours for > [!IMPORTANT] > Once you turn Smart App Control off, it can't be turned on without resetting or reinstalling Windows. -The App Control policy used for Smart App Control comes bundled with the [App Control Wizard](design/appcontrol-wizard.md) policy authoring tool and is also found as an [example policy](design/example-appcontrol-base-policies.md) at *%windir%/schemas/CodeIntegrity/ExamplePolicies/SmartAppControl.xml*. To use this example policy as a starting point for your own policy, see [Create a custom base policy using an example App Control base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy). When using the Smart App Control example policy as the basis for your own custom policy, you must remove the option **Enabled:Conditional Windows Lockdown Policy** so it's ready for use as an App Control for Business policy. +The App Control policy used for Smart App Control comes bundled with the [App Control Wizard](design/appcontrol-wizard.md) policy authoring tool and is also found as an [example policy](design/example-appcontrol-base-policies.md) at *%windir%/schemas/CodeIntegrity/ExamplePolicies/SmartAppControl.xml*. To use this example policy as a starting point for your own policy, see [Use the Smart App Control Policy to build your own base policy](design/create-appcontrol-policy-for-lightly-managed-devices.md#use-the-smart-app-control-policy-to-build-your-starter-policy). When using the Smart App Control example policy as the basis for your own custom policy, you must remove the option **Enabled:Conditional Windows Lockdown Policy** so it's ready for use as an App Control for Business policy. [!INCLUDE [windows-defender-application-control-wdac](../../../../../includes/licensing/windows-defender-application-control-wdac.md)] diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index 4238536c5a..012d99f500 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -35,6 +35,8 @@ Alice next identifies the key factors about Lamna's environment that affect the - **App management:** Lamna has hundreds of line-of-business (LOB) apps across its business units. Alice's team deploys most, but not all, of these apps using Intune. And there's a long tail of apps used by smaller teams, including many "Shadow IT" apps, that have no official charter, but are critical to the employees who use them. - **App development and code signing:** Lamna business units aren't standardized on development platforms and frameworks, so significant variability and complexity is likely. Almost all of the apps use unsigned, or mostly unsigned, code. Although the company now requires codesigning, Lamna's codesigning certificates come from its corporate Public Key Infrastructure (PKI), and require custom rules in the policy. +## Define the "circle-of-trust" for lightly managed devices + Based on these factors, Alice writes the pseudo-rules for the Lamna version of Microsoft's Signed & Reputable policy: 1. **"Windows and Microsoft-certified kernel drivers"** One or more signer rules allowing: diff --git a/windows/security/application-security/application-control/app-control-for-business/design/example-appcontrol-base-policies.md b/windows/security/application-security/application-control/app-control-for-business/design/example-appcontrol-base-policies.md index 3ccc9742b3..3f58e69ea0 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/example-appcontrol-base-policies.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/example-appcontrol-base-policies.md @@ -3,7 +3,7 @@ title: Example App Control for Business base policies description: When creating an App Control for Business policy for an organization, start from one of the many available example base policies. ms.topic: reference ms.localizationpriority: medium -ms.date: 01/25/2025 +ms.date: 03/09/2025 --- # App Control for Business example base policies @@ -20,7 +20,7 @@ When you create policies for use with App Control for Business, start from an ex | **AllowAll_EnableHVCI.xml** | This example policy can be used to enable [memory integrity](https://support.microsoft.com/windows/core-isolation-e30ed737-17d8-42f3-a2a9-87521df09b78) (also known as hypervisor-protected code integrity) using App Control. | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\AllowAll_EnableHVCI.xml | | **DenyAllAudit.xml** | ***Warning: Will cause boot issues on Windows Server 2019 and earlier. Do not use on those operating systems.*** Only deploy this example policy in audit mode to track all binaries running on critical systems or to meet regulatory requirements. | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\DenyAllAudit.xml | | **Microsoft Configuration Manager** | Customers who use Configuration Manager can deploy a policy with Configuration Manager's built-in App Control integration, and then use the generated policy XML as an example base policy. | %OSDrive%\Windows\CCM\DeviceGuard on a managed endpoint | -| **SmartAppControl.xml** | This example policy includes rules based on [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) that are well-suited for lightly managed systems. This policy includes a rule that is unsupported for enterprise App Control policies and must be removed. For more information about using this example policy, see [Create a custom base policy using an example base policy](create-appcontrol-policy-for-lightly-managed-devices.md#create-a-custom-base-policy-using-an-example-app-control-base-policy). | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\SmartAppControl.xml
%ProgramFiles%\WindowsApps\Microsoft.WDAC.WDACWizard*\Templates\SignedReputable.xml | +| **SmartAppControl.xml** | This example policy includes rules based on [Smart App Control](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) that are well-suited for lightly managed systems. This policy includes a rule that is unsupported for enterprise App Control policies and must be removed. For more information about using this example policy, see [Use the Smart App Control policy to build your starter Base policy](create-appcontrol-policy-for-lightly-managed-devices.md#use-the-smart-app-control-policy-to-build-your-starter-policy). | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\SmartAppControl.xml
%ProgramFiles%\WindowsApps\Microsoft.WDAC.WDACWizard*\Templates\SignedReputable.xml | | **Example supplemental policy** | This example policy shows how to use supplemental policy to expand the DefaultWindows_Audit.xml allow a single Microsoft-signed file. | %OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\DefaultWindows_Supplemental.xml | | **Microsoft Recommended Block List** | This policy includes a list of Windows and Microsoft-signed code that Microsoft recommends blocking when using App Control, if possible. | [Microsoft recommended block rules](applications-that-can-bypass-appcontrol.md)
%ProgramFiles%\WindowsApps\Microsoft.WDAC.WDACWizard*\Templates\Recommended_UserMode_Blocklist.xml | | **Microsoft recommended driver blocklist** | This policy includes rules to block known vulnerable or malicious kernel drivers. | [Microsoft recommended driver block rules](microsoft-recommended-driver-block-rules.md)
%OSDrive%\Windows\schemas\CodeIntegrity\ExamplePolicies\RecommendedDriverBlock_Enforced.xml
%ProgramFiles%\WindowsApps\Microsoft.WDAC.WDACWizard*\Templates\Recommended_Driver_Blocklist.xml | diff --git a/windows/security/application-security/application-control/app-control-for-business/operations/known-issues.md b/windows/security/application-security/application-control/app-control-for-business/operations/known-issues.md index 4baf2a1a12..f3ad4251d3 100644 --- a/windows/security/application-security/application-control/app-control-for-business/operations/known-issues.md +++ b/windows/security/application-security/application-control/app-control-for-business/operations/known-issues.md @@ -58,7 +58,7 @@ Until you apply the Windows security update released on or after April 9, 2024, Although App Control audit mode is designed to avoid any effect on apps, some features are always on/always enforced with any App Control policy that turns on user mode code integrity (UMCI) with the option **0 Enabled:UMCI**. Here's a list of known system changes in audit mode: - Some script hosts might block code or run code with fewer privileges even in audit mode. See [Script enforcement with App Control](../design/script-enforcement.md) for information about individual script host behaviors. -- Option **19 Enabled:Dynamic Code Security** is always enforced if any UMCI policy includes that option. See [App Control and .NET](../design/appcontrol-and-dotnet.md#app-control-and-net-hardening). +- Option **19 Enabled:Dynamic Code Security** is always enforced if any UMCI policy includes that option on some versions of Windows and Windows Server. See [App Control and .NET](../design/appcontrol-and-dotnet.md#app-control-and-net-dynamic-code-security-hardening). ### .NET native images may generate false positive block events From fb7518e43dfbd71d40a5f4cc49aecffc74c0d415 Mon Sep 17 00:00:00 2001 From: Aditi Srivastava <133841950+aditisrivastava07@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:05:17 +0530 Subject: [PATCH 088/111] Pencil edit --- .../allow-com-object-registration-in-appcontrol-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md b/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md index 13bf6a0bad..c4e0e7aef7 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy.md @@ -17,7 +17,7 @@ The [Microsoft Component Object Model (COM)](/windows/desktop/com/the-component- App Control for Business enforces a built-in allowlist for COM object registration. While this list works for most common application usage scenarios, you might need to allow more COM objects to support the apps used in your organization. You can specify allowed COM objects via their GUID in your App Control policy as described in this article. > [!WARNING] -> When App Control is enforced, .NET doesn't load certain COM objects if their registration GUID doesn't match the one calculated by the system at runtime. When that happens, the user sees a general COM load error dialog, but no events or other information is logged to the system. The COM allowlist mechanism described in this article **doesn't affect .NET's GUID validation check for COM objects** leaving those .NET apps incompatible with App Control at this time. For more information, see [App Control Admin Tips & Known Issues: .NET doesn't load COM objects with mismatched GUIDs](../operations/known-issues.md#net-doesnt-load-component-object-model-com-objects-with-mismatched-guids) +> When App Control is enforced, .NET doesn't load certain COM objects if their registration GUID doesn't match the one calculated by the system at runtime. When that happens, the user sees a general COM load error dialog, but no events or other information is logged to the system. The COM allowlist mechanism described in this article **doesn't affect .NET's GUID validation check for COM objects** leaving those .NET apps incompatible with App Control at this time. For more information, see [App Control Admin Tips & Known Issues: .NET doesn't load COM objects with mismatched GUIDs](../operations/known-issues.md#net-doesnt-load-component-object-model-com-objects-with-mismatched-guids). ### Get COM object GUID From 46c382ddc7399131a41b79f3144fb2d0ce7c96e1 Mon Sep 17 00:00:00 2001 From: Aditi Srivastava <133841950+aditisrivastava07@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:33:27 +0530 Subject: [PATCH 089/111] Pencil edit --- .../design/appcontrol-and-dotnet.md | 2 +- .../design/applications-that-can-bypass-appcontrol.md | 2 +- .../create-appcontrol-policy-for-lightly-managed-devices.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/windows/security/application-security/application-control/app-control-for-business/design/appcontrol-and-dotnet.md b/windows/security/application-security/application-control/app-control-for-business/design/appcontrol-and-dotnet.md index 6c3a409ac1..6f533a4fb0 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/appcontrol-and-dotnet.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/appcontrol-and-dotnet.md @@ -9,7 +9,7 @@ ms.topic: article # App Control for Business and .NET > [!WARNING] -> When App Control is enforced, .NET doesn't load certain Component Object Model (COM) objects if their registration GUID doesn't match the one calculated by the system at runtime. When that happens, the user sees a general COM load error dialog, but no events or other information is logged to the system. For more information, see [App Control Admin Tips & Known Issues: .NET doesn't load COM objects with mismatched GUIDs](../operations/known-issues.md#net-doesnt-load-component-object-model-com-objects-with-mismatched-guids) +> When App Control is enforced, .NET doesn't load certain Component Object Model (COM) objects if their registration GUID doesn't match the one calculated by the system at runtime. When that happens, the user sees a general COM load error dialog, but no events or other information is logged to the system. For more information, see [App Control Admin Tips & Known Issues: .NET doesn't load COM objects with mismatched GUIDs](../operations/known-issues.md#net-doesnt-load-component-object-model-com-objects-with-mismatched-guids). .NET apps (as written in a high-level language like C#) are compiled to an Intermediate Language (IL). IL is a compact code format that can be supported on any operating system or architecture. Most .NET apps use APIs that are supported in multiple environments, requiring only the .NET runtime to run. IL needs to be compiled to native code in order to execute on a CPU, for example Arm64 or x64. When .NET compiles IL to native image (NI) on a device with an App Control user mode policy, it first checks whether the original IL file passes the current App Control policies. If so, .NET sets an NTFS extended attribute (EA) on the generated NI file so that App Control knows to trust it as well. When the .NET app runs, App Control sees the EA on the NI file and allows it. diff --git a/windows/security/application-security/application-control/app-control-for-business/design/applications-that-can-bypass-appcontrol.md b/windows/security/application-security/application-control/app-control-for-business/design/applications-that-can-bypass-appcontrol.md index 19ce55871e..02dcffc684 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/applications-that-can-bypass-appcontrol.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/applications-that-can-bypass-appcontrol.md @@ -100,7 +100,7 @@ If you wish to use this blocklist policy on Windows Server 2016, locate the deny - msxml6.dll - jscript9.dll -The blocklist policy that follows includes "Allow all" rules for both kernel and user mode that make it safe to deploy as a standalone App Control policy. On Windows versions 1903 and above, Microsoft recommends converting this policy to multiple policy format using the *Set-CiPolicyIdInfo* cmdlet with the *-ResetPolicyId* switch. Then, you can deploy it as a Base policy side-by-side with any other policies in your environment. To instead add these rules to an existing Base policy, you can merge the policy that follows using the *Merge-CIPolicy* cmdlet. If merging into an existing policy that includes an explicit allowlist, you should first remove the two "Allow all" rules and their corresponding FileRuleRefs from the blocklist policy. +The blocklist policy that follows includes "Allow all" rules for both kernel and user mode that make it safe to deploy as a standalone App Control policy. On Windows versions 1903 and above, Microsoft recommends converting this policy to multiple policy formats using the *Set-CiPolicyIdInfo* cmdlet with the *-ResetPolicyId* switch. Then, you can deploy it as a Base policy side-by-side with any other policies in your environment. To instead add these rules to an existing Base policy, you can merge the policy that follows using the *Merge-CIPolicy* cmdlet. If merging into an existing policy that includes an explicit allowlist, you should first remove the two "Allow all" rules and their corresponding FileRuleRefs from the blocklist policy. **App Control policy XML**: diff --git a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md index db66fa58a4..c7ec95789f 100644 --- a/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md +++ b/windows/security/application-security/application-control/app-control-for-business/design/create-appcontrol-policy-for-lightly-managed-devices.md @@ -71,7 +71,7 @@ Alice downloads the App Control Policy Wizard from https://aka.ms/appcontrolwiza 3. The next page is where Alice will **Select a Base Template for the Policy**. The App Control Wizard offers three template policies to use when creating a new Base Policy. Each template policy applies slightly different rules to alter its circle-of-trust and security model of the policy. The three template policies are: - ![Selecting a base template for the policy.](../images/appcontrol-wizard-template-selection.png) + [![Screenshot that shows selecting a base template for the policy.](../images/appcontrol-wizard-template-selection.png)](../images/appcontrol-wizard-template-selection.png#lightbox) | Template Base Policy | Description | |---------------------------------|-------------------------------------------------------------------| @@ -84,13 +84,13 @@ Alice downloads the App Control Policy Wizard from https://aka.ms/appcontrolwiza 4. On **Configure Policy Template - Policy rules**, Alice reviews the set of options enabled for the policy. The template already has most options set as recommended by Microsoft. The only changes Alice makes are to check the options for **Managed Installer** and **Require WHQL**. This way apps installed by Intune or any of the other managed installers are automatically allowed, and only kernel drivers built for Windows 10 or higher can run. Selecting **Next** advances the wizard. > [!div class="mx-imgBorder"] - > ![Rule options UI for Windows Allowed mode policy.](../images/appcontrol-wizard-rule-options-UI-advanced-collapsed.png) + > [![Screenshot that shows rule options UI for Windows Allowed mode policy.](../images/appcontrol-wizard-rule-options-UI-advanced-collapsed.png)](../images/appcontrol-wizard-rule-options-UI-advanced-collapsed.png#lightbox) 5. The **File Rules** page shows the rules from the Signed and Reputable mode template policy. Alice adds the Signer rule to trust Lamna-signed code, and the filepath rules to allow code in admin-writable-only locations under the two Program Files directories, the Windows directory, and Lamna's Helpdesk folder. To create each rule, Alice selects **+ Add Custom** which opens the **Custom Rules** dialog where the conditions for the rule are defined. For the first rule, the default selections for **Rule Scope** and **Rule Action** are correct. For the **Rule Type** dropdown, the **Publisher** option is the correct choice to create a Signer rule. Alice then selects **Browse** and picks a file signed by a cert issued by the Lamna Codesigning PCA. The Wizard shows the signature information and information pulled from the resource header section (RSRC) of the file, like ***product name*** and the ***original file name*** with checkboxes by each element. In this case, since they intend to allow everything signed with Lamna's internal codesigning certs, Alice leaves only ***Issuing CA*** and ***Publisher*** checked. With the rule conditions for the Lamna Codesigning PCA rule set, Alice selects **Create Rule** and sees the rule is included in the list. Alice repeats these steps for the rest of Lamna's custom rules. - ![Custom filepublisher file rule creation.](../images/appcontrol-wizard-custom-publisher-rule.png) + [![Screenshot that shows custom filepublisher file rule creation.](../images/appcontrol-wizard-custom-publisher-rule.png)](../images/appcontrol-wizard-custom-publisher-rule.png#lightbox) 6. Now that all of the edits described in the pseudo-rules are done, Alice selects **Next** and the wizard creates the App Control policy files. The output files include an XML form and a compiled binary form of the policy. Alice does a cursory review of the XML policy file to confirm the result looks good and then closes the wizard. From 0d6f002e6fa125e5a9acdea05ae6330741a180e3 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:07:17 -0400 Subject: [PATCH 090/111] remove assigned access --- .../assigned-access/configuration-file.md | 2 +- .../configure-multi-app-kiosk.md | 2 +- .../restricted-user-experience-example.png | Bin 780890 -> 275985 bytes .../includes/user-experience.md | 20 +++++++++++++++--- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/windows/configuration/assigned-access/configuration-file.md b/windows/configuration/assigned-access/configuration-file.md index 346c03c11c..c27b68e9ef 100644 --- a/windows/configuration/assigned-access/configuration-file.md +++ b/windows/configuration/assigned-access/configuration-file.md @@ -158,7 +158,7 @@ Example: ``` > [!IMPORTANT] -> If you pins elements to the Start menu with Microsoft Edge secondary tiles, ensure to include the following apps in the allowed apps list: +> If you pins elements to the Start menu with Microsoft Edge secondary tiles, include the following apps in the allowed apps list: > > - `` > - `` diff --git a/windows/configuration/assigned-access/configure-multi-app-kiosk.md b/windows/configuration/assigned-access/configure-multi-app-kiosk.md index e20f76b60a..b79d7f9e79 100644 --- a/windows/configuration/assigned-access/configure-multi-app-kiosk.md +++ b/windows/configuration/assigned-access/configure-multi-app-kiosk.md @@ -23,7 +23,7 @@ To learn how to configure the Assigned Access XML file, see [Create an Assigned You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. -- **Setting:** `./Vendor/MSFT/AssignedAccess/ShellLauncher` +- **Setting:** `./Vendor/MSFT/AssignedAccess/Configuration` - **Value:** content of the XML configuration file Assign the policy to a group that contains as members the devices that you want to configure. diff --git a/windows/configuration/assigned-access/images/restricted-user-experience-example.png b/windows/configuration/assigned-access/images/restricted-user-experience-example.png index e2863c0f069b36dab4721ec8d88036483a45f53f..0a63fc7bdb9ff7a8a61725f3eddcfa2b115012cf 100644 GIT binary patch literal 275985 zcmeEtgBx=E!{{<_fXQIC?Gk2gh+$*z(^<{-4YT4g3{d#AdN5r(%sT9r#nsW-tgQtOuW$0aP{v0&|@B>?caTf?q#5^j8-wquyc2S<)EaigoaifPk^w- zM#B>Ss;R29=K?qi)8b*wgl-{2OOij)QYf{9v9MweM zHhNk0)(HE>le8=+OSE|XUlj(@ov&TBr;E%OvPVrwcPXyXy6?|eWzFCUOT;>I%6R7; zY8kiqR>}lcif<#f=5Df45E{J0kfY?=o7~#VxzY@$iu1}Nvk{}&55)^_GX^q_sOdU% zUvvbuuwf~Y{`U*0N7?Ludc>{ThhoX~L(w;4PfV8T`yY}-@1ok^Z!`Yqmsm>K%va$l zCtwo_nVQbWm2*6R2_xtK^?m%6kinTZEGi3NO{2WxH>9giCIDes_^A9pzv_X<>pQE) zZM&()3F!epG+8dOP)g#4vi#R;hD3)zJh-oe;ahsgYWt=K= zYO>|Y=Jj@vc~d~xf1k_}iTpuR^ymCXTR_;_ga5e8o2X&cQP3sJ_ho_qzVo|(0;5;w zACLvr{EvB9O8b0wa}*Fgr2D@HhWHJ!{I4^K@frT(cwe5!{XZ^JeVNz!AEWmyg<;_Q z$8jLZ|DF7Q6ZU^jLi+!8VBr3P2-QbYy#F8xP^siQ1HjWfju{}R9?y{cN%hkE=qaEq;OglleJ7Dk4VT~0tH{4{eb=2iP-q*r}h^}ujbIO ziT{FX2Zs(u?^rC0M^`n$=FHf7)^h)55`j?Suwc8gAmmEK|L4|r%?Ol}#)3D#{pzu& zjn~om-66MNB0+rar(Ee4GT{%_Gq`l>+sj8{E!oM@L!|%+&AU zbyO#J{42~86?Qp@Bv}x;bO{Ey?-pjynYW%U$!;FrKzJ^*+tfSUk1S5NTaO@t)K9+V zJ|gTTyEk!0=;_K|1YdjF1Y&0p+T!& zFt`xNNFi|AVdE@g;xDlGz_C;Ja*f09M~blSi(R(O`Xrz!HU7#Y0F8n zN6n&mntw;hmi>qHdW_MzY=TCp^gkKffRN8SlwAGRVm;Trp(&+If%Oq^18BQnT{Tyn zj?`=HUeizNDzE*;jB<76O%z}|B*Qm=3rqN~atM2F%Rw?MLl!V1Ab5Xy58{9CA@IXa z>Njq|wwFv``1&S&?yWBDCwEZ0-1Z}AV!tIQ!#rT^vDc>`+1e+meFgQ48|I@+QpQRf z&Ih2UZQS~wv!N$f1LgE%>+6!kHwr$dYR6YG3tli+*84!Qk^J`-m{z{5)3}7kI1HcW zTq8!Hy0920w-i3Xc9^z;%9`^#H^q$OO;W9|g~A!9nt9TMOi_l+6K3WL{`1_Mn9ShZ zwi|Yc0xHMSPWwI$P<`-E^huFCZg=&bvxfz`A%bApd%2PX^!;&6r#JC^__6A{R2A_T zUJ-#l5106jZRHFw293vWC-$6|FHf>IAwhqpH`mQQ1r`5;FbLMaZGmu3FLgJbOKo96BkZYZhwKnkYzQ~vM5)dz;P5t=uNAo=~~ zwP8Ed#JXei_HFC7iZ*zi{U{BHJOHLam(Hc7&yU0Y#s<*ozubpar&P=}VD5Ai8w#p! zTQL#JB*Bw6R$4drc=>q6{7By5rP*TD-dx8@VgoAUBnGr!%bZFAT0_F3k5JhD%j(Ob zxqE+M4oL7{m*mok2($Fsq}VjeIW0fsjm^rr2;AsirwQ&|Hu99PhHf#$oz|Pr51nmx zr%&7#GX*>i-b+48Z$xfE2Lk~CwV>Sw{ehQi_sbVqsrCc<3rew02Q4OVzQ4Eh z3@((;Z5gx(D(`3ai0hqoj+P=E1OSaxK+={c*Y#E?N6!A@qb9>8k5lMytHLoKtQv|u z1m*nA(m?g^{z=#5x@q4gILPnJ!pfmYJ^0o(C`)ehL_eeQpu3r2UwYNtm@S*YU*V@H zumV$y*%4Ge3l1O{uFG6sWJZYl&j;StB1Vf9R_xgBZ4JWy$0z)-+}}#^N}Av3_`@ZU zzOVym;5WHjSpQ9X|g%j!aDp`z{D$3zcSMWd-{ac_5vA0< zx34jHApT&(3M&I^+WyQ6B?69h!B2A#O?%MmgkS1f;Tjx3-sVM4jk3f|4w=qcGT=?S zUjs+?LjSDD*2#@Dd5!Yg>Zy`)*C@=}!If~@V(SqkWg*95~Lflidu1~OD&R}6tYWfe9(olEn^13t_1DPM~YX!90 zB{BGdA&n7tJ|<=k80t$g1k-=`3|L^a-`Z%Nf$7&ssjatIuKd%(vd~3?RG_wiMs4ekkuBe-Au8 z@CW~t7S-4jU3vPqEqj|J?JHFG{!84v^__dv!KIAi(4t2?!bAbmpoZq=i{;~z`XK2~ z-A6QIp|VPq0h@QOnw8Ms74<|d1K>YYE&R0+fRX^rYQ}X~$2*M1);TAj%N!MSxz>^lu`AhLq%!(m@t27w~Sx=n~ zIDLnO<#{)NUs4`3TMsU(t;vfi0x3f&4RK7 zA+K7IwX)?sj?V&{i3f00Up993l;|2^THq+9I01`-ij+YsjkZPP(y+YLCgv@hn&x!6e_G0zpQtv?c0*g8 zdohy?=Mj7n#pMRCmmI7_ObLxR`2Kaybb`M)6j`Zh?zgXe4}VJV9JgD`=93l&O$Eqf z+`yc2bz4?NqaJjE_a)|4+-Z9rElpJ{zZI`quh!2CwZE7RQ~PTaPEUliUGPz{h;t8^ zsWRyl(6|^ptCbjsHQi;!*XDYG6$95*_6M_@=SA{GWkp0A!Rj)ln-hZO+~oW@>8X1! ziOq;Yz1yiP@TlEAijmJYG@)l6%CsO?{(=S1c>$Q$QE)V3zcu)So7FwbbnyQZ_#oZY z6JvAsO3)Z{BA|v$;_Gy~-XF~($j1rSkIu&Ysxl8rW=?e2>dXc_gX+LV+zRs}7e{Q1 zjEQ}q;kYy7Q-K=Z0B52~zFgmMfZ5H_N2fhehvdrJU}@Ft`NQ(}aIIOev1Pz~5Z(m@ z)pfH;;~JcWXhmI5z*=+RxFnpMccw6j|HF43yB@YuZ2I7C(T!HgFMYmpN1L8Iz3CM= z=Iq{4`>PL;htf1e4L^e~U$UpM3DYn4dePe8b@#8${vh3})l}cukG!q`IY;}(I#(8b zUJF;W3zQ(P0n4PE@gG12eoUtz(@$m(CLHvJE5Uz^9rD*D0Wf;c-Bp~wY{I1ZuMyu* z_PN3BZCmrG6wr;XP-=mC+*CBqh+6JJ%bm!8dP*-u)^NuB1Y6S@u~ zwe1M3E&YQ9a$Hmc%w~R&!-d9faquWgg@$JBoJ{;HXq1SnP*dq6b<3?#u!;YuLbP-J z$()&cV_!Xc?28xr2HR8&5ac(K0SLSo%zESpg?c@?Cy|rLkiV>bVi@6g{zDS5J-?yf zepU}V*M~nCvnIggU$jM9N7`H>LieMy8Bg}tyS15c5>~^EF!#xEe8`?hwH*;cVy)cp z_AXM--!kLfu>pUF`j1TH=03@cjZ27-}Z+edLZ&X`J+ zvr2-2c4SkKuDZ@j+{oZ+17Bbm>WfD@R(XWI~ZbH(8iARGMZ!#$BG8i4p zf)q4{2O|c2WS*Kpr!U$Bsp4{0+-kum;D!{OQ*4?#sQPK5E&JfAZ8?I}n0#|(DIf#7 zbSsT1oio1Jy4j#V^cVU7ZKunFG)Fg~e`B-xA55vf{4_e_*HvrDzkCUs9+Wgk$&o$d zzILh|rbxqTF{rapZAarP!?E7FB5V!EWG^obZ(y%*g7?(HN)^*N8o*4ajrJrU;?s}N zb2}+vFy93btgyelhx;roXI7hQKWEHOVY4}!=11PAsz_tw?!mNetQ?D0?mcfqnfEO6 z@iaxlzUdB$+41#lgIXqyGVhdMnC<6|?~hBxAWu#YE*H4mkdu;w5WgGLqf2?e%D<-1 z{%d+;iP^Ib!{C)m6rKN8GNi+De~>Zwu;)YYSCCQ#>q^C+2C}gnmP#%`Sy=d=b)h|s z?nB43)Ntw@v6H@>gm(xvM%bcRpuGU= z&s;$5$nEF3U&SXyGvHE|aXy_I_T}SzV2vm71;Br|5CH_B9>Db>x75uC(YX}&6|NNF zKUGE`&iqFhx8=oMDNrnD9LL;l^|_~z<5z(iJxgl~)Rf7UAe3p= zG{=|9p1%2sp}MUsx+VX}pET~mb~4YUd2o<^gxt`@kp^V@NV^(r-04-1vfj1URfUVp zqT&Kw(6kaX~AG%Cr=_|6w2F_r!j@C@IA-(u}14iK&a)0J$?gLU+x0 zthNR`%SQSZs%)MdS@)oYk|}iFW+YT@gX01skTk8Lb3Xz!ZZ5rJ3TN^EY|QQ|U5hkU zT9`olZZ!*%7=TBwun*m|>4$3$uD`R4Z$kRohi|1VO(F$x{un%U(5@Dw5rY+ur_YY} zTq6d`nbW|xagswq?U#^&ZxPIt_ul#GpWIAJ$YbzH`Vcd6%6K@}Z^y~O`coXN+ ziy{_2(W80$z3Ffa?!1iGZtV6>s$>qk@(}q!O7jI$M^0AN^vg7SHEvwLY-uWz*(khE zl^t@HGc^)1PkGF8B_5i!%wD@rS;_=`<9ju#k4qh_TYs|S{bi}2!oMe6wl4>PJzNze zwdpvFf6~9)jDe6%%U?kjDi={s^izJX1xtWzNe`HzT6&dGH?YgO7fpoijgZa+pR0w! zGV0`V2z9~?HVpr}GhY9)fx;ECTS#5O-}Jrg zC;m1aGEO~;e_($t?;Y&lFoGA_A=p?TRM z88Yucj`4?TiUuHiId*R5HsE34O2^32&BpEX%i+b#plA1a_(BlO)!)kN=rH+m=vxF+ z!i{9EzWiC9ToYW{`&!BWYBgf(lv*!Wn%!ZD&i~Kq^O_Iq{elVX0jhV(57(XUmr4*1 z6l0bP>^dRX=y}gAv8+E(#4Y%_5^&M;N+Oq;FMbwb-qtJ`QH`^*H*C3}Jj8 zau@~=Qy5O$K2i9vbK1i76E2#x=gk>=OSN*;EhW%M1*=EYL3aK+kmy>O?g^=9> zE-}d@0__2QkWAF(* zt1W(`sZi@aq~XmM)B?_;HR`i+S0-dY>s6Jo)7lT^JV(?%VL^?zcm!CeW+tN6@HeRm zzrfrHd^I)~c>}y{gb6L(Cf5SU?}`Fo;J>+FuLr!ycpw*9F+J?teoQi)r?MdB{&gNT zXdUon2@uweIok6|Dp8=jCvMixJcLy`wj3%53&JG_{o?n{77kAfYtj3m2!{lN%0 zfyWP*)1$9X+$)ClaQMRK+|)q5U~8|V(aLL+Q_Xj+`$@x_)igjZV;9u~r^*ha9QR3Y zSe;W2*L3im!f~gD%2(cMIG8!J-#9p-6gpgP>l%ivbs0GFTn>tbb5M#fUUl#dX zdx8}8Fz;2e4bEbzcCn}BuAA=mIYDP$(484~_8N37ldt7cd&|*8{_Dcfs7e`wX8QRx zC#*@0RuVAr^Rn3WrVxbiVor?@+A4rW?OZwlWZXnq8(zUS_n5)$a(3)~a_5;21J84h zU))8eenLOcBi3BF{OS+ZheGasQpv(;&XoY~vs7R&M;y0=w9w9W&Wq$5R&C0KSLCQ zlM!$L;>W!*X-?XxYL~rusRJfRtmzkSnY7^#JQ^9l!8q2op7$4&LFM-~n;Tyf=7Yv{~Txw+u$MYaM z9ozOuk9M9|I)>Lb`Swyk)o+sP1Iw-TAoprNVtnK%A@>@Ja%P_k(z)mKO4olA@v^47 zAQ;RI>fPJ4gQAe0`!grrX?9XpoS~=wgM_>zJU71QblVC`l=_ku9W70-(m#&riVD>T zSuC*me+?><`?g=iPyL~X|03zY^x?YH5VwR)pIZiN$zwID71W>vOQFr10$-X9e?GGp41?TwmO7uLcl%mD_-8fmjP{m_B;}=IQnie1B z{4HCBu6{iVyV7@~GQ*mtIqP`U48Q|9Tk;)n3t9_;4MKxJ3eUr&0K)Cke;oDwTI4Pr zmwE1#2>NXS!HKD~omk;gVZckXZxhk(HJh0OM)^OwE8wWPk9m_)jV^}L{0(@VEt@wL zMSSn{gKjBc@u-94WYonfaGjU)eo>VFSrjJkJE?Gbm;{-~oahF+mK+>=)$dalo32(i zYC!o%Gu=4@dr5iJXmCDld)&Ep;3DG?Gjhs^fsJIRrUL5Yw%qc3BRXq#f5$r$0$=qV z4h+7O+@Q!se#(~f2H-9GhY|=iY2>(X*25Nx74$n!J}h(JOZ?lZ`a5WrJr8$i-`tGjF}4+kf(@9@?rJ8`ksDV$+n&#VA)g z{S1A=6FCp@%R(F$12`bJUA}{r$WhtNTHj!`$Wt5|;M*v3)K&4IR|UADZRJjXypw)o zPrt{9hk*v&f0Z0n+4Nc?AYlab5y!*zS2otTk+f!W?lP6O1gxxQZ}4{4r@xub63A9(xQfa(mwfjwIrj<}axg#4zWH{L@7qU4Zs^cyhkN}WgT;|ud&XRiBJo;4V1#XORsm3sILyFt& z%tGWLff?de9@U;&GGLpye8uciELp+b(9e5Q2;caRF+uLB6#YU;4nP!<=bieS@L^LH zn`pim(fCg7OtzKtCN;9ZJ5SN-(q(G;$4lM=^VsX3L#J%flKDOGhgBlB1Vc@Dk^~;@ zo)kVtPie=S85cRuLnCaq#)*c7H_UpGjc+S=dxZal6~){M1Q8N!{pEjqZGF{|6*|%B zX%PoYK%>2ClKjs^s#?9U|Ty)SBtW&J;ODFckv&ok^Bqay^Ofn}gHraZ~zl zksmY;g|7E57*8iIUsJ>}N=vu_n=f|vwxF7vqL@DEd7H&PA&!1@T5;Vu^B* zy^f8{FO%3QIYr=w@U3c1qqW(kjK)r1XFTd0d*!*TQY?9Jn-lBe$HS*YdV_f{tL_us zrD$x^fJ1y~FPMUK(5@28g@vTOt<&BtR#xCafON!jLGJ@yY7ES0EUOqjm38PrU&Iue z%vmF%tlbod$&T7g^W|eUXa}PfnX|`OoF-^59u8U%r$5QJ#qK7g?^YnY9FQj8O@l`L zj@K9u2v}M(tuGE3*g0UH*sn__AmuB|_FBNt^&%$#D#p3mS8NUzpz2#La22h1v*boM z-#evA4w|47v4Jo@z3(~LS8*Z?7(o$SL7Y!eDbQ5mR@E$)Q|*xM)0CkVbW<#|@r?Z# z)zYXBGZkDwjqVUU5#G@5r?E8TI<~b-1dj{n6eD~poo1d*9mgIQ&!q({XLdkc3RBd0 z32+%+6MpM(L5?ZgmOwL6(-*`z;0D;wQppydkoPak2$O6tHnvaNeE70f9zE^hC#eUG zkwk3+sWEW+q8tfJZ-tt>Y#x?(Ye&iXGkE-vNmllauH_tc}X9aff{AQ8#r9!N-< zt2OZ1WLS*rbAL)KPi!phq>{jfg^UOdNs-*#aqzJr`mTqLyXf|HW zl+M{L6Va#1(hsYmigyF41}65b~Bm+S9f}Wc$@0+?4Kk z2 zQq}FIuDlFdZWJ@idaBg4KRTvzD|_P2@->@Tua$=; zfjFUh8%X6eLqmDNjanX0w9Ip4mzbwui< zlyj8kRo*PuRD|dvW6pt?SHcZWD1yhS#ZeWk*Hg2>hW@w9D9#PD#kUDPizpOK9C3{elYL1cbqip&EPTQEWSq2=O zXJbG*r`JN#A`D}DW`2qNnq+yO)|iB6{;;GG{W}TBi~+wE!WGbY)s{%{iB+(GB*wwO z7(aYZLkrzQ)p=8+9{TIS=6=m*h@*VdCGx){ZsqTZ{$%p+eShVB^XB#lQsjgp=VSj8 zTT0K3c$&XZg)E6DhH+!VN-kbUa=B`wPt)z~zIUHZk|iMmj_`4Fz+b!>PS9^0Azd>a zJ9lw8t$!@?GS9i*ZGV^C*rCqB+&p7Xv zvj*KZ@@zQ1kBXGZuXeZzITdla!AU>T=FRnsg0+u7QbwNk+2svo3BAZyY!ghN)!;NA zr_r_ebn?)tS9`ccRvE*R8uhhqznVcXbzygUUv?&J_-&}0>c%6mrMF_N(!end_xIbxC%JKJA8hl> z7d6hCh^BCSJau}o7*)>@zi`YVSchB6kQR{%jyEI-#vSZs{=-RV!A+VinF=f|Zv&s# zrT!_>&2;dt>ZKvLTNH)A$zfo~x_bQ3U03;Z-_oqFlI6`z1KKN8Sc51JR+M7G*9?UI z>YS*=uWb8v&|t7>OIF0yxet@cMa*BOp*C+Gu>Hbe1{Pxw!?50L% z|8#1AXiAHGg$@%d0Tifln6WJQSo!+^4NJLC+P?6-zdgc0lj^ZXf?rE8=PiAfA~s47 z`y{*_8fU8&d6MzV#;#uASwkCm>_J!Kjn9WK<^*JBkbry+!A7}A0?wisS3baNs=4aQ z>=PZ$vah^XHO!>l$Xzc?K%HVE1AZ3I79RX8e~-UqJC&fOJxj!rR6QonmA z_C4(xx)j)Fo?H0g&%X!9ba+0%s(CcW+VJl8B#!;|4vtY`o!@uH-+LmU$#LTsf>`g< zOKQo*4Z2Yg;wZ_zdMTXxTL@75b&yBd(DCvGsN~@)LBn;y283!18eSQmQnYgv0hG+W zYwf3vVWpI?$5;BL?Vf1rp2;AO9i@ZI0tFu5EwMlT-xP<$DnX7!Y=RC=$-sk3{oxC? zEJw^PC2K_@&E9<{E+Q%R9gpk0CbA^8s(y0qo!GbYd2*xpir-+@E7aX&iQhxGEMrqNJpKFurh|8u~{GG4bN zlPZpYyi~y1r^uJ%O~^e?BwwUDgCA5IwDIHVp7WHqYwtn%g*-lJJA!G}s@D#Tlo0|} z#rYKZ5$4PjjV2{2OZ7twdL!F-ceMrf-`WE3T9W5UH-4da2j^OtVOK~UnHjq^t-gv$ z^AzUM+WzKS2U3ghCrK|Jo@(HHNmHnx?Vx}DtZA9#Ypm+!<+$6hjqkSzvYHI3$ahF9 zQj)MBdEvgMT$f2`+xDb@8h&V>;PaiR&&5>VAAW`^KUT&M9m@V}{c=#-qz}kXvL^9X9-SB9AvtI(v;Z_71`=5Oc5Qk_uPhfxHMB_vjj5J5g8Mn__3|$a zY9(LsmL*goZh>A+tV3Fj`79eoT`PP6w|jAh7nqMStG5VIpb)L}c%IK(6`<2m0G~Da z89u3Btz33RC&()0V<%#be&bq|FFA1`YXtfhZO*Dg31LEJqbPzKN4TElZ9tc}iYV0E zj9o?zzJIdYgeA;4n7!HwXADv3yvC;BZ!?{hG7 zv2R+eHJQ>f3P29AyV0y2u$#4%BdTrQ<1eD{>Fz&>WmMC7_0CyH29Ej=R^hU$mRRFz*X zm)Q@`8BbQapG7&o7^A+g%LzfzcUyjLuw%U_cc)w4{CLoy(L*FvLeJ5_qob@DLMPPI z_M&N|5IPKzWwi>n+^Q}i;c;Pcp2znL7te;6{*o#cgjRK)v=u*3AT2VGw%$qa=)Xux z3s$O;eb1QPwrbTHQ(YNkS)T82KMi~S(1e0r{gXObAy`ku%uvZhB>*L}hH+8S|E}GMXsVLF}F17-%-=`y?0$ENFMhr>*3-Ca)GLp_~>|jLg*7 z&b(q#lT#tBhP}o&Hf;$@XJ>9PS)uA#YjDqMEy3C#?+|jR;iUcinr&-|X@s@BK^qd9 z_hMO$Tp_jG7NtsG%HOD;|5^%As-(9#-G_Lym;xmO)$jc(3tD@Vv1N2#L3|K+I;6n# zep`3XUA6_ATB6?R!n|67b4LFSx$a)=uWtI;%JeceGZfbCjyDNgG#S{-mQpO58u!gX zF&;ISjMfERZGm0yl2IYKvc{uf84;z~C0JPL6N7d~TR{1(#$mjCc*Y##!u%}Vm8>nC zSvQYhix7D2Pk^{-&x$RESps zEk$*PGm28;rJCouwJ`9B(O__Nw`M9?=*uoLJ4KHIPf811F0yhTyXv-HML^=5s{2Tv zlG^7pjfN-g(Vs%%XGek);x0LRzGIllb}C$*{jqKDNqYN8Ny{)vINVGs&HtCG6n`Z) z{+2D>c$eXm6KCx%+zhzAnWjPEXii_2wxK(A$mdCer?kSYxTK8YU#M`BY$9#oV*+q5 zTi7cDHD==!M*A9paKjf$fgzErszP+KBr51Oof9?xDheQXc$04K!<;1(rwp?z)`FNlQokuMf5Lwh~ z0Z6YQ96OYvyEw`W`pWqk(u%Bym!x`7PM)Vw+dZ0}uO#UGRv=o>a#@~lJuCCNuX4i<+Wf-C#mUW&LOGW7YshXr(!?f7p!HHSbR{x^Pel(sa9UG>^ z&P0oZMopXifFFpfjI_4vqGg1VjCP?l1z_|NmlAM~KlCU(c1>=3JHKZa*+OU_sB2p# zinoE_ZVkox<%WfXj1E9)nbe4H4a?F1jX`RuVaLAnc5n0cd`kRomHZb-ULe;l7cTG6<`zZERg&VdkQ2-XGhN8fX z^NH#4@LWRQZf<~k<*a_qGPUds6{6Y)E%b{K&{+IYY)1jI-F(BCs>kL|^hTmLmfXiy zXZwws4=6(v7e`Ndp2fFA;&WD>|A%@@5?0$DI>jB;xKK=Qdj3A)ad^ob^*i$EtbxY@ zbWEm*=N<7^)=7^;%fp+<1mv7+dKAILZ@x!VXQuf8T>DdLPH(TtZIwOp1Tx2!yMC;M z1#l2CL02{^{er`Ie%sBQ;P;yspPves%olLLDEWlBvVO~ujIl-P@)gIhe2mcyuWDO0 zW2~=cuC$)y#1R44bgSHs*k{y8h&)nU5^j63+8^XYoP~{>NGeg)#xn}{3>>cP%XrKK zigD_~T-tD0k}?0L4vd_!8rnUeEJpTI5pT+mFNm~3WcX?oqB2_m4$>#+FaMhAPN z{(fbPpDg;%QLJhN(XEa^gj=JsbxEgDj1T;bZh?tS(9<9Fe2yBhhbl&CHy+?w%{Q7V zEkMjE`I;2sm6>3T%lWM$n!Z~#BFU17pC?J|hOeh#g`-wvgJi%H`&}YbVd>%u zm(MhFXl+_nZMKO&#md;u~(FZ-4Y?$J0%S|}Hn0u94B59^ZPq|}^r`tJQ zlZm#*o8t!9b&ROS?C2|5%~V@_eC(gswo)Fkko~bri=@q?|8HTqL0eOSzg}+l+c~8|gTeBE#uhPZB zCJhIRYx9K~9;N65mYQ9k&PmcRh~}4D`UY3W_!C|Y(6%c7w+G~NFjr`t!{|%htC(WO zC5JD)=0;V~`n?S{bdJ)ZX>qCqKU31;gg?Bra=8B?_HI6on+Mu zbZ#?{<+A8hK(z}_7_pvmsdoLgH!f2%X^e*5owTCt*H z%DO({H+r|ex=60dPw(nYpnlMxILR^s9GYo(n5X#4h!R!!)E@Ms*ZlDD67?4=W{wFN zEBPm~=U(P>U;_4hRM=~pgOTfq3sd7R7m;5}N`pMIoV5t6I@CiD@1g8@1fb#qg} z-M~ls;aRIk3TZ__@Po{*zDVo;Hrx|3{m{<+uBGKj zCZ6`BR(?9Pw(wO@R#?QTBZTGAIUiv~2-XGL0E3;jpF#+bQo|=OSv?Bf4lwa>{=x6} zA81+TuK*7Ua$FzVm^`Gb)rm^xW!oz9vvjvE!ppBC8ovzLyc7Z1;0)yHSG*&_^CPU6lA+lRi^35@Wg=swNy0USBTKB(FR_Md*c7te4>S9`+N9vOypm z5U+>k02yN$6HweJVuxD3)~9xnlzi7$9cnvIjmGbr$m6?oEgUMe4r&6BowIT>3T8T) zeEwznm7q?EW>hDfCoPxM&Y52EExn6un8s%d0zM=_Bpg%<#~^Oq-Jx2(hDVb5OQQ>qf0X=|m(haUCGEmyBFboO~3?YQZE zoUf^Ph|z;+R}CZCw7!-3y!Wh;hpO7;gC(;~P!f{ponCEG@^U2BB$X=>(w$CK!?s>4)IH5}`l-YzzixQvV7A!! z%b#hC-%`YtCxOv>5>C#L^>?ZR$z-3zyrR4xZg>z^h!^+1kCbuR`(iwVldxm{5(<>( zL))MD?1i6Pc9%~ECS3G=G@wN-*uQlG6`a+R#iyr4x|zA>#$_O8F5bl}X=-_Lccroy zM7yn`^e9=kFF>&GH4ADs9W(SJ4jr5b&6pCim%@w{&*`kN6=~%`g@(?POQsk+&elQU zN@9`h7n*F*X<=q%W!2OsG?buvl_;ktGBrR|n@RM%%Tn@`y4-TN2N^;?Z6(Nu$i7z8 z`AOd()VaTXTRz}N2OJa4HrUX=RAs_QT+6a)xZJ)qE3i0g9s&!=fX!!mzPHcj8xH(J zSo3=j>zlIvM)aVl{Z;nX4u39ZW}*ZVF!l6|7J)H<9o?brohH<>Cl}sUw$oaFMVFzOvGET9d{F3$sy)+ezPzRtj zaj@;9;(}l`#GGQf%bj`(<#NHansVE+mbXa%C0GZmB*ODe3lk=a8d}8>XOxD4)dMRp zvDJ9d4Dl%LnffHknf51(M}$z_szwZiXFz5i%IwYPPcK09zU8T=au33h|JID2HKS1w z7hiELSXk&2EkWTlLZv%hi!Zr6r+V`U`&6j+2{z-0V@{|;f{GJ`LNtTUGw0#>`e*Au z8bUcv<+I|Aav3EISZYdAV&3~l`0tMevQy@K&tL=WR2`!Z@ zyR5}q)AdIT?VrP$cSuuXmDjTE=ZEZ_ml}qPBt+tvj$ZQt3Oi>RIA^;+`#RdCnZYF; zyP>g@O_7Xha+zpU5w-S+@(MowoINCKITq*_Z1KREm{sNLSbjJOUFy_`O=J8 z#QS>KR7){iBPqA0yPxK;lLZmCa&D~Pl_utOQ~Wq@OCM7ABv zxcKBQ>?RVp@m+8DPuxhK@1rlfEmNVrx(|4v?Y09T+nGAAJdH-S9zhk^k5?1 zQwC03_wku#kE6tcO|`_P`eC)~9}7(_n7hxhEw@eNmbuP;dvWwdsytIwvUzIG@u=pE z;-*?lX}Pw_l7oiO^tNu^=4nrQ>a+;9hnOkH3W^%Sb5%ZVTpgqJtFZ(R-1^aubd8K9 zQR!IQT+7zUdGr+9J^cb>o0@D%av7+U3ZNPzGB`7s3+UHSk!E>lNR|L)hK z7t1xz*5ufzs`j$g* z;V?$yN32!W;ALGlJ8=DzT#t{H(%7*ZNg`r~e^KB+;h+;`FQ0R z{2meA7>n?&dh73a3y5dN+9SyB9`0IR!M}T6`r<*9WhyQHnusYojvjx{ zA6=7JuXmWLF306Xwux+Nx99U|bOP*bMYst`EbS-RqE2@WEtXw*yyKd>tMS*3n}OF- zEX|l~*=eOW?3u7FyM(;31m%dfB(`})Rjpar3(zs0Dtm%eX5Ct$#!&d=4PxLI#P9*m z`m<1s489r#D}B+vR<%=M6?2(tf?D$0LA%5x38lOb)h3RS)9V$}&eV%hXLf=dA$5#s7rk3x2zQ=wWt^efa#p`qC1F>h@pJz>_oT4sFH~`D@GPq6^ z1i;BL@upB~?C<%MG?H(YD9cP6E*kTGN0xv1?&6m6YobMgvzH2~7fD2>RnGjvV@;tS z&kaM_3U$QiXbMcYNxW*SM>SIBnSWaQf&%)>OtLQNT4*Xcc(zt5O!N>rGhg{)xiAVA zXg}7wSKe^`Q3Yt>M`M*UpDJ|$!hEg;KyC^?te=3d!XhLc{SDr|>59JmeWTeW^Dlop zU>tChMQ2KDG}wl&bVt(2jjUY9ET07psFr&Yo0Bg+C^JYC^}-&^_j5H&Ea_R9TM{Wy z8;`{r6|Eb|$@z@24gMKD81nN@>!pr-!~3!~b1(`*q@>lRo5$^8Q@f`W8nd6Swl*4b z;;Lqdr~IXPG*l|Di6wN+WF(rbEZC$4*R`CN#ps16RrIO@>#Ls*PAi1FE49C8eO{RW z^(y!vW<#A)D#Y;q0}?6bZ%veN=nLpT@oDFyo}uvtukcE z=0C(+3z++MM1SkPtdm6e`OA(ObZX6+X^1bqVNbkhV=TCFBbF`M?(}pC3TYf3#lafp zCimwHGNRm{++V!@Frzm{F`tA*vWF@6k_?bi%YB|$#4GcOcA8gMhG$P3XaA8Ycq527 zW${OykHnKP#4_w<4}xF_L%ecK`m2u%Mn(N3>0>J9|HslF(~3ZX}hip}V_t$f2aWV_y6}?^n35bMLeE-fR7ii_rxe!N(T4%6DnAPAF^D zw1Z$C#mbaO*Xg9U3T!3fyX%NfkwF6V`$C5x?;kAy8<4+mmpcDjAO;g`?3q;2Q5MSO8dP?{dkj<{QkjnRQMShyrLlFHybt&LqcL{8t$-H19fVpSU}yCv9`@( z9zk$T;mMt3JN9Po`oVs;rW4g9fuezPSu+q^R?=EWyPRYiBHY-Pq8%o0S92CpO8vsd zB=-V*D4`mt09-!vM;p>aNZ^uA(j-}!MmGH5Dj@r@)Cs+g2#()#Q>YLCC>o8Y)KFP~MW{J)_vlR;X(*L@N$cMox*7yP8)s9@KA2&k3 zAJf&M78i8&g=QedGR17AtI_D1_WF9)n@aqI2HY>~8L9CS%dosCIh~*)WpjZ4_lr?z z1zm%}jkNuNICxqXS4h@eoT63@Z`eB;dqAF1?QEW0hcrJ!?{(!^Ii~@?sA+Z*@H_AL zl`|U6(EWnQYJnzczG?Tyl?D7Ysq~VU3i)d& zojYG7uEbs28|u$*c^rz;S(Usue2+8-H19DN$UpCWM2AFS^r=r+wS4EQ~DKT-%2-U-ZDzK-7m*4ZCS zI-Q@YSu&b{YfYz*_u&<4wc6%IzheEGjUoV*O7)vY{Zrp3C3ZLgW@jO7znxePaFBRn zSsR5S@D%pAzaKkr^LBFv(7gWq{4{PF^nq|t=V{>2FKM3^Wts6zbyDQrrL%C?fzXe7 z1Gsw`xuivvB|Ue`!_A6%GH4=ZU_ZbnKxXr}jQZ&ID8XmB>Zzg&ANB+b#q+W(lI3Cj zG}IS=buEd3S?BV~T|kObAT()`kIT#C+jRUq*p{^&-vssv?$kLAD{=NU?W5vf2<`wu z#OPBJ!dz9FAFF>>!D5S6}vr3z={HS2aP^=(rS0sGS+^r38mekDaw>YCv( zFt_J<%#%lXWpVL+95Ctd&yH&9U<~8yy@U9+d=zc^5glL~Lj6j43ue8UXuiz2HCYv3~1(YgNjyWjZ=y< zez7g!<4YXj;W}nLes#tWm$=|aIv*HYg<_yqTS}a4cPfmDg%1C1N7pzCW0}9Z5cov{ zp>6>?DhVMDa7{=HOnh*<(xhiCRO_0sh`ReboCgx;scyHrhtm%Il8+QavT`g!9outG zYr6R|hxXXuy^{{AM-())$#TROT2^~$TUNlsJk+w18}mLT8>Gmd5S4@KurELYR~8?I z)~9@x;XOFeCC;l_JtDvnTuV72H13ltJ6519ufFhaLTu=n&kQIF=U53^4NRiFhuR3x z_1PDlPR2h=?=QRSxQkU(Lq4t#*wRnRq@bGq^|gTeVC<=6<+%XT)V&Cw>0ux(EHtnF z@~tYB+~6x@o~^XCyKWgMAk;k%pqh51A+P<^w19VgN<9HFv5m|30BPz5WU8N{z_+&= zY2)IaZ=Ouslry)LRO-v`l9Pv(|=;MxvfqD}z)CIr5(M(Y$ z^c&A#(_}_K=enJb&%(|8Scx#i5vO$vH@j4(Ky>c!Hq1_Vb{%2nYJh0a^gcW7djtpA zWk9iDnP?NO z=%Osd^vy%HHz&+7Zd_GA)MU3(m_wMN5lrU~xU0M)Sv8~l+bpuEARNl-sTY}|_*G?E zj0z1Wu6+&T*XIoYZVyd&>;qjA!>=ZCBgcTlCSAo`2OB9&ZLO{Eo;w))iB<#z82-8y&hy}PlqtN-V2-k>m)O#dBIJ7Jpl>O_{b%|{b4 z$Hn!Ssfx{Ty6DdGX*=Tqrf2sz=1t@xsJGk7>)iFd=8R!=^MA%L=WcpS&{S4QWvOJXoK0)H__HDm8 zq>EVz>A?h7$V@-6w~JM4u72NIzC_*wW8;r&k@;No0Dt|a{eEg?lF6cP3ZDhs|C@PI zy5%>+{x0-SkpH)r=euaBOiEJ#F=&89B)!_C^e{QXFA49oB}9O z`tuGwGQYp`Nb6Q6=3~vCL$|?A{ykE`2c217yAJZ(ED*5sWBe9b6ktccm$ zCx}&>^-2|}YfVL6l`M4a|gJFcQlp;LfO{9O>%ztKH8h>vcs7@`tdxzIVV4^61*Z`z-| z?4QjADJ^BWX56)a*SsdYT-P_hqO`3p^UnNIJs^33*wrlZ+y#Lo(Q~t}J$HxI1RO{9 zvbxNNc6-!Ik4&0jmx@x{D1N-@5ik!cG{u^Sv`hNi`l~jQCjB|)QGMs{bOu@eTbPPn zRFdcnmvI4F2@KJYo}WwvE^k&g$7gbHn~0V4K7?5>3}Uw2fU%v9-n{qDgdDO4Q2qT_ zZJG0y`j}oK?8y1gh`yYW$vsyzjP{h{qqU-a$BFC*8xN;2cKX5ev7i(cPcfT@0h=2| zsxdnpB0pa@dc0a@MCzyB1z#pNUV5tvwtC>?iG1|(&WUbTn{*;tIB6bLd7gSzZ4=FE z+&wS%{0S{T;2+IVg9?>)FeE^;WviDt+>2(wzfh&mhz{yBe!*y599@i)IjBT|-{t^^ z4WGHiqHWxhn~O&+J>}ccq3Ge6EP^9R4jSC~x(${WY|pCN`<8tziRW0CfRFx(Fs~5( z00~>DW1G@Z<;~Jcruz-wXPJv;SvFBeHSe})3E-&@W;7R4p=NHa-D&WPQW4ha?3_pP zfcAS~mc{yCOQT+9XMQg7m`X5?O5u@=Lzhag8r&Yu-un5h;~35JVIIc!kLAz4Gv}#M zcax#dMre4_F06mvt|^fUF(&WJ73nqP0u#M-;y?CB8%P->K2%0vx3c~e5vVcsjBaaehs*^xAp6#V6(J5)O3#p30%9k>GEzb4>+F*EOA&*@@UBPZWIL(&(jOJ1eT{cl77xJA{WrVHnMHzI%H$(5~h zFgE?}n|CMwRQeu4Q@qL2NPt`4aJ>dTT5wQN6+y=ZGpn4+U4EbkQemuFGL1`76G6kX zN&*te1(K(>zScnePB_o;X!|*2tD^@QDk)_tYVqP z(z)}|?0P@ZmFpiOi}S@@*M*B8$~DXk${SC_y*A?A;lTVMx99yU z8$zYkE}^fV6P4wl#1GxxhkVX4-dQ&riW})e&rRk+7n?6$%k8)#O0@JT945`fY`Lzd zGJ42nx%yk6h(&%?_DJ!yo|;AfkB@R2j_HMs$*i+&jD_soY&kBj976=zEZj)0G!8OR zr1X_dxal9Z5xX5$flb!jAoB#*EGfU;>6#4HF>k6ZHv{E%hPoVjTfOnGcqBg@$)xG+ zhmkB%vJmC8)6ZS+4qQu^&6CUp^&At9!R`iKVQ2eA8o`{Y9^|&qjRqGr2WjvKeJfnL z!uomD0+o^vU38GNb^xr?Qnnt@vri?t-eorAML)5wSocXX1NkMZysBu^e5Q2wt}U!H zSSN}Ulw-fp4az(8VY~INbBZ``LGput^d|?RJAY343!UCo#$|i^C7ShZE~`roJ+D=j zjo+^z+v_i7?O@4iqr{yI8-UdEhSS!PG&Z5GTl3SU=mm*z_P?(T{a+Mh_QM!_Lbs@0 zgB3G3*7jt`3gXet)J@m~-oRy{>~3z`xjvoWDOXYZQ@Cv}`3vgIkf`CP`x?#F8UgLW)D=KuC6AdtB=$Cz~n1w14BSH_S6O~b=2rW zd2e0D(gf7SmEKJb|z=X?vkCd)-9eZ-?~_z0InWi zUdfT(?8X{D_r)_NJIc)D|G&ev` z?)|t1ipObUZ89qYTekJw=-a zPhiul49D^bo4s{}ViZrU4Sr4Zen5{5kTjihK9X4v1h@BPBYA7M7U4Bstge?_Y; z-Xij5?Qc@MkzUBIe)1NgUgQCn3y?7;Y1O#*q&e~&)kl+*2Lw=F71>s&l=JfHWc^lQ zhB)Cd;daOCee){|#Pac|W&kKf4qO?m2P*Tn&3jYZ-m zbP3X;^LMyt1Fjv(JbB>COZ69|9npJ^F1Ea?Rl?2O7K@k6V++djK*)b#PP(^6rr$Pf ztMDf*#dGFBR9&iSOu1cG7vSYov2sG@v}uZCHX% z*)gBZXOR$5sf?5>_ogV;Jc6epyk01U-&GesZ@#BBx>58BN?dZ9qpR`Fn4|iuqFpWnpS5egW$;4W{o99A# zlWq^_wlRpb?;&hyy3IIEBfpIGg+$Gl6w@t}Ui?*C*ow)y-FkrTbyj`v8g zmL6)TgXT2I(looN|4Gj#n5Y?`Wb%YdId=~zm!ezqI<9oO+Lb34Hu79Zaeg|q3lYeT z*38T6RlU4#IOrc>UAKQ}AC6zF>0FiK+U~!+fB*S7--R<*LRKC#?^4MF%Q6j-vT0z- z!MExcwgWT=?`P1S2;U~lU&rQAb6c{u8U~As)$fM1btv_jivtF_I``Tms%tI7FTb?N zfJHo(vP;*;*2eC z^-vt6NT-M8w)5~2_szb7<>~O~3uH&@(6Tf|0wX^if)nj6mb0o~8a1@cH zdOQ0s;|`M1aR~XJuq2GHm$!CGi3`^>6F~F%FLaPQ9K~ zg)(Nkm)L^heo5+=JD72H(2zIqhI<|N-A*B-`+Eqb<7Ro9suo>utA#tiRfTYDv$3tpZfTjV3C zd}|!o_l#?88@IMjW2{ZX$3~FgtKSpn<<+eUeqdBFfuZ}^^Os4_(7{-~4GOUiO!W=t zYi|*BY|I=#I`J)l7zFL{B3w-P-FV7ViSsbA*{-wkvfnhxOp$xvegKd=mv$y;+Hg7+ z4$F-=we{b6-rc2pv$O|89+gQP{D*{gU8`T;GUipx+ij@*eEtTLr{=9EU#DcfsDPMN zM1MHpDW0|Os5~C}-#Y9su(10cx=$|AW4|toy+WdTPkb7c62;z*w5EE;a1OFIZuVmt zZniyf$4B7FvSDM59{1cwa*UeGF;7}^%z9}eUj7=rGG|$Cd;*y;9fXVCm^`-m-#d&= z@O3%-TpBy@d9C(8_Rj*`j<%rXa)R#uFjpt#ZAMVdA*Dec-)q0cvx=Vn+eQi6IDVpl zlDX$)i6MQK@L}sQ@Alg^T`v4Cgs1d&Lnl9D?g`{?83*~sY`roH)kifB+7LDJUm3LE zvwtyGupOQ2dO7rO#4HyTNqbi9I)mr+>~P&-#~&f~yDH^%d+LczxI?!z@*Yt%_4BG3GHh?H+M*v_!#UQ39Gh?2okZczjwG`oc z5?`pc@@{v%F_o6(96lMG5JJ-#8u(SZN!QFz!(C(O9Z+Qs(8HUWMHzD?S$_pG{Z5|i zB&|0Z!E``7n%ra5b_4yfK49p%eRFt^%=UZ!50QR?ZhRA2By$`ti~t(9dNe7-+O=GD z7XFzlfR*vCMECV%axHo9CmVKYu>)`VVeTX2sBFVUbD1|T2J==i?#^@Muf5;TD2t1d z9z9(hf92owi$bw0tzEFYemf?IpDSH1_S?~Z=0t>Q7sQWx^(Ti(2o5LagL~((0T*U2 zurR;-lDX@uD#JrXq9c!HIk7zq)&Rdj1e<6NH-hTI>HWH&^n2 zz3sO{44KkNPrtg#RQ99`EG&68^d#PWJavGCuIQ>S^VyHud*+5@Su;=I+*u6k9m1Xb zoN#ErB)saflZtriK;l+6gzU-CWL$A2-gezBLH5JS#2oRo>_8JVf=awOxfx)NS>8m5 zJWD$GVW;}h?7HJ8J>U12Kg{iDZ#Oa(861&t?rV-i`VNRAu%qo*rK`>3Kd#;c_x_ZgsjA?BkRrjb$>gB))@2_-h%oie~!CIj|Ylq(a@AJ)3+2>PSn>hJd0 zJwNF?llU0`3m<}+Y1E!+u|Wh+CJ6h2g@Z}=uUeNF9m=DB^i3~Wib-z@8at~i`dxsp zW&$tu%*g5$WaHJQ$6upsAHUs^3S@81(7U9cL0F=UW)E;j{z&~|dwAL$l&f8QSB?}IY|t_a;J3~VtmNuoc205k(Hz~$WqYc< z*XD>H>zukY^m%Rff;rD2ZFn{q2+XtE{XtcNO_(dU&+Tk4<(`?5r%A2^?ipLvA;dP} zR_YDemM4bZh$hB9Yd?;Ayq9`l&jpeuFPx00&$e7w3B5iwB<-}?<}J@YP1_{W&3xBA zzv_PvzZ(@@pY+qzrtD?kqez$SbY+06cw*`VeY+Kj$YGGmARfL zf~GV4 zL9NJW#>8K-Q4v|o_1_Tm{C`8xx88o#XTd=zn>owIrQPid3^dZlny{xo?RPq>92a~W zOi%QX+F^$`*+ljGVsADl{Re)=p-z=BZ&A&zCVzCpRNn`})%V-0Ba84Ff8@OeBxW?I zfIj~i7EBzo_Jl~q(APDm_J(Av$|srRpf^CBcS&?u%0;ZVD1|4S8zbkw<6q205Vr3mX-k_{IDUcrIo(tKuV>)+9x4; zGw8($qA!-&vl(_L%v!4*_+7i9(NE%{0BhA-9s}?7V?Sd<%&RKkAGp2>%G8aqUuxjl zr}jqLGge@ewhcq(ZT+R*EGTm*g+XeovFCcJ@5@l%J+5NW29lLy9KJP|VZEryE5%&h zm9^(Ld`^YYxlefqL82Rt7__g3AZXWgT;k{yQf7Y(yvvG1U8e}!V|lsx^x+@7f9WQ| z*ZkEHV1?4?6e=IO<{{hX7K!#70q^RF{Xg@Rc$dZ^yy<|&pQ~e|1Ebjqm)kKwG=z(N zCDiV50{bI70mw$~()eG?qhh zW;-7{&U2==I24s=-jv0jQw2J*-euKeOuY5ju++5CZPd8}$T`8oWTu2;ZZY1PXC%1< z0G|o=n<$4YvkWUecJ55_O_^tFI&Y0;F#5B5UPd3ZX7@)3ZQQc0$QV;so~L&WiRX#C zzu%Y7nte*0W*~(UVP%t&I@QkWN%vQqwztHUs=2#-YusU%F!_lkE={dxf`s<!_?-c)r{FEtqRy_PZL{%&ykzdh$N-QPL~02QaI7y$6k{6K+|}`8_*Q zSeo$ucv`GVM*wLD7J0|Pl2Z@v(*7Uv@1bXo?Ex4GT~ zWaI_kI$a71;|~&g21e1L(^*0fd1@uReao(+D|6kKO)Jy$pDa79^|(r_W#bJfb`W$J z1m^0O8FB@#DQZI9b>H`An zzwmAyYXc{)R<~v?s_{PBTs!anRTKC+ISg~ZUN6@rd>x}b?r+a1-i9%^Yh~QD|J*#z8P18=o}7UXK*cngc0X)I*_IVgOtF%IrR}vb)BK+ zt7jL#_0$(jnoCcyI|1NPlJM}1S--9Cmd$d`y1t)CKL}zTM(V2`_$e{NmK>CLlpLi` zI;CGd8-u*KFkcR*N36GAW2d@Csu%bi+kg1=p_q;ixu^`1<~DsIZxvW6Y1+Bw!89e+v5%u4$)lU`K~A*g>3BkpwMSamjcbvw)iTO``+Y#lmny*gFa>)2f-#xD?B#+tk-f|4=SuXvb>^u-V3 z=|{M)Xj%jFij9B1kkcwMIfMOo_h~l#W*cxq&H|Ozn4rWV?aE{Ko9Zi}|L$i$-q#I~ReJL*@*A2J|3txWf)Vv|y$u zsCP!(k_8M^Do6clkm~j2fcu$T@gUGNXhjqjK3V2PkMMSsXIx)3?)$;5^79%GXd5pS?Pc6miS#yrt~1+%tR zIcvj!O}KS5qg*%|ZX%Io%CG zJL4k21*%q7?^oMb77G3ECOoK0+gi2e_`&;`Vnz z*K(81EpnvorBro)T4xQG+Yle}j$7NC9TGM?dv6OlVW+jMtct`^F)&W^|1#0UVzxj| zlSBQVEUW%aX;eAhpW^AyH70X!c##~`XhPvk1tkctW%bXAzIT)xT$(yPdyJ? zE6873nA<#Ezxg}pY`PAlln}nWxFN51BuVaduiObt#Fc?iD$kMyl8YWDTad9G0llVS{fSR$yzY16tG9{GkU-RNX2>Ym2(G;SW=xHl3+ z9-aTXKbw*Si5mvKv4Up}-n#A#fc;IgOJo908f+am$Gbi7WHB*zeyaZUU&_-tDz&-0 z$o7?1Y*1_DGij$^?4IM_KcLZnLas*`BrtEU*e1F4q6l&p2FTZPg7P!AKv;h%>;TNs z6Gis9z8CY7SLw`T^!WNNz2WYjWq!j@d5rAgJ{Gm6h15*ZmuEUxt51s=^$45(I>bMs zNwm4C5j~1!ir*f8tS~W7zO7z)uOtoCbFZ0z{pX?La+6EvKkQ!Y;*rT4H9oTflI~f2 zI?ctKti)GCkWoX+Uv)>B4=3bvKB!I3zL*bi+y0V42cX}Vv--HEHAUA`2d#dy08x-P{IK<8EPq_tT;J3^K5_awh#UC?I6H|MiQ)`G=!sIq-6?-@2blXdqyRKlQ6+w`fazS+z zN$<14_WvPP?~q^dVp(B^1+O*OS5W|2QE;qMX)xV)QyE-^Ywi$v0l)2Hr%N;TJR|Zp zrN8l4rRotGVlqrsO1;OKqI^@ui(z3Nd{H?F ztiKt>v$@Vo*tt7w@IhzPP32}`PTyX2C8*vwJN!0Tw4*ccqI00D{KRf2T#g%lhJ^(e z#gSmpGfrWbO03mOM3^RAkeIDv*4y$TV zDUp#gWKvu;O<F@Nyf>BmP*lWFSi^PRU`B=&H_!16J=JNy1`O;i#%3Ve5CO_Nn zq2SSTDnw5A>tR%H0|;_E6}Jt&zg#N=8Cm> zm0kEWNwsNt#cmcPquh76c3BtNj0GqLs1iKi(;Jd{9a~4iSf28KezL`K?X@+}>|}(p zyO9HlJR|1~wZOo7ejp;LZB-<|e4(S&_V{u2D^5JF>HKWyv2Jdr3=|`C|AKjiN8kBs z8d>MZVvqv%TUW)-dd=OJUAt+WzdxobZr!Z{MEi;rl?$Gy5wd_Z^2_3|XxQHjGH0KS zqe~wPT=w~uQYr*A{3nDUL{o{|=_Dd%Li|Iyc*DX1KX(w zqXp5=_J@weNw00n<=2fcx@Z6JK%etWAW8P)QSk$GKlCh({ry50aYXD!}V zs-TE%=oHN6+C|d`aXR74K|Bg*CPR0fRb8wz(Q}?|in89n8up4`x)YLGqElvo`V%BY zB9?b@s#7Zq{oy!vRH88DZ}S?NP!T%)%a}qeP6sdx@h*q<(n7>00>{i5eb|K`xySiq(1)d z3CR;wB)`9d`hel{;4gWuY~p=*!Do-;B+IFuo)OTGhdQH&bESLZhg=y&HYaynzo=@~ zy7xjN+fXLq;i!Z4YpI!kM@(hg|BE~sU@rwV5Dle?87w2AUDKuFSTBX_Id=@ho3lkvxa zlPyzyCW2*oyqa&)Uj=)AM*N_g{j8iMc2|Vc7aEX=m@0;+g}>KOo=QG8R`iM@Nn%QH zm|{hI+S0QMJx>kH$$cS*D+jd*iXFxO;W+zOMr!l+PmIhxkG{}4M&sO-yM*28bd)J-vHLA7r+y>4N z2XjL4FZ08x-y2nbE>GX5&uo6qvi&8E=*qdO@=2m?Nz0h|_=D)_uVRqR#f`UG-&G{E zlgNiQ7YX>c*cnmhY5$?qwQ%_x6D(iVGqDOkZjo>@<#(eL`xfEBpK4m1wV^}EkpWLp<{ZgP>gH^Pl zaZ0(7>|C$S?53DSM3iKfeDSzb%q?#8A@G!REPU!%d}!rg4d%%fVP02DNUGepkJ;d3m`{Wl zv!+?(fJZ{AdAihVJlO+UYPMbT$#MuKzI7W;YvG_229;Cc2!ahw|J>@ zZbD(NNX(H;c$r48I9%WYxp6e3S}wkq-{g}izi?biY<-!sz`wT@$E+R{^)fPi-LxtA z3?hK55y}62PU`!FGnJ^p+g8fv(opyKs!7+VkM^qw`CT+)E}LP#gAF3YnJRd+<7BZ- zOVoTXM0@40?^Xn=Md(S@unvbq{gt{n(da4G1J;LgfBI9iy~h81DcCnUqHwbVi6n$% zm4VkrWaoM4E$zN+z}0k;80J&(_R&+4u^|3P@MZCk!yOp2chr>7nDrpxkJ_qub8-CJ zPoS^&HGmP9{sD%lBXM6m`&&eJg}FEK6pOB>c{6}Bd|!wQia;;B!+`rI`iz{Sz7`_+ zH2~GV_JI>R<93H$7r|{nbEJDZg~?pT$mqnh?s2h5p(PrQzMZgr(sl%<~xQ1*P=b_ z6=h_FkS9D=-lG*BCJP$o^~}Cltgeg^mEi)AiD}}j$qPlTq&P3DJUVhwDyhuE+M^>2 zVtb`p-9$y&bAMKTJ*7QRk7Hb8_>13cQx*|Pc>p#y2;KU@My~Qsz7N0urC0NdR94L7 z?|l=&*AX9RU!(R6{F7;Y3IzWfg%J*97iTvM6+-Jq_*&c>#2~Qyexi#fr6%g>}@bRt^^~jXx zGc`l3M{$PMrHP-chTZ0^la$qW9jt8vtl0RK-OM?H=mWwT3T@hJWK8;AD?WlQZ~Lnl zKa6!)Yisg-Ei4<^4?Z0FFZJtr@H2N6Kf{v|r;HMn+F8+MNKUMGc+G^$jj70B-}?B2 z8}_F@o2^+9;aQ1dm}JwK!$eg|$@dRxZZ$~SVPoB+_W;Dxjl=ja2fsQ2=w-v|30iNW zq;S(hA9GOMq-+j1E2EANazfxwW7DF4YFr!XQzl5`dehXi;E1Gx!%JRDzMB`HY}oHy zQg~MqKp&{bB=yrqL&L%;5jQdAJKPG`tGWS5i7CUP{A}>#4`E zDDlY)o&PFQfd7R3oxNAj=$A%2rsw$M_bmp$G(@hhk~}hMF%M*odaU`|TBG%V^@P_EvTsJu12x>_>3Qjc+1IUAnBp`^n{v{8foHUnUMe zrzKsojZ;I&>|am%A0-zETH@y20oMO+G%rG zbv$8pdVO*>g5vZoECxlzL%|CTe%f)E0;?qnT)(ndTglYDvNSuo5%%!ej>;f!1V3BE zZhKI;JPHoz=zzcgxFIe4K{yp7`aw*6(nH^s7&-|VTXZl&J$lGiV$8UHKb9p1(A7Rs zLVVZ*;KwwoPbn_dCc>Pj9~{)b`h&}_YFx&1QqJ>Egkex&|IF|3B~Zuq@ammhG$Vdj z#A*<|M5Po$!z7Zr9lfkny-+N-3pMg`scy4tn8RGsa z%<$k(eE{3*L3W{Yh{3gqho=P-qH5l2<+yZk43&2VNp(QPSOa zJ!v5=m-5GpeQJ0ke@Z&E3=x$brB_Az2Dves&WoGNwj}jwtfh-8P(Q{Bh?7Od57T0%K0XUq z#ohRVK_gQX;=q9sS!D~CR|?iF`=UQ@L=>-JlY^c*>}pK7A!xUFpJ30A>FxO(;CdkE z`=ewTy{Hrt4JLja_((s01`?&Tp5_oVd6?PC{kANXGxTDEb<&*f)V!N@!MMHhG8{@j zWc_CCSXdTb=QO}etmwUg#FJ8+Zw38M5Oc_?y=|Jp87p1NB*@}&+AE&hl2U|Bae?Rv zqzmhook_ik%;sg4g?jO-4~7exe|)%QSZDD$yjsaU&q{J&hZg@Rt$dvo3TeBZC#FN1 zTmS^JR_kU$s1X~S@*UEWm#m1Ba%=94Jx3}<(IBxa&-?7f0sLP;ZEQ~;J!D`v&af#B zH0qjl;i5t%#2ob)mfOA7tUydQ5^9<^&Sl{%kkf@0+K};KfBEo8U4uA-oK?4&zXh2C zm0ecg!dr;IW)Px;K|#R!lj6C5qj#r4y=mOW4APytfiwP3VpARrFO{1Xd*9ef!;M@8 z-qUuS-^nZpHYB6Eug*&MFf*l(n~Ea{fz7u2+SC{NdiwGNTR230LmTK)48-NBlbMu3+%ETMjjZOw z#;5sn#&mpA6d)e-w}3r>-iA(qvU|5xiL4ki{J_AtJp8jEE&I$AF9WH3UkVZJieIg7 z*}eZr?%5$rmCNlq_$;fwsJVh9sb35GJKPAB_R3c=&(nk=AaC7$ugmOME`ruL zB!av@S=$=AL;9#m5i}9#tL^AW^@_>)ES+XPP;K4VT-zx*k98?&`rN6G^j9V^pc<$C zjSZIzM9@TbTW)Xjy2Uj^_IjS1j?>uz`)`Tr@V_N0Spln=y)Yjs8zY#@OPsgW9OO(9 zn_+}c7n9MTjf0l-@z*za9~cy(z=~vwDshT!=ScXkaS6gvE?nW90eo1;ABPd^J?wIg zP=f&FG(Rqg%o86gA}|fv34^U&lk!54q(2drWB!P2Sn1Q$80P}>QaD^b1BtT$H&5j- zZ`zFOXhYXcF8ze$^~0Z7CCO{6BwWhihyP&5QGhs{$+9`HS=xBPE#zv5Om+FemV+~= zoKwrdKJ*+Ig^GR#3LZ8tXx zGfoyhp^lKOuBXv78+S%6iC5a+BKSxmC8>BU=Av3;33k8YX8lqac$8Ted>6G4IPIwq&}P9i()^`c}wpB8Ht(|$$1L9ERidLw?xW_T~7uOI%SZk55z@qV~}9cStWiBHdQiEP3()GX- z;XPjQt=9~Cu$hwJ$dYMSt20%KiM26_p9YCk?t9ch%V*LCeuZT5{1RbUZ@QF;>hX~E zBb$((R@572Mzu?xLsl~KqUQh-vq?R>ie0%ftVBfQ=j(l0e&(tzBh6lUhngkcClnq8 zc+>G zSJ?PdaN!^iFhf0(xn2;3-ur299=_0m(9pvs>OK4MV{8gHHX->|O4^%@#{CZX6iXTn zlj3@0B8uWV_WVd{Y1N!DBLO~=<%@$U;guAf+KHUdQa@0P2J^Sfa&9AV{fx+S!4C3U zB-U6qx?-~xhy%%dZ~GE@xab&Ch4_nwVbAo929dh4PJDEqnKHy*EOWI z6M~RwB+W$?iNd>@VvAK8T~~5$&1*Mplzx8h(^%W73_`l&EM`*Cb=qWaWJT0xRO`!4 zV_BAeTCz!ZGR{RepFUn3Sh48;bMT7>{ttoe(7;*b1|vZr2&9mk zz>zqzNv3Lzso%8(Y*`jf08{LuQD@i_4ZY!{F+Nre*AU9n6Uk}B8nLmcr9MVtx+SQ6 zMXC48AB{o!!(0_kP?hH@+j%f$hza6X#qh zrvW{sqv=n$ z1E)}R4E__AxC8A*Y88_g<%6r#Z1mt}s@|)QQ_%tWVFIv$-~N#2GeC`0E&>~YIW3XJGUM*h0!nW!rp=5b)$e{H=Jo`&I=tpcWPT>3h^wFFBok4)` zSq8*-#e0mihJlb^L!~56V7gq+q21sC!WKn1wX`~ps6#^o{P;tQ_AEIYQ)EEt-YJ^|pVadQ5;_qP2z%;!ZqfJT--tar#Q*1Jk7!us_seu9#___Z}(4lrk+JJAwSx z&a`aNbF0BRP9>|66#t6r;F<6RpnGfX-#y$He>L+n8Svo+&AB$KSLAg?5FOCOY7wZg){_9evgOm}3Q#YB@%3AAiM) zGn4;LJgStdZL|ycq$0MXt&c&-{o?P{HkUm{xp5WL4{Xf~`(PU5tuW?044y|Q7Z37w z9J$hZZZnybbgZ3xVt}fZ67r4!)qEyy5VVF`1%09LX>{^cR~VUE$#On@XT!Lk}Ev7WIN-Kv9zg3?CqdO{Nmx|yWxH>gqd={U|N3;MusoI8$qL#xi6K{)B z5HXLrs}%g8@)H}nAr%s?&HA_6s9@l`qlEsA?ce&xFz~-bLUMX>gLpRZ_*QG2YAU$N z@#d6aR!)3}9niv&@Ka_orhD1=3yp=gV@)nXTscL;x8by@{VT9g4ip|nMKj^`@>O}rFb!J1E;D~ z45YtbkNvf!+(Su@AQA?wls z``)61$6HO1AWl3k6nNniOk@^!oWB@=VQu8DCfb2IVjWPwSGhn}5Gbvs#5AcsxD(IV z(Gsh<2_FVD*dlo&hC-E528hNS`5mMprOqWY+*td>eeD&`J8!80q|JwXP_L_ZR-eAl zzeso~Bdx8D>FR68ak4Q1D*6g4gd=(d>6XNnh zN2qefk$G|r;BMqBOOq|=Af0QjY(Z^Wpf1tentGini@xfMpvfMUGuo`7|Zr{w;bprC4TCm8dzE1209u)({S>s#M zk}rIPaXgT@poX+hwg6Q~&vYbnaytVN^UT~JeuLeEbZ%z<%%VGCU?iEX{`U!e{0|t@ zED~L0Dxow>v}lSlN(httRKQoNR~*~{GJ`KN%Y$UmPPz*HM`AIecWuI<<`8ft1TvOj zZ8g{^D|e&bEs{*E6}A*86MDxx$a=$FWF@hp?4o$+n7nRyqF;$F0kDf=d>*S`m*bl} zIo7u=8$v)vyoyH`y4TL0*OZZ7ILfwe@wGj1fTXHR-E;HG2g<@Ipo$QIeaa~8c_Hk} z7mWIf*X~z4nQqaW&mA2wMz!E4Wx(rDv4V}CdR-;V@k=Os(P2T1+lP(D^Cu?Bfj{Wq z9EShhi2jFd%uOoE-vVn84=n6sWP5;YY@G~`P0_%JZO(>jv`UfRz1rbovJTu^{ z(gnFHn%&I+)^kJglceMrE7|z{sxIWraTNO*l2 z1-%=;y2ScTW8M+5X4Oun!Cc`J%-Gf++{eN977Za1N@_8-kn$N;%lffjZ()j>G{YK~ zK;DHmFy>tfc~BbsHbWb4EY=!3VAG`G-?g#_8_jiE#>UQUgtZo!vIa>!##cMuW$UUJ zw`%dsH;D}G@Mv{TLp@*cE$)cW9-`(+TEnXs` zQ)ZmEniKO^fUAsU2yxN11MqZ@&j&ELl{pij&Z?dqwPAgc>7Z|IP)yg4WC>agfLaD! zwUP&{(hZO{Rz~cE&p(c5@cdzhwVhkN4H$0%_sFC(CH*e6|Mav`|AU#AdQC1q?tFx`61_V>H~Rw#tKMF5!uq<=T|FeP!Xh zn!Dd&0H;ez>M}nYe)W0-ZPV{n@#4V)BdLajy9o{f9U+7XFF-(w5G&kQrRs!{T1-w^|7w&4U~Q#!&H?ot9EzGP znX3sxKyNkNfjots7&A|PX+X8^#hma~(gC{fr|sx^+kr(Sp|n;(_bqD^$MHS)i<=_d z*0zs-rt?Lr_$4Jnx7x4STmAQ6VCmSGhxVs2g^NZu{e!gSWFJ`Zo-d4+rJ+aED3u45 zgtMK-_+M1&g?}6y7h@V?D~d~n}WR69N0H~q1*<& zzjawz-daHEw|^DJXWWDleHAmndtZ5l++Zc6+adj@C5mLLNb-pVsR3R@mpT>&|1MozZv0)2FCC2>Gfetl&^1^I%S{#z@NMVSM&WVKHw0f! z2E4=lL76|BE~h-$&F?hyU!y;F&l{~}yY)QS8Y1BGg-lviAy4(Pl48*)uXx>L%W72v z=G+;0Sj4EX#zky-;;GO->e6th=>~{2!_?r_17Ia=Umyfm)%@*BVChDjNOFe}<-54k`h{tTFoMXYUvs?mk-25-A5Tu$!14zr?y0W(bnas#j;yD$VMy zU~u`fTbu1Wv}bHJ2B}PfW`9w@XQB<>!K*Yrf@Y?lXutKkzi81B$#o#(CFIh-wl#ii zffn|bYUely%^bjK3@=^?t-7;GoYnXLd9MHb5B#9770MTh)BoZ>zQwFS9zO+l+hcEC zGQTT01+ywNbtQ|^WUaBTjdcPa$g3gRXW>1`n8E=cT~D>Py#_tN4}A{PG*0ov!nQ8l zv#w}3v@tWb03e`h(&x@BtJG#UtkL}vP}Dj^`1%ZkObML9pwf!#DmGb{UJD4F+r-!o z43;+g0*97V5x9yFXq0>H9qWr3ggbUJjO?Av5#<&D5%!7AsZRNoz0cy=h6fYC0WAPS ztR4n~7DdvO1sjKjL6o4u(Oo9|zSuBIJvr>H*$qcmIdvM5rnod%A2xl4=RtEGjhq}d zxeoY|)tmkr#&-Ln0dBbNzi>lK60vO-RjwN=;%)=2o9*A!C-U03^;=Q=jo_hTI{7X% zn?~P{F@}%CH2-PVy^3nPlNrNf%Wemx>MHBFL_ooN7bc3)4awFe$1)9;1 zCA%d|Kcl^pgCBW~qWCqw1^3NPnfQXd;4CzFwia|RhEP$HcL zr;@Xu84zM2 zAiMeqB^||nDtcaT6QF=PyAzbZXBbfV90V{`tc~&4k9=lXi*G!VyUt` zq40<3BLB_!s|f3K3hG>WK+hnOu1LD~1NCM8!6+I7`H^rQi-4&p(e-Qqdhrh4OfOxP zo2A01X?aPjWpF*d!h9)J=34!{ZJHXM)d#dS5IPg9^&W!!Y#G0V94zAx!uG0{zNPnW zY^0SW8>}8Y4H$gATEW_tf9<9wi14%Y>w#aXU)@~u+9O$yKK;kEit1n3QmlfvcM5e1 z^u5|(fCfeT4xk8eu9%9P-F9-byO zTUw@Sck3nQuf@2A{;o}N1mStiV4?)DiVFh#*oZ~*RA{_QXdlM2Y3_C6cQ5J2sJtab zRvG$fy5=H9$#ezTu&C9{4|wPAi@BIJba8iL$P_5*Qe8AADtsU%7P5A^B zW7IX6bS};r(xLA=FJpz`F50@^zr~2?P~^y-_Y~j)2`}L@w*$NKWpZs?H8j*Kn4hw|=8ES7KIC@-m? z>Ew6*N(v%au4HN^S7`AVW0%MNY>@eYLHz@DglYO5g?}y{IMYFd4!U~|guo>}sAQ}q z?Srla0vlj3plqlJcBr9{e-jw;e#2R{fpkU@`n}Bp2F~;cY{PWf zP+uT83FVCbi9V?{zOoHtpsqKBlHIGRhD+IMQ#17# z`NMjT=EnM&L+_KDQx&fR;%!(|rfkv7&agwMoJ<#>{nhq-h+yrcgo=ELLP0e7DBG#UA|!fWu4dE&k>m=u?p*ZU*FF1F#lNh+_F=E&dbNxt$~^5LbX%-U^j9a zal+O*D}M2l{I1Q{lBi%SLW9k z^~B3IUrD-l;L9@PJ_iYpjzOy~r~=(tcj?*gQk&G|Xw!lw}ro^=iVzj}%r{8hziTG9EqMx0@2-j{b)?@H+`>w>hhEbgQ zz)X1}o0CPX+l9!KG~5pCq8BDDQb**>xg;yJ_^=KO(!XXBT9uwePJ&>tVJ8Y)e+fTz z^I884;Wm&J?UE@OBz7G!a5RrJb>=bYEfmB(M+li)JE3;f?axvon{#;;HkO?QiFudH zr3M{QsmwqXz04{|H4G}%*`phN$q?H`lw=Q;Q?WXJNfqiSw0~6-f?S6hGJw!{s*CXQ zyRCn-4#VA)Kw5({{>x+0J_c)7hHDs^`(;@Nq>|SuXJE;PdCAiOYL3ySXu2!q5D>+v ze$@!4(&U{f#rK{%GcA`n+W@|Ksl1--yx)VF3_M|qp=ejas?im@Zyx%#wU`w*(3`C- zTEwH26MK#B-vs&HNnrhF=K}e!wqZ{oTY#Ud?LH%yy|?r&IzJiU|Ij>GT>XT!!$&Sr z(00O=Y67;JL;GV zz^2h3Dz3iw{&e5{&=v-MnH`vH9C3JC3Y&jNRQG8xf|berx!;r$24kpxK6l!Gu!t5< z=dz>HW>`A#kVI`5Uf0Yf7g!^daqI+sgJrS>Mb()3 zIWTW2z3aIovj^^j)~vbW1FEF+xWyAvWY`hhdf+d5S5XgXnjOP6?kwt}f39SFhZZYt zvC)<+01YQo`eY7nJbqYB?_{Q^iRoe!)-iNcL*_F1?9PT2j*Jl_M%OVk*9(5jM}F+r z76a;SQ@Qr9CrfaQYpyg^fQ~}2nceEqjax%}dYAp`y)R|D^*({EQ)d6+1^t7#p(1|3 z1iLJxrBFQvH=+)^cjl2h!g)8wYiSbo!R?8(_oHURHZ~k6FpETzP4iNR_Oixdy%N^{ z;-b^uPERZ52=uSd>W|4Lvm-E(;545OU_BBU@=ZghF2XYG|eH=zXv#Rs3lgJ@MBv z4$TGdHmOrj|nr-9HYKg+A}Eu9PeDFjlL^9&}$H=SmYui0@0Uf5apwjWFx zYuYHQXI^PoYqEI=Tx10D#tG&$Yn`j0VYHvn*ydF8_1x9$H#onh&4$>bYYyEbMbl^1 z4^?T!Q!u5xlAO%%kH4uLhuJ?xm$XU}AJ?@A`d1d&%9cAsog+$%ISMGhGgiCzE?SYO zgdL8)ODJ?$c2O;s7-|QHQ)pVV#}AC!g+FMW7nTv21}OpF^a=@}nx*fW&@b_?bngTb zf@5heB`UHbT2>OyHn@E-<2Tr(e!Ja*W;eIlK;eo#5cYB ze*??V{9Np$3@)zH5tB*mb&Dw{(x_Cq{Lb{x49M@=wDu|UQjxJQc(coCy|ORielg(o z%r-!>5l5}3wDU7KBTS-Sx9r~AUmzcW=IJ%2j_Z>wFBm!qVMhK)U%eyj!b%)m7jN)g zz{`>nBwNKYC2iWxT~45ro9Mj=0x+U%uC`3mhan*EfQpRzrSVTSlfmv}f^mOR{=~S$ z4txWvg|EXB7K{T~N^BsJsM!PE{vb4nZghQuY#l;iN=#3UH>i^Vb|M`e^ ze@<}kRizZ<2zc`JaSa40{d)UWl`rr4qJvLk+x%HqRFwX#&CZ;$E*C_~Jn&C)dHHHy zp@f_Lbqr16QiRL0?&oT);5>t%XuLUm(pZi*h9tQriWoZ$lrdlK#Q$oFZ_>aCH@obHl#Ry z)Fd_q^afXrToxU*CMmk%1~>HXI~egVh~_;S5Ef!zB;-8=D5D1DD~y?}6Th@n**&k6 zg7?+cAktw4q@!P@QEF`3Y*La0HrYgz__6dr+&C%F*7*(kvNb%VoP*vtW0ZZaw5Bb8 zkmunZ;IJOWskG^dXl@b^(B*Hp?M4@i{vB20kp;xrqfKim4t>>%h4%)dzLO*uW`0Ja z?qGr~SHXMf>iUy>Jc8~AFw1y73|;LQmYLE5SzRCylYm;Gp+N!m%KNG0gFft~qR~KJ z&nY`K26hJz$4}f-3AcNm-j^(z(a__1h}PFVqd4CD%J1toeIDj*6V$!OA3vSv2A*O6n^?1_wt}?F zJdP5C@9*RG$G`#n>TLs#;;~w!4+R7{8`n>oPhJlQxwC8|K&YB6@!T-$WN$hbh@cqN z#@D+BH={AP$CeA67?c-dBAcZTh9tU=3x`AAubE|`Hf>QmKjmp_X?@|h55sXcenK8dyb-1C5y1pQ;dP5XllK)5I@ zU$s$Opjz_70mhGgMbTcf;$)vI+#8lkjb8hVVCZK3Tc7P#-P8nWb<|I|-WHH_wIWoDElQYTOR&2SyJu3P&po+&&T+mwfFj?A|AWOu}ct2yX_qkv|U zMu(?G#b2d8FMo(4DDHK3s3%+dHYc}U^P;v<2D^5mT8x`ivj=obQn=Zs#rHfGPx_IP z&Rn|cLQ`b0#rB@_wzb7t2yu=m>4!1)iWEEb%Ca5^6VJ(mHB#?0oUFQHw(N~;Xa=18 z8Km`L0F|>oxX$}z9KOgYxfC=bvdR8NHKvj<^0#Y#Ej3Ty;2HjQX^}p`hvHu6Xv?%a z-}VsyDsE45G4Yna6_W_cz{^YR6i=)dne^LjCxo9>1ECt9G;HW!qYDX&<=eWD#nWov zRjYkXd5^098_?L)4{inn;$I1|M?IZ@p>A@sq%bxmj6%lwMovq(8gb5GXj>RSp5SaC zOLAC;%Eh@i1hj$$VBlX3Pw-E{dT~RLE3;i^1s0U%&!t$W+BWuUcwe27hOdgSmaqrf ze2z)2+;Oj=6)`W0kT%nHLFEt3S&;qa2Qnpu6;%&O7Q|&P*;qN?hYRi4mScA0L@suN zJ=2C?eHXgo{qiNq#PMLUs$EhI*94Gx3MG}zhoueqRoMM+ws8}Tbn_pYlQvr(dy-## z*(p1(ns`FRS>8WYcbls)7OfFEV%z^#*D8^t*VNRvRdO5|Fs76Pc zFdR5h*j2){Yh^M5#SsEIG1oLa&#O`~vkQuRM_!Ya=5YBnTL_ghqg`Pj>Z?`aj5i>B zo>o?|w)%FJ&WI{O2kt3Sw{2i2oc!%P_e zjJLu4N3ln^J%N$!Acnb;8wz;Bwcpn5HiICLDLYq>lac}$gY`jQ8*QLH%ZLb1KF=m0 zp;$+K2i85Thi46@hMCj@7NE^#-UtRPcLjmkTWDsGl=#Ga@&(`q)OS&tN~)S} zs>sZz)0p*PaE;otKM3>uruajz8Jk0-ywuuUleO7RWjl|Picc>Eue()InUZucMFq~= z2e6<@aaY-t%zt$5d{npc&Z3*2mS--TyB9yA&XO% zLsp>oV8#!+CT*$I=httT)Uc?*t!++N$*Uu>3^(TQ3maAgO=@#^ryT+M)x{^eja&jH zsmLbSJd}kWOrbLa2m(&A2#UWXG#n479+y9z*@UqVp?(b`p4ubHwg8xpT^@2N-*kwoPCgSk)cirbwh=?DLKCV|GV7~+bLWG8xfNp4M@@4iBdmP^=davg1q6{%6c z=m{>|JLLMuYknT;!uxSm4HuCW)XLqjKITy6o1xGqALJ{eSzt-6<7-bTNofw6eR4-zRU%ftP@b6J z{Au>A?q^-4WwGx6SV92)?VNNN#Cyo*`_}lNx{DD@|H6lAU9f3}6a;jrazJF9fE`fH z#pmm4OQ2l~p*S*|bk8Let_ep^nXaR@>+l(SvyziB8qd9VYa#{gPK%d?5DjzLFMyy+ z-9e_pe-b2~ zI3*iWsSRXdQ??GHa3{0_&K&a^gjkrHGd3&14{K;I(F9F>@g=?8m7S1tOn$N|F4*L+ z`j3kwDUZFP`Lj@Y^muS6L9DfLlE}dTUI~31eaZ&Jgv0lHlw8R;?s}(q{@4@O%#g5J zdRT-6(uP`B(ZMl1{yaIuXq;6iwTD)35t%K-IoR@UR*pFi7KTy_N=cD*H@l+oCQ1zg zIUH&2WJOx22L|5rc6IC5%0NKlQ#ZAv%DSl5REHoKv%^p!qYG4QvJQT4r0Y`dyi#7w zu1kJri-AiVzUWgKKox37Edz1(!l5Y&js(lDOzh^D_HV^}S*_gJlY&lo3?IVg830QR z=SlG804_{%h{fozm68bnKO@(&$*32TyV9nt4TUXG!#LJztqwDXcO(Mj)ur8zZx9)0 zEC4@ibM*qo$mnV-UMF_zXSG}j6`~W$%hsUGPi;)zK+WWpb8BLChN3|cR2YNUE;4kH)kQNi~FRdcGqT!tO;Hep6>{#!7(tPxuA@FZ@2m z;Yw(Up-BzSFr&f_w8ax-$)bak2CR-WR@v5z$%G7u&e4_F|ua97-l??*MDOgVzxMD=voG-0zRXW1Jb=ccu}R$7_8O) z+#Cb)|L6pj;{xPMrEUGyPObb_FOAqn#p)B|vC>k&O#p|CMC(86*|^@oTOtSIU@S+;vEEK{Aiky>+d5u?qC z4Z;ASe)QaB67`kdk4R#k@_}%&s~LxhYP%-b30EOX7SItoh||lCs994fDO^0O8oRCi zH@u)AdX2DeSy1#zMu*KL*bA#CaiF(B@g>Bu!nj=42$rGpr#6j zc^-JNI-ZzUa_4W)^52&OeCfF3=pLJvhi)MAlh=3Fyce&ndSh{M@q^6i#Q1cKZ7jL% zIML71i#c}lSS}~XJZOW@eSEyYqpo<^UyILq__!|`p-sfkgPah3Q|Gj(wU|}Ca^#`5 zNpD{s2^^G?9dDal>!lp=Q}1~E-;+@#QOjmJ+rN3-?0YPkwrI18wYKI>ldVQkjD0ZW zFuHu$VPd#_LlI^klw@!8!Z)3i-6|8!U^K3Q|z72)Fmf z-Z?E|_ozX(!FFNbm|3F&37j2v;~3)e!I%gY^;62Y?bnCNtSLvac`_IT%TVGFYU7Ps zl9F*bgfOnTukW}{gV;_On4~ytlE1p`htI3d@KZajWhEnBYbKNxBsbb|IK@u(uNCI5 zDa$UbNoD3w6~R1wsp`4e==Es#d~Xuv0-fpOh9ULIGTtI^6@t(&F45o9pKF&zNtwS= znJ;%npVSxNI|;9cOMZH_3VzLVh_J%)G4NQSAzFcwcDo6GZkDh_+3!j%sH*VoAkH)Y zd64rRZ;>3ZN17wrh!u508omWiPbLn>f`WlVlO)+o!^F_PL3U!$nQuLAwzLJFKfvXG zPS(c!AT(-&xk)1TKsi(Rpt;1q!V4!iJ2#b|eZuPU&W?h2K=*UaS=5Dg7GK`y40*21 zt%VH{m(_S=SsS{S#dsu+kb-MnwC%39@02i?xe~gBzeP2#kDpE)jsQ)fr4G_9KZZKr z_TW2A2{YJW`T`*5tQ`V^ScAJJc2#~($blDq_;u0(tn%1%6#~HR&)nAYsDL8tmyOix zl~EHr%+Sz^1_6e)a#b|>f@=T-G$jE=C0V8N2cjkm4txZKQ`CoZ)P4#IyKJwV%=fRlF!%}>S$44=&lWXd1O^NU)tu!1pn|MoAdv%r`^NeJ z5~gu*O#LTDsMCTSI*pM^y~Cr({Uwi$;vl3XV!W?Z!37Cis@(|g9`NJgpQwB{_nL); zyzODKMDW)WDZZmo`Eo6boWddt=kAmaJGL_Fq;sK5{gznAH?}?3IH=M)eu0{yuogbK zl(oLhJc60baRSpMGv^BOzVkc#WdFi-mlLaH7PAi5_CUPnx|E8Ohk&#*ML=6u>U2Y= z6-$`(i6lp-;m*@Z9ZCITha3&Vm5^k2>8>m(ZG)Rc!T=Z4_mXBQPAlCD;Z4f08r>iO z$DjU(x;Z{)jHhVWKHeBlil@r@E#W)R%=mX&{V%rNG)`v>iK|&pd@?`a;T!G?V|XKS z?*AB-jeQEY>*IgAm9)U0kmcV-gbB z+vW^%C5_q)E4Ug0Z=8}!3YpP4rQ zEM#)kcfcZbLRD2Pr>*NwRn;ViTFK}^(jUM)+5#{s@4f`g>;Mw5iF+dB+4O9G)U5ag z$v%89kh6BtiXpHk2UYNx)LGKeD0;J!vG8)`$HUoWS(IE7goA|7$E?W2T<%aG4R*um zuZMjfjF9hwrs=3fWEN*SzDO2#NI^evH}a}L$L>J6~P z8^%Ecr-UmnT|n@!O@r^<*r8pL9Y3rb1JvGQlI@0ckxsETzwFSL7<9|i$W{lICIWGH z3GYzetnLlB)Xo9EW*i@sYxkuC_pd*XeqP6$PEsEJInO)>ck_b%PiV^j6B-#m`baID zc}As9sHV2I&4VNWx`HpyIOfmQD0CY4h)SLn+w-+8{?OlWe0Btloj(t>NC`HO{gjv+ z3$S5Q^8T=3eZGE{YzcTYiXsJN0lBLs?<<_JHXdMU#{sZ`cm<*nMd)-w(Ckn`r&31(Mo*+& zvYNCSU;}dSf!aEjNd>A1Z?&t|L&Kv$a){kgIWSfpcf)J9CGLh9??`9K zp9#O`j~P2(0z#*W^9{;)b?MNUEf=e{kD=3}zG3cA-knPRU)_F^u`xx}4*B)HQ z``YAgp2-KCZ}%8fmGYNq>v1_}+VXD2Kw*47Ir*Lk=|dxc@BRf!G3f?kU+l)`0%jmB zaH^oGlVF%)f5i zY#cqccOfqlSB~Ul6m`Zgkr_py6kFUgY=Bb+eZJ`;j|m%MS9Y79&-mCXlcT)_Im8Ox zh90pRE>To>X2=b#TX^-GkxTadYQ~f`QRO@Q3%eS-6RCIyFJbyj;?S|F*+LU)-9o3Z z=wr|tj!+3xxXvb)@6a^ z>!&nH^pL*={&RW8KVheOWT39W)ednvF%Ww!*mQ0Q{{C$WH-G1!W>MDYCJW0_=C;^E zY|*H@YQrEwqyS**HT?u zw#!w;bd$~t&1B%(edxND78}CeI*-Fn=p?;XHmRC$jX%El!(%@&!a&15s<_sIr0c8+ z!B=!hy>5)+zcbXajq(AKh}u|v z&+Jqs8K0#IdO31hN^y)Cyb{w|mH(FI`|*~uPTr=nC=8g`(U*~M1S56wXXCpsf2XOB z1Svnpci_?07M&Dq5_t*8@mCcD;tQIwX1kq6+g z-;#V19QV5uk4dxTZ4H@$R%`aJ9K*Siv0fwS$JxZ6z=3}PzqXb*VED5ZbB%M}M!xLH z!y=CZ-01BGX zdw0Te#p|DeO<)5ldxxyjG6&biYXVMnGZ0Jx;YxcwivL_ZM+3m5>^ca zze5Tlnk*+y-DqT8ir-f3`&Es?(LO4FXyG}W!@OhSL@Y>5;#h!iFOn(gW(REu7?rqK zO)t92x8wUT*peA0Y|s2Rcci4C{`UqW!_xX;*5jgJ*)sq$j!}PE0J+ND@^exUF|JXw zeAJ9SgnOb{2$B?M9?pArrUY^AP}Pv5$b0t`WJN(K{dGvb^9|b@tWv~ut^Nm-A|XZk zcucNg36wMM+jiQFG=L-(kheN=~QO@j{|}fpY5U z<#QzR(qUxByN+K+97#K*Kdw6}n0plD-&HdYLV^=NWcK=>yIwFGk{4hzj$qUffF#74 zYa$4wHRe*&8Ja4taDA|Nf@)Nf@LqxH2`xmjj~;`gZP$=x|h;so|90f)1viLh+)bg+-)Cd zuL!au_t31Bd>3xHIr8Y9X24p>%g+=hZ!6bw`%iKK{0$jw!4>W_1Un-t_`or41rv)f z9qaYmUk55gPp>~&IH;e)xLT3Fz?nCi^|slS8sT2(TUEL4VH9xc9)L4^($Xs1)vq>BlC|fCb84+pSPeVnzdacJU|znQ4H=yOi^pXx!nso9LLvLFmhvSG%UjB~A#7hP5^>dDU~7`uKQ8jKpu-!w4j zg8PagfAy9d(2aORB|Yz2|I`I7a9^iaN-j>q6|o|Pe&4yDUY9kH5RQAz@wB1MK>}s3 zUBKz8T4!91{A=rD3M5ASzCv|0`&l5aHQVK`m+rNCEi?ARR8=9Lq=IDOeYITj#wlF!K`EN#vRDgDu07mCn=pf+xzNHJ zE>L*~iCpxkYCp#Z{6vNPoywGaB(eg|#nalWk35OJIZ7_!;VaG7u>aE0sbkZ7VVMw? z*7U=_5}d2`FBB^?C5y)t(Q=lp zK0#1Y!LSn-d^s%hs9fVqcoEr2`kUUmQX{gcou*$!w9dGIvgog1e$-C=mm?jWIzG=q-?n$G?Tbj?Afy|tvaa7DU>XZKfYOS@AGYjVy$}Y!98W;k3#NKM z7r;t{ZE4jh%h>i*hu3@k;MRqIqgAEnh|33Rop$wi--Nu7SJ!n>&2Wmum2s?@0*fP+ zh#-@?Z=d#t2pb&8Y~@Z18XX!~W3m4vvC#p;Zt~mZfj`pGDd($et3WoI}~}iWU0aeKBXYn}1!l^&=i*1*n*8HG{n$P;*680lN~DX|p4Z zkwA!G;G50lvdvg^`kkvo0)LDmEj1;S2g@jt!kmu9rrp#StkpPNCyyEoXC?2jq2ZmVwyqPYRmTky&btbhr)v4&e)y zSME{)rK}%h^~Gyph;W1bN&n<6<{G$9m zsr}hpvOo8z4V#$#E3skne|RH~E7Nj?DlM%BnC zBp|{8qUQrTM4i9&;$7k9IbR8a`BJyXOjoiA$6ESimGB{zvE}W+Ez9g@LYcaV$tjkqk#|XpG(35SF)7_`@l_%KSHkg z!N7O6)v!w7K9P{Bcq2zxOB*3iJbD!JT8SMriVg zQa%Qnf*~J79cqG1tWgQc<0)TKmP5Ys%ys1STjRP~T@sd(DjeUj*Y)v^_;cKQamNL= zFcT$+GBErJZg4WIW@00P3NsjE=;2tZ;K*6?B}jfl0}6x%a!C*TYywk`XIbD&Aq{^O zNT5hc1Lx^$$VeXHWMDXc4oCjo{Vnx!T{u0~f@-Z)&$0i|U8PpCVOWz?izE-fr0_ch z_-cxgdbkmIRJix#^k%AFiZiePSf@s%YF_&4BSY zOo9z5O1|sZl=mRvW4Gb?ZEL+HzR2Hv?OU{`Zm{D8A?yXF{K3R&*}PD)Lt)*XIs@wy zMXv~&1L?`~&bKzVeiKu#{tMGp73uV*7NWU8=QYC1|MV;~#zpD+PyP12Z|$yI;IEV{IASIGlS@d5`vjdD!pkw!8Fhwj&MB#!c6;j{ zxZrG;i72ijnAtcLWTmH92^=3ueBh^H76Dr4Sq9yUaciS}a-(4;bvdMJB+LwU>yM#u zXDDa?cKAh7!!kt1DLqQ%kX$mBBfFQrrX zgZRAKB{BNmzpG8d{w2jA<3KCfY0LM6!I6%Kq~kki*c(gXH3p@MoE`?}x@*@h12_*V zpIV-sa*BW6NLg1|2&%~MFCKjD5AXagP9zo%MQ^&FI~p4b)jl8~2jp8slxWl7@Jh|s z#pg;+68Gf+awvl-*L?);N?pR-$D(5k(x$m52`-<}&y{!Lb6C-u-H=OuW@dcUeR7|~ z5xEsQU{cRJEn2zNsra)(uHn|jM((!&&pXJZg`W_|{^#gqo9=~Z4HvwV68S&OB~F*A z<9`a88zlUGs<{Sf96+&Rtggo zg3oi61x|YSIM$qb!n!_wZ1;G5$g^EA9;E(qF(9RB(%Gqi9K(^h2OW+u z3L|{A>%k4nK{ybFz@o0{Zz+R>24o+#{Hk9tc;i~$Qp)X$HFy6g0Y~0_ofCc)9;biL z&`2C}k#NK)^sKC#6aeMhj5Q9YKY?wI<&5#V+zCpyqN*|XYXSuQ`kp>kai|_PVOund z$xtaCPbWlb%y->y2>LXroVHt08rDYra50q_ka)syPoxSbk50fUfkrAxYN>5?u1DM=~mlt#Lil2eov}+Safx_| z(H(DbNES6qEqk&Ix{zjKBl_Cs&jd4yiRF#EU^dWeQYZ2#*MDG}((|YmcnkO=wUCaR zc$fG^tSWvM_g=E>Q>A_}cXT4_)DfQCtLNB?Iw|~oM9JJ!Wx%i`YS~Kau-(9`I=G7H zY}kj;@&-xppHAQbUs0#BnEmz|rF#0exJNF7S#(Ah<&lk&HIrl+no=4;#Ra7gxD7b0 z1u~!Z7nN`ieM)FqYsM3FT{4EdZn5_}e_7=@w8Q28%f@K;6MX$g$>!cy@O4Kfq1(R3 zSUuB6YD1+&5^B0hciH=OE0tmj$VDx~EHH7w?n;jh5N@aMvJvV-Rx@(~YY=>+1xHTr zzx*cXB~oPrBte1;3zZd=L!~KE_Us%%>nI7T3JP7TB-x+4k(RP@MOxX>14jU4co1`v z$z6a_>pfB^are3*rRdp=eP0HETlkLF6B`wteGu}Y5i5ZEEL;jHvT)H#^14I9&OkcS zVuJJzS(mwVt%U?AZOHm-y*|SxT+LJFO%ZD-gW?6Q6|;{SOkkhp5T_qPM-6?S<*^X|i{I`x*V@ZIg13U>)obmUS zyQ>JsNE}Yhkq=63`Y3E8!z_jwm6E~z-G6s0?OersgbSF_!8J&MS+#n8Y zq;6wK1fTXt(nN<{d+vOAZ~&*5YLQ(fembW-=y+4pWONiTdn^M*>GUjS2}u}nqR}|dYYUNw@AD< z3xE$ZF#_zBEqeoGNmYD5N?$CRctl+>qBg=7F9@L~%*6mPIiB@-mt97@<-fS+J~$IB z5zC6@iH6dCHDM65V`in!Jl6bzdMNeD8~7E1%8nN&^t#CIjB3{@o*kW@Gax-YlAEgxz05rEy7}EBxno zG!7@xvSax=?d&dJk@mmeh5p|WH7Px3hd;b&4}?p_1jAbM34%h^|>y1wn|Mwrh&$D z8RiVf0@Jkb6frtk#z#BeDn5&_Ox6_D%7Q9IvY*)-cSAXU;H&fj6GPbg7EvFte5(L# z1}n|_A|sW0QcFMLHG$I+IWmb*F@w>U@YoPOpqF$a zo~U=I)T!~wSYJG%#aWvUQB`w~ zZ~MgMKtr!thBzMW0{YN=L!@vP!zkXLw2vWzyGaq?xx4u`+`wBPm zbKp$o0+ud{Ofs%Fw#8Cn+;vNkT(Bh?oAbRAR?l<4)FJ?Hngt{M>vhm)!AM5j$2b<8 zEc+r1#mjI-rj-oIkUDNzJlbV^0edD2B*Y=Q4PveXF%8$h?9uc35l_oMxA8OsV)~g(mHBimq^3rAShVP* z0w1txX+%Jbz63**;@7v_j0pn4Q7WdIuNML*O1QX^NVGUKwgn292C*+-p(b;NsmWfM zu_nafuTb>d)Oz=Q!nP%uJ$pRH^ zUmcsrE-%b{JZ_FTWjd_DNNh*$k?%oaiDwQ@bPTmydN5utk()c#u_dlCFOogtVnXV} zOuN@^kC0F@o1~qn_BPt`<0a5jYr6*UHi|4b)Vxuu56@G3T7>o%l?>NExq9?K z;4~!mO9sp3=!HQE#Wj9*!MamMv-jQ{^J59*>9DVe`|*F7$^XqUJYAL{`ugfa`$?F{ zu1{}s%lbP#xW=lyMC?s6tkNDi89t_8wCoR#)BueH8_rcnbq(mSYoHbO-b?QN8SUg{ z-G-=ACc2TnX*1<^$bF&lj$}&MQJwa(N?@^~sSyXjTkZ?wL(7~~g`D*H0LxyVT((vL zq^HE;25BsS9xK)d4b)UpD|i^e+2J&Q0?(oy`z0pPl?OU+w6wK>2N+N=D%gXjABvNE zkof%uE_+WOD2Q+fQ~wIykC(_i!h52bWRONGUdEs&Pp|{t7`5vNV&E$l)~T zc@z*+)l73G)b@KrauZOnyw*(M)xYK&K&4!eVPc>F2H)XdA+WUGmB%med8BZ`f>zUD zkEv2z_;+*}lgmyn7cl}gVsq4-6#G{=lHtDd97>J!gq0Y#8pwt9IOkaA6f%fIaCc2> zH?!au#)y{eDueqpzbBc0@yx&KQcV3G2m<6;ifLy#3oXQE9e*+M4bMKLm79;rJ>g>- zK1*|Ae*>kesjs>y+1a<*!Eu?Y=2o&ht-u$-rFe`ez7MB`<9gNrlqtHNGO3Te8zIIy zbT7pj`|5{uQ3Juz2Kcb~_=k_?!Rov9)Ex4SV5cqIx?Kl+6t3h$rTT`~jQJ)MKX~!5 zw*4`_G?n5Tq`tvm74No~8@p7|ZqzavsV@?=&9xVJEyqc}V)s)i)2q5@jHvDh`o|-3 zAP>HjoQuZ08~X|f7R$Bcip9@A%NjUc%r{}Mx7oTujs*zwN=2Oa#omAcjuU!ID?hNt zX)nVs1!noaAWu(>RC+t0yjyEyo8BQAeO9Om!RiuoBiiMF1cIm%;O*I`j`p6X9L0YA zK1Cv!trO>?+6+Y#lZC~*>q0V(@Wkvu`SO`3^+%}nll@Svobad-vF(&EmHpHde$69) zt+nm-9G5E|vlZ{83Gz}@pXD(Msc&v%LIw6}??ILrZnWn@)l(&lIY5-gmAI9F0$1!3m0+!|f z2|E09kje_)T4r)0P(N(!U4{7!5owvaHgSBGNqWI?*olHHAvN?)TQhhb4+*ttl)HO?(@0`*(nKxZHmqNe3aILD=3AdIuF&!TfHzPlMATYdbSV4Fi_N zcQhAa?9{r5If3g9_I4+(wlp{IL^ za*~Bp+m{M!sQaX7Q*8EDJs_7-t&bY5_Mwc#I0@8Y9x4TJ*3AVG$J`$Wi3!)ppD}$x z0ex?0SB3h$r{wV3Yvol=C8pzBil zQ+d4Aert6KfA8^?g{!q4D<>J&tYiV;hQ&{kw0PzX552`Q*5}K}q>)C1NiAjR%xgim zM3VnB_YUZ3&IaK`*Q^#IN~<@OUzyT^n}Av+N}>nEgQyn*7y^VU$K40rkaF9o&3Nku zwv^Vg@;=2UXW)`{z1|JQp{q-00;H$ojoc3#8l^Suzu5D~t0bK+oQAOR|6|1IHs)h8P(pnzNLbjvI1<-15C4#0Duxd61V*Wny6BpE7dFJV z`bGd$T>nb`;pMpnSkpslYbcpS`0IW`@rv%&FPnuzwD$am1HY!aU_55j7GMh_qZVDR zZsu1e-2ly;dkl`hF2pVcz*8TE>=|QbH7w8C7h|VV$c3-evQpHxB455tV_tyUhxEl_ zvJPH2uB;7?R5gt`O;(tGLH5luAY`1Nuyq)g1XXhIRR-xgD6;Z0ifT_W76=GPx+v{x z+>fA&3x2Kk3LMNSr>w+Ii795sLF0wdPSA ze=H|R_XBpFmx%1zQT%=2Q*hmtjVkJ+kbFJ^rM`8>5 zuI$Gfw^8fnYqgO2Z066*>kpB~TjP`Nc8^SwS2WR~a=so0k-tv)E0*Ar_(?nk{(;vv z(8d02iyia94-{Se(mB%nxPu=aFdX`(ZV=i+X&t)iE8s;mR2PfZ=Ukb=%eI=6&YPp958Re-KJAiXKk=PKL1KI zcsAy4X)5&>8JAlpR>XsUZ|wXeO~6^@e{awFe-9ZCLC8lJDI{*`0cV_$jdtN`)&Zx# zA{z2e1>>}Xc_!l_0;ooW0G#sIFLAL^xi?2dkqbd!e*IuQXS_5iiNAqvnE55NgWVW( zAM39eBB?kebzdl_xU^#BG1EFM?_idGe8~V}h^V$ctAb^l+23-YKbZNoRlg=N_(6km zv8dKGhV^YeRd7zx$S9%O8A+!gA4?f?d^%|^8T=+@;ldI?Rl6}e0TKl`71N3asyPxM z+2pGdI1N?GJp$5N)9LWDEA?ZJ#i#tNls&?T2}{n4wwVi_aJL!jEDembU#WLU0)dGZ zdaTk&qhWe+9n;;8|-lOXicvS)e z9K7F~gJ`wX_5qw}Ai4jUm}6ay@ULBomJlADBvZpcp3W&G#7&EiQ#(~3^RUv?^$wn* zhOAM~^*P~Y)d*)ZSx8JIIa+*wS>@rMABF#_Y>46|Ili^)8sbIcpPI)bzt965Y?I)7 z`gin^s>NeTaEg?hfTQs}D3_u9e^eFKk;wl@q&O+0XV)P+kfw{mseq$2EVp>&Vau=Y zy=S}Ho?I^gT`aD+Zsvg)NAiCtYDKEMwKI>+SF?$Ycv%vy{xZC*L1SQT>C--w<~w-< zET^bZ!32sYpcMuMP4K4Su~3`@5hkib1@Y`BvOcU?&MM*PNzeS)7kPJMp!mmb_}%h* zx*&w|$6*e3;kUeMT#%*-O|0CB`P5yp;K?x_S z>~?{^%L=>uy?t}!Ep3NUu32HLI_OIr^J_S*OmTfP^Jl|UQS4uhpVd;jJX4p6UGlcSdm9BrW-)(GW4%8(}*>!qbWv--Xn_-XUjb<_7QiJXVJ!MhY z+Np-`Pme8;{GX=5sj2QVeJN?SHO8*nEgmF~W(&{7Xv>3|2N#Tj#0faae(ZAY`vk8K zX~uT!$q3~iBd@$N?2tIE?2i6_QV2C-U-74ejHR;RqKeaumgjds?A$o3$voqlR zVRnBNGMxnf6n)u+ymN1*^QAS<5w3}A!K3g0kn4BegSrL(IN);V0jRoW$l)RS6vzU% zKe+IH&>fHBXojFS{DD@ev_!Z|8V^q#Xxz`ZR9n*OeQ?iuILyF8W(30Ww*a84<3SnwLk1p={3ml*!BU zaz9Ap5Qb8EQYw<;VDjWHzbiA4$fnxPBC0@wQdJEqst_nwXnLTeQDDPNq*~vDs0{Ay ztgIxpC3>GfW4yR)tKak&>@UY#JKuCj-<+c}jFQ@HvIf=~S31#$N5V#&klg~IX0Fp^ zixvlbIDV{9J_UzRJ+EssIWPA*TNx~Jnuieq0rQdz#j@M?4uXr&^%?D$Z=#m+o7da__3T;mW<=!MK(Q>-3gPE z0!XUyNI@0}h{Akn&6xJfe^0k%2mTc@`s$plr%F;UHWRpp@v4RpN!69x87a8k-wCyO zEL&qeLO7mwgsJA`c0`UR9$&OL;1s#W`1?3;K_?}4CrAnkTtG$e=hZicZH23&lVnW$ zQzr%buq7>~q8u?ve@du$5G(k0Mm?%lEthn`~nu!|RnAe&fG6h^FU0nxu%qwRe zpBmyoZQnZfIsc|Pxi=}MmEBBgc4uOtFDTcs;|$KBVoo^SLIMigR%1NHw%B^h2W$-$ zNf`gsc$DP2NXcwy|J?9$+>!v5y#GLN z-;Oqx(Ke9vlEqY?CgEQFM!T?re!6DWV5!x4VHZBFp(bsJ;p*hWHkr@&{95dpEN&7c zP_}4z6ZCIMY}~B7k#;Q@aanO81IMZdN0JNpmD1RC2`<&@!LG<%k;K!Q!i%B(E?#!# zI%xguV)It584!XGCMIf;+%7}D<@cRj^j%`TIH~^Yyv{x*VKX<0l=$a2OJ&r66oS8R zQYGz}mu@f6qp;tMbZ#I*w}?XQS2(j$=l=Z0-0gZh<&xXTZ{?BHmug%~_o+axYX(j^ z$@Tv7NHtSm(j-)dL$;V_N%$Zcuvu5di9lhZBxc*Wnb&i#DEf)v358_a2u)M#t*pr z-R?bXA{6*w5U?U&|KFA<-Xuzu8}j${G$k@h_u(% z)P}yo{QPIqlhG(&{n$J4fg4px1n!lw|EcxfI*eBE`MY0Sf320X{6}C`JXqjI9TSLt z#lS8TWJBeBbQlh#ov%MK>OM)4Zgi__3FiCGI-*;i*t?VXHgZ~*9|b@&gIZK!5{a&n zZxf;>I@zsoK@F{7E~>%9(jMxjK+-`g?bj;hRPFb#XIel0q$qYUhdM_&0v@rt4h>>Umv;2@?#Dpfmm4 z#zJ>HBHz|7O2!}Ei4~hlW^*HhgxJki-=~A3#LV+hb_RqwaEJPI6fo8GKcP&$-enz3 z-!ZtGp#d%aAte2IG@SKdE5AO9Q@%_BVlK}R;?Dy=NJzQREf!l5US@pKR4-;=#m6RM z?p$!iGRZ@ttL9K}z;)e}P*J?nUy&V1N7q<=Zp+f)u-k|=Leh0i(N&p9#SFzI+qdx6 z@7z2dO&hoSpjpWc740pZhtA{A*;a|(sCQdp*Mns$NK0jJU*Aho`-%Hd=cYcQg@hhS z@Ynk9zwnVT6`iNKcVr+xs#^*vcr*`9>#Q!hDtgLexxc9D9DJI|ZJPcS6S{Zlw6^Z= zrNN|8!BL0Y9q~wSdZJLwE$}Nf1E6P7V%PjM!F8>e6EUuk^%ybkUywvGAM5weM|L3{ z{4aiuOGJ)gLH%8OM_;`bgjjsRlONZ${N#!yw%KAmBGDEr=DCsscB;YP+cG89{;Tw7 zO&-i}am7r)Eme@e>um+#B+f87t=|=vPoxEYR&x-I!AtTRwJIT)wD zazCDY8u@|4Za3#^TzCqhtN zce0~ler2M}8-*bz00-^CI=sJj7UX@}904{y5?hupymqvtzpqx*r38{PVaw;XZezF; zzeCGE93%Lh$5UgivUIDHL@i)W1+oc;lXf_ayu`|1jImky7El~Xn?QPqiIsvqbH{Pe zMRJ#Z_^&jX1ya{5c>2(`?c(+mX z;>T{e@siN=6aF_u#POnXY`(#R1*s$GC7ON^WTz;Q(z1zwNckrWcj#L40oDl(2ZT z^3zP~Z;rPmO1t4jpBRdaz<@eTo99|uIvycv4Qju;k}8M5cpif-Xj#yjkJU!Javxi6 z*o~@$v{=|i?KIhg8E>}RE(kB}!)<78^y0oG#lP*$mL++_{@kfK6!NeZA^8ZrUz~qp z@v|KN&t2u2K6%jPxz^F{cDJ2Z_w2ip&6?!jU|b5LY$ns| z!c?Lp!u<1;xng!36FQkPg@JO6E`wFqNcK@YD*PAd%b3{F-5;|+7w`qy@Oxq&0Pgn4 zzVp;q2*~UcDwY)gY9KFD8{Sq}*dkn+o??(dl|CXp%a7dY!pU4LjNgi4kF5ITedkMmUDq>8<;(~?QMcMpwddKQATGDf zD3NO(!j6Vr(}y$&dt3CX+0u}mJd8kFs0#Sg{H#-?SoIvJoRO*gW)g*QY2UW3a&q$c z1K{{Tmyl(FrKKge%~-*^Opbl(pZpcWG3d_ge-eouD@FhZ(!|cU85ZoRisob#^=O|5 zlvvyzza36Dk)47uC&u!j)E)@yxJNR9`_4sTU%kh*i^1cR5HW2mdt@CSojImU?~&l+ z9~nIdB1>FX*&-|NfEzP;iU-oEeU&wd`1Xw(W5fNFo%q+~oR)kvBpQA)r|jwA<+|%QEj%q2Y&#U(>(8nx`Oitu{`aIiCs~oa z%X8vq&b@*U$5H zBv;dJROEq_8&s%H0gu;$edg|UiA&cqK(YyR3A_ftEPc0R05BN^y(c)|j zomWtdN2XKjY&_3AKx1{eVm})YO!wjJPv3&JvCZFPpWCSlfZw)`qAoG{ptf0a!ixa? z;P(^3R7GHeC@IR1%1g8jhEfH;?WQ&G_tKD27CeVGpCHs<;<>&wH~hU}Mpz0yPUWqJ zRjs(XEhGy`F`8xwp`-g1Bh?DiJM#ENUYZ!wWF=K@M9#F3L?E>a{Vn!ggFR$8<|>~v z;vzE;nXzl80x5eM3Px&M_x1)Pzs7lQeR-8O5}xD=HxNkUu(!-*^L%ORgGcH7hs^Ct z+);B{=S1Ge_(q~-zu+@fq_s@Gyi(suZEbyzAmv*RT!=U`bq1wQv9^!Ik-H`HsAnh; zV1?{5YeZfdSSz!@*3{VeQ84>1p3!Q|ZGg&$as|%s<_f{W+9iwBP3ofzJp*BbDg)!Fw8{mTovUL~LQ{i1KUvdYY}e znv6w?N#5IgwkQG9$1S@e`62VD>4LUnqL)+Mf_15u7cICl)goAyGJ%A@WkTim3p0Bf ziRpsn7!?Q9l^H&j#J_Q-)l4~}PE>(L*SHP2;Bl_Lu7Q15io1d}ttHQq+{Y7MVVq~l ztQJ>{nfGbC(NOx8ETw^UpcCWhx~+{mhJTop22o`<843=5#o|Y=oZ5KZ#0ETMT~*yY zO8m#-@|W#@7MHQliTE$AYOH*uh2Csu$8iy&Q!WO^A}iP8XfZ`4+6`wq{d~zdcI5h^ zQqpN1;P=$Ab`)|~5PclNLz7*W?X7o%Jkhy?MsllP#WkLN5uaD__tySw3AG4y%gksk+!<0{2<7;@o-oOa;btmKq7 z>)Glg^*~y}p@~+C-@GB-@IKM0DjK+arbb(P$m<K=`qVY zy66WG>QY(a<0h10rjF22?`QSQl*ZPtcK;JHg_iXp?6HLcHfgX5|KyFh3sCtFO)WG+ z`yWPSvk2Grm08F~iU}RG8jd!o{Dx(A&Q!@G8`3K3Xi2(zAr|SB3kZjsg~EzzB>!q% z#%Z*1XyYSb1c{+(X^p(A7Lb1LWxzI6>*wTir}1@5$jKxiXS;!3()_qniy&#ZbI8N0 zv;JuX*t`dztVEUdjN8L7I{=J`d;*%Kg}%iXkJ8r|nu8!5pZ7F6m=(AA*s zmGR-Q!)r~$+N`GmMGe=bnw(N8G9vjzuzF`)qn2@`4fe=L0h;$xH%GuLGXYFJx-KQa z(@05W*s{<`Shdk$tSCPPFufA)GgF?ow5u;{aP10&8W_kZs=Zir?o<2Xd5|%319Cg2 z`B>aCnqyWF=m-90hu$>-VQ>jRLVgCe@1|om_@t>kOg_+@d1!j!#xlA3<4Q2gzh>kRQ{X@nu3_z#Fx+p)!tz*I-!YZ9#Qp;O&K_Uwk&0^RWRZ^ zdo!*g(E{K}4nun;AirxzJ#y_{Bk1lu)zd3f-{tuZsZIp`Cn*`=3ctOUNW0Vvo2`^& zJ&Q!9WCeV?<{U936e(%Vw)8x&q8HVW;w@U&T;&{R55K!L9!kM*|jXO!YN4uhjUWIn8rAt zkis>Bj4YCcaa67eo3q=>ER?k5zI%7c)kJpg99}v8cH)}qwjKZr|t<~RmpBAF`evbRc1t%oT zM96tT+X0ybv;@j;=xB#{JFY&_7Z6o$GWue zmghsvAL=zbAfvAUZw^CjNwmezF)XpJ{|z5c<|7qihoy4`-2Cn@{S#q*Q!Ut}vy0O}(Z z0*^Y3u-ToZ^#_dF)`WxXvuoWhkh_rhaBlm$!;)!Y4m<64UUXG{*ZumbaEO>(d=e4> z->uJ!cjA@Z@vM?};s04I=IG;0S?d=Vybh^7;$Mt08$A$Z-rNedk5Sp0q!||QWB~mB zNm!?ais_{nHD1iF#Ippx{X&bvko?^yo)iCZBItYfqkcE9`rD&VwLw&ex+3)#BKwt3(GKqL z6}Qo$CcR~=_l^lI7T@tGqCaqUS!FdAXT<3~QG4}CiyZ#8o*Kw|(y9TXtQT~dP6qcu z$boMd-oItGP?GL2nM&wL)K%*siE8|?3%x3U?9`o%?Hh5p|`Yj%zN!!nx?Z8QjVn zZ%>7ZeO1RIm4c4DJX8m-EbqCpwRGNV}|40(Tpl-J%#z~P98 z`71j@*tZHQqa58RiOakKDfo2JwXuTL4sT1r z2IPnSrJ3)HaxOGwqV#(Np=XgOYgq@nYUh+o=6`0W(SP?VOsB%w;G~Y~pNg7H01&?N zBGAD-zSXe}O25r(09Fm7z!L+hcE6pjEVGkh_X%%g=k%_GEE*2AO_ycdw-#(z^yqWj zwg~B~)31+$b_uWaST)x$8Fl+-Cu4?wo@KaXkmW&yRRVtkV0By4&E~i&B&kc*0n<15 zR1f4{a^Z=@FOOGi5-5!GX?b{q649|+jZcA#-!Q8|0}T#sPd)E7z>FrpO*HE`Mf1N( zNi#?rF8na;ekb0iEk$tUGP9YdGVgaD?KZ~zsv4imw@>C1r58I})@RB#=i%1CB1{x*5kFqjQ&zjp>AcEqqU;Zq*QuI=Qv~lK&a;V4M?)G|kTk zTY#`0w{EP*+zX(qx~AvHstnT~gxc~&;v!YqpOwA0ALKQP{kXp+x>}n=!N^;fKyiIP z)!%W-s;Q42Ydv!saQ$rg{(`vkNwwB2fUoQtz4&&X8Mbw++_IDTd4Jyjvf-*G!k@7H zO!5i6eQO&rblszm?H!o(oVm|TFDCRAdQZPC>#H*isN1kCdFkL@pLrDdl<_IQ*tOIq zv_f*2Bdg$@z*e^$(!H6gBR=|P<3BA@xc!Ebtp}6eM$5#9!v%Wt6^&X3A02@MF4O|@ zgH94{swsX`${5czr`4ICVOD65`fG$9u3(7sbNUmjmmWh_yt?7r2=DS_tCYil*|ir} zS_Ipl(mo91K0kGXrtJSyiid8pZR(r^TE(?+8sePE=PhXoWAL20Z8rt-!d$^2z9u$z znaKG_QjP$1!fO^(%E&*`V)fl;Z_}`|y><-Q^t4VW7XkubA(nUds=l-z^46`k>^{P8 zrmeXUlsO%v0yJJ*iP!pz*;hZujWmkw$h}=Aa5;kuuzi=L{2WGjcZ7!>s(DJJs}^jz z5}cx+)ep!K=!!xM}jAnb@>5*djmZ(gFkx7ZZuk=9MrP&oWv%gNx7<-0|dD zJZ-cg7@~;^Q#dHL{Z!WeiMQOfcs`(=9zfIe<3U|ew(eXDjh~?A7**4yo30@zgl+N=hmNrFxJ9 zu5o4&;^cNgbn110hyAqlh(!rZjgXLeDlR(^T?X&Qf1(sS2PKa*burSuXGmiiqmk@7 zHg#uNN%50vw%CQGtN%{L=R7#|y9X)TVa& z$f)gJR^}YJ&O7$%GKPWayhqCWRc6VuSC-9gwx3rWUQ3Qh;&CwMnX;oLDz^q zrbLJUgMENgz0Z@Ve%NwdPv-_Y3B(fp2RZ~MM&R7o)&tkLGx#9!sp>WczKQliqhu;~Ush@=B+( zrY?vvwWEOzQcntvee|et5Flp`U3_H4XZ)4IuJI+xpMx_%%Q)+`Oz)CX!y|reJyv8i z#t-c%1=qKHlTjA`{C5exdjHE~6Zq92eKv!QPrSF4f?z z^q@hdkvBNkA0)?*(cevNYGW^x3T3-F#)bwf*@!RMH)0tS`b}ZA5ExU)b}B!HjYb0u z-8^KJTK)Q0_RBSmWPOh?3R^r>Xs@W!;d%LIi-#3XS z7MnZjPc0f_BzQ^a0=;>5yN{DD4oF9T1&iWVY1Ap04GP=W*Gre9^20VW6db zL8hHr+IH?<{eAuk`gw1Z?@xZ7@oK!JCd+v4VJoq%)(D1We+z#Wtjqn~qZJV& z+oyX%>3~L!5p=pMNxRQ6Lsj=euqje&`kC)ktg?^F`YORA5-!GlZ{~N5y)<#a1rkUo z%H1%*DZ3wL#m}6IYw$gUCU9mB`TkT5r_Y+c-<&LF%lg{}w~86@SpdY+*W&==dtQZF zWBNj_BywXTjBe_BWR9k{c-Sep*r1 z*G@n+AsZd$JoSk|d)uAHt6!csBxy7a6pxJ}W9bKBR;HpnmRes9r#cH)Xr2rUvZ_Ak zpG_-H$2R#e9eYn)R4vy(EOjPOpe^zIUa}8wDs~=CeObIC$(q1R(5=yJ%06uyf%4LqMWO~&PzPAzpqYfyu6VO+RQE|}CO${gD z@=!af%e%w!9%A>8dpeK}$olw&cwY&{nbH=YKq=~;LzMDI)Z^^?mA%^jXm@PPH2FSj z$Vy)hMCU;|f(|LTZ!^=u)?kJ!yl>i~*h$@_n;h>Fo-5dAM*ehv?>XwjLFac!4 z1p~DhP#9T*s8uQ-OM0xXrf569CKWFsR6z2J{GR-n*D7Yw?)0Aw2Fj}cWiYUMuFCxIbF!wD{qFEdXwwBb3VS)GcAXRk z$4Y;WEcN&l9xO<8y!a*bT`mpI+;7F--0MZifoe_ax(<99wSR>f&AIhafGFWDOA8I* zcWD=_PSONLK!XNc=Ri^@*WHLoMTcKWP0o_NA)C;xfx>8QND+vn_^{aw5k&95Dr(FY0G2BHWCja$oiz@%`8R1Fa z4#lC2NJD@F84CQHhuNk;z@BijD))s3oEmXgbqZ@yvI177EWM&)IyAgj^G|>INT%>D zdndL7&~9idZN|B_ z%g6JI-xVbvBv$`LOj2*uN2mVjIIJp+B%Kg2xS)rOy<-IpHar*epnXFaWTxDc7$d#E zq?NqL2y(CCfJzV~!y~_bCmx6|HVT;?6uoDx(>%=T(^N||5eW`NQq8K~p-z)w_R-*V zHU&`9;|VlyR)hbHm}II~{&ZQLqG3IZPj_6@PFp_7?o)YMV_sWfcBT-qrIosUyIt~; zc4VB7agYIi0cFz4`>TUIum32Y65r6fuo)ss03Ei!k2ayQL{R?6@CN=bmc=3Ps5wj| zrvzz$+|K@AaEzTytcq@Z<838OcOgaD9FZ}pr|vyhgBJ*6h5ivZCV zr&Iy1!YghyhN7QIz8zI_d7u^q2S_; ze6@!hjSvnG@8Qmd&i<&Qn!Pw$J_dOg-4@PE-%^k$x-srX?<@9qmg?bShFb}QL>_P1 z?m-LO99B|!NP+l)=^!`>?`EXPkCpe|o!HHQt$Cd(w}a+3@Ik|RcM~pQ7Coa?k>fd4 zeV^2L_~8=;+8xtI2%2&urk6)Tqi1n-+bMLb6{o!Q=lv*GQ|!yh50eH7lq&nm0EC{v z=ne&}G1&DqtnDt$XcXn~#m7_0UgJYim;1zcxlJd32Fqv*Razx5;9M8XVX%Un&iv); z;Oiq(4-1rf4No~!ighcE`+2ue0a(zlYzF);=-T21>6~LO23i8_re*24FUwyUBQfV7 zIM}Z+(Hqv@WUu*FwW@w6FVx)x_Y-#X@!`+Zvk$>ft&O^x5nl}}wt}`pu$wMib*$On z%n637tH>H8zoRi9H{qT8pbC?YcKwPl&v|kY}$3OS*7y8 zSMoX0?haf+EC$n>PoOnYbSS-0N?njuySXNEBGRT6(nSyIwFJGofKB7~SHP2JoY-2z zYvjFXy}x?XV%_2~^gZu8F2dCgQ+rAj4y!5Z8$``9)U4Ye;M*=vu4KwP2CDZK5czrq z7O<~Uv~pe-}Ta>}z^Qkn=`y)d|D8Tt9}4s{^%#iE>5*Ox~-RV_QOsP$Ef z8Z^a*pe=Qr*wB3Bb=Ipr+Bczb17A4iD~htl(Mb&UAbb{$+65p2cPINs>^z-3wxN^G z+^s?Lr6Im!o225uBodmw>wxpgR$IhL>qM>boewxOTS*9}XZ_0k_B9(mkN&& z%a$^ZxMvhi8|<+R&%Nw(p{ZC(SsuSkr5;tp*INv+|>(nS>$;_;-4Jv zblqg%mhc3BLIaALw$dpxL@efix0I{bW~kzF_f|x7oJ1H%t{FF#w!qk0PxWLf9y^Ctl+! zQAUqa2>6aY+Hbvdx7wd=skXp=rK;m?vGHHrs5m6|AMQ=IC|HqV?aM&=TsyW^jy=(% z5vr|gw(Ecpr&9QsU6Z#DmKFW$YfL74f#jwCqvy?gGc04zrQ=W=ST=@~7sw5lC1A??pJwn{);MsVbOL(05 z&rYLzHz8pdPHD37J6R^-vdo$pQ<~H7$oL54HKQmBn*6JHvqYB?Ch*EUUt+nsyX#F@ z`u1w@zQFQ$ff}uFvkNmv*4{YAA$!<6mV##1tjProCXa_-lbV5cy5{lseW)(4A={-( zLZQVeRJK^-o6L!UUUPXTM{4e!U%;Jz)dq6{4Rh3snl54Q#Xh}HsevAR*j+4ijUOu0b@ru3|n`e%JmvSJrtt;0=?_SC?T|hW7 zY+4{s(>-XzeGVVdD^SHRk%IkNe2hEo^v`w@)~YP98UnfzjSKoNkFG$;)Bby#Hnmyf zK&*tw(!m+Et-7v}m`yth>aMC5BRjQdUOytM{7gWsyW4A#22$Q&Z}79H%J|W)Fd7fF z(YT_zSPG>nPeGp}JjULArX-cB4$oay_W7Yi7@5DoY>|_Hwe=FV1O=%Cc10r=F-y0o zIU`qIE9-_fC{im)DZsNMgpLFI5{yVM*7&>KQjJi?`-Ql`CXr0}Y6a64_B3Yjh7|eS*XpDt|Wj z)Wr-_gRFlEI{R@^#sSV>K6jl$+WbR%w56BOmJzf=xus~IfBCE3kL8c&OAcJZA=Sgv zN~F6>w0#gz+a194k=#<$LTuY7rqd)q8Ql>Te8l0s)DsW|-h3$hSerzJrcEs(9TE4n zg=KaBuj3YV_g5d-N#saF_n&HntZ+Bvwb;(2(i~wq^~`ft=9( z=1zAv7~vsE$sIP(I_Jy11v-4z8@B@gW;42lcH~Y{Q+u_g1O3%4|pUm@u??U{9t{EE~QME_$t*g{|`V->lCGavikLr_2aa(?a zKIM};woh4;QbhwINq)+j3EU<}^B#&7cXJiJFnN{p#Iq)F{hjn%pVS=-BpOE&#Yd-$ z^-xZtKl<0&3&xNis^}}TYb(d5CqtBq=ZX3`gu7dy#CUo3Rx1d;Cd6sAuPa>ZE9hSl z8ZYI4dkjW&(_i_k#wihE=9E5}*8AXv$QY4(TdGb<%Ob(?Lli|6U&+4|1)@Aa`uyer zBU2nD`vg65$-AQ-$O{DsSwXuge2`V@y)X$^K7@98%WI+2*hQHU;F7bMfF0lPa)tY? z&M{pxS87tYlzzb&`l%CZzW0a5kgg*I@QRfQvdy1O@;q0RT_G77%YhT^K6N#YglI0y z?M9%x#ujii_UJfb{k!~-&)R3NO}FqNm%$;h4`a~r*4&YMw})64Bt%NVSL_e8^uFyK z+Tx;bOTmX8Tp@u=>?E;RX+HoVKePOyz%THO_ReAWr{&yUp1j&10kQz_W!_>4MVk7mW z5lC9J%jFJy)|*;7)r6xLqPQ$}roWl}E$|XeeE=mD`eCUqhZQC2(H#e38htuFPFPFH zRt$PhCHfVf{QBJH%7>FummhoCDn@dKBUC@UTDkWIip|gZXXp~XBq0FD$R*%)aw>@$yE?mkfZ!@=(@=|zq*=zH55X4HL;uhnJ9^(eZ4rs zxH=TRq(^xqBrtA zOQ1_wOtza^4}u53Fkj?c%Q2QQbRdJ6{4kqSFc&jepdv`$e3@7#)MF%Bh)7z~_51{i zrA#v#Gz(6z^LIQ#O%9i~V3f&-bpJF;JCk`1pD&v$k^FRu)zo~TR-@{NfUd2_f@vY~ zUK3@M9;Yhnp*VqihB<91MyU}eEtz+1el zq~KXjSC}Cb2KC1K(h7A?a2Ga1%Z!vy7!4M&?}!LKn6^yLLTgNChax zpWgqmm$dl_k+{8zQ0LUmY~(B%w$1O#F@HE-num-hH)sW3ryiaPOwq-8I<0FhzIp1I zr$ahPA(1`Gcd500iRp(8T~8ms+a({*+ZI-npo%T#F}X#Wkol-BRpm_l z-0q5S$v6LkS&jeIkrrU2N#?uiCDwf%N}WdHAl>SpfXLrSmOeZ{5y9lJASDhG6!k$f zpMjC+N6y9}HZqFU zZp_m%&;z!q#NqN{Z71^IT3e4Qg=yYHcCy-X3wCCNz9?jM9PfU3HC!qkj7iAnzB*ix znMIu-LF$G6zK{L8EX^vOCHHZNGN3;1@+V~aj&&o`t!+cpJmG9DM^(wx`$*P$;@Rnu zLq$}_c54*BJaGK3xTYtD<*k{m3Zl3AT>56Q-fPesp+0>2b9#K^Wf&AZ7j_Wr5cT<& z)T;`HN>7CjKFcK~l4Rn~NQ$XEcLi;arVKnmcfuBGQa362C4rAM#YtwA?($9D}%!yKTiH+NCX8yyM7OP$vTPO7y)xgPmae$E;>28Vgl-?ai1 zh7jq3<))>$a~(1V)5$?YEx@i&Ssre9+E7;3DBY1M#=ebV@uGk{KGFr@JR|t)t_EK~ zUJ?AvkM%_^-bzyr6V&QTajb^golca2fib-6X+4=t`<10R>Jw>|s`9a)s3<)2sHymr z=Ppl0hKhjMy14eF1f?+X&M3@GOqNUSHajH<-}5<=bL2~z(7(0P{9mmoc{OD-5Lgzt zH5%M$QuiL!T-u(xvzn&a(+P^%O%gN>t57)Zr+y4}o3%Sx5hi^J=-aEHqapyftU8B% zr}Xl#&lI$$6FIi~Xkvwd7Ahco+0>OppE}uIJA$K}+BCsIS8;@1^S%M4cEAx0i9hN( zh0Nr_4Z;>;hQrsoClEJ0sJdqP4$tiwv>?_jIooKh$ajq%d!17JB;ip9&pq+X*c13w zR{COFFqd^`?&a~<%3Y7}rDq^XWuiVG6?v8G^4T#HCwLaFy!^rVfr=GCs`jdg#@)B? zJpB-L>hvd3IlOpUq_?nONpVxy(=HtKPv2~p{_ZXmfIWF*|1 zc4>jcE1%|#T1$uXsnwS}sX`kpGw<3=6~UIlrJUflYK>dFWIryj$kNOmE71yTdtV_x z^pB)76|_J1+{e=*p4q(Fah~#xVQM8v$5hu5e7vVYeed}O1RQU?s6NU#c`hij_ptmM z8=j)dnxEft*z5ck=Dt<5dQ^?XBB+qEdj^Sqws&HWebEu>RhOnrzkJaUS(H$< z&oTtY*$7Ti@!>1-YSJKLmQ9HgdwzcVn^Pmdeb8=|fn*4OY!>Y*gizDJAqpPvz;K z9(j57ZtiXiOceI-?x-`?xjaggxkc9lY;=d9>e$h8)dv-+t4hUxyD+`~2nf;sjd^kk z0Mm7}9r@CqIGPlslMf$_)NrM_h^17unWjD*MSZhDr9{y*Aj>TC;IyZwUnv+@JQnkaWS)>mpfVdns? z-><(-#SO+NnoPu}vCUB4$a>7jE7)(?7X#v&4ipJ!;!o>NY>mdR6YoY0zhMpZFejtq zdcTCYOy>ifn;&yva&*V#C@;|ie%t97AeG2B@Q92~BN;W$B`<-JHQ{R(E=Ik9U#LT0a)x)blW?__3^s+aAFf(4O82rUHwc44u+ zkChjEtHx(^PGrc_`-6bpzh^1^YeZP(%|;=thJiZ)oOaRcY-(EO_nimRe`z6x27AOf zD_1)PPn`d>TS^@X5?{J+K5i){S|}&UdZYzN-n3m>6jjj@2|^Q+ zKQAg3jyPFh)kS1ycJVZR$2*|pq8|0aD0h~wNj__yJ6r4BDN!0%(yFq)!CE4Z61fSv z$hJjf|Bnq*qWDs;B|#Y^2(dlI(?-_i61=}B}@WxXQ(U7h)t_BB{!wh z@T`ZnVEmikw~+r0d&d6b^9G}lf4NF}{2g>7pkEB<^FJ+3!f=BXtaMKW39@+$SP+fA z4UR|h509n%K%&IgvNSZzbN^vgyUA1v@t3U0dHk2>t)t4prtkh<&`-gcWRs6E*puy( z!Jkoaf|14kHh=qa%#sq{f}ClL0UjB0Y3IykBml%x?>vtD!Z_+|bdj5O{Wiu|kAXL2 zSCkE2zl>M(PQ;6!{pyr99)cZ*O@6<;*HN+MwRm?4#WN%(6fvWR%HE810S>1)VlfG< zK1BD1DZ= z^A5ZT4NK^g>LAnhj;LSN1o;{E2v6JF|Yi?uqf>uDq%Jf2c zk2XBlU7}G19DnfC{ehx__ck2mp-MdYYY_m$RxMYHjMLOCG+iA($1iunDZQ=5PK-&b z#qsl(*MnV##|8MvGar6HT+trUL5eT6)VMiQV)`*U5otMYn(hoPDd(DH45qv18{H9# za|=)sRrHKqgxR-QFZz~4=2PPGjNjs{*Wsx&GHg{Ksj4S^ixO%;6XprZJbSTJaZTcw zZNs&H6NXiT03Si3V@1N-@qgr?Q!1G%fZid3vzAeZ ziM#W{B?e!2JRO4gmGAHOg9bfqgN0)Hh8{q{cu#LuCWA|fWc;uqqgIuEVSms5@*6uK zE{v1>L#vUQ>H^6y6|%Mm0fE?~;~TyFAQYgYpooV6%)2a*QN-3bq(s$|FqCl4b+gTi z1%rlxGpEa$P!3r>_CaquRg?kQP?&k)f>hOF_N~W6G|tQwQ#*Y3k(fG=$~Ex8;_$mO zBDw4gWmgTQ#l6Vn>}Om;=lPA-Zu}BDDRNgof*x7<%nGhZEox<3L&+^`bf{ghb?iZm zh1{OS^H#x&tpN{AC3+pjcqr8R^G)(2=%ONDayA0UKC{Mzv`Z~k)Os;+>iycSTmEF?+ZWV3+p}dT{Zd)F&sGpW3PGq|Oa*c+W zQSLT(oS<6KW%EUs+y-om^z|kqpPC$s{weq<=a1FP?O8sjS!|OaI+RaFU5|~cu7R(G zC2fl&CA|3=#SD1&zMdA<7szU;gH(|G!tm?d^4qW?L2&#D35s*D3~!wxfWYPqE*keb zD~nI`+9AReSqqpa95x~pbwNm6JC_^4HM_?Dn;us7f4JY8=HX(W_J)qmL&f51I$ zc5zDY6m2>HExMgzvridYP3rpRmCwO!hzSVgw-S}wTtINb)6Rjz$+r1wJA9RNWoCsX zqv%7@9=LCOKCB=+(Ofwcur-E!B+|Pjt?J@GH2-7G@%R(khrG{gYe|IftUg8EXXSD! zmuiMIT7IV4JF}q4>|6&S6q*8;$DlAe3ffD?>Q}XNar#$o!tpuz8U;Rd|d3i zZl}oBU?yB(22R4VUV0EJY~CyYy-RJ@gTCWH_l3sbZfi#q#1M;^_f(p21okpxzRP%!~PfEBq@%6gU3^UwAH;h-|X+ zYpQYDfUoje{Fr#1(Y#D~mxr6E)4aJ^Iu}Pcv^TzG8}gr;IH`;uaBwYS96r74{qbbZ zfT@`Il$*oL|C0F;u!u$ATyKwFYP2y;NR>%2h{}L_&3*WqQFvYIsTv$WADi$n`^&46 z$9(?fD){Fz0PI;z7pvPa=X8sxkkr*N71l&G1?7t&YFXjD{VKl|R#S-UG@)zXObDnY zknZ)-nV3IQwVk~qnqw|o2EDV|5Ya6b5Cu(`>)ahidV zhW0@8Wxb66S}U}-e`fi=Q-%?-7uw9Y%g@x*m3S}{vBs@q_9v{{RcMLJ zrw*pj)!EmX-CmK15iom}ULcZF5AT~tK6?MgOvwoXA2mk;p=R{;xSfCAgKg{!OKV4% zhRl0Mu@8d^at&7o$bh;-x1(EJCb2cK`b$a&|H2u6{>#F!;;|+0Srpz3<3{YVW+46S z$Dfh0K(j$I2l zD4!AvPBSlwAQM>PH*b^RlVpG1W|xK9Du!t}cX;ihXIfg-n)vYgbfFN+J;nv@?@APfw+@sJqFKeolVm5bH{02SO?x{K2Sg z)DaOC`A`Xi>($N8vM>z%P&0N-?IMSAWO&aH*0IYsuGYt>(NLvT4?WMffbie#Y3Qy* zuIedWPjAMOIX78L4&t5gw2qXq;Q%duaUk$1TNqlK&b~S#_hT~* zGf0?{rY7#cC{hX3b2nVUd`#DPK??=e(@;E(j->fKdCkW@dq*2M%^8X9gvrpRc!L)o z{c^FZP5uct{X&)ZKQx01>^V%VRoao`ZwC`!qw^da{1Q}Pcu_47HM^-wsh(lQ&xz#_ z?2R6TjNbUBwgsv9tiR1H!R5WQE6OiGsu(#-5hmIOtvsgEBn zE6TU&Gk}8xk}4nujFPy#n#7_dyPafVr4rfshYcj~txHg-G3V0hp@rIT=DXzPx0-t? za-}%oUsAOdGqmmPA(T9nl17;i7I^b|VlT4hU&)+oek_D^twiC-EU zvyv4BRx9&Xs>$*f-yf_$ERzH_934Ri2+IIq(Rr^T8&x&ShA9(}C91NDU53by6%ea( zyRSff2&`Zud)ys)R|9pw9&YjYPCM!yML)c!`L4#|eISd%P<6Y|1yx{=Q-dbch$`d^m|-pt3mM@unqmYL)9dYBW{{G;;pN6&zkKG#>Bs+R3w zk=k@i6-#}AH%(1fFP9eV2T;3<&*=qnIzv_rRY^Wa^Lo;S^hx3y@g(imtB6k|G3hdw zuorupK$q{6Zk6$pxMC|e=YiAcs6Ah60x1e6etdK1S8w0$_kl#YZxnhiU?2li+3a4Pfn%B$+R+~!7VB{w|I)dCSpG*e zSaI2I-){q@ih_pv$Qd1F2>3N#7(N!fAjJPgN30Ul@}cxa9AzIM_=n_N(Ckb8je_NAh?PXwKFOroukTkBW|#+p}fA;E?5nN1^r)v|4 z0aDS6Q$A;yP1{47wC6qn}}Sy79D)PhsD8#MF6*`J^9Sk-YuAghn9Q z2|5gPto*f2(l1D#rYRb~toLFGbqB49W)`VnG zeFecXFA#G1=J^!TutP`|(uN`Qu0efHDme;VK^F)+V5J8ZqPIox#CJ}qDsi?+oWBN& zzzzI(f!JyPf>5$px*mWFoNvEEe$7Ryj8RBQlDv{}0#~t=ijN%U9g`T;6zWk20MwY5DXGy_y6>Z2-WxL>Xxt#$)28 ze$4ygLshV5uTkE4(0{(saX7E1X%0X4>F<^P8Yp>z1YwqIaHU1_p?*ZV-O~j4&syMnVM(;Nu$V#+=KbGa)OJ_7%eRaF=IbXi54%0yh3|sY>`b@8yd)#F=TQ& zq+M8x=#nt)ZA6ptFxxCg6BY!@aQrEFb)RM>_0T8KGcGq6eBVMiSG$}I^eSK&#~A>s z=5|F|k8M|ME zGuQT2=l9f7cZ9m|>MkOFu&5?C+iYJn0mwb`%EXYAxyO!=A z&DV!(O<$nRgn*+oQ%G(&>ILh02(8ZN8nS6eE8S+ZIV+Y;W&fBbBHy3_1Sbe ztC&(Xc(t>QLMGOj?&HGwEt{_#?1dFu?aCzlx3m-QYVd^5YE7qmjASWyS0SDDKU?kx z){%dw9-fBd8&hqx)SqtaG0#?|@i5w{=vJe!X@&cPx$)02?Z$Acbk~JHs8DP}>4-;O zQX!s&)1Jhjqvu@73%?!TSq^ikjo0Lg{ZN>gGWWnEnK%T2Tldq-XRe0_LVGh3IfvDe zsAbF7d%b;gt~GqIx+jM93$XTO0Zy|V;+RS628O&iI8>ZD2?ioMO; z3oq=z%PE9I{mIk}PuKOq>#vN`w-VswL__8JPqMT`fY{Le#fGYA>Nr&oX=Moq3t<36 z6h`y`<6$UAK~wbZ9kd6rRy*C82Zr5-X@OqBwgtNL`;oWp(JlXM$O`5FCs$N=!t+!t zrU|@B=>{&pE^+z@J|^$(Q4iCC!~^G0Xt%|Tvai4Tp%=xcQT5rstrvTJ)_3g-(~w#| z6ga{TvKC&UG)uxfF?ygA&pAw{X~Gsv7XQR!$Z=2eckK-1YB76>$kC8*4X4Gv{WBwc zkoFvlZ5tc(E?9jegDm-dF7e@vw{3+LhJBxOmUeqjjic)Y`=1xCk!%mI(&oos!sODJ zqXw5-<)0v`x-|D4`*3_tO#k{uLKwxr=j?KU_Tej0PQU`A9oewr&+$1 z!8cg^1-?xg1t+sZ74P|u6y3zo^RfWPv+S(-O@LZ~Bc(iqHTgL9 znK@uKjOMe{YKJ|3;H?cA!DM@;7W214d0@bERvC}LD(jp*cYE7r$0PC%cjrA(1G9+2 zFcH$n{*+B1{2KO>u4`Kq5wdw%CRKnBI<>iNmH?i>{`#Jk#d7~ltLcO~iQVm{R&x8A z%)Y)L@MR6SS3!3&XiX2{Lhfidi66wmn^}o2^nu}TJ@g!&UHG>yjYdjAKL!fTin-To zu#a1GUevMyf+)Ru;2Q3wi2=97&3KxkdnM4-bOUoU#t-1r4TCf9z4uF;d)++G3C{K> z_KDxeGVcOUTc8xT)>$&V&=jwG`JN<*w8LP z#ej})ftC26`=`W(-MqUdMA+tIH$G<&;;J+OJR6qTklBy{)*Ww~f3%^!iz=P0{V_%2 zcL}>N7>&W<>25P;y%T6c zI*clD@_$YdCUa>c#Vsn=B*B}H`-gLDvz<9Tw3X`F-m(p91?%DA>4!t5--Ngc`))PJ z+_%y|TI)_!KI2r*+Sc9dZolyvB}2Eb=3JLE-YDjeuCL`if28WWFR|K0tg6@<}4A*Z1#{!<ho^os_(e!qeJ^OIZj2P2w*#kst1 zb~gEl9Q&omQcfvY3a$64J9N{Po>4VTH9DNVz0<|7EDf+i=*8+3JGp(u6PbWxp; zxS2wDnT^@d6?4A#dr-5GegvNuA4oxrV$XVV&%Mg^4u8AfyQhd$C5sBx;l)uCJ{yya6Y`b-Xpy8XMRDJQoP&YewCW!3G?U6g*o`-K~#3vrBen#5L^g&yQYS|>X8@wh9D!_h6+J@#shB%%Q@NR+P4ATV}%wJ|9g35PYV z&L)1E607{umw5os7ltL;3O(4IP!Z52zX&>`$nJ~P&|=MsZd#c)x6SqzG)Xgpqzpxn znaPrwT^oHT`!TLcb2H*zy43T)<(dIRTJ!l(j8uGo{`}zkeC1xi?`}D?C|Q0`GQT9ggAs{p=fV5RVL*Rac2JMvnS2z1<`Sz-IyHt1G&5o&%{jlntf zX})e;zGuPEc(cJ<0UkI7&-(&hFWX;V|h4w3y2;{)C+`M;TKE zL`(Pzn;at%w56gxJ9|%5Q*Jpuv1N@rRMth`a1?>*k2d%1eh9iP2WB_VI*Nf_smCH7Xwf$o9F z*B1ZL6}pl90%XJJuyTuI2UFuMckgw^@4nuUT^03xNb=1@$u%Kn)Br?0Gvl zAHE7DO;Gj|mN|rDP9*5hhN7b1*M-Z?APof1NvR-Z=4^;eg^x&Q{tu~~B>)LVtCkQPTL zdtlMRsYfzLO=knLBZ{FnZ9)PnJCmXjDOxJ{4MQPk`Td9zWktR3mN_Ws3p2h%uSUQ0 zZ69mSG5FQ|itkL5s%VcsgG~nFWu3*bo)^jtv0y`Auh&)lr9#XL_vp^}7H1j7yt?H= z0y=l#aK~ZxB+xQ`@&3U8(a>Wr>E$F?MUu5G0KYT?Ok^U?b@G8@#NF8mQdSVzB3KZ! zXwhT=bEU=@|JRhMEv^qKT+DU0_V9Idpb`^)UV^oLf>=tMtbQolQrfN4S>W{(-;e&& zmE&cg*&)hx3Qc37!prbZD+hzj53cMJc{5gtw-$uxJJQBY3Y>qP#hUhBOH(1y+Xf~qyf}BA^~zXy zvwF`J(*>xE`wbQmLt_wQtPK<%;;q5QAT>)EeO7a%1Atz2B$itQ?2Tux{B^IUbj&EFV8$*K zH)TLo&*%5xYHVXRg|TZrar-~_O3mk)I$(0PlN&XWz^~q5U9O8$li>G$W$UdC=0Agf zVsHuEc-wt`cnTZu8W!LAa|h!eaHZQYqM-~Q=n-oB-PkCpA2}t`K~Z?3!`dxL9l416 z==WX1RYeI&-Znp0N#fYb+am6U#zTrHvs*pUe|O+eMe82V|M{-meD<+n`9_rIzM?&+ zw8S77c9Z`YHvS2}^oG>)h!Kb0`hv87$Cf8hCVrl6>S>b_vGrjpHnVfQ3MzV#qi~Sx zODooVe$~g9~iAq&c1iHx)%&MWaiAJpD`?oa@1 zYpie9GEX6>Z33y>i2uRr2)?ug_lckWJh1~oxUtJct3wAO>inLIuF~!Bq5lAe8ED5& zyy}B|T}oh*7&Jd{6i)og>LyGJ0e_XQ15ZDUFBiYUT1c>^P>%+%>yZCKPc*--eDvk? zx%4bJUqt)f6SJstl}g0Ss7)5J&X$-CHaIU8LY?Y5GXr%JWN*D^l*K00EtmkC& zv=O1NonZu-iq6M)GW#RXaBnZupfYaTvf#_Ib;Az9B1KCn;;af*Ps>pJzz*3!o5?+WF^yn)8S-s_C5*N4ruRV zx1R@{8{K}5<*pEG=^_TtzrctMjmTkB!yltTCNuX`S*zWSX<@g<>gc(jRdZOXG4oy- zzG7`6rh%Uq9~jUX0Ol*kZ!TctkfjSW%uEg3@hWe9Lu;_{*%vxss)r$~f>&1ZY7n}- zPyx@QSz5f7n&>ker$H5KcHR)~Vo}r9-fiIGyNPn4chi2jGo>$W zq@3JNQGpygEPid`v`PzGW_5(r{Jn)QnBR51IhDAT@RS;-3!~rZ)nTbU>GLF1F2~qX z^dQkKN+S0`^v80WJ=toRebaH#%aAyISj{_@d!B;1w6Cq$bKTWNYMKNTa;A%T*B@<6 zid9NJ{&71Zk~8O!a(EGpSuEbGh!y7xnb0Kf(_Q;jq~!OVvyxrX7+lKsL1w}A>InI1 z91{E7qIVleW|q=2=gY1K-2TnS?6FXef&_16dS(W`Q(a?gZ?)GndfJ68(9BqQF!QSB zW-{AYaGfbYF4(5dD#tU=x0FXKYko+Yt?4;d{@P#d#;*5l{WRrBiNXUp{lqAI(Q|)a zvB|AQO&U0MT~O;-f~~0J;?Wil9)yW@P7)c-5^`^Qk{iwRe1SmGc_|(!17gZ)B*!Z_ zMT@XnI9{qU(R+e4OOCtbi|`)#vKR1)n=&G3aZEP|uQ9A5Ed4Wf|TIVbF^YInIz zi#xP`leq@W{`VksKsRW23qc~W(|O@ykrA?F&=cTDK(!HX!c2-$dE}<-XRK) zTmd8b6X4Byn=6{L)yP3`sP3`{XX+)!U%xWJf!9KZ`<_KI;fj#P2%%tw-k*+iYqz5( zhxVqItm&Zo)EwWHaUh;+EA#&>G7=HFFpmIkV43HqE0M4HJoMi#*wovuXy3A0Ts5Y%sdc074PQRJ zTR#UHe=G3Qa2U4?dh*+P3^qPIJiVK_-RS?0bT*NnpEetx|b3iS|vwR;)6lsmUaIr*6(I_UAu{Kxt$-%;q1@$y};W zl{QB?9qVuR69@`YCh_{KGKeut!q(V>n?tlq=vJ-B#STfpedQr<`YD=TSQ1>BBvDd0 zV9RI9fA&B(5-O12DGeNaadurGIK_!ge|v~Trnkt$Ixn46kZ{+RQj6q@Y)KASJsz|V zN_A^Oib_I$p9{+skZ$tc$Gbqw1j(B*9t!@2LEXE$8{``&%=xV8#sD?=Pw7H{f?zuS zu>$&iF%y$B65h=3jY=hst)buRnyA^daC?)G)3T&=-}c#Mh$ajC&TCAO=5vl~7tURi z%X<;cJ^ZpIr30IbN%&DTrH6i)M8r;! zO=pYD8VUwO*$+AXw`ejdJU$&Y9z+prN>2y76&?fZk+ZDBmaKeg=} z99b18IX$z)>jyv)<`|7Kufy6Xgl-XOphOWU5@VXv${STahB8kv{h@9e<7|g1H4!GG z3(#Di56vPQzuqBQ> zB~{HygiF8T8on3zefFgxRwwtQz2_J$^yE^blMH|>+P0%!dy?1MB){>vxW0AX1_t6( znfHX$)g53dqje-oHoMJqLFN?s8}1Qa0`Q9xMbK6tg)$2uEKm^3#zq4cPK2e;qOrDF z!G!y!fi*x^E#ob~q48vjf>+K9OGtQ3W9o>Wl^FAhW9bc8jw_JkD?Gv$6q$y)oQhE* zG$MVvJ=AKL;ceH+H}C;6sd+Dyf=2pty8WYJ*|IkOIewUxPF`F9#` zgLLlL1>s}~Szx<3HELgDTln*mIKTcOExsalx_xmxs-SN#v26n>rwXClzSu{g!Yy2M zM26tuvy8^|d2)>z!)fw+#oYmUfkw@xN~W+&Tb7oFb~VRC_R7#zi+g!*xOnm;Pli zaVZG@No{|=H6lUoGvb#5zbvAILjk6Udnk4W`c~Bs*#SDfcZQ#OWZvQwU zQ^8g0(fRCY`GyCnq4-6Ws|4iq+mSWpbTiIy3z0x*A+FOC&`%wCP=sQ8+xWzJc8|(i zR6P$V&r6~mi63J$FXDc`*%~{gw~Ai}T?M=9j7QYT3-B6?(?0l^2?Nk=+o`G2r)ef0Kq3*j9k(6Rk?&vK?j>GVM~edqubbS5`}`1(mow9g$&24<*bnx9{s`yk;A z{JhUAa~tV6rvK^eE!g%C`+bLvPzZcxJW(_nj5sNMTPEE1=(AN6wIi&BkVW*=tI_;x z#bo%uFjG7Z(eo@buc6$FmMfYsW^11bhRsA6Bg5X2S3+?&UiC(!{EXv+?qOnjSkvVK zw00MZUSlqm3~w(Y2_1fE%s2b<0>3TD`Bkth6IH~Q+cu1~P`Tq^tShRF57h}s;lX8v zOHSgQg?LfzNgs_W-J#2dQeYB5Fgc@_7RJeMz~?kGaW3HSDEeqn2|g4^{$|_JWbxiF z-TjfQu_7hmILDiXYVO0lOf4k=;h41WQEYg=;o{l#{0H z<`&M5+rhgWU5;q4L4sx!Q}bs6=RJmJm#KpZCrZhpRHT@%Dw>gOc7zTHAznL695_^L z>>nI2##eiLC? z`OOYkl~dna=>(VK$w97RdbMaMS5(sT(eZm7?vt3oi%(Y1f}G2cZl3YM4-{!`2EZQ< zI<2p~%ex4@AGGmbkPxj77)-JL2#787gy^ehd!GK=tkaHWvc}4;O6Y>%8Fh0s0Vgm- zL#?%pU1lfx6GrQ|2w%h$6EVcqIM8J$Ds#r|bt)}%6x!7+*fE)laCco{m(oG}MxfaK zB_c(=!G%jbpbxe@Ma)mFNOibY^H-f!cF*jy@vt&n@0rF0My+IU$~vmvxdeWN+!<%I zCs*)Lq|PG*K5^R2<8eYkCy9+_0_;H03A$3a9_F8H_~?Pn9_iOAuIDO%zYnaw2#^S3244kD#THKBLWkAOCbmEBiYp~x zwtTx5b;Y3b*9iXdwG6P!yxU1VI_{`_mj8wt6^ibF%~p59RV%)Y*AUCL@zPY%vPICA zHTPrlHSwQQ7Vpzi;J!8>*iHhOjLiw zptzpID(N^2j8z#teQ@TVNT?s>3vSR$4y%=!E@b-aC*t~iv$<~ixlF8QowGD~Lj+lv zsiH%@2##U2V^}4qi+^!}PX!1Qzkq>vK#UR6`GpaUe*5apk65^?jWoWe*#Ae=SBFK} zKVR?C-Q67m(jdKbH-dCXN{WE=E-Bq9T>?s{bV_%JvPgG#?EZM3=lfpoU-$k0Tr;0D zGv}OHu(Or$4CCQ$_=5Q1=eNml_z!jE^d#xW`nt@HqV&BBh&z8nfQLtZbM9` z9ur}{H)oY&_Z%>Av>6{WqjfR=HhL}k^K%&_3*$Pn2&w=pz$BDQ{Ry89hxJ{Bb|wjz zV2^^@alOzG#i7@d%}uVCPl2l!q+@(_9L(ULoQ$2fennM7y{^>9_Jz1Iy#n>_#F-kKILZrpB4+N94 zWdKByUgR{vsb~qY≫pqI9!bez_AApjR8K`keP|IMHIu<^x7B4uTGn z5c2gaLIA#!73d=|R>d%j(i0v7x`j%6Pd@JpOMD_baD2}X5#3FNE5=*qOPXaFFhzL4;!mqQWP88OqOQi;FMr5lRIyHx z$h+X-LmP^C%eWsZ4ZZ@O(4d*ee&+0@Pxe*oP_KC2@LWvynYX)!b!l7H3EHmguL6ktiB@$ zWM8b`YIx*vxQ_-+j9>qIxz^?D zNGHGOGht0Ut;E=J5|7wm<_n3SorxY^+=wb@aRxXyJn`?PXH$ke&rAN6&u%DAO`EyC zbuJJ2fysg|voUtCl;)3S*Fm7&r^fye(S|Kw&^{AzWB8nAxF@q^E#C&cDl2VzS0>sS zy-gRz%*xQ2$hAM_9{zF5OJsG_LD{Y0oQd`2y(JlB`qLip!&afWt+w+MJN%Jnqt}V2;w79Lx z=hFpzp+G}vg^b%GkQ+D=pge#ii3K~IRwWpncbe5U`5-&>nU@CqJrv;Q!|1#};!=7O z@o-l#V$3-4ldBIyr`R@sI}(u@(g-gldOluv zvRYO-fm)Z0`bJ{x>-9d||GW9gw)tO`WVBn`&Ta7QFKA^RMpW!rV1l?yY!}cNd__I? z;)BE|lIwmWqdV;WGqA?sLmou;D07rGBsdeqh)sQla;66v0NB$7#9Kki^|YDYhD;-q zg43M2+GsNEeROg6ilg;`e=1|RoN`RQL?9$sTVmZeGn!(eIjAaerjUb(!gEkDj4yQ8 zK_WB7@n*ws($L9R*rF#k(snKL5dFS!w;8s~54Mj8?^a*4t@HdIDS1UmqCr(tdr*>4 zL_m`Gjpuhro%Ny<)OHz(^TnaF4S|foTqg0DTpQ@4pGTk_-jB4r|EArNU4!8hg$R%5 zO_~|*EtrK#)z=g~Aa$BT-Byfzu)B2Gq^=`_>q2@MtwwfUovBYqx?5#glE`oHO^fA2 zs!*A#Mp9>^b6wtC(uMUAM?SX}Lql3v(9yCr2axB79KpBwRi4Cm3owz@elD)*wQ^Mq zMnk#Bfuqfh?PE+bNc|Vc1&hM7odntNs z{AAlUTxn=^?|l6o zch zp0Q-G(2D(^iE;e?N>!&vXf1PM{CbDo-Tt?enCqo|=}x_@WAdlS2V8&a`%I5j--CMA=w3bV- zS!(GmE2}LNcY#BCh#D)DO^>gi*!$%HlWO^dwtcJzcEmI(fd4X??J`zRdG7IltLLQ#?+olZ>< zTmMYtcs-bG8&a%JL8_Wk`P#3%l*vN?v3O7+Dxm@`2(aKJnEGUay)}IOs?^}hV)Euk zO8;vCH$wVLiXdsg0Y%a`&yK|8H!g~0xZL$qDEVu-XbGAp)l|bqVeGX;s+?4GrQxMlu>(758YMW0qO`OK!IX+qf- zd$E{S*DJW;vy=uQuiFtNi7FoJiDnMGs474Y_a<~~PgY@~th$iP6J22nXyJG4`lgY7 z#3tNN>BbN`T^G~wdIh?aVPH`{{9zdV^D{c02<)-j9yk;Dw%g8jvE+K!Qju}uPnD6- z;r#cUa}Scj-(GAhKd)5&4cV%3MJPco)$Dx7}& zITnVHA%JR^@W9T)2&6nVADhktl7%prGE252f-+B>@^FYzn@I(zU8$BDAhAmw?W?b9 zzBSYez-_Kj;xCm$ccQSaQ3^$JVFMwO+g}K9nY!~tg2uZs5u%J-5S3kM%lI!P?BW3l z%DYdd0UMV))pPU64@3`AkxVkNHO~E*Kp68)cK4f)O-Z}F95aBuE{RA~R z;WQIoW73gAAnr3Zy2|;iK|>ys*W>c(e}fnza-_kRi3|>A%b~;W489_jvV;~1JkPYo zl5FGW&%AE-Z<~mc09nb$MJdAk36Qn$%PkjCi?ocEBBVI>boo}t>`P*1BrG0%KAFNR z99WquDJ&Y43>2_^Q@BkKBR163E!|=|h^;uQ#_1YC!D}K9JTmZE2b2G`f{=b24*Eg} zWJ2#}#4m~rBbW)Y6#FpU&3gM78d}LCm#v1VsaYmmN?OGcElaHaReF%7+mHaM-?(^c zyqEz`_$^MD98;h6np^cP7%|XmMp5$(*}Bk%8v=Zg@8L7*(}p%>?A+nSq90-PEj};& z6mD601&a?rA>zrINjiuhJMobn%#Hap0{~W(j33z$-5s6E`f8kAJtW>}Q{!9v3T-f9 zP!~ItvihGqPFsl9gFS{pP36KG+lF1JovuDAi%r(D3^E!&veR z4Spn!)O$EX|Fkd)u|0r;V9+6VRp?sD99YrF);A`}YELZzum6@@=Nig0H(v2eBtX6Y zn5m^vtB%>2d}04TvBv*X!_n{Nex#)xs#3xxvZdW39^RaI(nrJ>O~}5;hr<7^nkv=C zekKgE$S-!f5J3i&zety6DMmgBAXCd&*?QzMV?#cM*A?pwBmb5oJhIee4o0>UWyKne zyI!ImaTa0LDUNimvY%$NN6q5uFFwczd-aJ_IqYnu6tOAQBoh++twlJ|Mm`LL;;<$QCTcky3WQM$lP}mg5N;s;IkqzI zb6}rdw5EzSo7~}=4pSq%(}XJ#ea3~Pfte5iHW_yj8DX|i51d#iP#I4Ctf zUy2}BhaXH|Eqeuj$eJy6@%z^BrBH(DcCsrV3!EH$x2N3GPW0&?W;G6&ytM2e+T7u5 z8<6LM>4~!B5W_d|wmB5H7w!$3C!R6v6-2E_d!*hVX|Zt?GDV*ra)@FqxACJ=b3lYY z&$B2)`%=33B*zlMZ~MWLN9D~MZlrK*n1SrOgK`>F@@(0BbO;kdiTg+Wabv9^J`n5g zv$nK)*i1n=ziTnQ0ed`OYG;^8G*fDcf6v&vD_vIlyYi}3Q;0RKTC{O- z_`V_JxnjGzTI-aO2q`*{Woc0%zuk;Q{fl34M0eKpy)X7*^w+$_**vD^t1~cHbEjkf zVE<77;)_ z53~47K4kdki0Xv06%K@+HRm_0XK+4L{LGov^dVTmelj`6Z+h=`gB>9Ix$+*4l%`aPUH+gX3I`u`IM#Eu zI5VSdO|RB5b+sxU-^3IZ*;z3>tUkfJ_<7@9{G684tjlqEQ@8SwiN&LhDMB{&j9<3)ut-a_DplXNi8vaS_`0KY1(7n* ztueaVP^4wY2KB||GDt2-z5(eUj&*zlrZ67f*Q4!~LX~e<7PsC;dnG7;Bwh8V*7;Sv zrq3NV{e5Rlj9ZGG2@B}TVWT>o{v7MP!UNUO)X;4};jP2-V+Y#LGm@7boxnNVSfxDN zi|`O;JUqKjRZW(JY($7goNW|LA0MSXeIzTmJf#iw;xDS2{2NnK6KVCTs-T{$=36?^ zGJK8-xBw8h{=yO2zB9YeXLh9Fiv^Y6jH6ntbsiGiB2^?0zIT@Kda4)doovc%N4EfJ ziW#Bmj{K?i6V7-8f5IG|>qGumKIH;5|0U3n5FFw-{__NUCw@hON;siRD1z_Q)3SGvWQmIGy%Q? z1AG>l-H)?j@z<9}-JBG!usjV~rSYj?K@4|9q?&4qDgpjHQJMH{eh;qHZBevXF^AL* zmx3cv6nrqtv~%hi(j+G&?UAAezB%Vk`4(S(-cBM>?%zhBQ@I8+!f}&!NErA*31K+7 zHV;qN?VmLR{MpfxGvz5|p=5b0_`p`0H0Ib^t`O`?13v={l3^0OhcKQhwwVeua zzy66)O1eNfp7NupybJglmM)eY=bav$ov?y??#hDBeAQJcCmvwCYaXu zpv!%T+6xI$OT8LrO4+$ksB+yg_vHe!JeF-V8>J&#p3+kF`HgPYf7pW0?NoBH;PR>% zlXnbGcX$fd#SG2tz!ik1F&_!H>*S*)2M$k=%U(;2CNe6<`OmvEy!j_#J4RMlakpGy zec(8#;E^vfl{nKvc2bfrW0%zw`?1KFyVaQ^vIiUXl?S1QGpKin0D#U{gyLTl ziDdLC!qClEU(gftG2^%gVIObP6AuMv3P7M*95u~ZEHL{DBG<)&^q^1u^=%!ErlCQm zh>c7y#*hU7;jF$^1cr#0luEh{PrG^FoouZ7+p~hB}NM~jokVQP$B4@ zhzU+sqAfc`3b~8*y`OM1MNdI-u&|MqX;cSxqyNUdTS*y*`+g;m2)fXVw%h-F1*U)2 z-F7-fXpqM|$6I>~u^~V#na~C9Ut8<2WrM7J(xf)~$rJFAf=jwSmuQ+iCc)x*HFSoG zW3^0EUVp?sw+H@(g$luUB?XC+^-q^3zpQa7(?$s6o>pFnxfVEGF8B+7PfALp&~fT} z9{Rwjq1kV61r+3Ct~&R7J$F9)%(OE7wLq^k**ifg`S0M*1>ccg6l{iKEABD=(GD3zHS@;~jj`AO{{W26 z9Z<&qpd($pr4u|fS45zPuGe_Zo~i-GCr&6Ukc}!kRRXDMKGMB?e^%YQuI_-xNq+L| zzbIoQ9`aUD`6+vvZp9H~fk{FOykb3oNT@cTAez<7ghOHwYIbcX=rTjmvw+-ZQ!aJa z{v`4rMCk2YKyTP4olwK5D`<$tz*&o*)K*(WRWrIUaxi#lvT#+`gUNq?VbczsX=X!S zO4s~_Zfw{@x?Cqrq-a)Lc}es5a_lp+gqzm^0>*Jc;j-KdUHmlO!`Z;X?IyOxI>O&d zdyPE3t}2x_uEE|x;-?44^?Q*dUNbA);30%!y(&^WFwThKvrPE&+|{9&BJARBl>LT~ z3FFq!_9KSsScR^!WhSa<6^BN>^5Yr56Tj}7u`RO|!wY$j`^IX@Df|ub-okqY_S)O% z+m@9f^y>7O9XL&TsE0N80`=)@Bh2IAA+gUcr=)Y~{pV66s>>`Sw{Pvtlb^viKHpPQ zK=sPASx_rXQ|5}IIa-t+j-=8P`xX2a`{L4@*qfzCa1$oJc+^$B6!<~;&&ve~!+oeZ z-SA63xo>f#)XQxTB{D*PJROxvrRTwixy@N4rb&-&@ItnIB!&^8rjp%Z=(dmUDDN=n zVuHRi0eoyZ5b4;1lx8?knkgXGIIRW<#S?SUyXnQ~BkwPQ6>|{zzW`E^TntZr#LIE5 zT=QiHy-BpZ=Y4;FW?)+DNy9)n6ZzRi%BIG*&Vpy3uYm}j6SIQ~)}@kFn2+LTsCkJm zR(-QhpbccIRzCS<<(Uv@>RPZX`x-4I1OwySeigdQ*GeWgvnFWvG?OvPIsdFQZGs}* zm>cc&F$9P8R9sakgNCQ_ra-6=qof4jlI7a}SlALHv+?;L?CFt!Ede+^qo3}8Z9Y3W z2^y?3LAF_g;5_Oq{njleL^CPlv`gNN)a{%KxgbG-pG^Mxp5{YgMvk}8rL z>DHH{%6}^BvL@}lA(pyExzSqUJ~7U&VsMdVVaxRm^6*1rOe|)1Y^%i%scC&>8Pi$c zHE2N@vmyjlFN%owzGP{SSDECVe#ID|b%!oGjQo7~DRv~xe8AP0mBk?0slURO29+j2 z=mEL*;Jwu-6zjF{!=1J=g-7Jk?C)xEq{UR#{j2Y+LG09U(eybq*ql;ADvTW5Y~_Gw z@;=~84U^4CYM@U~6T|OkC1VZmt(V~DNoybtzSPl9gZpdq=h&yML8-?Dj{zx+zdWeW zPXk|Ny5yPc7@m2zwnIMB^bbJRfE*`d3{?HcY3z5L2=Wv4wN9SN5Fy3Gt`L)EP$}^w5AMk^fdntqkRyvV)ow&TN;2jt}=Ii*bDNz3#G0} zWKDmZtA{vMNi}}gvHr5W5ZS-A zg!%jU8BsQY7xoEXM+FtA8?4$@Ew_2msOc<<6AHz zkV4X(T9~uH6=xT{5YLg|Hu6TpF8CRKboW?a+?fW4oX2E|GXzaOj+t8l+ zL95&!~UOz+oR?8FiEO@BB%OoB$CcP|p2J{f#B$e#DNA!;_SsuVa=5oO>V)7CAnSWOcoQzI zmpI`_l|&49+H%wf1;paGucM#kDCFISts!$Z@)$j6Uo_j}&Pj{|^4aFAC8)WbwJS%x zK`1FojCJO|hAY}DezAw?Gqsg4th^XqP6z!FHB8N8)P1h4Pfspr`vaj7f{!)hnF77H zqlZb>N{y&9z1)Sg``cO%$^?IoMIYtc9plxP;N@|Pjjxq2U46LH&}_b{3>3pJ-7()F zwNjt#t_}Jr)bxuH+g-@rzq<*3EHS@F_LtW%w|~l|d42YO7{}FJQRivA z8lJqB02?g~qf4MFB|!p-oOhEIoeTLR=Lg=Lc2n4*_F}=#f8%(lugg(>#E8`iLyvD4 zt&pu4OBS@QL(H$F2#x?^`7{3*+0>yeLRFfz6&{jjjf@ab`-MwJ44N-r`D=tz?4wWz zF$OBM757ZCp@3u?cYaYG@oE*X3~<_N$9{9LFGBNNgmZrsj)_}@M$H7;)hU#D@5`^nV%|- zS+l&`uxVq8V(8*nC~ljEy@vKeU(sRxbRKn}fYHtqH}~AIl>bO`=aLc-z>nMM#^O4# zsyx;*u)Zf@t;rzU6iSQ*s}PXP4KQmzE(TOW zp{?4rksWS3B)Qej^#tVI65t1-euZ!TIoQGg9A5s#*W7_FOHy%!-fG}qaPK?v({ipR zDtOqgM6mFVCM$3X+sISQQ}hJymC;cSrDNR9latSDD)`vmH_9g$;NmYgX~ri-FeP=y zN(wT>onW(ZgI_&?B?m`A482MR1L-nMgGk#ARBTs1+i;Rt%s&iLCyt3ZUzdPn&ex#ejm;1$JUwo$sPuEr@2%ws)tEp&!nU{0D zu4_)|s%A^q+!6if{hMU4iyZj}lL+5On?H-a_+$nibfL+sV2-9?G~`0R3*2n$0-x^f z)UxP|tlY|(Q$%xHP{TxbAQFT9lCS2_NO!cr+)vY9G?^KA=mpybab$~zZ@88i2gklL zNt>etTaT3Hq8-Q6{Q&T2xaAH)cVbFV@cTj>mJ(HB^|j0K2|p*PzHk;%4qv49N&@K! z==();X)|YU2x*XR(CoMJ!A(KmIFOf#zS`$@C#@4Pp_X0>wTa{Y0oPIAp&8PfBmayY zim3TfjQtBE0wrU6_D$0?QM8oMAs&AIU$_yS5yTZ?0WcxVe(8b^xDSy1GXu}ctqD?M z))Y9E2AkOiKVSz!mCd;xBYsxvEX*9dJwEcHZ$o&>Vo?s;OQ;2Ux75q*OnOdQHrm#siMHQ4xD|UANZj@%>)+)1=nF@m%!Oh`o5qT@gt-pjHvZkK% z9?RygHFD)j(kKo0nG*P-)%`WtKX-;O`mmjOO z&>wwHT~0dXP)5#!3bx&XA&dJ`6B#VB%9OVa{2csl=tIw9*fj;Z)vJM?ScXd*N+y28*D{!2^G z&~o?^)EMj~(JwOl%DM}~3@b;0AxfEsb1@YWhql*9*sZW9CO}OeSG(Szy&7d-Ad0F_ z;(?ys^mL5EW^H(`;u3myuVM`=jE+}a_X%O_g97h0dL;bG6N zk1?5w1hi?8;iQO><==@GVn587j&-Ck(GbhLz&jBMI5r5GT!-pM9hfCcZ1=+yFXrkzRVNG>gy1W(hPZNiuhq%AC>FQXgJSEmXOUvN|cW_C>NBx3*CvP7`|G+Kc z`t|5yre9PEC)N96*7cMA2(EiuM~e4A%<`gAI6Cn87iW}bGr#(G{JaH*9l|+vY|rG2 zL8yt6O1b-FKQV%k&3ZRLy?I$}lb0ITB%mx*DDoLw&Bh~^l+cfmMIrmiYMd&o7P;_x zM1e`YS7Zv&*DESGLg&d<+;z3+w&s`)J%G@G8y57MH$B;B#=}WSrmc9&& zTUsSRBiCFlHf>HQ`Tn$Wh8{ng4D1qC_NeCc#}nVSpGumB+k?rO;kIK!$}*^lxE1MF zFut|tk^&75psKA$k=>_g$-;djR^?=!<^9Z#1i-w10z^ zC;R`4AAH}{Ax>?@4q*xhP2D?x4@7aBTA(-C*!Ov)9(z5eTcKFRS}#1ES^#mFgbwm3 zc^9iWv1aF@967h-j@O?0$0BtEfDTBq!=$q5#e`(~sF(b$m0_}{yfRi!?xxzBM>uIn zt&#~v=*EN13vp_Tm({dW#5l@1qb(N~EFmFXUu@uF6ApZK7A9NbWy1#31%vW6SbrEv z$W#LSohElSk;cw7ZGsfH(H6ZY4k*zry1a1+d4NYYKxN?9XTN|ifN;em(k-|X{3kaD zT}+`C&7l&En-U(sdlqp==O8N(YO^QW)t27GY(ICB4UVl#kWu40Ez|DW=&D?7Ze(06 za{7K?^O2%Jym;%cHX2fY*zfGsLJ2k**yP~fa8uv=tG={AaaAC%gy$X%8qkwB-|&$c z=cmReeyu7;IdMGphI!INidXxtL#mu{XcJwgb4XQ$r?ZyFVs%xXva76-W-h%^RkL?8 zaB~_C(xd48_)oa|9t%tAFopK;794_ZMdEsk<#X9YUgK9^GT?VjFJ#{EKzbZ z1*NWtyfrsup4gm|0z}v!M1v?S3-|TqsaRp8Ig`aaURGrW@%q48pAD1*x#cX!vaqHa zkGIgd`UAQ&M89MtqjhFmHb2{V@}8J*GHY|yRh>uXgxl67jD%7{!l}&o0dCQpV$2~N z6!sQFcA5+oyREp?UEM>BCV}oqB`Sj-YIvSgCEB--`ZR*sI!_99BR7)n{uL zBO{E!K&$r)##~N10jXZjNa0h%EIXEZfX6Qkt6(-6H0g4BP;%G?*UuxI!N6ah!P%W543sSiGHY<~ic(aF~5Y9K^zvs0}Z-E|!?ymq2D&;ci6XZ(oM z0hu(lg-YhQy=p?Rc)u>=!&!QU)RPu$`~1k+O*cK%knT4tg|c}KY3CoZS1fgObT9iIS^-8blM^-{BKVxtBO z*x%v&J%fv6L$#9>9sIr5rJp$?c-;l#S(8G2)l%t>tvoxsk2H%HNO?jsfON+X&K#+<~mJN%flJRcl4V56H{ig;R62TZgb z{))u<-9w68%fiaS&+0+aBGj}%&8R=i@RIv3mnZlO7*v#u{$IDu?VgvYKU*SE)k)eT|9tPy%%wT8JG6SO3R4Pz-R?8 z{QxB>6L(~Ulg0ugOCZU%R^;z5$T(KEkh6O!?Z;P9bsL`Hf6(#^autxd?^kK=lw(JR zc|~xa9DNf|v*Sj4SKvn6(J%C6E$KC^%dhg3Z;*!2XG-@e*MIBm;)I7uO9T22V;{dtY&(p^hFY|G z?t2Y0bg9>k+Kdtiba6<BKe`SQD0udS3-S_(Xs zhx2({Q5YbQ!Yzav7_S3Ch z+I{fvuduvD-(~wRcAxCP%A&khNzc-eG8jTV9Hd)r$+!yKKo5MR7feGwh;O#>Q0F?z;RqK+e94BT-L+p6PHg5e@3H=YXBoD5< zmhCe|eau(rrxh-sSL`b#ftX!TC*4tCocS!7|AEp{FmNzVUSLr&Zy~ zolp<*R^>|6!8B9u0AY#{C;5vodoD^}$BAS=uW9qZ3qigl829V*TQh}ZA1=l(Cj8CS_me{~?&SscXi$5_0pg+fN-fiIf!(4L=R-yIhu6 zUDFWfX(7rAuX9b5h&DZiQV+#xk65e-Dk0XpOM7+%Em<~Q4Z=~}+yfis*B9Y;Ex{**|jNAKzHedW3i zE%JnM6&}hj{r2I~)?}VqA7|2(@S-;4-S*r0n2^W zTtLK=YbYV@8n$4qjFQuP^@@|W+0(zB+ERog)Gvr*h&Ay)=+U>WDD@Eew9E~!Gb^6% zY#fy&y5?vq23O6{CAwOGe!H2rkap#<0bXpw)C07}v$jf1vVax{#edX1f>BVO1aZZq z!77WY%o`j%-vEbNdA<4A2A?fZ?!`c@`HOG64?G*CXv1G!^<1Kal0>{XlILc%nj>c~ zk@SBUwaY2Mkr^IBVF|OqSD%dDWjcSK0+5lmR;6;2i#K$3W(;^+fp`ieEYhwRE z1;#wZ|Jq;NbXu^i+wamc0FMk0|F00mR@IDIw1&5M!@)L4McM5i45!rIj-X-t&wWVQ zBG0#)Rb;@*?FMh^a(yd&RfkiNDlp$PowZf5%Kunxgt7}TSn{sJ6}3}pPMI|i?MA&I zBU4Lmc?}R6RYKb%NkjlB`u>WsIk2=r;B|TtuXm6Y=EnF59+6khoXvAOhOULhBrutQ zWJ=U4_HywhRWkVnMjs~m>WRdgvyr6Z9GehQmjtGqLoX26EcNvpZ-;JQ6drokLn2ndw&_jQ9*z?YxIW&$jJ%~0M)WWfJ1lPTkH{((Z!o6<4p5Bs@0ZRqb?N*%=(2j{8oVz_-|7 zE}D6^HoPy>LM&=3S-L88sl)YIO@^sVnzmg}che<;8!{zVHutx^B#+->i}zZiuaw}a zE7ktB@JV&I$H%^HIS1S5E_t|JYKGK5!JA~-CHfcV{e0Tbds2aI*>z<|*^93f3A>S- zhi?;i&+v7p;TT;IhDf19!VGzx63`)RF`0-a{1FOd_0qJo+qOJDpkT$F=_Hc-ET*AD z#C7DF{#dFj$w}=9Q6g+DLXZrCmOY|^cp33u=x1^z3qp*$)~nTUe)sna-0FQdhO6{* zZ2A5zhZ(QZDWyR=-XsijW||Q{=OdDQ=d5T5#o|pyTdJJd+oc6mM@^{})otClAH$TDyoXUmp^i9{IsC|6KRoA^jWdACKX416& z0g-QEG{?^4l==7eex@OvcU=s(62UY-;CDw<#b4$Y4S-AU; z(FsCa6T+3smAWMr<+rdtA)*0Ql$ION2 z1h}2)>+;hZ|0hhCt3HG7SyjQ(TCgU$!Hr*7+9fo?CPInc^pV1T><_qevuXa%3N(S> zT>pd+nAmI#m%1fme@>shgLc-ewF;MHt9sLwap&x95pK1IR}TZqIad3MLy7 zdDDs((Gxxr5=fjnLkGmeh+xz;S)8|}ZgJ-5nZHEH@7YH|uOb8?;JspGL{PDD0GMJ* z)uRlV~- zR4(A7|K6dFTR}#r$#?gY=~MU6xxopsNUfyV{In)zlPmsyLrE7&P)+ZJ{ycEo)XRWA0cZ$w_g!QLr!JVS0Pq#iuo{Sewh@%2ajEmc8`xa zx^f;QR^Vc+laqU+6PiUlsopgnsK9MhsOWj5y5!!s#iV^90g;SVntSroeyy7aAAv{X z7M<#GJ%gF$+v|wfQFUU{+y0qp4A~|AN5`Rk4Zh#)N`vF`GLSW3w-Nx>_a|7(dI8%sMBPyb5EyG5-^|8rkQUh584?!ggsvERkHm6aedG;9`$ z3nC$xt;TEy{_D8F@959Dd zXGPf^y}wY{6jfR~jd#k^p>rjG>xF7hF=R)8>%5E-^g$(eJ;}qC7Ks?eIR7;rPR37= zt_L6I0Y<+6<6|l%>x@)~P-zl5!tJ3$8|-XDN7(tR!YeW+pqhd44?iszWl8u%8EJ!QX-P ziZr!yXhN2cZ6+FfU+2d2>#^%k80Kj0kE<&$-lTjPZn-uHE?wo<{echIX{eX6U^e^}q9|I zRr&pT`w~`>^*kUlTj4Fn(qBQi5^g2_ub|yGxCv-&LLtaYX3{iV?*p72d>p=q^ZexjISBmXZW{e2?rW?{J6KG37}I*=9-Lj!*^%J$dQ%>5(Dw5Q z`69S2hROOzr*e!^Q^yWJv;=M^QJ@Sn9rFK70Cp8W{^9X&wG$lquh;#1VE{fqjNA_E zM#L7yd{dL1lS5fKZLuVrVVzm9X=KZa3^7TVPCF^ape5x%*FOyv^hJ4G{92@bO=WO;}o|Y;iP}kQygB^EVxMKAYsl zA+fc8S#m9H-1AaRM(7uS$g6@p{##sg8suSoX#Pyu6JGf;bIQCWLy_Jy8O9lt=H#=aQaPco|rMPTWgoe*IIRF&~06|zeCx+lZOE=+WbI?&f;TLz_( ztx18`CyamLP=9b~&248pf}-OF5lve3TF+2dL$tD>404{qC74;~+n!e79!U%-1KKEf z2%dV>hyUX8>^+=d$V~Ov79|d~|JJV1CGZDr-LVs3+57|O9`w3bB2i9^%sd&XXPU+X zUJGo*O`8$#s&4)+wH+elT^i_+FSW4H6?=X~TMLfbF(Y_aC6Ml{C$l|#FcKK#%s0*x zmA6hoV*w>pmO%iUpX|D+XI1{xG*6RAG}(e{n;*>9buH|L6koyhe-j6oT?O%7!m6I7 zp3L_}yH-`ajFm8NUFqS2VtfOw*+>73jym;4{^g}f>IGi)(T;M1VRj5yE}VATPa6nU z2}FfPs97Qz9%txh51~2y-F=9YH7kSeWNt+!v7R%8+2+NFA*`lzxDYM|DjAcA|KsT_ z{G!~yu02DSbR*r;EjfU6gGiS&(y8POje>NFG)O32(y0vHEh*jI%>D8^=REJfaL;G< zcki{YwKhryOoaF&uwYUz4MWQbP{FVbMedABrcnK8sHKXeocQ%EzBw!fuN~Rmpu&M? zS8F8c7DKC8H_q~yH-2%cFhNRRoyXCa)0YbZ4hhw&DShuw$@6|;w4Vd%(VL|Ws=_`w ztVZXUZHk;g9yZcBQ@D>)Jau=-pNd*3;A;W zH~o!antt+MjY_{8r)%g;mpvXC+8;HGu$&gacvgJ^C>_gfJE@FEV*s!Bm|b7n7Rx&E zy5}0OSYTru)XZTWTFyM=I5(U`(*Wdmd9D)fX* zzZzV`x4HfTtl~(Yp(`eAVjRfAJ|^OkbLFXK<-SSHV%bHEcDzU6`Qx08>&q#Q_V6$T zd%1UPgyG(i_iw(b2S!=tq%EdujtW~49d+pYjJx+{AJ5G4Oz&1A=t6I(dxONpbN(5? zDs}&xzfy7@FEls%AP5H#DyGHZSq!Wwf#x@yLn<8OW!28K3h$z=UZc^CbO!pLi+S)XRE~`Fkc<8ZN8gNZ%c@A2-XutB zr;dbbw=lO?`Y*e}6hd%!`f~FL@oxjaq>dJ(`}WK*WA)nJg0RF_o1#9E8_Uf~_F)wu7e?i5A+JLtZCOyJ9`hWN>d%2MM5(=U8U`$`0~}hTH1YQz zjb4VVX{pqGBj z^RFc333wHk^;Nc0)!B1o1spdHoENKFzRD_lq^vAM`2oLYjgI#DBiNqd`DMv3E>o-{ zuS$EpXvXAuv+kBD0HhrWYQ@{mOa=)s(_$>N#B<=Jf@rK~pA%;UEN{~IT(TPJC4NN_;KiQ1 z4y~hm>?UNerH?jb|if<>e9mAyaN}hw}*>+{&#z+I*7V zc0%jw<$%mW*(>_>M;;|cvvn&fNO^v^mNKCE`X(nuHaqYbi_Zpiel^j&%uzf@iqT{lQ3RN&cns_ zSr6@lQdmCda@YrzJT+&(N~9fiv_#>m(;ei33(3PWRx>+;??h1wXXA; z&kkNDpyoY01H}(_38yMg)p&F^4gD-8bU?O%eOp(>@@fwZgzMe{J5-M;l1;^M)y$Oq=aa^g+9lW>>>acTctSp& zwg#q6Awsvl|XPMFv+fVNbKKLQ|n@_xj7H~JWtoe5s-sVovc{FNPWBFhr zHFYh~AC+d-p6pffo{)Ol#jQv!=T3fq9}R<^T8Utye+Mz0Js4oyWnW8$Gd#bqHcCLq zIq2tKi}Yb)f0w8*Qui%CijDi1Kk9|c-(Asm6ID`upTb3ys=$3I|mW3(+o zKgqYJ;C8T?{amFagFNPgy8nn_pGu59zJyLcF$gyvH#R&CB18^{Nt-daHJIr6@r&p#RnG?v z3&B0oO1eHAlRJK(=ka84^xCS_aWP4W4&Z3D@?byL=mIH9xEURGaU-58`xAgT1W;&{ zrp?+)7wh3IqtqeWfzB?VAAPvEFo3*mt<+6yEjWnT?PX5hN^^S)JhGpQQ@_hW)<{>y zGo9Ctjw=}=;2k>3-CA7?ym1PTxf575>VV7+kzux-lN=Xz>uj}QN6M)}`P@n14V z>vme*?PO;jRlt%@(DQj#txx)H%h#{*qUltxJ{&|w4kkp2+yp?=OnzG=NXd97GB6m3 z<@QqLF8$L!uS$i&JmMRl&$jj75N4mtI(K4#ESxn;&-*Q*Gc60eUQ zlH9H+7P-KYV^P-cUZlBBg2@X)aX+#{U-oCvt2q& z@k5{L%XRp3!_7l$BZLI`-lh-6`oc;v6NgSuaSmMLfIf~}y&HMA01)wW{b)TPET8G# zvEn@>6>Ju*%b~%Pum$McLGuvMF@ME2yHiP%K?EdF{4A;dGmUuHb>U%g=v5K_Kg~<+ z{|(Fom24r5)t(B@#2c0<&Cl?ZaXaNKtEg%}EvQ~>Q*0nLe?RHfPa29!lYlwBHM5Gf z3&eLqnZP)SG8`dH)kzG)NW!nm5Ly+p=c7hL!1vpIL_xS7MX`^y2bPIAhYIQM8;#f5$~)LoJz$_>%V9{)iD(Hc zo}dKNW1{geC^1xi$lapo{KI**G^ZTm!BL66F(D>C7*w}~0xJiHcxK3F4ck!=FIoHs zeW@+JmVco|RA7UFQj$wD`mzUF&HkbTtb*XNPU9y!ZZ=rNXh5E*s3oMEUB3A$MHzp_ z{OB9KG=Y1Iq#L(SfS-Eb9QJH}Yb@b%AWeaxtN_Bup;fQfSQWgvEaIDa57&Di zw{*MwXqo=%gj}lrqZPZUHSQj&F?y`=s21*kJb~afykU{y58>VKfqpp=>xD3Sgsz|l zE&+Wls>hUj(fnx*Y12WItlt41pJKVN@=xUH^P6WdVNGdX$lE+Fdi<5cmB_E7I3@>%Z*Ant2VoQWKkhkf zk8zklM2scc@yPm|c0cW;SNiC9_wM}7z-C-(lc(xOJ&Nr!oO%XQ>%W z@vm)U9FU8Asi+V-qUc$2Hg%DS)G6vX@ku16M1yQ`YQ2BL7Elywc_ zSBl3yvcu^NC!!+*cbq``8O>-RB!>Hcot=%qoH+^L92v9I_7>a|s7+R~uylP4 zN~xc}IHeN!`{0rit(AWhuF74W6t?@+0%Zc}Bv5%GwC54dn4^|x57(axyv#QX72cBv zAZbKK@inKZ{*sAR%N$I2~l zvn?OzJLna3jw3%A4n)>p;najJL!oGgr}j;!KvB>?Ph-lU;eTBx>@~iz!Eh`;$^o*x$DU}|BiE@{b`}k zvwi&OBoQ<2ONJvst>$4bil-;@^$%^a%!4Vaf#+uGd-BlW_*gz&=_yUVh` z%xktV;{v(0Di_8#DBk$6dK3+ibfAyVavx!g(S{bQiu^|_A zT^Elk|MPDha|K48FS@OgG?%v@40eWLDAGEFKkUy_q7TCaYeWeO@a1&i$##a=1Vo^9 zO{ojcP$aTs!I=%F9!d7%zSkKvNEA86D2Rx=Os04P~T+UlER@a})YmL9E9d5~s zNNOMh0%gW`9m#iLrcT_I{s+8&c*ZJU zR<$2oR79r2UDNXhzpi!22s!(@`ejln=w2`i$Q33N1KVt|Z;#i2yuZA6nRHV$_1WjH zJxXXQ(grfuF`StR1hUY$i3)=T@<2<1?}5qX$A#7As^=UR_g)i(UUApi546r?y?nP& zU+9oZ$C<<{#Ar~^KZ{TKf6>Dyxdg%5fwQV;Aj9j9GBk<)<~oR+Y`EK|?v*-4?fs2< zPJ@iOw`}EhE3N+r=L-KuiDhmYz>ChVucw=y9?`Wy96jISPM zR#ue52ZIU1w+VFUW}j}Ml&~d~+~WHF*;RC$D2eei%ouXxNhiQ!%P zx6j=EWcTFfzq2tONLoiOHwkDz0hBa-K1C5hXUrt}=-g>B>BGOq4+lP=RUK@Wypd&a zon_1ZX?uxEVM&slXl6nEdBW@LFGEi6wLws0?e`gYw5s>MqWEpYeGz1G*dvXO^mT>0 zc?-M2&NNw9!jxF~E9xUAsdQ=fyDok8mn}Cv%=5o*GKrXKe-vuAFV@GYdbVCcHSu$1 z9 zIAmw0nCd_wl;H2V(b@5wc7JT;M`v?{+zX_2b@cKiMuaoYpcv+ZRjSakr#9F&xpJS2 zyym2ykI6RhnXPom14@dGIhj#V=n5MZ9aF#xAepK9Nv;qBIVZjU>KQvD4}us?RJ4G0 zkfP2->!$EJV-+--stx*dZx+Ovu(n;!<&1A6T!lQhp`Rk>sLH8C)?hfKv`@LDbx^oZ zm@1_@ayzXtXl*DayNR-sY?9dRd!qA0#)7sN=i!1r3Jw$zNeKsDdrSZXr&RQO_fR!DvJdwng^{JYtr++|UK4 zis)!H=1rb1l0EsW@!L83U+7TpKj<+1VMh^?K>M(&=xM?#Dvc7HAo38rc`r6JFlP2S z!5N3?_!%pg9lB?g7#2Ct+gWmI|FtrP=Q5ougPrk8u$TG56|Cgl{4rl8)e?ihQ)PS< zy!8h>e;KtXA9AJK4d(ZW*=46 zRpi>8wxE^b~3p$dgKl{NWq2Arhrp(53@<>106bjL06bbp&c2skVTT z_p{7KvfOx-iPWz{NJKGq(_avn73I_-FQ#zCVN!!>vbrR0e=YXFP1HBWwM4-z4x4!B z=CYSxU&Kol?jIRlvSNbR7gCML+k~ta-$U9g8-6hnDqMfI%`tW({A@vFY=#IOMdPHU zo})pLLN2uYNa*yE;F?MKQS#G0)#7#w*IRw5weUk~SSCmy;Od>vx?Npk!j>7Mnyvl$ zB25CJuy%UL3KL(*y)4y(_xr)R|lfMwq?s2!wVR`^q6+S5|%WX8@cn zOk2u-^3*TWFw|FYK8U>d@%kwrRWx33Q*6_7u;m)qi_j8tR)zys5WF+sA6FQs$K8+r zQKRV(55-VQM#0~NQtOvg4BlVrZPr0QhF0HEER$(1{Qjx)mLDxlZ@`}yEqJ*ivZj3i zZ{09~|Nap9{E)7}@wWq898W(AMxjdlGucg!TGAk#BI0fq$Hc;JGH=^Udz2@oNR8Kx z0f|bZ6*iQvjZ1bL*;eut`WGg&ZLhr;%o#1_VJ0;Ettu6&yF5(EBo8y5R{?+i8Z~e@ zj&gwBpxnbc{-u?ss|s%}8LukD6_1^R92dQ3;d2 z)(Ik2C7S>oM^rXBg2YQ|ZD*0%m1*0}{qP+(kOo|zV76~^Q}(8J1agM{*@tvRBjt!c zkTTLlO{PQhi_`m+*i6kS^hN(wu6%gSM;B+kTpz9CVgi%X!j@ zYg-AO`|w~mb5n!x>!M3QJIytT?6JeytIwO+97a>rpc{0mS-H;*aX21&e;WPICpY?U z$mYGB*MyoSbn`EtXSl|w@!g@OjoGHqG1|`7tF``)&#~3s_P`5+PIeL#?gr%A6N>Ml z+fO#zJ}9dqABYEtG15zX>AK9gz1#Yl+9^OUWux-#MX2=zefP;WTrgE}sEZQ=`E#=b zY^Do7q(QbQL%R`OL(97w_k!<5Tu><5RbnR(*m}YBo0XfrrJ7ni^}tXwkUHl01J=VP zrcfk_&6~n1XAh${Tc@`n6+PHgVl^_Vo&Etvsu)6|0^=NSa@~A}(gYG%3_CH?g$3w) z2#oh#*B#LkfZ$OWW6jAulug|Z5ut73Q_#7Hx?Hhet~co$%Ty+DGVO15TENcDncH1g zoAB^R9N06Vv;eP8+Tx5q0y9pENRjsZMIK=XVOJ_039?ZrRZOPy6>wJrW|13z^d51* zE@Uleu^Ng+L}B9dv82=U1UdnAn_mKKoQqGA^z1g~?{_V+GX`6*3@0AU*;dBPo6=60 zHh}E4hqNpu#N!y#=~#u;F!+2<2%$j=GsSyO^-zl~^axWr)^#>tFIfY$d zDb4Lndv{1kqk~{}7!HK5kR(2d7(F&Kj9BoISIrDJOZ`b(Z@bjxWKSXU-ci2uB z7ckvf$N%ck=3%TV|8B}Z>twuPh2oO(uzglUj>CY;Du541JMjY<)-h8*Q?*GMHG5qU zNVRiEly{=ubUYOs;2Lr@wU%liCe4KU02w;C=3%hABWRYXBTo=|XivahIPlXJy_nI= zyst?EJ(O`6+Ie>*8V~Tbs72JhzhvnAbNEXb)_zb9N51{|f;uwGXX|~MGu}Gm1A#Ap zRnUt9frW?zilF*&V>nQM+mTKZBA~`)ig5w)Va&y&emKuZ{0}Tnn^-a8*59~4AX>Qi zUgm4&^@ryHdoZ6gc;)WAG>%wj>kWXH$)ozGkQ@CK3Q=l|yl*1H{Ep_0ulC?S|G^jk z5g)v_{c+G26y6ry0@Zxqe$VMMRdmpp3b}=Y>6d=d{rNf-6`WZQJ`7nTwB1&-<;ebh z=1UKj*SvB1U`Hfqb@H{=s?u)Y0y}gUg~w{#ks|dSI#H4u5*y5vkXHAvF|UHqis)(u zDn-E;xIjOio{zq(qxVLtx@9PwcqU~pji`xol!E4&hoWlU41wV)8z_4$jF(u@WIr+U z6(L-segc za3?DmwbiFk*Bq9_+SU4@< zAEs1#*uwtLEam(EE8wmsA}r|i2gNI--*#TqLA8wV|(_T)~PHj5b@=88xb zvB-T&UsX)+9D!^>@zJsVNzH>++}QJ}6qDmXp-zr=Yt&IvUKUYoZs#qc-`xoxpYK|@ zAAV`5q9o{U$a)FYdbBP@@A_&lkWG!d3fa?o2@kV>Ug|eS7lf~j55jTg5{fhUHF~-5 z&|V;VLv+!)XyR4=bvcq+ z)UX1Y=gJJ_W-^`lozu~&jN`jZJj%}|iU+MG^^O)kqWovRxP1>Gcx%Nnp-dqU z>1sGXeu!N*zX_vlFb?=1Y54qB;y>&<{b7R@l7vq8X)H>a2o$a8q=egx)H?2s+t>z( zAi?c7t~sCojEnb{&aCw!%+aTMIms&kj(O7wLC+BcmH$JZMDKC-LDk&??>^;uq0R1{ zuY_|<>Ney zZs2wAwy~C+SDHyx9v6a&hX`7XanCiQ|jqfU|ycoSjv!Ytp z$1;l!(GPTIYl#7s*}`r>oVxH*BL$r7EFv``22oK~0bBlYu zrYHV_iwuYNupDL7tvX$~_EliQNo0T9R~VqJg4{wdvMiw!+Rrzl->j$E_(G^kYl!9q z4qoWMTN5j1;1bM$$kD!?P2(fr93A}txoh6Rqs*J#d#B5Nv3(zZnE2(NUr^=$*SlTK zAa0_aEl_0)iYqv@%H$&0fY#1Xi?O@wFF2M7J@FLOKCcGlp^plrkZnVuh%!h=UYvK1 zP3U>xr{dD-6SAM zoTw{WWkN6G4b{o&4vy!;T{ccdrcj$fI=>$ZI>`;rzV@Y7TQASw5nwX3 z=`WUixsQm_wHQH+YNiR()#Odpw&UDRLyarrtdH?Gg2z1aY$r8nLZ#+Lmwg8`&3FHG zsa8M#cgMv7xm$}vf$_;?D8<5Ts7nZUVpSzTdNctJsLcwhL?AtC`;lRK`4AfVs;tm% zT=?rE6c**gRfvkI{xoa$@+)Js#nz`gD2=S5S;#q8Olz~w)alCJyEG)Mf&&ER)2TSC z)q6B=&XRbvf*3l-zE@DaqP$dC_^urRz9_mg*r4}+A|<2`C9e*Y06QHNpU=!ndLon0 zt!YgnT^2xILqkb{+zC+)Z;erMzcmk3;4%yfO&$Q*n~q1LPC1)_@mSrVa%(okDDB~U z->gM0SXmC2bes$AQt6wIS_lJQWSJo?EnmE7=C`o3aIP?xOYw$0?Y8q6&FvrQ!yfYs zwapt8Mr)2QY*>XX@g2UKEu5J@Ld($yqCdMU(|QAOh^zwFWRITv>Qm^<_N_FeN>n-e z@%p3mS?hB774XjkMX`bYzvUz&EfWNBs>ym13uchEMMjgrVAY{VcWK6H)+H>|=ti1< z>n2vx>Jt)tqk|!UJ}w}OJe!Zh`b@<)*qA_vrxHCZ)q-IlNn-1qro_yvmqij~csqs9 z=t~`~aE$+6&bcd+8YwG7Z!Y!a8SORS_jlUGs=gLnf=yxtoF1d#17BIDq+3}+l5bh? zpz~5ui&+~Bn#({ZiSD5FLZst)cK`~fgPhFJ%rP=QGA>*;yb5cJ8j`z1oW@_ zU(XYQ^Qh)&4@r87I==~7_VY8K_?fGj+_dP!F-zOQk3V@@{ixoF+<@p-(1c(UbQ}N`z!4D~^OvvR{gUihmJX@&+fXZqTk?Q7 zh!S|7B@y|O!9?dnV|+RzO4VXZ9dqdB^20;iv|TEdgQ`PIzmc(J*7?Jd}A1r<{?ii zje+S`eGADJ>K|7A^?|f45ibw2%QVbAQ;}jAz`|D-eju{OpPQzWZPK?)DibnxKHw`) zp(p&oI-maj_bzmA0}oyaDsv$!sG-;YGuWQLn0P58D1FVdJo_pdp|gi#+`*vLoa`6B zbb*b?2^XO)+8<-)(H1YAk^06~_wmO5uAgjACn`KEDAU8gMSdz#Nlt}=KvJHJVBRr_ z&{?JM(@|6#%L(8*_>Z@-UHCshO)coAhjtre@Zx8O{C3GOSPu2h2A@-OH8aPG9>>ME z#Y0QHKaz?5L}CDyE<1Gp<#)QAMup!>i`bo*!SEEc9ndD6*7tX9y3j!98lE<#UIr}Ar)UOB8Ei=Cb?H%P~H0fq-&;XfH+i+|o}*ZZqA zQYUhhdkY9VFd0&4?e)Hd_?sPBjiQvFP~bD@NsBz{8+(DH2$W$$X|*@nF z{gs95voM#C=19EwC$klcfF!viw?gM0eJTqpjsLp~mt}E++{y9yMH>*klSdPnP+T!4 zZYP8VP9T;v3Q=aV;;p14VE^;2d*v;5`7!4~*4D(uGvy8rDQa&@cVZrmjkm_H*2&k% z5S8j8dG9T@MaXVD;?=_tJ{Xr-W9GZZYIC6o7cRuA!#fD?p}-FPVtRtoGd&#Gn-q@lAaXo>H-h zx)|G2W&sI~j+qx;)JecNLz{$J{aMB_MuR{fr#I=(Db~hMlKO_rB4^bGVXLz`F4-yaBXLlYSe{DW%tSWSV@fOf-84-yB#Km3no0Xe z?K+;gomRy``P_~J4eRXND91PTn1MA(p+84*2#gew?~=1U+YTs{oxiXHLA!0-k62pV z-`N&_ZKzj-<6EtoUXCh73}S=G=WkhIQ%Iaku8c2`jM!n$r~3IPa2t=m_QgQbULZsiAR0<_*mm4{JV5-G}jOt;efzxt}f|>1VZsx?17Vpk-A1?p~GB;T*6lm(4TpB zYg?Rj{Mqo*;a#!gUw~y=^C!TAlDW0gvOYQtgdfDg>j=Z;5OKnS4U_*ENf`b!lJK(E zZi|O8-7h9Yq2=(k-0o$F9~LcUN_39ELj$8kfaMWx4rFK{-gBOYQsr_tRJ<1cAHf*e z8NIo_z5G!>Y>;@o&qC2|Tr^;V`?4kCDRLw#RMrT2fKGSEJ%!&*Uztve5Zx^X3wtrL zdZ(_jK}ICs#h{?h2}ykE<_qesU~~k;?b8F{IJHGROGs2RDy0D0UkU=3O*YX zA)jf!#%&E%J4=tv6n=i`zj@4d&XC1Ll*0eRHXgyb!ZHm|TyU?B6b%hw9}HQKm=JpM zDOV#`Tzo806kTVpPby(eA`XBA#K1u;XkzZYIVT0#5$9(2QtX|O*kY102CyM)Q3p`( zuobrq&+!JfqdsX=yj2bp4nWMy&~}Gg^l2&w(DF-f2bk%VxDeP``~)dV;~IT zimBrAWH7lFb=;K|nTb9)833x4OA@%mPlE=Jh)IK>YsY)OseUBXMVF2L{8haF^9{d! z%5r^Vf}$`G&*#xCfyP0!wm~5v+0PD1eOOc;dS5{?NNV=R2s#wEI_@WnR*LFM2xofe z^nO#&=z)M+weTw}i)?_YQ)cML(!H9+d5bXi&6JEj?@gHJw=?Ry1iE39UO=CqqsFND)6kZ@fI3cg?iJOPz4YpFWhFcf)qwsz zn`N*8QH3~EBe4%_^;apHC-U@BluL97HE8C{Z|;roV5*<7(jD502$J7vt0CC3`+p&y&Aqu&+0qy zQ&8ir6xOulLt0?=O8CCff$_3oW4R8MVp>r>=Rso?a&-w3@);e7Uw;0E|KMzRJ981$ zS>X2tbWTDepS`n=0Hp;XcXuyN((%AVygc;t3|S8Y%p#pXY+>Bcj}1fyH@7bVm7f7T z<1}=`!E^4cNAqZ4kZAX<6CT)WGG1)lztlV!f6t4dbrj4?lNu2`N<`PUU19Tg~tbmd;6U z25JUc96#nREjbct0?iYUH^fpXEq~|LfP|`pSNN&sJA9Jt>3j0(@ol8`A~NTG9=0JB zxyWYIb=`y}C)T(bA(26)ww!n7GF2Nlz?ltksT|G>HSalR1<8a}Lp>IcBa$hYXVM;e zV{)CR%s(s~`OLBdIXWcigM}l$%-AAn?!LzTvwD_S^{|!1*fW1A8Ga?yn(O2D^ebKO z&p29w8p=3{p{(e~7=hXtaDQ1WKgtTf?W59K#8iac*mc0~3R?HyrPv?u62L_1lGd znxkl;dC%2rb5BC6mou-8;+AWYItMVTD5BOooKJ>f)6G6V$iR_mPR#H93_g4l;`ZUK z_0`xhi;eUbGp2OHZO`CL5DK)CttUY zt`L^u}jBUT-edVpi$i0%cVqpSn9ym#Q4lir|5#{W5+_}bH#AFchz?Ld0?*9r%n>$Y^LU(r%W0u?#W!Rj^j?CCcbM0}2OfN|j z&7gMg?Ns~cR<%7f8{>VRR;qvM;s1F{-kyEUXV9@#q41dreyiT|KIcN8X7N&mhWD*jIeO?6a zR|T`U5{$A*lxlK#fhl>I;ITX5J8pU<9a*j7r!?Z)?17h73#Z+fxIw+V*@{hcKfC|3 z6+)b)M8sPIXk&jKp?)dX#%`SpWuziUIm2;;Wh*3m&4*7g_Co8^;`cXh{-mdM9pXXi(NNyp3JJ}9F~=wRSkcSMzLBxt#$658iLTcmLlbX)Tb6f{uW z_$*ZvRf##C!>gRL@^vX|k&;6B$&aA9q-(*26lPt>_(H=(EZ&>)u$a3E^0LUE?aU03 z7Xv%RQ|gamin>d)6$)Csm}dt$6J8q~RCH3w4>~r?iYHl*QI8Ww2!?6kG8`~>Selzl zc{DEo(qviko&CfQ;mJ%BJNCB60QOsO%hF0ekXNa62Thg-ZjPgzA83Vd3Bmtl9h+zV zhYq?`AG-}d&v|b!1TvRHQAK0PE~enjQss!@_n%=jZ~6mLC00?Y-L}CQ3eL%qDfBax z!qDY}!du-2I%`k!cyd09TA=^jVr_+)NEfO8yut3I6nGyzFb!y~&8%w^vCz1bGix$a zF?)=Su@6w{`Ak7C8k^t448Ju2NpG*eFh##Z-9?zw1jO0r5H#rQ=c?PwdZFwlRf{;J zF@Y^Gf|eUPTNWRyi-$*jIS=Uo{I_^Et9^1&KQ-mnR8)oF*M1n{XPm21Aju=_X;H7H z)%WTmW)YTIF*QRGosv}TL%;t@(M*{5xJwpC#JtQyCoCT2CI9wt3_aFa?E0dvvQ*C1 zxcVS%L`Q5s`5u{^=tFi+a`8|R^WHs!#5K36Qtlp*gwja`b8J13h5Oi0jKP*LEP8OW z?W$W0MJ>}F5hH7sNFg#W+D0etQExtuiNBctrY6iu0Ny}9RTd7R8NFW}tz8Oh#~Vr7 z3mC5*0}TD99&)ZT_~!4SJ3C>-*T9-<_Eq8?LgxGUo`3yQ1!R?Df(x?*x-A(|vES}7 zXI_u(j|7p+;U=z0`=oW_k$$PVpcb+Zm$}-x)RyHfR*7XUbV)f)^rP=^ zW$p)FNy?}b(kP6gkB6L*SBda5!4ftl+p`f68$nAn1ns2*%p4A6{E-fm+w11x>6!2)4bv9Sh-M>P`nTQu(e4&=^}EKcJ}9=rX2Ub z@wa@=_5=>A4DqBTY>);+tNe4kJ)0G)6a=zkqnA6qEa9Zbx zAM)iA4RF61@bKAC`ttn__#1k0?dnjVqd2^2>QcLIH{0CwZuTEYy508w#EFB&?I-pB zy~)~%6H_lc3C3~|nys9geZOGW@b_vXm{`%7^P70PRqi{KD%GkzX0-HlRZs{@JQiDH z%eE_8Cz!mXqRVhh0!8pYNZXT!BrldCiC z=MQ*J*sh3RLaF$&4t9I%h|Z#NYj5yFfjV9H9!06pPE@@W4He~GX=5V9{AgpLvz~;X zy?`X&2`wcN_PsUaefAO1Fis|>54h4j%gvDS!KYw6RA%aW&B$P&AWo`ZbW7FV)2^i1 zX}A|+p{|Hf{XHbnNgA4*%QrpHFLv+#zmF%bN#Xmrr$S&kE; zau|@IBJOM9Gu#MJYFSj>P+yuVZfJYPQ?2x<6*e)u4DWj335zb z*1(VI{Yy&Bnxl|kh3wuv9#HU`K4CA+Kp9i=cqTUg{&q0%e%?$jM8l)n{!H-7wkULI&0WOf+1;zfYVL#SM%{XMUTyWBB`o}2_Z&c(G}+@ zQXdq*J=hz3#D9r*lC%RC7mY4I4b-P~xL81F$-AQ;z@N@%LdSFNu zEMZh+-0$EsxPmaaA+~uPel?S8Lh7N4fucRoNv_jnGG2v`gE?YYL`ZNVi$wm3R2l^+ z4s#!}mgtjGo%Q!^!2mDq@Ksi}o3>{vv+BS6#Hb^ZOLf<>~|BU_!lig4}d|3juq>6gC8+U6qMI>!HbIr-XZE}4CoOJ_artX#X1V`sB zR|9|{`k}S_dCvXv^kVJfVbpf!O1DeOhdSBcO+?8L@*Vi{p8tICy#L!*(BY~Ps`0j> zI*~Bo?h)eQ5IgF2n@I5j@5jFd-k42Tz^Fro(SK66pfV5+OnU1w^UFLMQgUt$Gw2Wb z{Qcwt#`hv+A-RKPqOJXwhL$A}Fq?_s*5{~6E4Zz$WGZ%YhR%Z+Fx8}EnL3MnQ0W|GoKS>MWTcicl2qEYTNv?TJ8rxm`)lUyp%@^M z$-^Kpu_me*^wL+1|4gJ2O^Cj9&87ii$h% zr;30n3?JY7K8@mBzxSE!6-6(}qE6FroY^hpeqP?DJs2*1pFz@@PVih`j?rZHjmQ=g zrrXZw)g!@4R)I53+Z$~BtlBMI)=$j@NDofmyJE|lbeTa;=aLevr!LCvvt@%rh`Odm zP*xCOdlw?o&%YP_Y)6})j7L+43(<>!?2BxT!@ofBo-`oEr6s_s!0bCp9TwO3gy!A| zMp+*OtyJV$6(4(c_@iLI=d#?4ZrU}w*Q#)`N(99tk>g+#9IfCI_&I`r2E*w9{Q-30 zmize=l56Pv4e-ya!}5Q14RO-9q8zHh&G&~<>yPZN@_>cmRL=l2S`R26<9iU=IAe|x zIEI;=E0?%-g&bpsJ4sVKJ=7L5&Nu^&KKWsaGZjg2#p3qLkI$`X^Kjw)(_VCxk(o8U zHkIW&Nv`5hU%v*((0pCHz=TDlyW#r^t>wB3e3ymT83j4^OTdBh>add>m1VYwTas=r zrNFTD-|wIc6ce0-mczaGTrlxh13V1NUtw;qS9K%Rwxt9TouVv-E-~-tYHrGQ{7-9= z)OZh7c6Zl62FLAj-A`6P+C?k|)d$me((L=kmmYN70e{MFYEWmPH`VE*fsp#Ju3S0O zz&Lc}l|UCh2fAJ0gCh^pa-&HyF39-~Kv@di8&i%Zbbs3vz<4#@X?LDM#}mV#kj$9x z1-?oH1OU0aK`=A2p?eDo9kb-L9)LGC*o(184HMq)zapw(_xj~|^9ZuYdt?(-X2e7a zAK1E%)4(JcNV-(;O`F>E3s?K;VNU%n>KD)?`L~7#pZyx(Yo=b8*eeHp2Nd}6535Bsq-qL=-a)y0pUYJsnr$w6Mlz(KDAzA=vgoi32k)c2+FJyZ zcFI9x(VJ|f%bWu*jIz$M7%?sI&htfAVsd3Zibn6Lh3q?o846B1zOl$yy1MgB9!8mS zAj4;vDO=l0_pXjPF1>s+{)>m-Jas|pfy%;{*wR)ZE2gfoR^$)ObD6|(*#l0Ti!w6O z_~+jC4!KT$Hdhimi@-{_Z&!wI(j@L&Z&)8~@s+-W#o~RG@y0X1^hd>b#Z!wkq&5S5S>jw-C%rE|ynD4ZmLP3}M zh*95O0nmNP{%=53a>9p@<=&KQBS{M(kgphO9WV{lO4YVn z4i+s_%Ej~NURBp=#tcmObcx{GpSLo8kr@(sv}$pvvnnLR(obtIwE5OsQ-H$Br~%11 zr1%2iFZi(aOVnQ-l=KFz#2xTE3+H;eORz{4B{(=tf-I+PENMMLMWKW}&ouQ-vqg$3 zE7rqlZ)hR#7@?8*#s~E6mjaQJ!ajR~#^l;-*SujNN!qY3^r-IpE`k0)1>-_@N8%-E z1XjnY&9jn0`3-sW%;(^)!eCZhpYHk?-1?8yx89?VL=8*7iyF8VLD+9^a74X zE^c4RooDMTCs4My8d|E?Ef$qn%xCPEBRH1IsSL;qa>gd$PLFU+%57xH>s}E^#KY-Ge$vy#bzw^R6%rF3k5x_UHR}Y}6?E zLMtrJF!3D5j$e{1{uUoQVV6Ibe=0b<;z1e(nS&abk(4NT8y5sD*vBks4Ilp>Rc{#= zRlB}_58bWO-7qqAcQ=Acr?iw((nBgBEsZoNB`rvIH_|mAUD6CSvmW-n@BRCKo_Fi@ zy4HEEvyS6yvFuhPry9igqy)dPnXf6N^-mEM*Y4Y3$@9e-C6f&DpX|=BEGl6;OwPU%4He;mvG1>8y%flF4WH_zR9M_lmv7Ubtr-N50SV7iE z{g->!joY_NN18?F;{Sj7r9Z#{?N^TpMd6kC-b)r!qn7O^B74j*aR zyTS<4bqoe!Z9^P%{q!zH{D;0j;lVf$?wwaE zieC&aL(U{-(4{+7#Z`{yh$wMVL+3mU77YgtbS-6N!%~rn;C{?~_NI{jO=u!r6#p-gL{GP@v-gXpu@jAQP?@!c~!A zRFh_VQ=Ti_&GDdWeo64(5#R{Xe=u<>cK zj}pX!4#N)M@H4Q8YOQrY$qT-TD6F6>PWy!xh9p@^+s~V_H58zMbCUU=p)`A?w&+p2 z98)xtzuCMcJ<4nuEa(+*&U_)yql_%`{pJ_fjSS{SR)VR}d&v6U`C<#(i5J$Jn)CK{ z2jMr$l8(|dWKL7(e0h2leOIE=qM65_`?oi+@Ko#P8YjZ1Z?dmCTp2HlFRfFP>Y#b; zTl@y2eKJJ_s&E)FUY+l<%y~QQE@awCt3Y|({X`A zTN7ToAZ0)4EFp8>ZmmY^(P{s?lB_Uz1>R`-E!MA@hBWyLsG>e&fl_fB1UW<jC* zx=@nhXFY@}%SlF2?D7H&rt1C#(3x5z^ep)FUOL&Wz7SNuLz=g$M+9!GNi{&3#z=SD zsgIHKZa`e9T}87#=UC3Ajn%Z8#D~@Y%^CwXAaa=r=Eby`vF{0vJ9`Q5c`tEhZ5rVB zBEmuU{lInvFfgLwyMm;r9wOxo_MSY2WhBAT3Y*-}W*Q^d>N10%Za9c=&bj=5A&~3-X?k z_E|xvNW|rqzFn(muQ4uPccFNWOI8u?37M`_ch9}Xp*f>Q-yc4L>bNdJGzs~E+HmCO zNia9Tnzg1j$l5SQZwy|t{-(EXN6c+hSDWcgkOCV`bCu+t$VC0}Ju;V!DLycuDS{n* z{84xpL7TiBi!b(2A6LCOcs>4#)a7k0;Y`MsRc>ZLLImpz`s;z+`C=6Fg&-lWu+&rv z6e_Hh$-bv{tQy8_aTBGx$fdW0tzp-VNt;fZ{ygvgdixXzFz`>t5w2{? zwUH0Mf5K{}9{l5rW`)ETtzm{)+MF)OJz4L+!eon=-7|z|(qHIGI+m!6^af4yBXNmo zDOd>f_g_wpOtw@CKZL+k~0JjFFRRzfTOXA=& zwXK8$sugreHkf7w`{hC2G`XgC`fMRu;PkOFf( zLUozvbR(3Q4jy~d42urI5VorRw`5M`M4f0?8rlhq_`-wxjR7CMiny#emBGHe28-Y5 zdihv_uTE?;y2&xq2a`^{P)74V0aa*OOXwN>-aqn48D_k-$QfEKD#;6Cle^5YMpLw- z{Zb_ZOxIj^@cT;xZFJKP68#k;D;XGaOLYaJe~!Ux<38mG`5@LNstH86*()7;NV1jCU#(#0;NNyWiEb% zFV~(Gy+*~m7Y+{;y6Qp%7zoBUq&_wv1cbAaGoPQ>o>03snb*5D-O(as{=&sY{O5wE zN&tBMN`G67UDos`wCuSj1_n3W1#{z3CaJ35OgE_V=PoYl*9Q z^?_iugau+D2Mu^8&1)0iYP&~pzx|-|f3p4Jn;q2!JNT@Tv~#$a{Uy_roV=k~Y@VxY z3^lUXESBK}!qz*<%f|Yh{Q|#KKef^KiqN)3Qc$*j?RS4UL0cUKcBE7?{eoWRjE4ET z`aS4Dd(Y4eGoSi}*dTyXvH*;6g+G8y8XU~(B_91WGi0hOa zg3jLB2W`zeK!i#WeD{GGhi#Pn;a0_DmR16_E@gbJFrCmm#o+4U!N;nod7}7;?$*-N zMVU%>EmOK%{4<K1>ISB0F6!FOZ{P z^#r&g_1IC#CWD{?4K8L$i{8qCrn7t6X-LUU&G)8L{DOoXtH|=KX{UpV$$s{OKuNzE zT7@mk$A+bCS=xI%&1|n#ZiPDh1o~>C93oQ1DhFnsacmAg$|MXyB0aV0!ujcE71R%q z1E(!}yV)4fCB7s|uaLdJRc?A4tBlsfmw<*@&@-YJYU`ZZk1{W-6C8*_>0M&~g14Th zVs?G<^NgIRs8oxnP|IqieF|rG&ezL-nBK+kFHEEy%G&6Fy3VCF>JxQWUpY+R73JSu z?>%k<(|eVzx%K79U-76AXFB%67vfa!kzHL zDkBZd{6kQ^LMHATb#->jg`DBJBL6zDMX{@%2aAM-Vt++=RbN1GcUn`=Lp(6Z<#N2S0R?X+wH%umR zW>i38sA~9Z5+zUb@7gW_7TSb%G}R!i&kb9^&tYo!xBokSE!%6Q4gX6ZeLuL{Il;~FKqz%Kqog(;8XL;%fE|O z{McYEOn|1cgnpV8e<NlRDCd6qw`B`9J^AjK=ZQrWw(&g0l%#oCYcofkhy54O)}^!Z%-Lii zB4l-xdB#Y!Uc(0ERC&OMsmg&vN5N?BL$ICm*`rrW^3uF5lbf3x(cW0Gh=A=G-xh?9 zQZ_GEjX39)AUJAU7Y^pj`Puxi#Z+Kj-`y=#eoPm-KG-_>Gil#_crvT$$K0H#P@7(l}4Hgfsq!8r>Nr5D0 zO>tVC2&X+TNfR z8N@BGo~sU^TC^CRMU|4ub{8>y%$2s5w^eI4$T?y}4;RSwomP|9?QELgV2pS-tQ8!T z%#GtoqZz_t#gupF&6= z%OGa#uS`W&dvb8{Pnt%#rT7n2r)TR!$9>w^>s8ZbqEedO@fxWlu|14{>DmwBUa6MI zG+FoTSf^ZM&mMGo{XEGu;I|qTdYT}YAa>f!z#IWqn%w(lEZFFZZa=mKw9ILHeQ1Nj#!@Sw2mw1G zNO_`8zfL`z7&+wl6ADWZ_~)f({GX8Q_yoBx@vS1vygf+e#Y*EYKD!& zngZNG`nCGHe%_lX!m!RdGQ1~>kcD3YDQOrh2{@%|V&$K`eam*SbJyGF!wRIF$8ItL zE{&9lnZ6Wt*9L3+YVv4!ntyFAVAAx45c4VX`JB(%;3L5HgN17+;}+^lQi)I{meIy> zV9KUFPI%o9glCw)^25?%Zm>y$@sH53z!BqDm|;ALr)HzBX#|$m-wbf~{uJxuPbYU4 zkPs8-P}f%}q6JjE+$w%PJ>b4iTwwXv$<5}I54o5Q8z+VAX1NLq9|gF5qG8%}uB#|i zNH1dO>+bIg65$`?${M7Su-&ybeCL^$;RVkJIOd%b0EZ##?l!7#KZ-n1qEVZ=_b{+C`Ut%=-j z1dd?h^^bqGdEP9vW79QDK@hz7scnLWrF~aW#_zg#%wU4@u&=njOf`aAO`k(@H*#1K z;wyZt8)&ps`2?~$1+n98EfMOn3=VV>5)>@4Gs8`2i}pWo4wz#C4qQ^b2H$zOxNK>G z0=V@CzpCkrzKih6*#HnJ3t^K9hk@{vcSK8KG=YS{3nU7q0&sv0Olefz83JsTo{g`ggVZWTqS z}K~xK+v~f>!9{xGtc}7iqXI!U}&tsjIy`A4x(Eko!g6&S!$J3 zo%3ZZDcMGQcN$h=v(o%Of-)9&hsDQ-N8f9woL{PJ06si4BQ#DCE7JV{?0U_X<_V0yY8Wg z9sGKfMm#Z8@Wa+X{Ywl(-RN(mtzGmgi5!Ujyf*U*N(*rI{)lJ-+lYmv1}W3*?r;qI zu8NKcvjJ++7`>P^UO`Cbt2V_@=ij%)(L7&o$exAJ2P)k#tF_tbMnxg4Ln?IHre zb_pAT+P(eSL6HRQ!~p3=TM^U+xRGuWtZToe^=lrDC z6vJhHl}7b`Dbka7gxMgmV@rax2%`gS%x;@fi`upquT1#DIJNrM%Ck7;cM(g|N$*~9 z#TOFR!d$#pZ!CmXxOH5Igy-#2ji-BS`7RMJH^A+eE#>2-ElMT=8P&6mmw;M@az_KR zp)n9Y*f{Fc@l~a$4bV)DnrmmB$)V#b!FnBd+we~=ZSefxxx^3@3KTwEQz!Lcmt_p1 za_rJBu4Uydqs*j_a1+a0>W2v0tt47Jz;pJ`L#l))!yl6ExcQ<@?b3w0+(4))NicN! z3tz(A+`1f(7h@V^IVg}%NiZNrRvIM(TjHCXm!hyK-P3~15%81iLUDdx#%l4j)%BTA z8sY)GnTz%P_#v%P#T0T>EV3_|Pd6OjG%Q@S1$gsko~_Mz+4#m2u#?6ZZPkuiPdNrn zT+3xK<3o3bIx~LrDP4?yHTOjwd@x%k@$JshZD;ktx}h*!P{F@ZDKZEuP~%rHYd8G+Crb`n)c$QICdLOuBj5TF#X zD3fd}_#W@)zxo-#b6LSz{)>$VpNOEaDG0&-Ea=&(dG)*k}eo zicjd5ksX(Ke>D~~ib-dXIX53#bLabk6J($H?SDtNeeS9MWPA$S7D4yaxBEIkk=b#W zWv7N}cbJ%=#*07XVV$z|0~cc8uJ_zJuQ_y}*9CG+=a?UL6ItsG-034bqf*geC1YO2 zuF3-5(j_#WwW^HDprBWqy)iSNr=w<2YHU=!!dbBN5;b8VR*zdrQl~+2ku$9%4NRm% z4&l%++}TBQ(H{{aL9w?A5o>h%E~42VoeeUr<~EYRL>iJi3_*%*F-usl+r89tOV@9k z-K9OyBR{G5s*3t1vN@5Agjy=F@&vC1E7bB*e?6bLo!k;=9 z+=5Z^5X?-_>5vdHJ7=_$s2M^0RMmm5hRa=-GeDEsro3egwr@607Cj9_$hE+BJ-C^a*#U5(!hM*-M&?Bu`__~0tS!cGB z#y#v0-+rzH&2N}9y*>r||B<3&S*{}{Q%qOGTCDYC)*G5-+zw|uzNa11090DI7InK3 zHAOF&y7Mll_VTh&a_-E3PQ>9(B~IQPkq}R=oD<24t+FrSBJwx13LS_OotaA?4GCn9 z*=zTK4@e7aAIB-hpllenQxMM#P-mW4RRnyVL+<~R%zOVU(0FnC9g0+OJS`3U<4^y> z@iqsI=L#jy^<^bLRz7|toA*>I*M_cgfT|6hq7wB(UsANokWe(EG~1tO6bCFajK?uz zbH$?$GZA9UIJLm<6IT^bsx9BMMkK{U;9LBt7TXeTFs$Y08?x+2GisB-{CyxOe z8iOm`Aj$9bynfyeMu zOtS`Md-5NZq)k=I4B*>~+IO{X(b!UcB6D!|w(s}I0>$!|2MvHOlb-W|$Il#88*XwN zr;rSb3#jh~aM%4GqlnAvr26A=K#Z0wz4~~X{=fGm&%gKNungh?_8UUy=e5DOrb#BS zeF?_Qyuc-p7LkQvyF9bB5B5v(iFDUm0vSn#2p4q)V}+@M zvIYl|XgYTVMn3+2GWyITG`tf>utFo1@1?t7*Tq-V$+H;uk6|i)hhgiK(h~yxbE+BG zjF8vz_blnk&+{;3$LsJ1M%n_@LMgsbJyiH|v@1#FZu7{gYDvWmlU6peJofXjaQw(4 z`$j*ir3#$;5%Yiw&}rlrRywa7=e@fJQI{+Qq3w_^S+R^)E#0i~=c^a$hp#Ph1M!B~ zwmu$_qh~VXhN(%c9;rPFTNgTok+80Xi_b2q!UrdYAl38bL9~{!M7SqZfTA!s4?KbKQ4_|>sN~!&3JL@%cBPa@A3x_J`eSTm%W&VM z@Ltf(5QMrA)r4B^qw^&6xj=Aeioe~75u_H*!d<{ZRl@G;*&{up63M{rZDSeoAe2T> zdQY;MJA>{LU;UsP%y95Sw-uPHf1TS!j_GTMKFu|WP3wEBu<*J-8zm0(X7BRJ){usC z!T_qnf!K@8t-H6FwYpvyxgbx7@Y$4#+;Pw13MZzII`i7$ zhu>x<=43#j>S3>M#*aPF*aaox^2OHA$8+Y<}%UmEDy;g=AUx2&4IIABV*a z{pGB&&k(mi#_&Kc(X=I6FNGp*qL})&$_%b{!{e)KRCoB;zTgg3G|U6F zHyN>qY-6cMu@^T7t@p&3cGJujvNXNsoJ_@T`_j}!TI}Eg^Q>mlu5%?udP13?jC4Pz zZMaD^kX1*WW~WH$fKe29ZGFBn%ugnQefOub>@Kij(z!50A&}w39?EF+tex_e3()#O70$`~iC#Hw}l+#kpI!ZMdB=hF! zwlfNqo!$Tkiz5EyKxDH_$E`0aq(Csiwvypogvp6Zb@wtdDC5>JBl|1bmgYc7ANGF! zanc`OE+&DPo`U0)1n_;R;JaYzw0QyH=PTG@%cL%0%@)R%ID;kV1*ahyZ*#N-(v~a> z^$L04W7?FW2X+`g33)ZS%#2Uh0uyM1Jy0`kH>uE@yFadS?M$TD(k54xJe$T6K)#^+ zz8DED2$~+ml7uo^Ku$u<0E<13b)Xc}k}ko}BXN_>XDDPmwbR+I?mf344Gl zcD(CY4qL;^uhnC}!JqY46&u4r(ucDF1O*nVWK!yvz`W;Sh;%3ytQmk@0mI&i)JHX% zyc|8nN$fU`wrbV<=S{nRO=bUQItslRgFfcx_36_0=N=b^Q{oId!AAn6e1r71&yF|9 zIKJlccG9GqBs~R5N%NR@p<==`Cy4RhSs=AFWZ#o3BS=@ih3m1M)-%MU4O_^zR->$=L#s_Ctl=q!B1y1S5u0F0J>XAM5&NDQZ_bpi6CF#W3=EECFBz`I=Mex*-RM81Ux<%q^Zo`n^Y%pHG zT&KvCW-aN5vHmts%Y#xKr79b{TG&4hW?($*gOF+i8B)2Uh zuMY*GWHLU!N{~MdLdtrQ?4*lGYq3sfYSv=BtuEF2L3Rzy;IZ_E%@;jeCf6aq>a}W zLCmwzf6Pdu3vX~VPVcmIxct*FO!=36lz*-RBc=iFKEd2hwikS8HKoET%LyxD?fQH$ z{Xc4OZ;O3$sww)TXJO8ZmC;jO2gL}z>8~q`d{s@c@)rM{hd!^!s(-M)<$!ve0h~(-j7*E+6qRmd)DfheY{VrHk1G@`d4- zju=r?dj<7`_L4N}urgPozsUsQA1?$_Hb<(ux-R~m&_byKUBv@fFW5o*6VmY9ZPT1L zG3db8#+~~J?63A26ajH+1em|muizP1pe1DuPDL&U0X(S~JLDqZkqi7YQ-{l!G3~!| z>Bj)zIijN;DT9zf-bwAR`3StMeFXJ9$!)64g#9xNLlx8b2NjZkKGA`QeK?DUCgeWc z*pIaJvfOvg;Lqox*~AqMUKWnN*w&=l{y-G->4z-LL&L1n@Sf(LFftVd8c&?QI4fDR z!g|h5%3es=i#1NVzFtZYf)OsbET|aH4iUIW^|uBMZYq*I#o@;i_k6*cgSq=Movlbs zG{W!A438D}+F>{j>H=P{K+x|bLbi%vp#sJ2JJzACG`5libbXJg5MAm?ciJh@s~w*3 zc!gJ(Y-2nO0Tm0pQKTpd{zq17gG01UyyR~^L9`q92P4vZdkZ}8-$Xz=#1}Vw<50yB z;q)5kuJvCa3s|TYK_17e$K4w23&8uC^3$Ko%4|(j4kH$nvTEz?rnqwRkJuuK;1bZ; zn_{^=slS~G=O>Pg+n$*W4gB;s5WHnvm@lOoqcan8EF9c+#d%bd{}SaY=RPt?dm&9R zMm28^aw;KmPrU@7j--|RsMMnETL6CUB_PHt;Oo+F&wyKZt6P1p5)Y+x0s33%^74$6 z#AzKAO8~SgPgG_Nr$Vl|-I^CpGEQXpTCq(g> zY*&Gd!TU-Cbg22(6DcKlmyL{PwKEMgAOEKRUvSdI|D%Q6ugZ+jBTw&9OWFm!GvR1- zW59HbB@a_V5?hc^HG3$p>F1MWcgK$-13yBIf}s4EzjQ0~X-P+MeS$S{QF{TWGj5b} z9<rxlux!Ft|qa0bZ2dX)<5X&+p<{&ahOm5~QnsPqiCEz%)BnLGMaw*`+E!(Zm$x?r+soh>j?%!>iljb6HP=g@1^;V0J}3ZkgeKj zj4it3kGCo=$j;!Ft>+l*Jll~hoM>j=ZiE55QTcCL4E=l{pP@v1?EAab&}5Vr)zywi zJ#OGIM_k4GA73Y@2Sc1n=baKhNq4cpsW(1kdo|c$ZTP`qD?lE2ZlJ?rPv8MoiEqf6 z1A$16ZDpmjHXS20>fg^~%kc&XK6H?X6p@i9->S6>Y`|wisP5K&TBtPYjVxTzN0#+` zn`)V#RF@&JE&?{K9rwSb*#cEk;t4>p>s4D-(1qC@VEmF3niliWQFM%Cs15A+CovHi z{MYT?ec}kwBZHi$SVmPP?^aj}{sNjXowJk{9ocBVZDoe&bjb>{+E>&GMqLW1L|5=~ zv*%tG<8u+LtE2I!9+vUlVA6h>Fr->XF{4P{VGyx1NwEtb5}uapfApz97@7tj;#Ma) z%Su&Y4*Gr%rvAGMxAVCGvtQ%!S-dU8@%Paa3SsV{aZPUii$EDLPd?=3cpv8D&vC0o9zx`{2*3Jil3?F8#$VZNC}Yr}9eBYgEH%Vg@4 zi~#mWoP)3`<~;NiEEt`C*V%ry-%IgVg_hNRow*e@vdtFFaAe%HH`H*N{GY2Hri zcm9mjVgV?U0+a8iosxJh4uHZOYGC&qqgkUJZ^b^I2Ke zBKQt$P?_Ad|BDFM#Q55$*dl5Ar_F6N9pyF>4y;ZUPxk4h$eWUxi)>n!ZDD~2I znxZ|{e&y+LdQQ@0hTXzAKatDDJs@MU;M9y^MUSWW17ppp?VzA?uMJ!IA5-C0@hPFj zW^RoX3r?Y!<0Mx*QW9?$vrZyrQA8&ZZhlL~CfvwEGSQvHs_G%O4n@WY{6CZk()P+` zj3=!}5%!BFOz*vLGjxyU12~*{lAQh`{GsGp{7kGaEChn{oroKQ#kk@)jDSZV#62OB zzEeEfJ+zyDnpu^nT!TO75*;_g+3JN`4xx0Y)Bcr{U**7vKaT_nWL!f|mN#=7#6A+G{#}Ha$pv#$&@#E5yluR|Ij~O0rRo$Di&CqH3ON2l*y* zJlUd#*zQJUZ z^8G(={O7-xFB|6;z+d32g>cyAj}kuzs4_`&~67ps4#W;q!n33(UgzII_LG zZ?$9e_Bsy5s(uF!5ty75)YsTe{J|f-9)dNJ*jN+04kS~ad7byecAy2ivFQLx%9^BqC9?Kl$1MDPko$`f%t-oQ`LNzQ5Y zCBBnCnj-0o+$8SUT_Lk?@tr0@KIqYtqW6!EydnNtk7a*CBIqoE8uMr@i;Q@Y zSN~qq*^rpaL%gEO-d*9PqmGPR5(Y7+A31Sc^I1(tQOI`;oRs!DC+Z=$qp)cpz8bB&ar5nGN2IPS;$eMtM?ILxvsc>oF(T>01b)CT8Rc5I0YdeR|_J~5koH(=mL}R{85bRb>?u2!b2hC{k%9>8Zn5f z==tu2n*bBZ+bZpM8PyiNoP1uawBjYMwk!LPCBr8m;b6Cjc#O#%GRN;H z?e?rz%Q*X2$033#pxSK0Z@7Vokanr%B}{z5ys$%2o4f!T4eYwLX8j3N@ih3;TQ{^L z)m~CDN)`^QCqL|)UGu&F8*MSKS=Bo9{?cpiK-v2O2xYKWY99kE>d^zoROwc@pkd}D zCjY;pdE>kadXxRI>4r3~4!1y~W=OM_9Akn}ghxLCd7!8c$mU}GGztNI z*2w`Stn-oHOhkrdATxZgB|lO_>?^t7g=jw|o=CN00+CRZk}n#NNRf%9HqbE>?Y$bq z&YZI2`|KvwPoozlAj?IVm20pl;~|4p4*HddZ3RrPE#@5R(Q*n@;;-?8Ew~0*q+&xT z-89Q78AG(FHtDn5^9e>F>np+Z(8q*_xXRiO8HV)+)*iSBnF7XEgJaC@n2w!qwpSpu`Cp_eKTn8VhxZwM}7SO!tZE1f9ieuYk*?Igw*A_h}vkU^PZ7Z zrPGdj^6CZ_Darg+LGw?2k-S|bM1qW0-iH6VVjnQE)`B=%20O~Vh7*nbqI^Q!C>zf3 zMqXAyzJTSI7z5v#V(3TgF5)=JDFL$05WXp(6FTUV_qaBcj$(&7Cz~$Ri7zmkIhHx* zp9b^zVCH4^8jc8Z@~v%$Yc--4NjV?t{aMg2OD{s?k8@07JiDJco;&`- z=OIGB9fYcP8CJFW>-k@%=SdVKLKeP*cz4td;!wP3e}xut$iDeWNFN4|)>k71QQNq? zbc~Svh<1^5@tsV?0=Z!Aic*p0Cbo}9!{WzHPiU})@Q9zVp@$A1>PrX}I45~G1!JcP z(mIYrXZox@5<=bqAg(jBp?qc$auKO>dt{tE!M#5QUA_^Q%O0&=9}r zv;M-IH*h~TpXl(=9S_j6@Ne_q3f2la>dl0bWFKVEALvD!`r1&Og5P3X;ZAF*7N|;? zBH!qS$L8RMJ?Q*EqaTqXeb?L&+gf$U{I;7u0QWX!Y4+mrMGu>G_IEKa-~ZdK!h`=z5W4Lza~$$Vuol6@>9=_eFSRm^dpZJ`w4MAqHl5 zY1i)lh@+_Gbft+un_ZA`$cp(!8bw(2LP~vWYK%t%qblgE{wE6tqNWb`pqx6>XL)hH z`1fU^621d)a@9@*omVA%@(r7~p0aL9q7)98pEv;)x4u9d?irLdt&E4og5FpE_TjLw ztigG)cDrzhP4w~M94!rY6Km0!d%Nfc|4bpLYz>M5%^V5;zLB!2l#07)wojor!*mFI z=(Cqz#aeuimZOiRgx}GoJZk45>=OOa9ro9kNWm>QQLOIkc?Y|gt#ucu8jQLRMn!qO zDNFi|CAe`VcNm>lPS|mU$o%9)$9;q@C!f$o-$*qaTk9BU*JCynn2*AR^(*CpAJU^) zPAte^H2U;6PKbakcI8h3`dN__a4lnOdZaSXOkzz2CKIGA=Dg{Ww4mU&!yoH~@v{$0 z7umH!xmR>9y4SV#Nh%2F-0UOzN9uHrl2i`EzqryZ!+V+jMyghM*n^u)_WKY9XPEL3 zvF8WJ8YT4@$>6DHj*QZ!zLgVgYnon@51LCUsq`oM=0<`H#~ZsCqXb(qMOe_`cIe{B z$?W|L*j1esn3=v9&b0Gg$%^1)?)q2<>9h*W=BQhixo8fzEj6eGH6~H0F8b1TFhA$# zX|IGg4m7`VL;$D2V_-Sog8v&~k6c(d&;_G3;63ewqW=-aLe86=Sh@$cTfnI#GwI+3gcPYh_16SjOH7KIlQQWHsWG{b{;zBz9W>3l0j*hlrwbna>c(EJx zr?;=-2ly&O5QqNHjfjIciI_JHGTnBgV@imxs!_4M{cS_HuBx;XND_8mpNw#IYZ$_@ z%I!fV+HD2Yl9f?cUeQ>?<4%OK=^ofM5hH!-b#+EiL`nEXY5PUn=@e)f2!sB(m$@V` zdOLMVfwV}(HeT_n8$K%3tbcTHU@%KfY$$$5{(beU{SyWQ`B24>Jx6b}$bpS9WO0jV zpi*=?>b6ql6W>(dY^6u@NiRLcuJ`b&X_p1Vq0iQrLd~yKE;u9VrBY4qY0WxZbC>Ko z#(}oCV+Ij+7X8SWz~`UCy(=7NwIqsks?THB0Qk0X8_==bx%g8Jh=&z8AUaZORCV^N zjJG1{;>)C!K3fNTpKbDYA|HTn0P3TX^TVl+hZf+xh(7T6&`yHV^*D`Hz~Wb@D|l2t z7~6CX*^Bx}+a!qFU-M%3b&_q&G5RrNqCkmuoeS7exqOJ>a#o2bjKQK`+`f}*5{D-8 zW9D(3NOI}_C7H}x^!e7Ako;KyUT;#*6-nrAk$-4-w~iOU?F)KQIvxXel@|(Z<0X zEbWZZe`^L0@eya-{!0$_m$IM3CYgonr(r}JS!CKvCT|d%1eV&qsZCZ4W@(?VC8@XI zgq(A<6;(jQ!q8Kt;lfMfDNsdH4DJqbAF<`PD2Fd4Ds&-Z(&sTob&SIrp%3IL& zrZoisNNS+07dc$H2PTnFGx5Hvd{~PA1=Q_C>6_Q~r?w=`NFSFG;XCP4>RD|>2lkU! zp^1^OTHBG-36`w&g~taGCYg))_EpS0bn}ZLnwudG?kB{)^z|h8e2m%q4T(BgV;?9v zM#6;B()PVygm*P(DD&?@CCKF4@;8LIBSW}V#y+&|T)pp*`rv=CpE=(dNH};^BlPQ; z9*e`6$$=F?Or^b_87+~((BD9gK*(p%p-E+S{d#&kIeIW&^PbdWa85`3G@2FyA@M=IdU0()xv&;UP%LuMh__=w*1dB)A zL~u%Bpc{x9Le0#b66afrzi=m*3p6R&s(Si#70TAjx05BZXZbwWT9=rzmmaH#AX535 zx9glce%W_Roaw56{aVmtZ?qz(JrQ1&u`3xEW`nVjoi(L@ZwEA*`hdym3XEpbp38P!Vfol0OCV&FxGI=Fln*ri7xiW+k}C2W;l zyJj19syl&iATmA~cTV?-rXzDi%@x#V5p+9efB1WsC%)ZoVqoVR&K*}-=SL#KH)!*h zuNZEiHt4}6FOks%RPkUKBho@wpfao9eW>@6bb{3iqqF1gUg_b{j58Uo^#ChhdE2tV zeopD-UL5g7pyGb(xR>rEeE+rmZGh7I$nmNNi&Tl9apCVyTZ#O$5}f7_?<%^aS^#o~ z_)n~&U1KlJB4Y(ulDdoIv4fziSQ!!+`+NsIWoDHu+4I$<coe+~rN?@rPn7F<$W zUd(>Zvu( z_0=1c30};8mtWbeac+4}963l(czthuL*FG49(2^Bs>U-lYKICry3;y*4mFS#ZDTp1 zF9dx84~0|?gaNrm?bq#~8jqO?&bty|AYeZH73keX;qqqrgd6IDxvh9H>bs?(s1xBM z2#ko4t*o+FdhPKfU6j~`C*=B5&?uY3)|G2Bqz_h}{t`C3U!zwqShp!IOFJ)hefh=H zgnnOmkU)bsNKhrT3W7RWG&b=6QT0_(acymoP2=t!+}+*X-JJx2dvItxxVr>*C%8)> z!8Le-ySvl$@ZWo9)|$6|KD*D^RrOWXXVDjPKggRpE&C8$4OybHEB)4B?ZLA?3b;KQ z2jly&2Z}v@p#t}@H4dp9<5SZ;LyY%BY*64wQ#NJ~ev__obmwlwP|AABzl`&97V zlS`-c2sxpi$$(ri^r*ayxRzAW)Fd5p1u@)}SLR!?An9$M5{*fiOj;5xJ;v`_t`J6* z`Z*6M2AJh(H8FZil33_MclDwe-NlEczE!j0$Pc?;f4DV?=S76hc32t1uNt`&4DNyqk?GX1jl0BqaM!zz+$cNgJLN9*^)ea_$BF$k&8f7cDU>e_D<@hVJ)43j zJ0HsN_*WVI2l76z?karx_G8X4){Cs78zwCKIOsrSoU}WC`jI@wu)OkFiF8(w$aypO zXh`VuDcVLx-Bs4CrO(>II(@A27-h?wUZ+3Q^SXOK^rh9~sYihNn^S|xpRTupu+Yha z=nHYkbZJ5l%RN+GrzpP_lt`q zUx|0%`}+@P<$&Wq8&%VpaduL?B!hd0?CkdYC-1FuWvTV|6{r{#Fz7JZM2z(X`UBU1 ziLBlb+XuAHAjPS}Jx2QC_G(mlE;DH@n8Bgo!-G>t1PsRCU&G3}HXNxA-~Z4-rNwj8 zkVo8V4NqX^rIilr9|qun`(@vC&*VB|h1a6NkOJq&!}@zO4Uv99!bR|$M}a4PK`ps> z=+7f!QL)@f{le&m|zTQC|rLngBnU=piH$>{0=<+2+O9>+h>)R}wp9(|`In3I( zZOYxG-haa=oXg=edVwBd-#7$ZpoRt+o=ZKJy~)qRy6JT3&E;LGI>r|_j0Eeey;~tZ zmF)JN>{3bF8?e}q_6Vv(#vDalcZIzD=c^?rCpqA3m`7VkecGGFK00)IH5&Dc>ppRIc^ zxntBqJ7UjZw`EDkq=@rue>6>*#`ESM^evGKd{$;2Q-3L4`qpC7xiX^#*K{MD^hFkL z#9SMY|8}PvKz#9pdPu(v$MIX-$|lo|l@6d6lGG8Lnyh|{3vfn(U%Ezbh`sv%0<{I(<*7_d0imQ&PMldccL;n1t0XKP$xm{jNkc=&KEy+_G%T1GtGHLr6HtGtQZir<@+$+c z%|+XHxHg|F8Dnl=dkpC?CYc;?h<*Zt${|`Td)fAIqS#KdAqPqLOdfHBzPtvJYsN|c z-tRF*-e(TxL+E2u#2G#;PP^40Gw_MR)E=5Xd0Bdd&-KzP+zZJXy9+TEOe+Bc-`O-_c$ zj!Qsy=@FiENI={Vs^SiYzasH?u(TJ-1A*yQKybjE1Sed7 zJmfXhAT^!^MVMc_S2w2%F2ZO^-i=F$Rp6*VlZx8(B2OU288N^euW4N|B&71OA?-J> z>RO$i+9Gby?~^o-5V*O-Mnp_Frdr=AZ0lGhX&nCBk(9K0p9GXkPRZla-4MWjMru9% zci2Dtd|r0~Le5#i#x8I{#oSvh4$1bXLsOiPEIj2{dYfZGuq?`EK+mHsxONs%`GmURG?Lytk` z)3QgT=}fWrvx{5_jc$h3jKsrrUZ>)8N+yd2QoA(iE$sEHB!Qld;1y} z#T)8cJqt&AP74qvlMf2#xF3N!aTkdQ5<^N(PE6D90W@dHfVT3tK4cKi=iAc|+rYfP zVdoZiawjk;rGsmbgyxu~4e#?e)Gmq?0y)S=acHy1q)lSg1A-s5#6J>K=$LckKaxlI zZbrZp{waR%4cGl(-&31QkggZD%>uJ7S!C@1DHSxkRG+Al;=BJhvp!~Gu%>PpF?kS4 zI}C9|FXYE9{XE=L{Z}H*#OKHctHVi4T=!k#bCq$aA_72sahmj86D&0&vyfv8C520g z6&Cx`D}#A=e0dGG-n-MLf=xu|%ADTIAXpknzL*lOrm74;uIOqGtu9sZY)d3C_c>?? zN*Ia=qt<^YVHCX88FgwYQ!Q6{x$gXrJT5yC$2F6#-*=`1ckOJ z;ywtogPwfUvJNoU8vWTm;V-Bqt#8`n4EZM`Gly?x@zZcK{*3vSkZ-6(yG)u*Y>W6?FKqU6r1o!f$4ut*f$Lc1*?m~MA7SZ<_Frxm!Xm(7}PrU9)C%{&8TmlVMw)%2QeQ_CNnXMBNq4 ze?FJ8dl#S=Bd^nJ=+*F56{w#*Cv&bI#1?XY;e)ZBaYc@G#oU@P5+Sccz=jzxw7v&DCZ%J9zP8vyn{>I-n#bXh} zGKbXroAkR&F{obH@Uy~zGK3Y3>z=vzm)KL~tITKKAV0Q*fJI-#UTsUs7uHP@X_PTQ zpoyh=0${dJ^p5O#ffRd|Dp+!Ce~}M;;dT(b4_%&ak{5V1$s$$?>WvHmKBAAi5HV!< zR+7kpSVC%{Jp&`?=U#YM9~EDkcgiZ&0Mg8MHlHHU6fF3$uT_Xngu;EIRm1 zRq0;+bl*bxB^E4xL|&U`LPN#s^yW;zCNk{@nHF8W3)C}8pI$_1er~xAT)b**@*o~F zD{(d?<#=N#ch~8QxGjx8dDlb!MTiRjAw=!B`?j}iC}yUDp51tQV((w4Ig(L4OinY6~e^zBK@b-b%{821NUN99PI^J0Ymc0&K7QdnYeYrD&i6=42}%susk-Iak1W{ z+Dj<>Bd|1da4;+`p_fl7<30tUiDVT*iF7llwl$1rL$fEV9(J)tROWSF?ug2jWIulC zvuG9RbQtdgNvoXMk!Ztvu4%G(b+NGQ8%voAK zbx_SiYUh5~lFRQb&^9RV+cnLVjlmCD&#;8pz@&@0j3L-08$pg7HYmXEY0RMgQ*N0^ zkQoDfAlk7P^^m9Xbd~)aFY`}>PSQ@4pV!>D)xCHDA)*%dkcLp5we2=UkBu|4uq6(v zPZj3EEiwOmD*GEVD*h+W6Q}h(Xo)4|y9L=11)v|EpfMuB9-U?AQk>x8P4ECr0@lxsKV-T9`clsh%kfsd;jJI zukrsf%TgASTy)E$IhJ+EqR5Yq=#qik@Nr(w2zL zVpS3*v+PJK814xFogG|z1aupM=}zdYFQv$POR&zN7oWaJ>P0h>`MohD_xQvf#p`;m zq3OxJIBriC&efNX{ubEsaH6kn|5krC`V%eUj><(!)r~^|g5%aNqxM2NH1fU;)oXse zoS6!k7-9Ad^FU5D^p>O~$_?(FpzIQ=9o7>lH744-o;yg~3H%;*A+K4n^Lce8cAS>T z)?$&eLpLYR5H7U02SMf{3DE|7^*RG>eU;2X1FYB^>$l!}kT(4Gjw8(!^`a{Cts!JO ztir{XzkF-jW-DHs^zKg0>O1|$anP!s>|!LD1t!hHQgY>E0vbAJ5_{o<3SG9zb$=Qq zSzdu;;~ZDsbw~JQl7Cs8cEG)L;A+5=UO;7Uy=xwd;Mqs>y$}X=Ly($Xs|s8ZENd-l zuU;Lrc$uiJ5AA`z8A~1vUu48$Drcez(iUi zhLE|1=Dye*N6_WLiiq&Jh3A#Xtb3Iq6m|V{XV%GJmxq$nfS%$3bjNH79C!jhADP*v zcea>hDro7FI~kUx2BC;}Mn+RV&eC&m1k$%DE&KvWtMfDZ#Icbxt~BQLGlFG6Z7B}W z8kziBuGG9gmrmyd;KUqSs?)ET*Q&{Y z8l3#ZCXQ)*l%aP6t0*el3QjLtutm+j*Rz{XL-iQW)!)=gzdt-w*S3gTqFO^zv9N~ z!Ovc2LK{y4T;k~;F26#%5W;sn^`Pnw^7nIB575j32?wq?;3wf#g&V>u2&>L`?4w3P z2vJ?!eU$yk?tZFpi3WGUkba>du=dJ_8Jj1C68mt$>uCHNd#DI z%yp&fxqMok{`A;K3^p70Bzlj&Ct*u%Lh8BuK3MR-8vt#OD*3qFs%|GPTHFVF(y&#! z8TI7}nX7LaHSWb4*+wZmT8s3$&qzWl@LD%sV;Xg-e<)r=>n2TV#bCH&VThh?vM#N` z5mE)D(D9NS*8jC6{E%Q{;_355dc$xMq2u?FZ?u9#8~b(RYY;hVD=9EIDEx1_O##~% zfwd7r16@#D$1OxM{P`J7E}*UxlAM~N4I!5Nu=|qUXIajQTr)*ZmBZ~T^-5-0eGkdV z%>~iEKy<_!92Yb?!lh$u#r`Lvu;h#X-@7v4PA~9hz#ADv>h~TQPjN+mZCOzbRUQt? zEwVfCFYZp^QN0oXjRG>r1>m5t<$4ii>VPXbQAN$zYt{$?1pNXQaO%S`xPhH;;2lD0OZ%W0DAJUGTn~ z(1sxczzPK+&qBrhT=6Q*G(Vjgv-g6V8)b{wh1Vzk*uv&nDwLpA7|oLvW)l|2XY$S& zjz9hcvQldRNjVA;Rmsdc3wi-IsfSmB=e&$0_(C07A~FajB?*(y-&cvH&iqT0Je{OX z(m4!$j*Rq3DU$HcRT3zv!y$TkzV2lTxw7>Mz-FXVnI%Ee1=C@*6lo?m_hktM)VNy> z+vy+hwQV11oP^tbs*>M3;|RbN;>^deFDMjZ-^s42Y){&}%#B1oMi3v!Ceer>MSzEE zr|XCej_MZZHKfTX8O)`U@l?BVbo`|B5?WV&8bNy>fkrs09G?_Q&(02{P72??w#KBP zk2seMCi}JYY5j@rI6UQ>)N4vOq1VHpnFI5E3Z_0E17Tu|FrHy>LNgR39)|9eI9^>O zzV5`u3@n>b*3zl{GuugE`fs+wSU<44@w{jTx}X(9X77>V-QBE%Th}P=diEkNYC+~< zP8+ZZeS!Uaz>L3sGWyFx0|!V=Vjj7@S&*rQNq|~Fchr1=-9B=J@Zcq9Ymc`~8kKBG zbX|<^pf4^@nxXcw_$`)PQg##l$1_IBhNiQxs<}vix@hs+mEyDfkc=N7)%~Zs9BkJ7 zqJnl7qIbIc1x<>thjFg-FA{OTB*X)7=iv&1L`mJ94JuNLyYca;kHsF-bci&4^5A;q zSbb8WJ0rw(1D+%7Ydgw{a!C88pHaP}LpnsB-eRJWX~<%B?-E z;>p2&!w!7@7N^{=MLwbtaL>Pb63jf-?=;CwWN80MxccEnE`v0-^J-Wc_da(@~8#%xL;N+WYGE`v}K;)n+ zG^BrG`I&9$$c&CD6E)}=a{CduPdmU7@^ z!-rD;Jtpxl+a+P0>8qXNWhJtpJV3;9Q@ZsoEg47*_1HBDFZ9EJRS`Kix8{~?vd_j% zQE-<;BRfRZ$~$e8@wvYy^!Pq@76KlC>ekP$I5Npx$eC-#p|ha-zPq2;s+jec zO>w)mLJNQ`I=G6{<27WNp*Zltjm|%4D_N{0qX@dNfsv=%Zkg*Tq4eY{TTjA>$urkV zNOr^Th3J8E-JLJxc^^H(*aOS2&7KOP)Ut6$g9Imr6RHB2bI-0C87S|EWWCV>eIfbz zllH%ts_WC<0{;;!WBwB>+h2D#z{I@8oUBn12@mK31Gt>=C!rt1zAfoIK#lRsvtCkf z9;Qyh;S(5id;|XNP=k`p?kR#^-Sr76;DW+}FP$AOB>0Bx`tiv>E{}?ce0!AC6?$t3sQKH{C%R!RbZ;g zC{DI)QO<4_RTLES@L|)#{7qxiboAY7Uyz9mH*tSkym9i5Ec0Ikf?7G_9M6&4meZx- zmHV})SP!B0@y5!(WIGI!a(4(vWHomlvmlo3LZKcWxMcku--Y7m)I@2FwPu16z$*0I z|6;9H`=ct=awLjb&1CZo*JeEXbBom~9c{ubt;Ti5UqcZPY;O*$)Q;YbPpa@DGmySF zx`TRx!;==Vs1@oNYqAc6LXQt;Npg8P0t)Yy(bQZ1=hiSxq>VMx&5*V+wxWws%$&9V z4ZG=5R9ya{5*cQ%Kl9u2-(CXCC)Ige(U|RfC!fqw=Zf-OzURdg{WXBL=}e_KHmGj) zK@Zh8?x{Q^FviA+0xFY5c3bThiQru&($*n++l(SFLrGven!kWY2DN|_s}>=Vc8|n^ z0dW2@IX_{XCBTFRSc`U+7$j-@y`e)0px?y0)fFk;jV(KSn(|<~r%0Vrs;}763Blds zV8ii2_{?k0ScMMSf;9JLL&@|!90aO%r~;9@NIBztnB?!Oo%PYEx29TS>#$vF)22t- zCO_lo4_ES8rbF~4W97A`y_%iY9D?@Bia|Zx8&bq1Ln^`;$UOE=O=CqV_^Lpin|c2~ zjZ6&nQJ^g&2e0dOdLenn9MJlyLsg`Mb%RK8nKX|NX+TN3!EwE8@m}wJ^O1lR(bLMZ zwVt7mO4RJ??qUi0_xc25n_kl=<-&Xo=pARdrN3hbRgjDxG3s1{X_>n2om6rK44xtw zowWBXi0oQ;V8^b&m&a8+%tnQ)e`FHQeaw_?^Im{yN9c5=xooW8}dH8Xk zsT<~g&O2Ss5Uze#7A3Jg?JRndoz)8ToW|{4!l2+K$i}uZ;M2D>FSHkr`=#25bh9_@ z@~_N(+CEanXx%|7Nw%^xZB|}Vb52tA0hz<_V&wW?j}Gz*YoInu}*90ZZC?Jiej zvXWsvJ*u^?vi^q?-H7@N^0B~tOw<|JRYh6%%^o(Os*3dl4JCOA3dP$-5ka^4erLuT zB$~+eyUx2|4NeI>AOAG4pB#X{uEvP}t?BcbD<0(MKGYCcT3%vj&olf!l6H`arAB0 zntsiDTLP--aGZc$d?Sy<$DR z(%&%vfW^SfcMCyY*dU*Yg~`75U}NzMU;;>f3+=?yxMwUqM49Rxf})CK0O-FatoAo` zqek=~5qe$N>|J~*HiemhbvP%f05nWrUS)h65Lk;w`C$Z=pBnOv)WZg*QG@02@P$Q4 z;(kMQh-3wf99PR^2O%W(9rIP#0~Cm&lA-e?y#gORXo0 z0yIa=_pGWW3v3CFi;Sh964{0T7&%K?ESN~tEOJA4U0V1eNxY8KYECPc>NrOlQw?c% zSe*tu1NRUcC8J{T`_+P;eJ^5~AzujV-Q7ovPvPBU!1B-ZuQ#&*eHjH)-rloAe+=+i z2K>XvZ3sMoh}@^oQ=%$yJ+B*8=+c5RB}hrl0pqXx&QBI|2w8T4ZbJ_5fmN2lc&e07 zVy*ws2$_Fr1UiM-lh<1~=%K4`o=x^;knK#8a{GhENx|RprdX%wi=P^N~(vR9X7&JA=jgG_SlYXib!f3?hkKSD9eeU?=A1e+P9K*XV)!7b|T32M4_mp#qx^7EXfrA2M5lUwq4X zeUZc4@e>i?tlB<)g1Y$Cfu({c#P=HVup6oK@col3Z@??M2`dxc`+>;Ad{?_DTX$4Su z@Tn!~zsZpk(*ZD+22uz`JH#J=JiKTJ~i zz};{*73Y%_5GGyC9nnRJW9s3X{b)HR@Ctb(g48#cPFAZTy~cn3l%qj{dq)mNKfa&8 z?O`LU9$_7Y*C3$ag+YYw!N>&~WiIO=(j9s{z4_ex=HCSg|Ap@^>*1bbIW9{&9r1*P zEI9!k7h!`U_M#+z#F7)iK25!C&-davN(Mnr)&~3ZQx?82a(>W8JdJ*st}0F=I<7|( zxh`hF-p)@N8pC$fNJ881Q5FqQ`*HjrQA|&1_}Q4O&;N;1bfY+VxjyqYA=X@I2<}*F;$3 z1%G3?<$zCjryo&EjNmH>UYNk&HHGoMZ zkB4RL>9aE`idRwL0(Owa{ug$yO}q8XP2@u!)F~pBxE5_| zBqI@DzzVI0Ei$5{(8>?pE#0(W8$NWk!vkHJonkV%WE~=3WY_gH|{ph z+9n@RHloj#KUbcZtGUH-d#f|^_zQ`YsYAev?h_|r%Ntc4*k^rkvZv-{zaUF zBMIO~vrbfkgAFV~Y9E#*W9;mtR{xfy3Z*v=Km)7hL%I``*7tG%F{z z6###LlCtU6sYpKzheUI%@%m^;%^XexN(iRkvhxr^cA28q!QB%W>dPQY9S>FKGP$d} zZetx6@KcE@sA)p)SX47oX3SjnnXm!Nzk;m_#7=b#B%qru*lZ4^sb2Y#|I~t7dSnGYY3>I_v)X|IJLpLNR%|aHHw9yQkHwo z#<px5Hvw$f;7R|7Gh_WvjKu8v?uq*hH|S7onu?}AGLinmf=81*QK=rW$lbaV&FcYtlJG|3 zHe(|z8Z@AiNvR0xsQ=j+u}5s5=)jW_iOObBR|j85m2Al}fbjz=G(gze0#6i4K}pal zx@4-!**!YTknpT-Wgrr`8q9gH>U^+Fq-b`uD5RN=_Kp+Q)lVta$3!DegEt%fsrA+J z?!T^Iq95vOpfFJgI1VGV{|MB^T}yR`;!z_p9{b!=6HcfN$ZXmQr#d-LOc6raW7?q$9>yi;~_U8R>^)W-6%$O+SK=#1EG*NrCSnIpW~QOVY-@0F1(&u{%Ozi0bI%5 zOy4B&Q;c-Ih=EPtBp#M*36n+LXArWnj}-D)h(>zewg^*e5z=a6v{uh??#Py5=n4+u z%9pM&SLk^-9pl^`ynOZv7Xz)O@>jO!T@X)+;J%si;K1MRj;`UIsFH z^fbBihZWoy(}r|+-yNmt?n&e}Rcf2kmpe84I`&744pbh*{=8(Kj=sLk0Zm-Yex&v6 zxE*jF9Hp;L`~Cgx^Bdjy6S&RE#7qNs^5QzRwuO-ACFpa6)U5$n;9krX3|5%?W>0da&Ze&})5wU`%vy zB`5b7S=>K;6eczeoLa#SlvYUiTyJ?oTA4>5;g#m|9r zOE1>pF=j+zL2(bSX0HQz{#57cu;WsK!H0WX*|cNkzPnB#=aj&ChS)0Eedp_Sov>R7 zoIKY?6DGABlZC$6`p4WTHk%hs%8#nxfwp5Sqs?1!Wb-0{IWitXx2k3Kcp9>Z$398WGZRy-?1-q%Pago`ZE@;QP7zH*YWPp1 zt@)Akny+1YlLy%FP>43v{kKH*g1Im5T`nhm1tCCX0Q+}>9LBOVR6JK8+V3nfP1@PZ zylf8cqkKC8vFo2wJ^Ha&hvOW#^fLR%L2#N-=4d<)*UXU!^s_}2%$*Rz(TWk_nm6Cy zh+Nfn@DrqBPw4NXCFVqP{We&uPfS4i?R}<;rzx$tLmo2oj$j2SHAU8ThK7@|WAH-> zl%oAtn`z8U_^258knK?j-QOXRrS75^{y7ouKr*Eg+7U9r);B0>1(=K{f0eEpdK_#> z!i`nNQ%~f0`E4V$VSVkFA95hEbES`eea${!n*={~?utw{7CPD47UduxZK`Zg(p=lM zw{Ry;*OEDSnmX%&J3K&=0T!_^omiAI-+8INJPmhY73aj1PcuPYzONqJYk=bY%+|HQ zg&j`~XNQxv5%=;B|9=FB{^=xe2a@iL6ot@Sx1}o$iUMM$mxSZ0n^`pR7`5D6=0J<= znE!o2B#0^Cx5Q(%ORR=IP;e4XdiOHFmb@YR?E-|Yot*m*(*uq@=6!Q`i^1vTT!$}7 zOM)|Im~_06p#XW&TO#Y&`atUu+8iac6(X!8Oe9^7Wj4tIRbhepimX`J_Bza4FY*u? z3jMMf@mi%G-#5A%nFaIorjusXb&JLs=q@ zYsm|wtnGA6aY;DFmF>nrs5cqmkie8{>D3~Ct+^=9ur@){1w20WC||+pra@*5c&rZf zg2!2i7U?S_?LOzxH;KA~duQYTQ{e_S0NPD!yfleA>pm@&#VEg#u!4|x$M}dmTb9aH zU3TJDF3&J@q{y%_u`_%nZj<4XC{mDrd3x)D+6qI53Z%Q{)#~Hr39J9ip2_$eIWOce zk3jJIt?3J`4qKY+1yyE_G}T1!`|U^zDOW0E{HnZ;N*r;|S)5RjnzAW@W0GZid*kqO zsZHZ8ejlQ*p4NVV5EY6m@F){SsnuuTL!JzMH>3KoGa$c+(l7omK^pkN07PBa_vSTU zHW3@}@vgHL9I@Q`kL`%-zhqnCu5;jt+^JsRonCCQ8rgdh$`s=zVYHPOT}*PEEfOAP{Gwx!l{0 zG`yydOAf!4uRee%ZUgV2%Q56-c6Yf}M(ZucLz|gSM$g}Cp=$rJK>Xi;9Q{+=#v{+m zRsJIrA0;4^3rzY!ZVV-RR9pxt_D~#?%Me7s)E)fMC1Idz;U+!wlcoJ4R3PzTxcC;Z zH{6vs-%FBe$~YV4RY!^Nif@fj!R&Wvq8)r|7tr#Ztm@0(U%Pp;c?T3dYV&y4Q&&PqCxCjKe>>D z`sqwSC4d-g`S<0_PE=+JBEG7%YY0%h!DefLVQMuF$!e|DR+0JFCdxnDYQ@te=aP0c?s?C!K{t2n6o9w& z&dZ6~7?jq)#1sQU-QmJAjcmf)r=oLnKMgDrm7~8e?|rhQ_F?6B0abTQItm?T3NJ}U z7YhMoR(yUo8{seIiG+&*$PUZtAcGU#qKAinsQ2uD)Z68HN9--5?tLX1EtNY7`?&r$ zXsr`yH57N`&6XoYuC*;QwO{=kMCy3)my~3T{(V-`h(L^~)1qPEo)y8IX%(QtqF4qh zovGM=9lm0w=!M{e7=Sc>bFj{X0?5g9`W)K|Q<}buPynQluF0sLkRxkYq65UiZM*e@ z!fh=Pk6RqGk3FFcU?V?a;IB<~D9K5mgp-aI(bp#^|=KIH7&llBXuB_RxL$hede*$0EMHwvat-oGk^MbuC$c zg=^!$gFA&q=#H!WbD9C56pmTxaX~{!qbFxY`N>SPtR=1hheE0+|9~Ko0i#;N@PcUU zvtYhq7w-7+g5EF8BdE~)LYtlVq9)&Ix~7NSuJuNp7;#gVavMlNF?~5Q$ir{y=P-Zj zg!gOw{8z9?X?DxD@EWju3lPhWI_{nTH)H4<{|Sv94g=#Biq?Ez^B32dmhHjh4n;^g zG=L2QCAs?eH1@jqb8&GVtScU@Z&8q3n--S=m2B zr*B|C7R8o7n(x{FLg2OTGJmqQUnT*Mbh4DtI_xg!SEExIG|5LY2&ZQ(i2IeP@&}Jp zPHW5(zmFA1H?@CV8;hoUn6Li<3tH)%BwG#~TS&^!mj~$ZVxT6M9z##0gW;YBWR^!X zCafHNbTbzil-01Fgp2bVomFi%Kgu*0O#Od8m#tmvfcro9O=e)OuF#-lqBaHUAO81S zYuO~No905dd4FR0`+E^lH60%0c_ z3`Lt13`*4Q3jSGJ+wcHyRdmV6gZgq_utY=*E_>#=l9!F@{4 z!;f(U+jE{_hf%tuOq?Z{7v#A9c}S(Ah2aP5MEbqOu+y+2RL*M$vgxpC7ax5vRlc7> z=e*Y${15sku>1%8Q}pOx5?&7>wn#yfKYUZeT!)A`8@QPOhXYwU!glD=2(DJzqDy=Q z;1PNB9R?->an3wSJCyccH=_OOXy(P?EoFrRnH|PWjlAOADA*P*6MZD9?(BAgFO1L* zL9#8xs$nz10t<+vloEiBB&BvyW4NCkCr>y31h7q!Rj!AtNBngz5;K@oAC zaa9*PNcnV7?8U4Y3WZz?a+uiO7d5N0hi%Dhu`ms?ojm4S)TDJZK=sY}ICEPeSpInW zXj#SONeDg}<^r1Fd`oBDMr{(>`YR>3nnQcmkwq(s1}3ga|NO~sM{MH<-WPvRKq*@% z4gv@?6`2PgxndZ)2!AUa4q3Xn24evC{Uij1ZyF~Vd{!ezI&T{e#aCfd$*=~fj`-8@ zDtcz}9L1*)J57jXOa=cEbx;)iZ4{}wKfFUrp!2x;p7zpWP~p|rl}=vhUwmF@1#<%a zFhqP>Anm*f62tR;@GDU$V99Mp9X+1VOLfiPzm}!d$$@3qWwJvS)$C(~FJ=YW68{-1 zSYN!6QDr91T{#$_{gRb4en1#ITW#X_Ytq8t*Pvv;mzi@j7HCkUbx$4VPAW@Zs<+*j zf9^(&|L(@bYbvp4{M84bAm>YXu>XW@ucR|pcum1NV4x>noQDsp&5}{qO#@ooVy-ks zDSCfdewwKA(iZ|F?zz)X@F6G}YXln>i00ZP09_~kSytt*_}o~*bsHsD#bDIQIS|I~ z&@A+6hf=EXFRF{u?N7ZR>m!eO%myUsdTWeNwVpgsn^PW7bsqUg_0J-fkjM%sQEOl9 z57r$Y>5f^Xms=dDp(K7YiO>$de7}W4N}6w=6an($-Yi{5P@4#!eZe#;2dMf1QhhIW*8TUgnfIBNO&ozP0WPLns*+F3c&^K2M^H>V*g*b_O_R- za6nfu%1e`MqRTRa8{(Z~#z|A!x2aIG`Q4OXk`w`Otybzkc%>C-WS> z=!wZY_hwOr?ICYi>g7&@cR^&`r+iM%WHT$$>#p`7g2c%d`ofOSPO^giW{#t|uz6SB z-A*ia_>NwynIVOVrM^MeSwTYHa|II4ie_HM}%MDLyvc!1W0R{Bzn&0*HK8cP|sWzDQEao6|32MmZ%z)Ql+^eU3ntI*s)r z8NOvS{YvZJy6^Rj!j#q8j!iaOB#F~qjs6Q}Dp@VpMT%ENyc4&9t*fIATQU{pDd07* z)W@BM(`*5kS7ts@fi#V89s5s5YT@dz#C1WDh3PcCfEyLX@&(T3RG;;?v#e;WvGE0VUdFFH3fNsJ2AiIL?^9C((2~t{? z?b!ZAWF`?vNhf#~k`dLXuhY;(QhBH#$>G#0O77l4IoakA8E06VX7mDyPE=1Jc*byk zO3SO}94njP4s81d27z_=`na}bc`LnYMPuZ4JD+c6(0#JzC;!2ec>iI_n*U)+vARA- zgsM=R3<*o169y?k#TIDdy7w(cWQQ?TUp53GWpU*YcBn$0x?;b^TOU2eY^?Umhm1(F zya{Ua)kx;n--?7pUoMQcbD

vma2q?a2l%WE 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%0D%{ec#PM*T5~@p@z+_)!1J-bd*$LmDYF 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 z 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
W!zo3kEoK3jjEe!ao!?IRf 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 diff --git a/windows/configuration/assigned-access/includes/user-experience.md b/windows/configuration/assigned-access/includes/user-experience.md index bb2dae2e79..47301ef7a2 100644 --- a/windows/configuration/assigned-access/includes/user-experience.md +++ b/windows/configuration/assigned-access/includes/user-experience.md @@ -35,9 +35,19 @@ The Breakout Sequence of Ctrl + Alt + Del is th Deleting the Assigned Access configuration removes the policy settings associated with the users, but it can't revert all the changes. For example, in a multi-app kiosk scenario the Start menu configuration is maintained. -Here's a PowerShell example to remove the configuration: +[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] -```powershell +#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) + +To remove the Assigned Access configuration, delete the policy that contains the configuration. + +#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +To remove the Assigned Access configuration, uninstall the provisioning package that contains the configuration. + +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) + +```PowerShell $namespaceName="root\cimv2\mdm\dmmap" $className="MDM_AssignedAccess" $obj = Get-CimInstance -Namespace $namespaceName -ClassName $className @@ -45,7 +55,11 @@ $obj.Configuration = $null Set-CimInstance -CimInstance $obj ``` -Reboot the device to apply the changes. +#### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings) + +This option isn't available using Settings. + +--- ## Next steps From 9b01b8faa92d460e8ca40912a3869aac2ed6cc5a Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:19:06 -0400 Subject: [PATCH 091/111] updates --- .../assigned-access/includes/user-experience.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/windows/configuration/assigned-access/includes/user-experience.md b/windows/configuration/assigned-access/includes/user-experience.md index 47301ef7a2..574493dc12 100644 --- a/windows/configuration/assigned-access/includes/user-experience.md +++ b/windows/configuration/assigned-access/includes/user-experience.md @@ -35,17 +35,15 @@ The Breakout Sequence of Ctrl + Alt + Del is th Deleting the Assigned Access configuration removes the policy settings associated with the users, but it can't revert all the changes. For example, in a multi-app kiosk scenario the Start menu configuration is maintained. -[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] - -#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) +#### [:::image type="icon" source="../../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) To remove the Assigned Access configuration, delete the policy that contains the configuration. -#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) +#### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) To remove the Assigned Access configuration, uninstall the provisioning package that contains the configuration. -#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) +#### [:::image type="icon" source="../../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) ```PowerShell $namespaceName="root\cimv2\mdm\dmmap" @@ -55,7 +53,7 @@ $obj.Configuration = $null Set-CimInstance -CimInstance $obj ``` -#### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings) +#### [:::image type="icon" source="../../images/icons/settings-app.svg"::: **Settings**](#tab/settings) This option isn't available using Settings. From 1c9b9ff110f0f9a01574dc203bbd95698e6516f8 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:36:31 -0400 Subject: [PATCH 092/111] updates --- .../assigned-access/images/kiosk.png | Bin 4758 -> 0 bytes .../restricted-user-experience-example.png | Bin 275985 -> 0 bytes .../images/restricted-user-experience.png | Bin 5520 -> 0 bytes .../includes/user-experience.md | 15 +++++++++++++-- .../restricted-user-experience-example.png | Bin 780890 -> 275985 bytes 5 files changed, 13 insertions(+), 2 deletions(-) delete mode 100644 windows/configuration/assigned-access/images/kiosk.png delete mode 100644 windows/configuration/assigned-access/images/restricted-user-experience-example.png delete mode 100644 windows/configuration/assigned-access/images/restricted-user-experience.png diff --git a/windows/configuration/assigned-access/images/kiosk.png b/windows/configuration/assigned-access/images/kiosk.png deleted file mode 100644 index bea0e381b67ecffd04b337450f6faf09edb3e849..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4758 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≫pqI9!bez_AApjR8K`keP|IMHIu<^x7B4uTGn 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 KMNUMnLSTaa5?Uz$ diff --git a/windows/configuration/assigned-access/images/restricted-user-experience.png b/windows/configuration/assigned-access/images/restricted-user-experience.png deleted file mode 100644 index 566b4bd9028050d57066bc77682bbb70c320e859..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5520 zcmV;B6>sW^P)M> z9X)z9p~HZ?3OnoEzOUohyLWFwyJ^2he31;ehF|U9^rOSpZbn)>Gi)uh^_!JWGb}T$ zh}ZOErpG$>&A9DzglEa=nc?eesDlAXul~ukua@pl#mz!B%%=`M> z6^<2VPT81cVwb6oN0)05>$~%7icw%&P)bH)>O{7vOF9-rJnM?-hblNAv!NEb% z*4F0P=b22#9~v48=otZb{I;~T_-D_a4L5Dt6r4YQK6+mH@#r^PwQ7}j@!~~6M`(tt zfnUe~`4B!tCVxKsn{gpLau;|W&*2#zCaz8Y$QQ`e-{0?<{^%Fs`;g1bBQ4{aHEY6w zfdP50WRvn=x^zkU*I_Fer9a4|im@P zS$Pr33OQO^TRkd=z|LPKV+g;9%X}W`fb1$h$RqO>&zw4S%9J$<%d98u?d{>YbLSF7 zpwprKnzG_B^Hk@Z&ND5u%3n{#Wu_1Qq-=Is==8bj(S{8hq#wJk>GDQ6sJ~-lV;MZB z>y-A3_>m7Q^Yruz#W2N zm}LPej!`;JlX83e^y$-Y()<1EUAuOr=~iZ;XOsDEqPcR*Ew@y?`s%B{w{hdfmq;<( zEf|Jbme4=H*enDyJycHv@l{@6>(h;k2Fo9ySqC{ z&6S568X6u$B!Xd>vVxQYSrSHnvUcs-f1t}*I%N0V_UBs5Yw>eY3hfByNqq*d+`48v3;Gcz;)+uGXthjcnc2Mn7+_CsLB+_Y(vKQ}j* ztg5QIT`&w&u_O|Sj^^fOtUVEGt;u||0vE5n_F8pcUtj&?@%CmZW(1&(?73qR6CD zsT(FHCdTO$U5^0sy5&IWz`%f9QZAUHfUd^2m%n5su>i;)DAQAevw|reXi-q(LAEAv zB-ONSL557PzP_H@ctrp$iSHjB%xk1XbNhbkt8XMjUpWI~Eey9Go|~5W;zBEnj~-mh zEsG)nlZ4u+X?|UYb|(v`7#SJi7Da)9O(I`+5&4B=&DXH@edOD- zlz&X&A^U`R>FJG3MSp)k99Ur#5d5c%8{K%EtozU3w@NTV4voesi=R>c#dT4b>xwrs zGZQr=l4^rZZ05?tqXp)f_lKSCP!b1rtQ5?*Kv|%>ap>c*oO{T}m;Sg-FomO`p&_iP zsfmnezBXni5(#ci6cGFu#M}TI80T0?xOx72tHg#>t}*xc*(qu3VG0Mj9+-rwuVvE$ zT@TZdx&D06ciHKV|C~%b&pEndXlWe(Y*H|VgIW}kF%vT=l6q&W&dyH36prI(bEjsb zHG%2MOgvcofl&^-1@S@Ov^0J)g#j%JZP0{*h`Jt3VL9&@>DYdAtzZ_$rA)D4jwu}V z_4Qs?S65coL$39}#npahjJa}LGYiXoGS&5BgCn2HeMRk3g9%sD)6>}XPR`8q)wdYs z%*@HjNzVNua&t?SU>3(HD~f_b-45BJz&^Ur5pwk?6a{8x4i69Wl(!<%T)X%N9Hu<~ z+porD6TFnyi=Z`tkqg)pxU02%!0;$F9^^U96LJdov17;Z(b&8nDP>B7<+dzc?=^v; zVb~flqM68-W5<5ke}y3ls;2aQ=ytNA@{D4 zisH%@P2KP5^Tv>afUz$lH0ea(~>larHDQ3$o7Jj?vd#>~>i zWdM9=Ym-}5TLXK>sC{338zM65vp*&1lx?mnfdwaW_ zj43Bvsr@MAN-=IxFbo5r3wnEdz3%RAIoN?kVc6j+?C-Xn?~7S4_|<$b<656*mL)Jr_{WYNlNZuPfhpYh zg#kk_Wru6jL2rS7B?iT~=kdt_raZy$XjfO)w_D-i52kQ;c6RayfXWa|)QU5P!hNBg zqR`cdd;XOA9tTr?3=R%PYdwV8gW>QPUB zd(<~qjIuGa{D3VXA1$^1HQnbuHOiXMv{A?wMQv>@&weRG_N=SVJ6~Zp-OmSRR>nOK zL*{o=yh~TPf_-%LqOfT7D0e-|lV)lWU=Iiv_%_BuEsnV7p*-Ne(DTf)MJfojC`@oE zR{&Tvh6Pwyh=r-sc=`X7S_&JkaL-QH^ABxlW+hR^Uo9mV@ zc&Y#HdyD^M;k7=`EHAJN_sW$ky=~jJiK9o4Mx!2bt;gi#BoB`=41?99a<;Z@%nb2C zQXchS7zVVpwdqfJ$jx=5Q4h5r1-B>|hLL+_(x`_vMab`Z$TPk6Trdn%@n|!IUKA$R zdKfb^xkbS+j5KCq8@!weS7f-rDYqyXhLKaa^@q#l#x+7M`ryrV%OC6~fwdW!cD=3qGgEF{6Yavy#?11C_oHAIgR)ynWYMqpz6*%%kA0M{y~}_d0k#3T822NL1}nBR}Wi>lLG^REodrQ9zdJV>jin z9|e}SGsOinGhxhB10C`s#UWkzFkJAWu)@)@!p|9DaDBYD5G?ooC|vopfm<>K1-jtE zg$si8g1nX`twudUOxqMpLAd*-TIy=I|IR$Tm>+!E%w@~jvw&@dxo*tw!i_VuC^|Yi1n+QF zIO2?okNonIVB&f9gAu1YPa!WX=v|l}DUNFHz`y|Sa8*Fiuiw3{F2@~{mVWfhZv>Oe zGw+W$TNC$hXyE-i3k-S}U0q#S8`sEI1eTOCh2`;`E1m8z62|@KtW=;Rp8a6hc`q&> znd=8y5o(z^K2ID*+g)KvDbJ%QEch?D|IQ}oy=UGZW@Vvxgj!f}N@D+(CT>j>7cXlo zJis$E3lIJq#;v%7vbgP^F38c4N(6@8ZU6G6I7BTh7s$5*JGeDb3~Vz*5={(f482JO zQ&?cD!1C;EFMsJ=xrsjc58u2f|D(cShxr0=&AfaIwn~XO88M;(Fi+waq#Q@`Oss;E zK)x+BrJT7wU>=2DW-fJva!-(jv%0^(zmYTvuN^J|Fk)hvHuid8@`KSLD2XebAjVuf zDPr^H&12o&-E(xAiMH#9_TULu#RHX|H-1?d4zLk@qa30FL+ zzKFmm_Yu7WuuUBLcuX+az;Fqh1a~)<2I^r%`oM>h;LUZH4!!8=)4%MH^8*+m=bQBW z`C2)>ot4DWVSLxa^Hht%C&%hbmo7D2xNzbBs;a8m1+yf;@Q2N2j(;{K?H9#bIJQ*4 z{(uE@SPQd}x)=9vY-HuI!~{Vw*4WtCMLJ=;udh$qC_FXl0nLFLTG6xSHd_^z}Q?b1F-h1zkjg1ALe)?&+e*OCS^&Wb{)vjH;5@*kz ztsWmAZ}{SiFW#)HtJ@+NhN&p1NAaJx-g@hPvQbRjc;k(8Cr_S~6MZ79QCnMEI502} zB$LV6!-o(5btaSH&xSEf1%Y?|_19njDRjWPb?X9B5^{JnwDzCysZWx;c=2NO<;$1r zPMkQgpZY0(BN&FM2+p5B|F?JCamUZ<>+7f5+uLVJQDn$jDhqQQDkMv1K#C#_jk0<3 z=9g)x^dAMoFl7(k_3hiYzcev1F+-!C8B!8ipBOb;6rMT~bW}ApHPz0|&7o!SLuy$( zoJb@Z1;a391-cv5lKA`EZ@>NJ=H})}vQglRPMA9psN>r`GXeS`$`Loyq*Z3Bs;Z{8 zZr%Fx7himFHw~HmmtYvCY@pV|$1l9_!tOioyz`%xl8}?D=m;=(VqPW8V^7)E*M3)5 zSCU3Rl4P%_A+1x5OHHm^xw0yqPFDp% zki%kPrYD6_0`(fMVj*(i_D@Qd(;mdTV)gK%)r7=84-5q=~O z{dWuLzngE!?^$_n=7m{qQJETXn&lJfvej~1Wg@Dpt37&|qPlG4RfLi62rE!-y6i%u zJmj;;cS^Ho)KfE$v&vW3b9|+X-Z4)&>W`TpRy_+ut~tR>Lx%jrPlo={r|BR4EZHN| zl;$)kiKx2~&d-_1D!Z%$n$w{q@%}4&^WF<-jgFSlVucBL&1xTk1M1lgM9`8Msf0^`@q#uqm)mZZckq zQ|LI=Jz>a@m3B*p&h~spS}0`E4t}e0VC4LY+ruSXO>z<&jRKcGLMIjPfz# zQTZX=Xh`29<9p}|$IKt(ukxqsP$Z|SFVan4Yd^X!=)A}ybB?=_FJ_)(xoP+L*DW;b zlUYt#<*UPx7xWCt7Z`aaQF042|BzQmi|_jxgbfAp%{SjtC0!rC=2^J zolfcw$|?A^Y{q%k%WlV$FMOm&=dV!~IjuVQ(fJdTF8jY)PF!Z#c9|;wUYx9Ux?Fi_ zmQ{?uko@>@Hs2v7in=iio3=aDWS^U!H_$*j+Ht5W+n!&lGyS0Gzf zSvktVRezG|$SPA;naAakD}AoG&HJVtG4(WWo-b5i;$+JgmaFV+|8e!rdVlnL?CFt> z>-zC8BTzHo=+}(Q99l7-6WJQfR6u4}rc%;z#XV;x+Oxv)9P)XF{GKB&Va1Vi--^=? z+cqX;$>K<-Fzz|iYsu@y Accounts > Other Users**, or use the following shortcut: + + > [!div class="nextstepaction"] + > + > [Other Users](ms-settings:otherusers) + +1. Select **Kiosk** +1. Under **Kiosk info**, expand the application used for the kiosk experience +1. Select **Remove kiosk** + +> [!NOTE] +> This option isn't available using Settings if you configured a restricted user experience. --- diff --git a/windows/configuration/kiosk/images/restricted-user-experience-example.png b/windows/configuration/kiosk/images/restricted-user-experience-example.png index e2863c0f069b36dab4721ec8d88036483a45f53f..0a63fc7bdb9ff7a8a61725f3eddcfa2b115012cf 100644 GIT binary patch literal 275985 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≫pqI9!bez_AApjR8K`keP|IMHIu<^x7B4uTGn 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 KMNUMnLSTaa5?Uz$ literal 780890 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 z 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

vma2q?a2l%WE zy$~kE00ZE2in4gP4YyCzmkz5nzO;K2PWJDs0zUk0a{u4?Tay3O|5eg2|Cf?J`@@pH z__HFfeO~04y~;yBVGjpgAH?sSY-ND<6XM@-`zco64OX|6OF4z7 za`JklIx<<~aYSVu_3nBmVWVi*!$V&0tDCnfD_m=Y)95m;)pelS^&|yIXK!!x!&p&< z-}j9Sy|1=sh6bUfRP)Nt{ejN=b-Om~F(%~q_y4_rDOQI)-!q^&EkB8DB zept%^dwlHGc&z-7%ImLgf!rqbc+U#^bdW%EDLVL~e9SBT6w)Lc=meC4XKEi< z$+#pQ@R>K`fj1kD!Ny5zN)fA)2L2kOk-W%i_1{y9*p`TEs{`3;OT%qoZp-##bYBBF zrQ`!(gi_F3Tiz#`tn!$=Rf-GSuQVaz-fcqkH4Jl8UZT0ybZu2d0Ze$wG3v`>Q#<%lDEW0a&gB2{%{S%m zeEGio$g7uf=bgK9=WB1smw*0O<^FoR!{>baC56vffy5YcBRPo9d*JiS=UIN&$Ij(% z{_CHRPrY7e~H3GDf}^%0Rj@Ry`~_g|8IP|Mv{h(dYJggq3@o5vyYChErvSV1?1Z&013(> zVKYE(g8-M4O}544&^RFTc+Lhpv5F*{t-*6y#U2w9(4SgpNxti#60!=wTBvQI%|uN& z{yoZa$o_};($qF0Zw}u`M=;UnF^ElU43|R|=tDy1FzMxS?WfLPVJn{-b-r@A4rgkV zHxZAWov6HZuz!SX5wd@o>l7T*8E7V>U@2k2#1svo*rIaa<#ZSt7nN$5Eto)@xTE3WUhn$i$<3~iMp zYAy-n*x(yD;%lb=4lg^zBC*%?dADLp(LIs1L!^Rp)F9{n}7<%!$D;n{6@ zRc^{Z`|2(EwYQUe?IOv$mwH_Dibz?#fBVC|C~(dRAptJ81D*@{(8q4b3omAQ^PMVh zzInL?n+;elGys@Yk8b7{$n)%*uxh?<6 zH{aS`=tJAHzh26}_dC7r25;dmk1Dg5rF*!!=2wS=0mij*iYZcf#RYiwurX}{q(%XFXp#tR zPLVzKU-#I*O=6Y^?}9$Q+y9aRN)mwYb;NQjb^P7?X`UFUu}{O?X4VJv|7q_3%i;c? zZB3+m3$GprS-f59u+`&5M>|~zGIzbA{;!m%XNTVH8+bwkI15(sAg=G&CIP{=36d-< zAFI!tW90&5TCweF8uYo(znG^yJOnYJ*QeE{{(so~l5}B7+RwI$p1$%#cMlO6`cDaC z5G!xbZ|!~I<^B5xPjR$P0@wATzi!_?v%Mg)_rRxQ9m*-aPwAv{r}QkPCs&`JjCd5! zN$NWV_lJe{khI!M@chx2z3VY@N>5yBmBJ5P`jDg#=UJDZ*(AcL`W}=Z$5kG%@Tn)Z zh1o7p3&rIAR4220eRxlDH{X!Y+`A?J_={)qvu~WqSMR1RJl+mgwoq`X8djr)L2SF8 zH}HJcymGP*HkJmk(?&l2$#c2=LXy|txRkfwT4l3opu^%niVWdm{Eg(8kspHx{#zXf zggV$;9iTCc@K~A_M-l@*#8SlNaWP*$HN9i7=~s5T5CdpfzC+D4F6IC3@BV|r-iovLse-&Z!Dp3|Lj8cxLV%`?5&!TX{-X|~ z=8z6P_^#Ej>7HjP@4#LM3HD!3b6nkkA^>3>Ku~B5c*8+1EWcs%!88Ke5#A?@bD4!b zDH)7&{#x8>FNggH9g6D$<#2C0!`)rJWs2im<;GzK0xgUIy9N&743~_Y{wOAYmi3 zu4@Dk(?S5n-W|jNQj(k^1V;eGL%J!R4}wJifR<0aY(T&8b{yd#zVDKrVlO*nC;OMl z{#75%({i8vBmaZ_+dpZy9A@->9$*|i3oU@~FwvqO{fqEKL$%46m}Ef+A9y-XV5WvV zT&A*X|9p%XWJ5S4oCl9&Y*^?MN7SaUjp5iNLh)d0=u-{YDb_X!LtVtE7V$}`g+ZdV z2hkK)hh=WBB|Y#GMGDiLey~oYQ>p})Y{mW$kw5o#JI?fxU!@#qb*C#}Ao=|#-{mW$k zxGv@8YWB~4{}_@3?fYK)Z{EXe4g1e&C$CaVfZRjAXB#{3@o|CW`txZYtEg~D2u zQEvfC9m;D00XFT&`>HOglR+nwSiI)Y6=6_AGMpetukO;xngoN>6pVI&b+P(#Zq*gGkkglbC0L z4Wa@ zcd35)tMAIadu{M@Q$3>g+`1+F;yak{v_CdT?xQCg+?((nUQ`kG;KLxT4FsF_-_ik* zUai=%3`si3rjZ;x1sS&R^3h7MpyN_$gv@+A{ocKrB=3orxhjZqkP?IP*r3SXfKa5E_H`20LlPNnQyJ>16C%Cuto^50RR`*@ks})eg(2iu(`UU zIK*?LfG`prjmgtU!4%ZvrJv!LiRs^PlHxiX3n5yzx{_h zXWtst;41(OFU`gzhkjQafOFADh!$SLs#g)?HYQw3*uQyJyO*@t{|pWbJQR_$nLdd( zvku7^>u%|QU5#fQcdAKUNg0stAXPoZf+S@VK_jwymim*V)2Pn z{5IIXBnov<$^K=J{fGYbvPyK9VgFH_YEY12J-{g2Gp`Q91XH5+aDc}sX}@HCu>B{* zvS#}axw+T#1MOctws#@F=62p6^`F7f%R$tPEz zPae=8KvKw)9GGE8;GXKKse4+I*4-}1Ii;(ltII4s;EbnQ@_>B}Mr~2@mzUe}&+nee z551n{7w<0e>Q=Wd+*>xhA3HuZ_}m8$Z7@QMzaWP_*_9#!G_BtGzCk3RnmaB3Jds*Ds2^kJw&2G0w5_5p%B9FkZ<+Xk%gGK5zZ zJf8*?z~AH*=AM-eQrJde1Mo@{Y^fGsIoW25wG1BCb-FLSEGzwo?^~5{9A|(H#L)#1 zC8>mlwkE$$vASYUzhw60vBOg= z>38p58zd`~oIPDtPjp#1?yvREUi8q}{^(Z%Fj(P37Nqk4)}t=V0CBQ!(j@^^YIVTD zfFJpQcPOqqfKUSq>_vz&XA7~xI*jGtv;8OEfUdY41Her7?=Z)eq1UO)LMHpS`Unp_ zK$Pf%GXvrp^_A#)b;wiN0hWBPjQFYqk=%9~Ox4}d9?AXzku$+#xBs$Ekg|-nVfMek z{sF8iV0QJDC~;C6CV^%TUf6$?(f)foQpo=E7-M|L{?8UFXn15Ytj4g&heU{d%=9TG z17c~Ki1ca{s#2fu=(?V;dIJ#Oz-tnZbFDGq5kiV4hdke?-^eq-d70X>#oI|CnFg@e z^2e1b!DNv{Hr}i_Cfo@_K*HZb*rzok%$NE{csK$Lym*3 zrR4ILG?q^e_5YZ-nfw1LL*Ef{xkCTnpP5YRX|{jyu-;IqpB~Usu^s*^|)ZuGLS)70v$F-ToiX5xxGU z43pHMM8&oVA1IA*T;)uNX@(p?6r89Zw-70tP zta9(74Tx?4Z#cxVn|nU0gq#DgNx0^8Pz3KL3s+Gz|6+hS+klZh81+m*FWMN)Vl=Ak z!b@*K>`t+=N`Q)$mQ6dDFgR3GjZKFPkT6(7D(mPm1#jelJJ3g5zWQJ;vzIE3AT_qH zd5<{}vq5ZOSZVj8f%@(Sd*a8lr>2K4sqhFJ;j+VF1A=QwW4z}S9?X1A)DQ9kxS)f4 z*)b}=hRY+M0z+wh7n`7o50E_^#{@>W?AQdZk4^17Tnhu=kdp#Az#4@o(kTEmusFn6 z>^ga<7t}34v_moj1^}TB8Keeqo?`0u3pMCYW%9ZbvCXn{Q_OzIbS~na;=RRu=5yEs z5V1y~yKO~+dM_3)CwmV9)>O#VASdF8=M-LNh`|cLr)5SvVsdh?M+q;xtJpu;FhI52 ze=+;3dhh-AuV;4qU$8WM290~{znBayk754=q!0$ChDWH%Zy6vNS^(e35eD-f?H}e= z{doNgn;p7-aC;zR|Ggep*NxsTv4=i9H(|SErvQSOsDiz+cO-P3ZF#nT+$Z#tAajin z0k~#=pPqfyMiQ0VJWtIdS86(4?hMSpcbV9D7KIr#57c>*nL_zlP0@_8(r2|LyZ6}t*Kty-+m2W$z1|)N+;xCU z8n7T7Mh#${QnZt-5(~u~4-e*{tMKEK+1a+2kX5vO6SSYzY|+}~#P!(EU40TH+g<^E z65HD1g=|YFy49n-mjm`sUJvX2&)dTU+ashyj8Z@mK!{N zx$WmI;}gvLm-b;}&qs1JNA-QG`$tdjMV`ks`%hBZK9aAuBwv0) zK6mkP`TxIiAwT`@J^A8#As1}`P}QR)+d!eoV=++Ey~|SVud^+{{^Zv!^5G9{;q%)? z-g)Oz?q6&aR2+~Fw^xIlYrMeIx|e4U$(QohA{L8NiI{@P2I+i|ZUbWjEPQQT2k@t*z7Z8I>kU|=9d!&OY02u; zi&pkzmFfkq(~{MGT?*CV062|H;4x^Ny(zm$@!)UwXfo+g0uLG(&DJ^qWyEdf`?P$l z6ixv5gU50Q7&0wqmg)muADq{^cd!b1vS%85TQa=rgYgpamN5{9EZXNKkDk<(;ND{1 zc@ZNy1vJVoK9>=|;{3pfx-F#)4~HI~HW_>+oANrT;kmbRC=vn4Fr8cjj`H)TLc=^9 zi~3BKw~+Jyz}~;W+qPVFf$*rBYwvUJv`s)>ia!Mf1GFMd zh!6aHfKmEuZCaGJ?WR>|wNcwdMZ15z^ar$nKqMr*l8^)hk`RL;$<6a7_jTTT?=@@m ztQzA##;Cd0+Gp>3_POVASDm}>UVE-NYgUaKqpHTg{x!-$C6~K{o_0uJ5(xnqGWCFQ z6Tk!q++ZIy&MrU_4vQC2PPXV0+T}?0p8&cRvl-FHVt`f06igoC$LwE0p>`k^7hQ93 zRy)|&$Q$_p{HbZx{smBvi!&&@hrpOI?t>hUWB(S`2l{CF2`H1PXI;u#MT~<@ruQSy zz+?u~l1-N(x7eqa22zsuiOhN^CPH+0{S4=2?8u8imIs|*_o_RrD&u{$F^6YO8}A7`P6df=C-kKt~` zqIed8d?%2%=^eXGyZu`ZTJ|H@zk->HyBdqt?We}s9@PGeg>G{Dcf068bhZCPZvUq5 z@&pbXbUT-#+xU;`Wp4ixCaCGBe$f^bp27H!Sjx@*gWe8-t(-zV?cijhE_4QDfVxXv zyd7fOTE5{k+AZQA#@ug>LtWosyH>Pa2Q1WRC>w|!c3-;%(dDuAD6I1)v`ZIOOZywh zV4T^%R<^hQ*_@)2i?%nxc3S>R+Pi#_l4bNhA)QykZv`yQzP1|(B zsYPK(n^E;=A#DNZ6G$oi^ohgIx~I13=1AU-t(^hh(Ka2Pj;H_8hT`YLa=BSkU0HuT zpQfL^!1PleVtUVoQ*?H3Xdzwv;6?ddJL&3wNZ1Y8&bY`+I=#bm-+hbbD1PX%%k<<^ z`?R-LCdW)-oNgLd01M3ftrY&%Bu+qTjDQM2H(+CO6vm~5{J7^HI2Y78V7?8WI#9~C zn3J<6Epgb+oSbQk`i9R%d&n~&!OM-qsM>b{y!UtLyOjkGRjAkT-7tU& zpA4J>Lmc5kasadta$pXOqAlw6ChM+Uk7fS}pqj^%jdCiEa;jboCRe6-h-qH2 zg=EmitPLr|uC;iv&a6g?3m)r$6|;Zp?Y}$&`=`U~fBNS!+R5|~b&Cn$dj|#rDAlbo zINTD47$Q$}k8*&d%36Ue*ngSXKfuDch=ler0Gu3Hwr7)r=Jt`I*~)R{JkxegCTc(;@cndW%@#(DN1hryi7!b?*Umd8q-n7{dlXd~jZ8 zzKZd`%yb9xx9~L@R>|l1B7qV@+nAh~ye`bvX84X_5M5avNCu|ODz_H4tc2aN?Dv#7 z?ot^4$#vewe~n}$J6<%Fw>}4(Eac;V+cibS^r+=q*4RI-+W$OtJ*c*IIoPA+fiR%W zk7{>~4SePaD8J|KJKEe-@iMR+IGFh|oxUy8efOTCOP3Qp z@zeob+OO`!4v|fq*1#T+ZR@Dy`=Z-x0pMV9rMU@k`dG^(epwqd9)5U1XP!#ta7Azj z&Tom^;fsJZ5g_TnhzK?l8JLl0V1*rch^@mzWQPUNqy6bleguxeh6*i1zSViKYkIRe zn9Kutd|%xXZ(Dmu2hL_;F8nRr9hfz5Aul5iD;i`XY==R4NC-QmP9JNL&oqB9pk3dC(9Cu@3E- z$cjv4j&qC+-8^rN&+F>Y$8i=w9r`n4bS01ViN8@oJ3KHjl?|j1U^Ekj`ujF;{2kj} zWT~MZSV7GsizEPCV2`*D*W&?~G46JEXqN&}c(2z#0L8kM8=(adwt`D>hHwdCNwkc; z{Z}v{bs<+sfvBRuhp4fFmL^r%CfEU7GcXUJG{E2}GY6c)0!g(0U?Z#c?>d)fTa1(H zjoClXLSmF>ZvPH%ksb*mWi;98f{h)x8ba9g2NSaCTkU5>$C8(+l{s~xGl=>{K7{b; z`bt)?FkzR10FeiV$N66C%2-Hd&d}!$QYeZI=LcQ}hv-Ivto#(3;$88)YIp ztTctiaSItnW?L>V&7;cJ>|gq7VTTvpaZ&u$+P}6rb_Id;8Yj(9e>eLx4d<@C4@)+# zP0#EfTqHiI4Cv)FmmI=GRCZj9;~w30_nj4fR}h-EX`7z)WMeU=3R^wAsgun!)?9ne zCWQ8E37?M_LgxrCITHT4MMY0A@!Bi6TGrmNO*cc5^-uxlq#b=awr$nT>3I6TX|RuE z2*p8ff|Q^&-L-=WBz|YPmwxQAyC?9O=!we%Etg4R=_!*=oP2fm8=xUSi=C=>7wL{O ziSEAV6rH~`fzRg(T{@T?p|ne5bqpGimgUI;=L;Z=I=k8w@>ynEO|1(YS^>c2C< zVzyP?7~Bf_AdWQvamaOqqfDX>4kWOH?5%BwUQP(hzyYi$*99UEiD0ssdBH2;Ilxrb z_G`aXpRv8$fZ5_PNWsz+U@;j(uU^a90d0Af!!rWk^{i<&du#E*bz3@$S@q2&tNKj7 zt-fyu{jJEBEkdYH0f<3vkWp{{xwn4`{q+n?Hv4aVQv}F4{0&{~S@X!xSn{yVsNZHw zV^<$%z^2gtq8o1iML#R}SA1szY>{Zy{)d#q)PB|e7i;Vv`V;jXWsqtn1D~Va$vvJ| zYoov#1><(!AI9fb>>quoRG|9~V3qZaIVnKzY_Y6zu<~aA4)>;zCte!eA@pN*C?JJU zF{O8uqK&sYD?pcK3|laqF%GCW{5ny;;6z8Xe#;Eph z^7HTG-|KY#s>XkI20YpL=?(}^WCwRjUnKU=`k6=U#38jA z)_&2;o${xZzoavF-QL2#7$&k!+jJdL^f7N9e{-9*>9{Fv_cq zKU)C$gi|`gm2JAYQkxGcV{|(=I&M0;v~Dfgsv{X{v`-6q`?-7QXP(%lUq8E`4^6=F zrOF1Whi?@)=o)T=HS|XNCr?wlNcTSf6rFkAZS?fT3O*BEoGveEsJsyYp4lDP%AOK% z$bn@!#Ks+?_IZReNbTUWf@^wx90kM~_YdfW_cOil1!?+B3SO&o0??`h_f!(iDGdiN z1qU%QMh%3BP8?}WLh85PrUQJ0URZLzca!z@Fx2^DR3UQLXSAHo#6B)``wi@ zr5UK}hyEA?Jk$v+E5zE2_Zc&7#*%Ia*U@adv&vgolY=q#04$0#>xTzMc4i9BWxaRM zn9|t}R*FEZgI^`EF(Y^t7aLkWL++kMU5t&bdEmKtKpXOmJQ02UeG9Oi7$N!MjB zQM3^}Ad3$!KeF;gcDsZ8V1P@0bNk5_J9r2zZs?o6cg6ngO>STMp5&QJIoWqe0IVS5 zE`MQx%C_yu;FmbwA@s$J-5(b;2)1n@PI?(3I7JtNL*EPgx7{21J6dN0d#vWNNRkyw z%`^KKaJ9Gp67Gw(7N0}-nh2D|g&>Iu?cW1fiw6)o2pa64Y1RIj4E(A;F}}L9u{p$I z<{3DhRc8R4p(@GafQRx&ur2mWg7IT9jty9jNfxWJ$*DX1u&|kBXa50kHeD#(v8;3I z`(FxW>%eBB&Gt{h{%!2w?iv8p2v+<1&ULKABqGJYdeiGuz_20ka^PX5wI%lG>iFX`BZ3ME?X3|eMkKiq%+y*kF^+4#0i z+w|lhZ-Dq*mj|J-P4E|)rWXmMD%7j4C2giKhG zr25lb4bst;8Y3&^XI;*l(n+=ZiRIG{lUe;aZaS`BZ7#n|igY7&JF&g8OXVl6tc)I4 z4kuU6P50-uKPQ$y7*Mkx$W2{sx|04!J1Rk@T%8RKd_0ib-KN;vo6EC49bf)OlP5Po zA%~zX6_^?5(gZ&L?Abf$4Iep0?|FKl3zvxw4&bP1cM%k-=CB}PuvAxMcfs_$`*x>E z`wl(!5vHflG3^~x=cTza?a;#9_HIsjjZ@u60k7M_2~#Jx${`)6>tka+SBIl@T${CA#-{m+50(vO}eoyE39#oQ(Mi*er;_T6spNEi#WRn_tEQL`{VS%_rK4|@J)a2mGtg+yx(;WrnQ*fyx3)JcsfII=SGR@=Mazr}x1=v#Ep36NDM=3tr>sAK@vg>nyu%UM( za-Y=D;+vA!*%mWM^gc38!BEDc%n$$I_v-ax&;9TZe!tj1i`{*uWk8fUhx&S@BmwkIvaHb;c2pgU|4h*2<&5yVQ7jlmF?Le2gFs* zp^tA&LIvL1A+TYxzS>5z6~8GGr7mvku)+Sb>RDU_uzr$){Zs061G-$(sIi=5{?HYK zelZ=6_Md3g{#6Iv{yEq`0Bc{Y${O}z&~}nA1<-K^myOX$4tg^=NXS8+*4NLO%xX_y zF5|#blkosh%QX%*jfJRI=V<>y1^^i?Hazv^i3?M)J`u!>U?V_hPwVVo)g=J7R@aaK zCSrV(av#zDXXhILa9*{4KV-D%0+ENEaygo=XlRI-&_;PaKeE0pb^ZOJ6Z;o9y`gW;USyKnUDE%?Dw9K|903)e-mSUKE&U=*5x_5e2#|$T(5Mk?dznH`O-)Hx%R1S_*tJC4%2M2`YSy9S;bMv z@XXoI#uu!|KmBu`whZWFq`5-bB$Kx3rcF$7&b~IS>rl3Be!O(lPI=RoryFl5T9;Dy z|K^@fz4}LZmtKGF487y2JLu_4nfCXEJ({aS$+E}+AYPcy>S*Q)l#F!xHm2vl@D%MV zcIez$qPMg54fLMh{EYzABx81i8Tr0P z-_!Co))v4h_5*(a3ZpFIh!;Bh^iy>1+|!mHzQet>tZ$mi@Do4!g96y-_Ghacdl-r_ zY^_E(3vot$TYqFb&mC#}T@2`qOtsWKW56^EjX#3baN^@u=f)7rY2$YK2%xPdsow`b z@IHF=KlqLYR=)KuZ=^r-H7}<({N#_fJIuLB#%F{hfc8KK!8%SUa@^g#db4jAH#qv7b;G%NF@){{UQu?p{1% z3k}Ibj|G>6(*^}9T^%o>V6>Ml+v42g4 z$%9d?CUJ}$m{!vXWe@iSyGNTF%bme$Mf;MmUwiu}TU7GJG}kAye=9z_th8nwdpGs+ zCBj&>hJDJb^+TRVwtsTa8D);)UBv!}4oIHce;ktlgkl#}%4!GM^}qG+AuhE1CM_fN zm^)}fRp<^3Sw>TEZNgw}R|FMgw$}cW{ z$Q(?{DM7~=gybO ziBK(7fVc~%vEio!pbd1;upD-u0AMBLRZk<#lauhsOA;;eTT zkA0Hw<{=%Ck;Pd@f4=j#+=!5TX@{5O$wd5zdPp2eY!?6V(^C4YBW8xYuoH^o_nQ${cQ+%KYEeCwO63~zYdkJHD0 z!lz8v-bkc?Nxk;jpZf(0$W|Fwxt-Hz03a87|NGzDt{cmAdiaNb==&Yu((>iWCO?Ec z0%%*)`Sa(e_I=ubVq+{#-_`snd1xE4?-1%Ggd11{7Cx>Gx?jk^e0nXxUd8L%>G9M*N_LE z=g=oW562MNCa<&qp$GYg>|qWBY;@kZ^&d^v$?VB2Hw$wdA#oxQ?JCc9FPHv+QrstT zyNi|CSfmu~a_sCO;B28^SMV9YA33lH*>v_#4lMe6;#i4xna?!?Xu4wm{w#pME84%+ z2{GAqW|GL?%hCRmy-e(X4U3tAjt%_+A8TH*?zTu^v9Ntn!{atPD4zguUbFGPbm2NA zCOc6M*M^zwt-Qtc(L>IN9z!3DK|T0khV%9i`}YMvd8dcaKqwfIi^`*op}yc*--l2h zG0ct0T^BqeyBYv>1GUE@U^K>+u{iLo*JQj)_Ss}lK8^^@LdPRp>=FH`#T^!jE?>St z2N%yPR-I({HY1tj#Rqiybf!D*JndmmwocYI-2mw*e(O>0*`{r}dD3Ax*l|y0x;%cNsNs$EGe_&N2GFYx*ckFn zIR&LPyf;1qrd$R{;9O<46%Fkz5kiM^?!I3J^j>E z^u7s%{-WRirS#YS=Wiz*AP0c?HUIeU(LbAhKKZx(_IBU*{?O~_Z~WE2NMH6(3!jLny$Zso<8?9oqh5tdga&u1^WEo_XlXs zrj6_^{0+u3{*L#xwhDlkF)KNSqws^7tnC8$74s`p?EX2}VPH79)9WC$15P!sJMO$w zKz4QPfBGkXoW6Ggq(AV1M<-d_P2c&?zqjS_);Iq=ed}L&6@A+8{LBe(ej~l?^S+4w z;$Qg|`n&)0x3p*K&yW1T_f7YIAN~5f-Z8b;tLT9T9%?}IiywTLzU6Oyd$ZQRJjuLX ztLbw-@AuNnzxovfR+=#Mybc6iS6wt+ZE_wB>;~XqI-cY9X#su*+a&-tYY#kjZ8`(* zqFtucAC`%Pup9Dz(wLu_KJC+g7rpu)eFxFkw}%_>{FQ&~>*z=RpYNxy`07_SkhlWW zpZ4jWG0FVB%|5COD$xJ?zx0pLpZNN3Y;5Vj@y&mU9+(ym-u+L_S*uTYwrMdkJz}^_&0qnLI$U67~h=;}kejPb1M$Y@F3H#wVmI6K z2nPZ1PD2z#c@%b=aqag$yRmQs5F8hKlGY7}5gNFcyng1kv6q)Z-zWWH4xnZUplj;D z@ZSEJz#5i5E-UN#5c^O4*u`No+u1+&;HcYwt=FjGVnX|9MX^xX0mmhBY4x2dyZ-P` z?ttKCkESQ|!yX`7zK z6x+@>i7NVr1Kntww&}2>PFJd6(vr^7ZS?P-*r9hld6_;C_At@{p!4?)NK!K07Yaptx0X$syUQk)CyaNG}a{? z!+I}b5aKtf<5$QTkBEH=2e~qn#t!TNgKFqNmv_GXm+6x~_5VAImn!vq=;4o{|LyO+ zhVHui?gm(V>c`$o-}vACHM;Z68LP|t-uIpfeE$3NqpyEk1IgyGW*fUPu%015q;L49 z|B*iBQ-6E={3pKp57STl+y94N@u&YhojWU_^fyfJs}KC;Kle)d!Y}?3`no^$=Ue%{ z<*$500}5aD|NoZu>|JN>p?~sS|GEPu0JZ`2EedQleW>8d=zmMuoMkqT7u)0#!b?P_ z*w~SCb~BX~)^oc*YrCdw_nC%e((i^K#r9wWKVS2Ie8&V{eu0&*g2UhT5B^EZ_mBRe z-%G##Yww^3AASja>jWtO!|(cjdeMUqHog7&|Mund`q%y#edB-sE$x|4`<I~yXn9ChCfMXrv;4*lbp_+xx2~x)&J<*oBS)d{As`AGg>)c{hi;@K>4ruqpxUr zeZgn_Hu~Z}@MZL(Nsiz4zrVTx&{fud=!-t90nq<&lJS>LpTF~;eoq7WKRAKT6_Ea_ zKl*j_!1T;p-~4m*trKuv@BQH)`o31C?|jX7H`)F5zxs{zGq3-5^s>+W!dB*&e*7oV zU-(PkEILUp-v+lN2{kY(C}rXx2ZUAIENo3=I_Cgnjv8AQAvZbs<4N_hO?$ECnWt9%YYW(;5tb_D{ ziLYhEy+{D94L~JfJdX;_MbT~-L!7UM6`d;NABnK z_Mbd%x7mN0&tQZ7Gxd5x(f+yhCjh=>d=~paTS2e5Ko@$wgh+(#jB^QSZCX42>$6Rs zITK>vZyx_i7HSkkMO(K8%h~vEmdG3cVX={_|2?QHg^8hT!0hkrAAm0Dc&54zy}*dp zo~<%8n?`9QKC=Ba&}7(wBtUX14XbOi#Bn`28W$b&{OOl8nPdj z${QRbEMm3jL-oXwQfy)>i#QtgWx8)UE}O2r=mpQ4zCCEbHFSNOw&}Vjj`+aldn_GW zZLjL#ZQ7=5kbLgZQwB~dd0txp`WPuXiI~@J`hJ^kj%21_{&!mWj<59WHa&-v0t?EX zeG8`Ga7;t5KgtFI)Po#ktM$R;&@AcR`%cmAr!#%84nTD+%h(jB|(pIdT%*oxvo)V{VP(WQBtQN1aXT^bqW1%62 zdLJ8zQGsZ*OJyM6eb4jES?9o>d)GUEm456;et_Qh-uJZoYPgQO?!E_7r+@X`|AM~! ztNwU<9!|cui8`I^s{#%14IRqeQ(k}luYN;|W&F-}{4#yv@B4!U&1pdT^uMQ{dXnDp ztN)(9_lJJcoYXJ>s;_B`=)X7t)b%Z&`MY1{ZIGN98$)U|FnWwJM5$*~#&!&!DNzU1 z0U(Ot7ue61p9rG^z`;xt)lMri!hvl$`C(M`u3vxGJLwO7{%5uOD$DkjfA$+qCw~8z ze3|Lk$A7{nwYbplnn2PQKkyK}=z#|e2zlA>`9gZzTi-;V{rO)c?^oIU`n!LP&fIxd z1D{d$3Ov8zCx48-@{hl=#pwsu#B4guff<*=B323@sVtZ{*iwuB*}vzD=%-&Nakl@< z32Z)d<}P~iiyx+Uzw1}&4L|i-`U79`^7ia6zU7ULjsETl^sleKb6QQSVN4#H765+f zEpMjRRM2|T>vLeNC$9@>-D*445GysmmwwWxSb2Z?bwAOb`=7q~FSoqk{U6@h?gaqd z77r-cKWR7tC=UCAS!H+5<0D%PX9I>6keLC!gX*|3_Z6ItfO9P$fbY)!HEwPMpHYrD zzl84B1aJ%BAM~KTKj)P&9JPOshYtd9Wd*NF7bDtr$PNbEX#dhauuqh`1CMJt^_>*K z;Q+Ft%rQo;=zy|i74U5cS_Z@0M@@_&0P6tm+UGWo$m6ZeJHSnMB9LK)R!;|{a~lhD zcsIVw8ZKp=z_VdkwBK>}45fYnp_Crr6ySLka0aLdd4ee|HtE1^>^D~IKOrx)yJ?-< zKgN2rtxgR5FvGBGK=W%c#T9&(+`PRoz8X_HCkw@a^5T35c_-!}M;QO5L4E8>VfPdR zpqKJuM}v$n8n2yYafGe0wQe;$%NXrn<~^?eI;&&Rm${8eT~Z4<*6cBnf!0y3Sy}kD zD<*mS#)A*t{^ceB%^3?L3b>1nx?D%q%{YFD{ZlL3UI+6ZA0h;;6mWv2xef!m%u z*eh|@j?Q4G%_(V{P32sU`?PoAf=xVAf-crFN+^=rSG?eb&sV)8+B(tObfctn%zKWl zy4}H2TSQ@-Zj^K_b@5pQpr6T!s>ey!>_krnFr@F9{bpKiqGw~=OzGzCq)zH&+~exi zI=Qt;UMe;Qv|~lsCxG!jp5x~?K<2e0E4ZSl|aAwkp{l!2Z zrWevLeei((!-ZY?@a5{f3<7*qK&0rrJbMpPb*CLT*l2HcODNNW51ekD&W9e`qsx1f zb9+!7=iKdHLFi8SG+cs1*u|Pm?qQQYL(aBo@t+lN5&#=ubh7%@)66ejtPakC@-$lP zOl4c_R_A82k-@=b&EA~H_IG53Hm4|=gWi}sct#!dW_f}69DxP^WClR0V@%=w*!r4g zfR7YGKqoNHvN8S?B+<8mVf7jR)yoS~nlq*a6izg5` zGJ@mC!0H@FCUphp3`JG>#4WGyea~;upZc0Fr@!_$|1LfB$j8uw-~C+{%#q1iTHelm ztj-FAJJT}OpS$M_Oo043f}r70Jp)8i2WHvUbrSsp*o7Fkb1)nC&%wONJO$Isn5XQE zB^5BNz$z9pUiyijO#kq^zR!W4;1%Owyyz%b(DRJ4(WTzh%fdjjjl63fHT}@P zdn3K>wf~lWW&%Xt@b7+%zU?2prp3|BaT_sKj^P+J&rM#BS4iyY+vm)^tNI; zm=ZwA!CDgUB!G>q47n1w)x%cZmJFP#{|sOQ`;jbEO$D9b_Leub*w?T4(|@5oQvv)p zyzaFv{Ki++&>5;;U;HIsJ^}c$BcLt@ymVRw`0juC>K0DpEC1Ll=)s2{q1S)Lrvy~Q z+fBB8lj&^*y3t0JdHvE)_+_hfU9$?vS^;_am-XA|C||XUtvS z-VPi^0GS4;P|*1l`nw496XpoXK;)#1{;`*X=uLoBM*ps{M1Ye*wbW{yollj2(?U0Hk@C957I^Bckt%N&v$gSQeXW^5enE zA$1Rc8j%5n0Pip+AulW(8n_Lhu4^yJheJ6VSV+a}KdBzHnPRm+^bh3yqT82%#*xX~ zv)E%_Jh%TCcR$*{k8i>PUb_7os7uzi0J_)OKWFNJf7pK?&)@C8bUK6u5$KuLSY@ZR z!dwL7KR{<%GyV@At2sQ6^S%ZU_?qIbrM; zpEot9#z1>*N9m8`UM!YaSfAOvLKcro%V#_|po7a7+bP%bjDYnOe5P_qPQRWmz2N!x z5mBGdwM?7l`SF~At4YW8Pgiy+UHOR(*RK&C@+_rI?a#-Q&vEm~8?yI>tNDGUzsK(g zJ+`NjR&u75lMTbJ>ua4(O8>95o}ZLHY|K9&ul!t&S^f>TU;F-HV@^l7$3_SuI_7)% zDE*JmYi{n|>RKhH6##OZZlT0IfILr0uWvg2cHOh-r22)a-*_N- z;=cB-QV&hc^dEn7q$kf+es-e89YnWHc+l+=wzPX{y~6+pECOsUGjS5f5bh#^hs}9W zCZHTLR6PD@c%}sBmIK>rh@huBnK2AUX{;#OX5K&+lur%s$p>~z+{J!_Tx5a&~;B>v#4jCk$yw&=A=I{O-`iUR?Avq|G*Z|!M4p-K4EpTOW zzUk-R(5uw+uZAC}sm6w`0Q768d;k{Rb@%h=oW_Q}=Xv)w0Q}8A|I_BszV_e#n|2Ke z2cks=bYvIf$K~2jP$CFz&l7jyN&q^=_KYA#4%>FyJE*Jze$3tE4oq!3B$5Eg`E&Ms z0EnX;1&~GPkVOB*1fahAUGJa|y#Kw{RzLiM|7rqOKeOFe!D;0G37_<-Q#(A`LU%x~ z-tYj)KsLXVKTa?Eyx-gIsBQN-pZ7)d&42Un&&MWy z8x;jMim<^0GxOu8XKVcD|Kihs*Od2X(#L<&r_hTYc+e*FSjdVoogGk5Ek8NnPV{~r zet^i^tA1|mQneWeEVBVP_#5RLl({N8iLL(Z?;;0;ad06Km3Vhkx5UjlGW;XVrWNI>m~ZCvq1Ewz~ddNw(+1EJM+!GM)_P?tBG zEv~bFi4`yQ?~>{l^$xNB5_ehn0+uW+$hFuGDcH|^0oR$iWcGpu#r5OA{)9sfL&L3( z|3fx?vhkmF{2z-krwan^ zusI{tMG500+t?}15f3g_`$rwxZm87B6MAQh@BysNK_1!Tci2LXEas3MK*(AI8K=Uy zn`n(4>F*-?C(|TrD6Ff3J4E=~)AzZ^?8^ zI$GB`Jv*52Hf__5of@G{f37~W_OlJau_n#M%WJRmAx~`6jhxb&(b;V(I)1C;IKb&m z-#>TKmGwVfy;XJ>C5zR$XfyhAr|zY9ADp6}{qR1$=OEF={r$EIIMi?fDFdZz1=_ixU`3=CA7tf^KJhkYU#~6_8Z)JBT5I&lDm??0w z$LhW9fGFCbk33oE7k_0*4?VD;JMU(?^UgE@<`WQ|`Z%F+cYv|paySSuIFPu<*h&H5 zi5_4Ij#rMMJ>+8N$Ybki`?~ZXiL<>#9u6KU8@2uItf(4SxgH$&RbTRX4Fr}j8&9=^ z3BT}*|6n_u?u|eD`X;LyTELlw^8D}mtpB>@@x`C}=?xIBdHvfr{9*&PzjDg+*WU3f z^yqv3Gd=Xs$Iv|0`|G=E?B^Papu$JamO7ET(0$QZ0zZJ4U=-a>TuhScT>L*%TAl34J#UFbGebZlfWsCD%0c&kU(}9|*e!hIV zuO349)nESm>@dS``;Py!Ef}Z*$>Ck4SPXGJF02DfOn;i5XpC8ktVjXu!1Omg*3OYt z-gaM;y|y`Fx5W^42%sEn;PKeP=7h2k1)XJkM%cGK@CQJ(Pzc}OSFG% z*B=NB83);1U%ej*;BWihLk=Vb1bqPn0Ctsewy_V3j$lUT06sVQYX8-G?9c|r0?xh& z5JA*rdee_D9k8ANh->I53JkTB!eMxLj{~OI9mGx6u(v*cuwBQo7!kkUy~WJNuXH=CQ^j2ttZ% zvW~7BPVYUbRo$CCpX(ZegB5&Ew)u|?bRu$xXZCDdfM}C8FbJ+fgeMU~ykXRucfDH*CUv(Dt==M7@z2F7Abm1(~xu+}moM<^cv#bE>sQ7ZdUBpfV zCp;*h1F${F+TSN2SZTnr;>^tq@GKedY{LP&!(GOGI<;Hq`S&d*P&Cu+w@;rRdo%s5 zKm1wbZxFdImrFlzkN`fUPWBwi9-UfZHr6Wu1j)k{1*hDn0B*0#3(i#o3&P=94jf@i zce49y5ej0QC{S8~;_7TY{K&_4fXt&4sQl2wk7${O#;%N@R82KDbY)57S)>L&Pr!C` zT3cxW98K5W|LA*K3~2yg`oqT-puXHn1GtP z__!L!SPtEDu&Y0CDzqgj_%Hxq3pyLXYia9ZTay8X%mEJv`30J5ao3dzENwD2kc&FN zrgxNK_wRq-qb)XZ1xKyTraGR#aK63a4h99cRuo7HDpb5IZZ3N zSW`-UxPdM#O}l`5JUmPUXX0lhhOv^%wTq=3EOK?i4EY&ErS}1V3ioR^C3X&}2V^4) zQgo-kwk;>LF?X#R?l3-O9AV{*fu34UK5u zv(^)TTc4?QZ4Bz-_8&oN$lcp))#g|1oXN_V!ma{uLy0v@`d$F02&pR zeTXk7NBg5*&Z%o&ir}obRSIq9a>pW{g*m8l7@1a8r|N^W9qfasA4B^0#p~Rc7ww+% z+WTwhqgZ9rJ%E_AKE%g=xwmVVAk%eau<@UGr4K~8o4#q7io?hMw6>kWbAst(6 zO{ohjBe9;fw$@LGU|`F z&v^{>SgshC-4-lWh8X|Rrhnw?zl(nD!w=Yeuf}Dob-DfaQ?#=98V{bL7rtEY z=D#Uz!eEYr%{0ky_K=db-ICbNYB@2NI$n8>o4A}zNRyM2^YQiJxbI!>KaQL7iFnZw z!WW#B95&~FGVQe~mFv`wSN*x(2~a_lSc`Retgjx*0a2K1^& zwvrN4IH<=z_h4CUfNdm`n<=#ea&VZ=?3B-bioWjI{_jWtGQ zdRdvz6?}ejhkoUWeR^VVaz5Hb9vnJfq%c4_e1;2m=I$N3@A(5g{utBVr9|U0k^1q3 zU7_$bdr%mEC;RLUop)TNyDrzND>-&~CF0WG*PIu82SAJmx;T~beeWyu(T|Swy!#h) z>XI+s$g`{mJvj)7gjlo&R;1K9%I0*W)o=5hxNMEp#!$XAv>d>aAa!L&tNR~pcQxUV9meG0E;TS z1~lJ&Plzv@tSkon5*w(1zx9KbwRgh1gOEZwjg71%;lMS_kQMnrQ)Vh#RoAl?k< zir{QLgfoKJ5%4Jrt~S=FhGZ}RBslg00y+>Yx(wiuxa;@izs1;2gN})9`NhCzfKG9-A+{xQ8^Ls+u2r_Q0BATUZ=}1= z+(T#XI74$#w0?eZ1*KE!7Mmo0JvdE~pZfkY3j8CcC_rJ;A9fwjVSJKs6%soeZ4S0+ zTzs^cxTeeDZ|#Rt%0ZUY*%}Vlw8I0FvnacTmuUaQAzW3z2;*QNfNkIMzYcJOZO&Pp z`l4X}4lu_<)Nq{@!2%eHK0@r@`w9cph&phsNk6CV9+aoI|2~XI?Dd$y;!Lveh4F=* z5!&7q#ulxn+a~q)FJngt{em$`pY#42ZQ;8Ii2L$O`LeOP6FI1CjA>poE@_#?{%1ff z#=>@hsn~I6|2c=TA7ONY{ae2=*A4E<5XZ9;SlwFEEj|E??%e3tRwncrx`2HM7PC;X)tkHkT8Hln`j^IP_Hm=hBGeIwWu~CFO+NY?b+WONq$k%7!0yFZC3UQ0 zR#^OH>9I(|1x5QWYr!hfyP+O1xZI<%yhJrr9i@(BVrsrHwl)}%U_b~M!($&j)n{JRKZJO3H zb>lr7pQUX&N;-bg z+ss@+M55Cl7WflNhKh}TI zR?MaSlyyIv2iv{1^b`2L+@-T;cj&#pc|ebUG=}GoBEecTO07yX2R(EeEsmCY-bw)X@^cvH-b#`t$Mf)R>@8}Xx@Os7mL%y+0 zq-~y1N61X;g0YRs0mJzs3u&y=5%#a3UbI&Wt-$^qzBBtbmi`+1hs}h(WXQuxKZcmo zz5OFjHu@Rwm%+kCDj}=^`ZL@+48q2BKvow)*6d7@^7;5MYRC?gCo_ff*Nl;AyDoTj zGG1>l0qoCV99qZ1GvG2EV*g3%DKaDbjri;-^sC02MV|UI3~TH^jM=^YhxW>W`Az7@ zrEjT#w2aBY{%!m#)(@4kIu<$OJp$Iz{wdghSX5!3EQ<}eowQvpq@cFRJpiT{pLFpz z9Pn)k$nyfuoyDt5w`xAuDL zMmx(rdOY1jKl}JDz4yYBo;s+Gv%t!--;Jc7VG2uoKo#Jy7CLhe(Y^N$^pVF3T|6(& zWIYhD9{$G-Ad+~Z4JalDjaxRHY#X98wA>*n%II%lHl}<^032A$IFdWSqzq^>R=e&^*qnBxNI!I!~p)R~;^ku^XNj zhgDf_?9Pc$LO5C3hb2nF9!j`x>*7xr@;o4*?WMR+&cZ&aIS;Elw<@ z87rzf(y7lYQD0{>P1Tk8cHr11eR?K&NNA2Zh~3JPJa%nl z(Z$dB4%Z?B)E5}Y;zyg3=F~a+aHg}ibLUhGl5Fy3_Hm%;gT<~^83u+O7EfYaZ9E@Y z>|PdbtUTz1`2X5F24@?gb9x42v3!Mo~EVFElRtCPtOI=8|cKFt1;Ztr(MpNYEuqwZ9~&IDHb&$Gp%R<{&D zFmk(b8{qIvCJuUK(0K(pxj0B$>z7%}9`sptD>5~kEQ;?8Kp&G>Ws>?u8ObMw_M=Xx z^3486*nc=s)j|I?DLM1o<4|jx*n)rptQ*G2Vdz6LK;GTrQvm2J41t22vOs`75Ow7s zJ2Gaml#|1uX>6?7lyle5B2-5wGbs#}V86y%4*e1Cvo;IkS6XNP;h;bC-B|DhE4Z~| z_T4~!*rGFB(I;Thk?d}=F&qG7(hyTJF6x4Xj#mJ?D+n!Sn`|+lvww1X7M*n2OMjz_ zb=qgf`#0NvvAzZ4Pz0vYo=kxe4|~)_q|W{mg?ern|GD?6Hjn?jGXCQX3KKFO!9ut` zn`Z4#VQi0p_F?0H5dpjXCvR8itLuN*1xC69OUu{;+}zoJ3jJ=g{2|ttdbMi0;&&wt2ti_va1wmlMhVxG5hq|B{RQrzwik zcYF9n-=T5T_Z~MCz^0I!#|_PKt>t`j?_FQ7AssU`$BC8acvi#2z2e=(2iGup80;?@np(P>Kf$m^A9n{JV`q1{jP71t==n>BTS z{1J>QJqvAgB1tF1b&|cLefo92kKX#>Oz*jr=&3Q&UUl(n%sL&Lv(BKKp9O!5g!MeA z6LIG5M0ZU;AN@$7OBbeV2jZkJM>ZBE8=#ZOxIOq)030L4Mg%})fkc2WQq~_F5LQ4# zpHnanr<-G?z(DQ5B9`~oi!~_qU?2=gi{`))dE8Eo%^86wTn7-)Yy9*Hs!z&MBBiD zZMlSPx}CS^;F~&^m~hy{V-~~G06u+xO{21PWm~sgs}3=oV(5v^EImHw~K8>-PLYq@4Z?%miQY#FWU~*6hZ2*u* zfoN=}$DxZHz(xQ(Xa`(_1D^u;kNDE4cZ_QqueEY0lT2`;Iir~<#yWN8V&5?W#405) z7!=kpH|y-*4@*P{ znZ{IJYySZGu%P7NQM0JfPmtalK_q}oExtIhGwCBRrQIJ`_@>havIYCEWdH~a{nmK2 zL$H4;WB_$t6cnAUZ`Y79dNu&BiSHeOWz(ghk8``${yEtHGT46?Y6fjatM;#Pol}b8 zlGuP~`J7B_k=@+&*X-{Q`xnM1>zI@&*dfB71dw>t@uij7`h4vtQiu%=ePs_*U^YOy zcpHIC>vw|vr?A)%?Vp1E6BdSE!rJ8IHluCL z2IQg-f-ZZVlC~G_cbQN(){mphsK(*0sp@!+3;3AOBxhD*rvhU!fMihvVTv$!YHc@o zzqtwq%Ys|Ig~tOb%YCbZ>7&{`!|o?5ebI~Vzu^F`n>k(CKixX8+q6y3C^2o*38q^% z1V;)#>(bHnh{Mk|-RP-r_ruz5I|v^?t(RxCv-nvt&6UqrvdtSKNnFYbDj%d>`i=1p z`q?K2`p=h%o?4~}d|phT^nzsLV+wT=zVyHdy}|8gd9b8=?`3-4y#t+lYI^>{Z{@&R17mHzVx7XXBiKOdJf+~Al>j^mCcu6V98TTR-ttwaRzADKEg+x*2?2aY zNCYcaaCjpqh(aTLLd&yl|BsHl=M#ZGaT=YCJO}P@u#hmELcCZ79OCCzZf#xw#FmeS z-KakRo*S^o+yRCt2f*T_VFDtv6im8g08AgA!&t~#7Q088&HxUXJsbeSIyAYcJnHY} zBqwKU0@%YdV?ER=`8DW2DX7<2U89`pqMF$C!0!Q|o z=_G&|4>QpDbU5JQ4liF3f_om&%?rOb5cs z1W*tmFruDAUrk4>zh%`el*!9(;ZxA=(WZ=P9PGdDA{epwL9@Q9w}ogUSg?sP*<;^< z=Q{gWJFEZdZUh__3On>?{eZU~g!X!h{e#KL-S=2{oA-CPN7dbI1nr+Sjyxsm7TCo8 zlecfM|F&?uJTQIB0U)FR0s_!7{X*LxX8#0RSY!VfKY3>V6zrd1|N0!ctwJUa2#Z|S z+J9iGwnN^sgvrTaXGgs*yO4a>fyW2$?JL@RG`rY-^ZwNDpV@!%zPyB;0JccN^YLF6 zIncja`xA8&zLdPqz5S;kkN?syAQVR&$M6{;#F~s&#{bmGHrgP@ z*7zN&iR%c#k~3tea}eTSx4m7-qL~r}4zvH9X5)X>9Rx&+VIej=%6Nf(5{cu2LP}v? zM4HzS7V<~|=iJG-=njvVY8g&VeGgCI^Zvzin1&KQ42wmp@4^1X7XNv7m*~Fx?)LF0 z-Pm5i&6GBKzc+^m_S{aJTW_1LU)oyEy7bI-_10rRa{$AFJg`GvZ?S8KXT+=5c&mOl zWLjzW<|4K&w2}termIOJPq&`j$I!;-05~g-YAMays7=&wP*ZB)amjQr+(y5AZkK-g z?Ctc?2{fK?WI2ESKs!%t{cd8B;4XT;r2rz$f!wDTzG#+VuQ49tm6CXoR$U@pgUNv#5tEWw$}2HuGS z4;Gs`*Xrzvtdp^ou7o6|g4BP0V-JXT|58QKh#dh|iw|jl4vdIvN z!}K7L=@S+iZ~gevH+CqJ0V+8gD`_Ff0kwSP#?%B<~x1Lb1E7X13G z5Dr~twGNdvJM7f<>f75FV3OHlr!$@Xr(pk6`37EN|7DH+hr`X9{X3Z2nt}a*Gdm0t z2{z8Ytv!~jv7X!R4K~KBfSbAXp|K3m1pt&pz0FaY*+04cvw`}vuov3D3{CfiQ7B7z zE>8o)$hZ9G8PGv?`pUWe7q*2Z0VCt$N6)MVm^_bt8-c#a5RK2qax}ea z_Mcts|J=?opo9f7wFTAnlC!mS$us-cybJ8#K+xoNqt9YQH2a6TQ?P%u zv9(*Y|J=D=@qkvJ@i6(pwiIMv^F!DgDIau1i);3cu}nbQG34jrdC-qw0U@SU`*;1Y zcB=h#anPBgt*L&Sj!?9Jbk)fZZExehFI0kIYatvc*nbFFRd-sYu$YSWDWT7c$#lRL z4yfyon$3*C{x$4G+=(+E|MQ0Ne||k_e;==jtk;Cq(OpI|UaT(E*ujzjvgh`%I^^ML zm=JO*>YxDEqmMl*BiD=K{o9KDx7jTLkd{ToL4jxvV^Q)xr1j^OII*C-kR2E2FP)#- z>#~LkVXG?+Ivk6{f4=9QJEotzG;~vQRQrhB9 z+jKLfIWBZO9ld2kaBK<%aD2ckZVkF+3F9|+VjWI-*1mRfTb=#LBz@b7UroZaMu13@ zXOMpsZ(Q_QX_j#PMx18W>G0m-cKVeIx6zx=?$Afha|53n2&*xZ8`zxWUhsi&V4y~Z zZjR4=_wUk~JBc3u=#nm9P{*)7U*jSrO#Z90G0MY*dglQkh5jwApe#HUdcbrk`1fiM za|wIiOvfEM*58HLnau%H2d4yPlUBs)W55Tw^BBE)ccvtKN&9<+rkwRfmF$Vb>- zTIcM>l(cL)FiTg#Bl!;7bMYPvBSOwzw^AI>~;S%j7)&~L?~DO0Xi8$GRfZ;?~vy_#RK$EMgZkj76k|-l*djM#lp}HB+4!Hr_-_TUa`?ESV5JRLSS|FS_a-fFI@@ zVw6LDVaJIq{1ak-+rqSn$nwGaBwUZrqvF{H^MqYx6q;Awv!sg`pQ?A*7}ri&f_|s5 z-IH>m=fCh?y8ZUsrtg;+*|xy*38m-@J?aUk6n$uPXPBf*pS2oFioejooH=d13X)dHw^otYl{Buw3&ase*Fjj*2)!{~IVg1BeYu6*cA-k5P&x1nb8xRA-W zr&7DF;6PRe+3Y8+`H`B%-}(a}z#N4uwT3=GGbfOID>BW%j0gtcnVJQ*u*L%x(kui; z%a=VY0&pDwge||~u}f{6sD{~SPCvGjhxm)p(Sftym`vO=0W;(`11};7hI*&qyoysD z!e1y`xv(EF)B*1ap!@o*zZ5>t!*n!8TzHq)sc#!|Jc+_`hJshKdPfI19=sI6V+a3u zB~OuEKfMrOZtigV!E6ApqMYYoQ#_oEl%dDu;DnW-1Cwc`9L9(y>KU~i(4M+O?^H6v z#v%Wv zH_Oo%Hoy!IHrzlq*8HaL5l$h7b#NUUXZAmsyir%wss1~z{hRSqZ~tIE!v2%y0}vVU zu5I^106P=%QgE15-@yEg_Rmp0g1)uzBQyIa0$}g_-MNAQ!@8a6eW5Gr{CIQ*Z{&`ggX-!$? z@JcsMkn2H8v}*rhw}_~QFZ%TFBVFvv#tda0Cmn>QVE@_d7A*E=YZ{_~RoOTwUB?op z6hbPbnf;H1MQu2Tt}kUpZ@ju1no9dqEDn|cn71%5ZW!+teCCC29sYTEJmVE*2gh-{V`J2 z(dBZVmX|M61kr4M*7SXx7Oy7&dSH6V$2_d(i_kVbYiZ_zZ4Witrfu4$t4hzT54qtO z(3?)-+<5qfMvZ9ycA@USUoJwr$GMWgDpH zxEwv5lpL;C{wJ6EmDt42h_h)-n9r0@t=bg$d!PV*g?lzx(x%g{H>G?M@@z_UiY`vN z`<4s0(a$|`ik`eUP41Vwq^PGsxB#BT^HXq5?vi>>4%GcG$aMen6PT6m1$1c(z||7@SstCsxad3XBAoLdDq*bh+i$5U&! zqW2Nr%|2;uU;+g&Ak7$G`u66C1t$~Nnw)g&>IfE2YzmsSY53kil6c4wiQ|p%2jY;k zIfB?G4@OYZt)Mt)usQAO2}VF=ROdF^>Go-r1x?}v3%k*Qo-_;TVcT-aV@>AS)^U>& z^@&5i(P0Lg3XI4eP;h3K9Jsd%GE3Vk08G6T9rHkn4CeY7ENF3v$pE)5A9kQ>h2g9K z0e}w+JHY;KR@uZ56b9M`IVzlB;0wSb)^d5BI&t@HV)~Lpnc3KqHP!gKSkM3tBH+xT z$-0JnnTK$x+xQoYMGJ3H3eVag1;7Yp1Cv1IzQVj0dq7y17`8nZXT2jo~U1+HhQB|Gr2O+uU@FlCkaG{sTZt+%I5+?@e|yW@L+>JNRLP z(A5$S9YlQYtf4$0)7CHKrMKHXD`0&ob>;m!iBY=o;8Z&tm6SfF_X*xu~{xySPShfF} z;i9!iQ5i-1&%yo+;h;J)3{UduVvWawsc!f7uVZk^zVKV?*7VauLZJV{qrUJ(x_d(p z&eQ%hDYMzy&~`Eeuobq+-iM<+Ry?zREE*7|PzFSzEN1_4UN|2c!)~7y`zP1qA&k>l zbU}L}jF0G^kN<7n75aP%<3IASuqr97#7~azjtf2WkRCB+I^NTV&WdyGeg-fpUoTY<4tq1B6GP7m?1#Z0@RgS5Uj?_n4oxa;HAL4eJh*1O;ktvc`B{P-8b=zI2}U zFJI8PW*F16$l+jF!+Kn5KfmQ;AJK)?Wt$s6)3nK7;KFngX%jASQimsQ@?Yk=wyu=o z-I?QDGL}E+p*b0|eAXA|rcayvZa$`*uU$UwC-s-%yyYY2^UTU~tA`KENO<#1B{ z%t>uJxYqLQ@t=*QAn$38_uiY60nOp(u-nqD+mSx!6Z;fx-9kf5+Z{$HlddG^P0!pc z@~?fxx#{=YF5W@EaCQQpFHN}dQe)y(H1Kx6YYuO{zL9)8v}VlFr<@r02hY z=-~1+VLzy#Rdo(W+8N5^h)%y3)9;~%WDqA|!nCHJ)P9EgQ(4jj>5m>xGbqca{vN~u z7RQdAISprEz@$GJsF1V&E$9`QH;zmAEFXIy(pYPA052sw*&J+{F77MjOAbT=6mUpe zzIW%G{WCd$fbS?#2ja>0=D{6Y%M}2hGe$a0S8z?sb z(98mE<=Gb9$g&6E908=5pr?gL)jKKos9OvSFbaT+Gt34Q&;cBM^AHv*{9veLWpj3z z=N|#8c;FR%i z79%3?FEY>8M?^pscF;E@S$LAw@js3wQP*7mP~TP`9PG#JpQ#@cSL{Da2oE_>kV8-3 z%N6zUn9mY2NEqJ&sJlbY{qxXYR;F|ci=&##%>E6qhpocvU{S)e0!Dop<&Dx>K z{BzL7q_*p(Qc|YpAAZU6CqR0Sh-TqDm~JZH;igI)ezs|wwrQKLQ@SZ*KquO!=Xz4y z%|6e^Qg_?7+Hz7Ut^8jSU-6k6H&w1&4VO_5Qh93UG`;QV+vzRm2Kvy&iz^8=}M#eVLPwjA}>W|iI2VLjXnqP8`@& z!I8**;FDbo4pJB67l11F3{uu-B1=;oDAIVw4pyLU!q~2>149VM5!i`={nG$t>OopK zXX`+dq5w%e6+YIlJ7jRS^}T*FP=r>u#zThDkxd+(c<=Nape6%5<*Q`Qp0hwB$jv=) z#l9^Va)_Wb;?;_50X90jHI~cR&?Ml<0Oq+K%7`!$7IGs|#~cGF1*PREcg+KFkll$- z26)MJXWzy&2TveM=wJuPv$N;30uHPPK@K5aDB^hHV7;8d4)=Bv;8IH9hhut~y?OO} zWtPb$=WEt{Du~tWE=LxVfDTRGgRrn$+bJ_K$^xLev}-o@VbM6ry}-D|e1+YaUMLHW zLs%PQQ_4rsfBlS@yxwm~pJ?_E7N~`i0DC&@$Y3nq zjTD)q(9L!*or0%gpR%BbdsS6PfXo!^pA8Ha0MrkgYk6pYHRK$^U?f`@lc{)B?f(1Knkqfe*9mp4~KrY zYlFz_)g4SL<3ID^<9`bFpJ1aR?*_0^?rZ__mpOqmbS+E{`)n!2$&u>l7{>pk4X|na zFVA@VrvO4b!wm836F#%sG+|-0E)ESIf}|~Ol@b{kHmF@LToo7Vbv`sf>dS<$Na{FJAgB7ACc6j%-loNc3+vog3~(mvAe zu%t&GI^9^#Wtkh}c{o+sJQFZ9IgO)Y8_SxX6q;@8C{oKweWQi#~sy~|5 z$rmQJf)9GoP*&i%mX}Mic4;n2{T)CKoJ-gMa*})O&~#Q%q&Yarj40{BiOtn38b%;) zCy!nym^N@G10cX5Tt~|{f-i9F&B4@)>u)%x;YH%yCT0BsP*i|pDnKL5;o!9x_cwx# znv=aVh9W4VpC%6nm^x?P>ugRNp&TWENY1{q?YOx=RLIH|^3DO|k`Ml!vD+JX;!HnT z81S$f9otGlI18l_fL-ym9bAB8J`cNLbqv)X0(jBMg#zG~sAFpiqtG2;h!J_4J~F^7 z*@b|k^%@Xl@*)FO<#`7MA~uR#0 z-u_bv*!VSYXzSrwynRHRQ?v8f82?o#54C@m zkX%O||JikowN5_%W3eSGV|^s-4D-Hswo`(AF+GR!jbR53La`X=tU8PZVvdSK)a^Pr z%>J4B@jw1v8ULj*w6D&l4>&whnB2vHb+ly!`K3R1UBY<^7)RUlOt$a>K-&5WENp1q zQ(Ne-bKQZK2j^)#xY#U;cxcy$wqtBD<+n3kTS}igFg@~;7fG~whZ)Vr@0NZWarsqPsIT_I0f8K`Kc>e?I@vyZBnex**p`i?~pIiOI~sZow;*z z9E-%qZL-PYVAP$55|?e7_*X$y9BFL0HKm2HaTYAV@Unrt^=lSzxxS~UgHr+O8tYMa zISvI*W6ie~dO5v&VP&gs&QKk!mfuviB&^!SRG1nuwX(DqJ7AXyi;Li#={9vf7zOmM zc`OSZ959{U-#3TULP4mbGlZ?xO>*k60nCcvD^f8)fXu;b4pOTJQ-2tlW!wW?&Ecz# zpMqrurps@DgzbIBuf_bleC{MW_`)54VReh@z%wRo_WjV&@lNER4zAG*jEUQx!9a^F z$sSzohP@94KM1qQy6ws~Z1dVF8|94d$JBJN~gx9jrbIrqwh~Ad|3%x$8IU0+_}3Mw=T<$*b*A0-&SiZ~CRNk!{hCy@NJZ zA$hE3#7ym&zR4M&5ww=_!~RE+W&$`^Z18Qe&=3Xfx03n{H(~(y*}yFzkx6iT1A`ua>W~|C(22`wlS_4}fd6|FEzF+p>8ElYyB@!PRvk zT_^%s0H4;_KVsCzoe7=&qb<2_R|5*o{^h!}Grh(UB!&J;pE--eOAd%d=Cc&L1khGw zmWe`s(f+a9qVKcfT&)4%3LwT9%(0J&vDv%$|K#%zFk0iz63EA8MQ!Jh_cJs5S7yHe za#FUjsQsr|9Xin2L1trq4}k%$&y8)DMYcr&q!Bv;#$wN#>Z{RY+ub98MrZ#DxoBq{^Z8`cttCqt?4R5@O+WwS(7@*>E?%A{)~A~5%%dP9 z&95jyr$P>Jma{UFU-Y6Kdj9iqpo##w!aUA;Uughvosmn(jcF=B3M;Gu*7f(~Z0*8I4|kcPNtom1??^}?d~w0 z+D+5n)6Zg%Skt-3gX`ypzhrJ@l0J5);pHtPr8*a?}Ed-&Uv?bDTrmj3-$TJ3ByC%AZZRrO$zZ$ zarhg)4#bdS+1 z7Gd&G1X1ohbJgv;+#kdj!64M5V=#80g|~GFdNMh)F(+HhF+HocBf>SH1P8(uW$WR& z75mq)Cyah%o&Co?26{-sWL@ZCfM8()1SF!BXOM4PlyUnnz5SOB_MfzElC%QAV8sX< zpq=vSLXN*Tn~WTQ)zCL>Q2=18hB%npf4P$VYpbl0*}8rr0$)*=Ru;=tMN*0YAKIUT z{ReQ197shybHYKEI!-De$U3pdLJk&4Og%YS$P~o?hurhLF46wApEV$!lLLTyC)od+ z?7u>EoS*`spJMj$N;(f&JNncV(S)*(6A zjC&!k$W}L7T@!a2eWbl}%|edZf6l9mG0a_Psa1-M>z{Pow@^%C z3@W!o{X#{rw{ov9qSd)%9hWa(IB)fC%w^R>^qU9c9@UUSyNg60_i>L|g-`_9 zUUj4Nq*-Hf__*nz}KHu7BDHKyNx-@p`2=jvQq>&aumX%oBLi3CZV1 z%jekd%_p;Jx2e509YWEz-D19-#4VQ#B{19SBu}S?8`}4z7NF;q= z>w5sk0{l{Wdd;l431L^HzG~MI8KU0thd!W;$Q#?);p9i~PwJLB;JG>d0bm6Kd%i7R z4u>kus)e-0nVDY=D2efS=Biet?GjQ759jtf? zVAuelsKr!bXU~^npF^d)_mYB~?V8rzbYTeWeU1PS(Ym<%V*h1@QM(R&o&$MEr>yZy(uW|c)k zeRJ$9!r}|Xod?1G$ywJ3_XFD~IylDm@Wm9gL$v>7z+P;Z!o^KANBg&4Ol8T|=ga#X z3JvFAQ^qhICgf8Fi_F{DcC=+vHwx~AM~qHhKw?++{XY)n;wMN=IiVqJ7;8vUuu9d zFE7&mrE@w-&W(K04$xlgw6h6HT2Ajepq**%di!m=^ze&b=!Xr8aP{C%t)hRRA?V7w zR95^Wn~@$vt9{5OKersSUYl?O zE+>P-oRpkTF0HRu=Jk5JvG^OVZ$s1^p02q)<_-Cm>!XJ&b_(o**l@FJ5!z^DzqICh zz4yjrK*#pl8r5?%9nogjFKDMj{@SKZ>BvL@;IVY`rsdT0o}GSv=Hf2B zjWON7Qyqb24ZSgaZr~C%pm?kY6Hci0vMAt2xv`V0Gq^ML-ir)pG|}aKYGFPu?@jf) zz%9=7*z$qX04GlY**f`23*t4C^_7XfV_^m??d|P!4r~Y11O}7=M!~T(;Dr=K0iZ<6 zfYUshv!sq_j2GJ4B)oSHN|DMN&aOGfOa^QlJ5aCX;FOuO9NN(8s4+64UOgDlw-4-7K%qW#Mg+)X4C@xZnmlxZeMsJR?fcp%sngl?MM3RRADXjeS3WC1 z0og=bx7erQo{m*afgQNP{!_>o?{y$|ZvWirhHWuV{T6lDVq|2mn@mU0Rt_&!`%huv zg?$mg^l5rmCpXnOJAf~OOGLeFMn4>|wYdUWbKn@^7({Oz5Cqs57eWM}bC7z@rj_TV ztO7>o&ZfOhQ^-SQ$pG0La3x!ug8j3NDOfb10PdC0wpoGM92P*(G-K#nVz>@cFw@wh zgxwykr=lEy?6&wA>_5#y61Dg6ES@{Z{uepaEI3x6Dj#Yhv87d(B1d} zj=I3v-R?u$sslzZ60}|p2;2WIR2CG#1Q*d zdmr+#>|Z3l!T!TUCE9PdIHtydu|#C=_Rq23pxMmG#svYIZB7&7U>8+>oM|CD8AjXr zLCJSwSvVT>Ir^Gt>*E#dALYX?t1&E$MJ9C)*8oh<=OL`J!t?Dt<9Mk3Vqd{G&5rfGs(e}-MA7d-!Ybl<(to9;a?b7Q6zzhg^S-llD$ts!jFiKQ4GmFfDY z8xDZ(7U$?%ryHROwrQS@*4=Jesn~YbM^7%pW7%Cg(xn?J6_U7ib#nap&MEr&r+4V> zk7s)N;(j|Iu(4N)t~}#pj^;?HgAxIH`z({|A@9@ko_8A!23BV8-7pQA57QxCuDhV0;|tmswaw%4fGzzOa~)CmMn)E z*7pHPZw^Cn$XK_1wz$-3O-%KnQ-q|x9h}ML5G{ul;6$pQ*8@}fUHhHlwr6*GID*g- zh$wRSTUirtx^qk;ONX^R%@_8AvH(QcDzN3Jz(w7pDaccyJBA{E-{4l}l4BD3S)Q(~5!fSy2m5KvzU|lzc zHk0Lr&yk4)=B)uV?5x@dD9xE`4sMaP0ndRq_4eh=xoq_>7CTshVoC;v+QE{BJtluf z9beKgH2|YYRiXoGQ{OHT6rbxj82$igQS_<{em~fSxzia3q5%rA#ha}M4rXO83KL8L zEtH8I47O(he37%B!PYbedpJx`fDsSvl4ig{3^RcRh^Tw9O{0CsbZq-)UT^=fa|-rf z5Es|O<8+H0bNiP+y7Hn99azUb`0Lx(d%!rB7YxO$i&qwJIxc7sb@`Y~g8g@Ze9i_c zLa#b-cy9lJVGCdoJ26BysRO>v{u6#nnZ_0;yl0W(a|(ll*Bk1@_72iT6>Ul_A3(zP z|6u>V{u28JGzA#WlzefgKMWOmlDp@+unL5QC)G85t^sdM9l)H)cj}}Wz`VLRsP@m1 zNtvvl@&z~r^0R}pNjobn0!q0{E5WiXoxLu`Vc_$Me6q8%(GDy2-#|Ymk2f#x_FWhh z`Vo&O-9jSGLNY(Tmd5!&J@p?3}0%VtL5gLP;)RVgL*!p~3tR6zWn=Cer|18Sb0qS;u zvg-LfybkQ2;&_+*9FIh6;!+2r#r(z=dh7j_R52dV!R7NZp{yE{blz0|U*|{DqUv(F z-{#+S*WJf`+zaHOZrY|BC0Q4-O*dHDHp(`gY+|}G(v1T^vzl3=XDMt`eWA0gXd3|j z`X~0T7ArNYTLctQN;Al`p>3JEP#e5$)6GfrKQUMr4me(mtr^!lk04i>fk)=4r(|rQ2C~e6VQW`_cLc}Nzgr7Zl7BDYGa10g(1$9I z7B488S#oB`WJq9}KcRkoC-wkQ7 z&>Sm3HT5jIJY-|I;XZ)XuA8DqU``rCj6}baZoJJ3UKEqNwzsx%nK77S%;$JeVKd$0 zjx)fo6d2Ki>IpOA%KEzmA56{TW&>uEfp974rP~02JPjX!c)jG?ss+UMShcpDyxuin ztGBZ&ZIL5;h!m0EsC`MV8x~e0B7>Sg+FE2&ydBbPVTsuomQk0$1boK!pFHMk{JmoT zfe9SJwg{HCcWknMqQIUFU=Yfy`GKuW;huH&Z{>o{N5oCvU&3<^N^&Qc20$b4031Q4 z0H~}^n!kYLp|4`F&tuzg06o2E+MHT`v{S!W6w8ae5WXm@zT!GQo1JR>XEqREU#6^ca(f14N1vx<8^I=Br~Ay^A#*5`S@L9?+SE)JRf z&tg5x#Kjjo6o&XXMIT5 zpOXzG)@G(hs5|L+9Cj!TAv}u3Y|qITgmP-z@gva8!Twjq|57?&+U-A-bDnOsnBAl&U=@1aB!Ixb?4sB0sYqB`oLsQ z``&JeP8f`auDfn*{lU$t>2*~f?IT*KJxg1;U6;hMzsBe7lFc?fgOq%M2_xi= z06NYGZh#8+DNZLm&e1kq-*mK7dSgc%2FUGpm186h0=~8Nziw`QY65%TeEt-@{UbYc z?t+B3XdqW)Z^1`mgsjkQi7X&?ODthDboxzu`vZOGu_c{8y`a;l^cKYS#w6u#<*e8IfIC^Z zfinbVb24jLVLH!%Be@&(BV#_(?0F8?!QRV(v7BelEu6dt7zW1<&JP&L9qTYSR}nb@ zFl_H352uhqUb5v_*vxh7Czzj2I?M(dw|XTaW7ee;I4eCGs7?g(EG4DQC9#Iq24(#_i_mRf&4oLHFOnq0H8jO>+RnQx@!N) zS-vSQR0Ytygz^ChLtCS+ri;lzZpa|AlIOrrOcC6Q_HV_X^=|;55rSZy{rdu&8jZbD z#%<^~7CZoqro3v~zR;JtHlC+>{AiB{ox1O8j8_X&QyhdN=7=?_{ik66`aO{`L{o6K zb71(AGKm4sHc+nZ^hn|Gw9ua*#0U#~jNJg^nguy>$@cb7=+l#p6GL`g_XBJ_u6rA2 z0}C2;LD|r7J(x%uD@_le)fehLWy`^tf|Rzm$9$8w^T zc+gQ_hiQU)aQPf98v_~($0E->EZSH;j{A*aF${%v2c}0Jd0_+S+uRLZW-P!-rL8}B z>?9$Se6F%h*E^-z=aV*)ZF;Vx8;w|a%>n3s_`MO+wu`;d(!9G>ALJQ4y-in4&w&YA zolHG7+(vJCe4uwdxkFD~xJ+evdIFS(wna6`(!Vfz)tPF~#Wjwi+cY^&*oEDkc!%Ei z=sul0e?WKNvqOs-i(`?R7g9+V^@zWN>G|b8w~!fod;7FMWwxC1SvKcxXkd34g$dmb zRM8LwNrB)7g(_-Re-DNvr*_zj7Kgl-^$Dba9GyQQw=*eonpQgJL>y=l!45e%uEifs zxsPQ!g3Scy2=@_%_?FomJby6|3;Asa5w@cAAaqS*WGh-0aE?TV0FwZ8_(5b$0Xa4{ z(xQTJ1b`0lFP&io7PB16Cafyif?pJn@%Yff5FHF)o*zVL;Wo%YFb7$kg^c?INYMi# zlLO5~!FJ0hhb_VZ+%%RmF-4a23h1cd17br*hI%G-`fGV8cQGLuhZdHesgZ)iDz8c) ze3An;4s2OnuvnnLQMFAw5R9cQ+x@J@q3z!EY#0pWB9d6R!0*h#hSNSTYj@z6%V*A@ zqz*91rcaQ&hd=-zEjIvcu>8q^i5T0v0|#b+ZpXHkl?*wQjkyDk#~G+&vB^_^F8~`d zz}*kHY9R+~tGUP4O`$9i_!+}NS`i#cDfRZBXS%Y^{!#WT+5fuV0Zg_Ss@V@Bw0Dtj zPq)Lu0+=&~y5Yy!($e-;f87Dl+BpLA%-unR%~s-edo6Fy4nW#Lle(io`UU~3N{9nq z^C*FF+!iYu8`0G@%>cGJSZBJ(901?6YX6x`SL*i$D7T$CeeCqutlqo;$P`44(6fGs zv7HTs4)$Nx*neDjYrob0k?&x;FZ$3$tvBR2a;mpG!K1wJ~R%{RbdCE(DZvi2WzEfAYm60WimY>>y=h2fdN; zUv_9=?g5$f_MeV!|Jui4aii(UIEF{p_XAPaYl;UEnrw*-V7Bo;*nebSNBg%$Db3$P zcjRm!^Z?+S$n>@K4SKL+9P5(G-Ohc$4ue{z(vSb~K*VVOlzcZ(H~yz^;GoL5<%vZW zChylnze%zG%pt@_&1;Z_nS%*nuB=)4F17iqw4KK9ZsSdTccB-(=zeYm@7(m@vohXVcqs{Zm@=nQ5E0>1I#Y4uB4h-@1?*X?|*Luq(qvuBH!6N7wUNT-n99a>%&Qqa3!QR4rrd56IU}VQ%(yZYl0qNB3`&Qu zT-*9?Iz4t%I=1{L1o&*egI;^~PI~841D(A%)$iao30+Yd+AHyp>)#E_U1j=Bnf{p?(fovKRnWhA0KJh$+VaN=sGzchY5_SBn`rx$)?70BzaHle@A_pXQ~dF z=GC0m)pihvWDw^kFf{FZI6cAn;RNQZGlon<^&X0O>9cdtq!lwTAMH@E6oEtmCT&|g zd5Vu(X3_aK%g-aoQC^+kp0%vv~o#lUGex4eci=M31u zPTOQqP{kvnX4Ds~1r*v$$$GvYL}hfy&3Ca-S_p*dus%mHZ&zd=3g&JK(W3~ZA%?ol8$ z1)E60PNQyMG@fq(N500|tG2z){_)AVs-Q7et>o?D74i@l7ZQ2+77D;A>@3a3S`F<0S>joo zK@blA#G!-~+Ig-0=cxBHJI{mKe_uX?;lSrPn92q?aoA;m=Q#kXiJXD!{V(uez%&K>r(pkRJB(=*!YoDmZ{vRs<3A?!vENa! zv$KDMC%S_DlPlWB@jvwoCNXvPpS-mp6kGgNkap!@K61H5Ft@WInunAj1D_Moirq0O zi=3s+Mb;WdrUV{p>rle{F7-@)^r>;DLA#W5c(0CU3TDT7NVFSd2=F-W&WJkW^Qb}> z&z+OG1~!E>(Sy(iQzCzsC< zgdh9Z!`pG?@`ms!$1l&Od`_laHu?31udTk_>?s{nJOiDKejcAmy-rWkv%rAn4%=9t zc9K zVF#*7aUO3a*0aaeJ-95%*hTZmkUI4av2G;Af z$b|3gKdoolZnXa#;yddi2cGHdzlA;-4UEM5SV3Otk5tY?`do2fE9kD-zke5&Kc-q=lI&fTk03; zut)|VINL4>G98t7Q*Zyt!DHkhfTf9$Ai|g;_zWN$_xJWs>-CJN1A%RkU}pc!;XW-# zP96>-C1;{C`Z?Y0B#ce69tZZ1_GvMp^;wC3?K@k@`sy6|jA;LC2SPG=jC|+?;zFk( znH_Rn zm7UqYj^kzB_^;Vjrv72}UuO0{mM}JsU0*c^No_HZ$odVF4Y_X4=XtF6Tev2*H3Mv? zya!%y|1tJE?xiw=?r@LZH}b0eTN{ssd{K(J`AoC_kvn->SQ_?495h_)qX%Pf&-FFPDq-x{Yz zn09W{^+};!wrQKTX`8M^de#mhL3Z zTjkI}ZY#dxL|w|K=oilJ(yu+XL+8#fCr3t3u5Xj+Q9x(|oEboD@4)F-)M+TgDN%5# zSQag;M{{oLwdRK^6EZo#yJTTf32;E>XtX!f;#VhkU;(Lh%d>zK)X=mxu}6`n>q~rZ zfF#-E9>9Vfi08ft9W?J$LMmiZXHhdw>`s?fwlTjO3vx{U9ubr?7r2iFY4YRVs^bAU z#-<6|)9pFZ?X6nfIeQVHViyZq-;eF@(a|(8va*0x+)HJ_3YR>Q@s4VY(SxO&;x1D0 zt+DKmrvdfJ%i9(bDyw-I%t;4$5*>SCQjH#4Il;NqgP=m3$R_&`zj@9MZ0=?SHR{WC za}NOK6adJW2e$V2%*X794Qg4e4CKzewNr5TOK4YTrm+AJ3ib#vER1gk&I<54f>G3u z3*DiM!4Z#l7Xzc@S;QTWF*yy~C`IF=_F!a`MbWkca}}Tq>O#puvzRy7-wo^`0WGa- zL8W6m6I+Od2n08~BWbS~a>KwW=#zn{3Pg;)eSOXZqyUV>g(?nq+%ck~Er)wJfU2GS zhj^*>{9*R5TjE`(xO;B|n%w>c5CO>Sv0%q8{7kgZlq9xzlevLYweMLvIH;YqfS6O? zI(-L*rnHLy)Hpme&tzyir0t1*1=r^x2au=7^i{npr3V240tePB1+W%}?a5-Mvv~n9 zx4N5*;%<$BJZ>~uo&2yt2a+SmjCj6g6Xc6EYH};~5AYicbVC5trJCu`>G)yxADPba z`ilJrAe+_x$BucMy7?zCbby{1Pa`AD%q}bt0vtwr$zo9IAE2I@4n1}~Q~NK6vmlO&H*g;cX{28J^ruQKkn(r6|?^k&M1c+ z56pec=idG)^vk}ml$wo?Gy8WSd^rK9IgDpuJ)?h{+kZma0OSpe@;T&z@dmaguzQJ;Ens5-qUJlS8UKek{wHT}!`@}Lr1pu^*mUXq zlM_(A-#$~Y`*vE#d+`XA*B& zd)suAr)vj52Vc^D&wDst?eyk01qSt%0kV3dujaP!0^4*$rZijimPwoZ-5j^69a%#~ zq>^cyPByIzb&?fmx%pWK%hp$%O{eLX&)!XMee4uHb*>)##}3#P1%!&SObS>}GuDqI zMhc<;oM8W+-6@o30oo9u6ZH7Ba=&y_g8);yz45@DfJ8X(r@c2VNvPTqyHH*J8jFKk zSk~Ri5!hMKFiq}T?CHGfn73S6Sa#MI*SZ&Bb1g?U$FccNgze;zg8&GG&?IepJ++V} z6o5B75G(>xn&wXFoQ>LrK_Ifj-6BI(M4DCrGh^!IaA;U9hsw+294kAhvI+r;>M=IAsz^bP#kzxw8$B0 zc@7Ey7@ILnL7@k`Ix-q@y#Z-@pqByIDQwBr_K2ZDjH%73d#1Uf*h*f=^jDjV!k@+> zA5~6%h?+AM>vuz%9Wtgil#;VN9e^jd4byR^wpLO~aLy$*?5K+q(q@@@Y&a=6KpNNE z*^ga(RdVpz^&ql`(O;AfuTxWs;slnsDp9|PLz%Fg7DU<8M<#sdV`0Z1$5 zN|Sl))35c|D>*)x!pBY2m{7}If~3gA~! zc5G}r^o@kW+_-dhfbyd~OQ!=#fj_YI(Fbu?=OKm$Nf9(vuvyFQ_V27}RS{`ZeRqz1 zF?pCBn2O7ZL+drA@U_R5^f9$7c_TRydM3ISZ zA)*pl{ju;`m{&rpIa}NRMjZguMmsh8r$Op%cAwn-L*Hxmd5Hbj7mnkMF+KgX@qZTM z8U38tvFPZKQumH^_MgJ8jHJ4U`c)P%CD&NYf1sB#R}uY3*bxD)U8igjhP5?V+e*h| z-xVQmKz{@9xrDGj$;SUQ8~=-s|0Lr-b{Y^-H~#YkF7IDHYYqhJEu+>nx0(un`SO0# z?;$VfdC$9p?tlIns$n_0eya8Zs%W={AF@r`bnQ~xF;#IAoCCvKoMfABzI1W`bR37{ z1p5dB$+{TP^Xo_3k`pI~?f_mTt$LfTQ8FOZ=kqO9@YyE2xd>>tospb;+F-LcbE**H zCEBI8pSy$J^2BZfpZE8a1>8avWSyvI1CM=T?VoFk&P8r;AHr5sae< z0F)lIf+Ht5i#jDjdzRZKG;P`Hz|DBtw#_t7?;6{Lf5^fnk{GvB=U!t`?@ZV0Pgc9q z?AoD+MFBT0Z2Mc;YQ^G@xFaI$Ip-j|?-5ogO6%Q~(d28HflP^0ndN5FhtS&M3vjJ)$e{!wW zwiK2x>VVj+CTI3~$ia3Bm@421P)XWSnc0*(hg+Df0K%n>a%7F_;a_ERV96Mq3O-df z8xDs8xXtP?%UVM+>4Gg8<5&xbRo~&DTLgkSu!BHCPo{I$e%2K@Fb&z5JX5le0ZHq} z3W^Aro;y%l7;ecId0-pLMqXhpYs26mzYet}^1S_INO1V`*&a_bN0_3Lakg`ERf6brF^W4!nX zDB@jaTUw9#LW;4Sc*Z1EzzO9ySpyVQhU}p6mJk&k%;+J+@r5qute~5+mh0k6O0;VK z`e(D1YJa)cgDB^e99*+}!Innf!oC=X5E{|`bFhEe5s(a=Jk0)^CD-?<{U-%W0f4jS zIfVMv-m%pwgbD#r-Te^n_h6owJlQj=QeHAHf>03=U(|)MCn#>h5cRq%l>HZ0f=AG2gv7Ma>tR9lZfL@X^of|Vd zwIA4MX?0d$T>Q&V;TgdOB= z!OL4d&X@)W#wD`1NpvjY-G0_1+GGM7Rw& z^5m?1=w!P!Cj)G-uz>ahD>JeX$!oO2LJ#nQ14*IX*B$JFa5H!};yzo<;^g_^AgN5r zz!76fW03>47Fo#vm6e4IfI2d5@xD3B5DAMMwxxZx1^#gRXKCMN|5_y2qP_yaEzjbF zOBQ+P{X)z@kZtfFx0f+v;IUu$V>wJfrXB}miM6cpSAA?fI3>( z9A(v#^evFD*vTRGuOKn%fqPRwU7&RbFk`U;(~CYlOR#^l4GAZOzG>C|+3nx@n-p}| z!)=)TbFhE%aU|-l*+1F?;5_78qFt^V|FPJvZD;n6v3=;~2VidxVJAh-8|W!B*ZBu_DP-LVV0~)_D_wLY?#u!SL9{2?;=}&sOT_#8BmneaeSOVq z(RNNu0ChQ-+D#7L{)A8bxas$(lSlw&2EEfZZPPX#Cv9<(ZMu2WV$VrL^g^+0FMKuU>JhPQRGb$7Ays(21mV&en+~we!n63;NZ)yXhA` ze3~AAn%jYZGU<1g5)RHYN0F4DgbDj5`A6q1bTK0VECLW(tW02xAYgL?blDyG%I;5$ z1F{tOt^YD6<2Z0AweJ$VQhk|}f131boWPMZ@DM_UjP5j6*J!z48Pk(Y>U)!dmvs5{WY)@69d&b<0*EDIa^TKco9cuGpoR2%!|YYC1%O@d zSM|Htk_u4Bsq@03Y>c^-D6&h94NS=#L5xAduqy`aNGsHPMq>h{2(ps6P0pxxXWPJo z!e(1@ma~Dr@3( zJd5Vnfv2R5=UR7!-OwKa3X+4xOcrv(@*wh9n}s@H8o~vWw1m(AtSdDP-LMc7uA8>? zS=+7z<&FzGk@cU{mI&>pkHiB6!J>mrW`OTKa@GOU7PmR*>$>qJvZDdo0+8zMKP*P2 z0Qe*d_D_8bQrJx?_I)fvA0o-w(NY(7;5UHIu&K4|$d1KHGmzY68K3JGmZ*;hZ-9=C zH*tbYE9~gFaJ7*iJ!=}*GnGKPK`O$`WoqbVu+2%P<5U5YXZP} zXqpC$7Y}bym^auz8Bn*%juy~&FxGQ2uvz5V+kf6*|569-`?L)a?jzf~hYkz|m_|zn zjpM?k^~KqDOEHHDz})`X^`;bG(9XG!^&J#8;2b;$`PbGXGhy&ANwva zTjW;7z&J%A9|PutOcI51t*M{vW*B96SpB;oJWy}{QtqOFbm`^kkeHb7-6Y z)%yn75wU+z!Re}FJG597`nccn5^3|KI}k~C^tA%ynN?kV+T?dcLdjL-zrkPNFiu@f z+Jw)%@U!hkn8wnNQJ2`ns# zhvcll9%45euw>^^)-<_*TA;qz>fH^shecY8HCyLO9pZRAoQ)G`hFEHWP^Mo z7@iV9OpmGCwIL;yr2^{30dNDGv$j?POdMDP6R)w+ld_(MY;l;uwgeyv8CmF$;@h7i zD|rskAuktw&yEJ03FW|dV7VbiYCOO&I`&c>4G&>#Xfn{=LvqOXa9FF1+M!Gao;%|! zr5xCbEFn1H*y>?SHG#<-V_a9=Ee7PO;}51<689E5+UgiU4$>Ay{V7S`5M!1D#OJUT z-$JeE8`rV!R4aAirI51>2LqukyaIq31#1viV`b5UnJiB79DpJ14FjtXi#q_B!TJP1 z&1xGI?$JuSjDUItKpfl6agT$*#danT2YY2&Wr%k`ICo%h1hePBQcMmgB?JDA5ntA| z$qb~@{?XnUWZs_l^UmxZ2Xs8-2ILU!4gh-mJMKad5NELX)5d)E4&1=%7+YT2DtY*c zXzK}Ptuk78ynEmS94bJQpeG)L$?4KPVH9(eK4zhD18K~xmsU@}lL|9--3bzm+F0ks^_q0NLkJLWbLxOR?AD+S<5C1G z0Y;;Z)8OGvAae);Oy>wA){X?AMX#ZGjVO5qrXN*0YLRf>89Z(aIXuBk`SfK4~i4B+laDh0I5sXD8 zGXO#AWo6)7kUao9b7nipU$+>y?WVf*n7vgzL_{A}LE;vZJAf1%)8Jq?*(q?Clo20U zl3@HoHd40$@RdH+tU1_RC>}_dY&$#~P#xJ{0M@+XvgiVU*_npfLJ1hqpn!5#Kpu?3 zS~rBEDFxuBunTh<3>d4DFWRSliyz4#*bh z1G~-```#F%4JOxir64mhfXUeTHE@L>9v>L0qW9LCJRXzysF(?}rTgW4`FftlNzZ~F}eB?kgYz-G(9ZeUV zy_{$s=NM&+?0E|_5f)Tz@dLW6_qBdJ0$hc=$waJ&%Q3C!2=a|!vOUXW*W^z&;I*^E z5r>ZV1VXo!#5nf3|zj{#8cMH@6)!@Y4WVcKeTQWxBAz{>x0p=(CVk>_0B*tmzl= z%fkT`8*6&|$HH~)fn@5lYwa{7xBpQVXpB+I0B?1y4(eOWHe~JZo4jFbK6ml5QYcG! z|J?p{2gfjMuzz-@Y}`TAzDhm@0%!&+*2jOajmi631@(LT_qLPr_#wn8=uN*6wLbJl zOo!V)bXLSI^9+%+wQZOo0N78=;eE431pwFqpeGyuy=@ zJM7sx_}ubHt9f5_LU7Y~LTGw6*pAy&)4C8VQ8#$QJ==6OiPsnr(`q=HHU%ZO+N%q( zay?R=HXlqsA4+%7&pvi9edzJ2MthajAx=YuDV9lri?-FXJ|*^FeLe}#q1!+S6Lbm5 zAPH0Uqz4yjUj=lF(47Q;gXEqZ6rI&cEW{lqX76B|bClxyl0H)? z5N+j!Nt{h|(78p3=2qaOrw%rNu7Nwb0ZMZ4pfH)o7D}Q87*S0rG#-osmMIuM?s#le z0>hIOfFG=MLgdU*oxu+8 zcff|TYGpgAGcBFrMkxiy83*>r3Izbt#uC)H%f>PeOkgmMtv;z|f<}j1%IQp_26B&X z+wm|v$PMfz`#Zc7Ab7o6oy=Gk+;2d9kwg2cQz{H@fM}AZAL=E5d)2`RJV|WIzKjBd z`JrSK!c&legvIV{m$M(jSHB-i50=8IHhp4`l^a7&H2t@2>#HD91Ls=10d$QzSZE$I zTNrU{pnl;H#v>)u32UdCj~=)S`9kTNtZ|T|%3vPz7((d}_v*tzK$qqVK?v_LPxZc0 z!9#l%P3=3f|d4nX_`^a|E8^_pwZ<=NyEO^^dYjvpU86 z;%EGxGb`hLYs*Xh^$u_wLcCR8jb#fq=^PkeXa8;OPeG$9&oPam{n!|pt>5OJC0VRI z%D~J$lM?Y^EkEuwkX$) z$-(}^I91hUjEg1A)`p0WoNaNb7;`w;BH>{DIe@+~fchS80>6p+LkD|iwZ(bX&o#t` z=}{3P3q)9~u{}n7Z&9CaZebUbKHQImP2VXLSo?m@|;+ujrGX)nNSz zkuBDt50&vBbJ2Xv@t>@&&2~q(|AM&>$`))JvS58D7OF}RKnziW`(t>WtnVJs2iE-S z^TPx86>(bF7{r9$utW+;s#C8r;N9>WMKs6bLo+_Ch340^RhiBOyA}+u@;CQ#I4r6ILFTiBRAn``!yK2*89y*4QwqSEIj;?{RK~Eyvdrd;ies1Yr#rhTf|JS^ zZ32{1RA;ZYM{|Po86-KxZH+@3oM~cbur`(xr*6A-eQfBQed)l!@EgrRc9yd{o4Lh5 zZ1KKrvA`LNqdJT0!UGJ8!B4PX19qj%1;0`mqu=j1V8QQrV?wrBFt0ZTE* zxnmDNsOru#ggzmCjun^%Fdaj@$h)vjojV{zetCNU%tA`qw-8as-tG0Y61@>;OFgYhwr*!aX=2btbk+1bsWb zQV{ zjELYgWb2?2xx$D38ukj?z>X5cDz$v~xbfV%_8&Z=h3%ZDJ3wVZSkKi3%m&3Gm< zp<_La39G4bQW|{(V8p+Ye)^_m5tV__+(e z5t!`VeaRWNDfGK0^VuAsw|{>JK=5df9)_c=+CQza|FF|!ejx3Tb8r9F-;lLaH~uG# z|2ocSSR`L4(}gjP_Mf_TeP;F_S?X;4IzV_|08iHM)2wf|yul7nL>_L&L(gEbIi+MX z?798(8v7q6`!BPFxx>f*Rr6=hu+;-VcRW0~&PP4;)s^f&+YY4E*}wl?&kw;|2Xl@z zEuJiwmx9B;Papr%2O48K-4H&;QT(HAT1gR0;jP?m$i#G`d-2<`{H`VEwBuAxeflB>PPlFshjLvO#Z z+nCQ(7PPaI8<4B><;FrTNx@}xB8%!@E)p@ZISB230icDUsT1uGQNN!3V4yO7*ZEi2 zwatA&Ey*OG8`#T*4(;>+fO;Om8B}JHKQEQBXd2DYsK9ff#jrNVxaBcxIlzxjdQQy84^pX@LQ9H`vU_IN>9opEaL}i$2dqiIKw-PH9KhCtQx3d!>}Syck+W)j z3&Rp>f5wU z+jMPGntf*4rfoW2icrVeNCs=}wa>=@p${Jk!i(2|#T^Qs^7?1FufUkPTl{&xzEIeF z61L6fXlc`_mvD}1nk!@c^Q0FcPO84g-6EEbegCyuJx)!iLs}>FIZTQznCTgm|2kMJ zi%un8&_{1e^vnC1{__({;^iH*n94I&Qp(h$Rrp2c%Z(}9=HUuH*J<_$ptMN810cFh zzHxA&zOseA5bv!av^vLDXI=GoR2B^Bb4j-)qS!oh(okQ`$`*3ck1 z;hY=umdgPRJB4mL#qHH zL>KEJgqQYcxvW4zre!Ug#`8?&z{_SatgBvW%)dz#{6B0Kq71V`Z|qgh>Hk z+xDqo#|VU$GJg=8BDhd=2Fh~-a^jyC8FSPQFE9|aWDnf z4LGC}Kmq{LzU5gtMXil0AY2*IU^at^N1^OsDd*&Q5DWXe<(4Dx2Qepe&;dpmuwr%6 zR#W*8IPfTJe{brH?duwTV;mhEB?W@#j}9HP#nO!F`w z5pda*Z~Q$6+40Q04o%0^?&7`idz3fc7t7e&f6qirL7%dMU1%SSX#ge-oSN0y?B4*i zg6=rTT*uKFD2K(cILT|wN(H?81w2=4{I)|8$pKsRRm5hFEm@5Cnf+UT69Il&WB=$I z*V%snJ=@pC7hJr(1ZcGTVE@IL&@oJo;BbiX%znV&tpAQOiLs$6=t_+3+!nf&T^!#R z!Cka3hlQrvpt5)tS>Dvu5%u)&SW*5VJQM6+`$5?q!!`!T{y6rp9W$E)!xrOW*7}+K z^9kC&AHeALkLTofQGG6PAymIl6dBKj~pA`j6DJmd$6^g4_5X!fx36X^s7tvf_((<2UJ;q;rHemQA`*$GMuvVyef%{so=G z)!Fz+AN#S7&>d$^8wh`;w8_7i>*|&6&s=DI8fF=^+$Z1QWc-><{@qC(c)rO$EytA4 zCV6h!HEz2q+aH!o*Y8}5v@Tp&dviG%d2W2~apiVmX??v0x^j8Crntt%+`L=&+Uox{ zootFa158iY%h*?a!`IgpY~H4;OWV*HH)gt}ZAxRx zR&Z}G-%jtJz~_>CQ!&1i~_%s?5YfdWfE|nCskRU}4HuAi93lAiW}gOI%+G=^##z zIwEn5RKJQt%tpN|&Q<-5?WGD*u3J^XL`HU?24~X1Z<5J;mOmugMrt5*y?Nv%<(-Rk z>b3>le)}o9^UQ)y-#*apPTjgG%+W~{ba}7PrOP9oyO?Nsww_Wx)paR7ZjDb{Kkk>* zLPS(b_F@9_lM*aPHZf0F_ktn@VIW{x5UP1!8ALvmLUrAFwu9%GC`E=E3p2DRkdW1( z8;gfgAWGEF@#LPu{tgKtkqxwIz?`JVSMm4Xn|3 z=H!buM9wIbE#QOJLs@-V4rfGB2U_7U!K9M*n7ytuaF*eJ=IpJ~gJA%sTa87Bk^}G& ze1;J43n!ki%AK;s6Y?Z|<*GES74nx{s~ZE)y(1pdIXRNLHQE zYozy@ZWGfSEEfHB`)L5Sh6yNv>e#kb>vNGg*z#!|S~idu;B%aF#n`Jk0D!PlIhZp^ zyw{u!)Qns8qhl5Up;)IF_c#J15loH1Yy@y)p7=XHk82UYp1(f=EcSe0a$?Z{eOT+d znfr3<^{7WN#d^;fjreX}zF3!7=W)&Ud&nKn<^ZTh;2r=Kz^N#=IrubZPBwG-{ zf>@&5$q4DF_8z|KL^_sPrk2-g%x_9B? zCEck+E$qf``~Q4`E}Bj{$#FE=rfu4$n<_DF)2*I-;@9B-^RKTqZ3Lj(OW8m3{N;y? zA8Es94i~R(4BA@2^-L!>b=bD!Nv8CSWU9MtfZ-G44n4XzO{kXxHKNq+ z1h7?5dCUehSAey$SOG-WzHBKti=Gh94XnmnQn!v%zgsx2L<{;EKzhS#{ zD~~#niG2)UbuyDWZZ*5T930Rl6AhJ-gX08mQ!@b&0C}{qA;xSKur40Z<-l#_EN2HI zE7MevOJ!n7p$r7<4i|J5v^k~WfI!qeYuU$22~R1+zVw5AOf%pNCTIGlvjRg4G_oI2kw`0XP6zrZ39CV|M4e1V9w!!f(XaCJGGnB8*%Bs0@Z~)A8Ifyk)z2 zv4xj`)y#(B25r9qhiA{W)^al``DDE$E8ASHl~BLOs?vtuMo%c#Z_wzmVw zVh7A3kXT9y;Fg0MqtWw%ZMiT!Pw0AJN!xd+2Ynr!2g6S7LIJQC2X+pO&Vl6!sLs{Tpc2gIRdj5W*r1 zX8*{G>^J&~6!HNe*8oD-2zyt1M;UEl4?7B=pBQ(rfY^ZO+4mN5BlO-l=oGAATNKk) z6dTChnCAVUz}c~%1H%{BR_wohue*UlEMo5`RX4D}ozO>euzynfcXsaK_V3@v!wbEQ zLqDA2E(kK&S^r0oh3k?kfw?Sr+y+ zf4287ZSfViB^w)&XT3IbNN-3^#d_6-+@jxKK9J6vh_Ku z_D^c7SF(RTG5b%(PR~K6bNgqNc~WDpi_iP}`;)x)6xa}e zR<^ko{hqTrL3(><(or4(!(0&4n(~z4z|YnLBsrwo|7Xv$^_k2M08P z%_E(AqR^!ZJYO0cz|Li8p)+b-$1%0-gQ?YOM~Xj+vzpxxlW-#vMZ@AO7oBV4o`hha__Iy0huEFvqhw z*sa3N`L<=0(udz@u4u?-{vNa(wr*#w6x{Lf$wnrMM(tvM) zvB5ADa(T9`$vXsc{UN`% zT`#Nb=@RT`4roR>Lw2@cLDaQV1hh->*szho7@v*m)$AXOT!i~Io-XxlN$Vrm+CSNI z$>fk`ZJ&D3TbcJc*niZA6u?1*vT3_&$oqc^pmpr4iZU^6M}q3OyuXjdPeil+QklF& z9_}QQv74jm#e*0lIBn(Tu0h-QVLL9geR}&(huD8Q#Qv!RWs~jViM9zn5&5&uXCkdC17J}n?L{3kl7)hU0|}dvcbFEZmUQP`3%c`; zooRx8S9|7QD)W=)i7sAXT2A#@P80t6n-8ipu&}&Hie*4@^C5I?&clJsx>$)r(j{Yd zR{)ylj&c9FRShb3${9Xj_O!p%v2P9)`PP0dk+9Mt`=#Xv0D+0)OPS1htM@F1Y@s@c z9UuWSXO7jxZQB4M@EgvspYf#Irwe!C8#?jTxXu83lK>AjE^seTc?K*li}4r^r>eIA z6c?XQMn(ANYcMARUt`z@IMm{(`?hy$2LnP#%c7ux-W!2v>TwHoOxd2143d=>tiBXp zibJ|^*pt;c`KT{C;9KVPZSDI}V}%0167ZuaSd4c&`^_qxJg&HftN{2HK|g>pB>hHR z^l)}OxwB2B1Dg$u;i5f-u(q2n4L!pijAw7dEWobH#c<63m%Tr2mMlrG13^{0??pte zl~si*ps*EDB*1P0;1I-M(3I|x{@XJ$-$zFJTTAyygKV;irVv~0m0K+DUDNh!sz>$M zb@zyPkuNeLGTo{?pU3sPn5mhXT|IW}7=a)YctYS47;75eixFH*?*TTzMg%^Lw%u#P zvXQsNS@)1&F%ekna>ofq$O@F(zg-jYBD2U^_b`oKv>IwE&u-LkoZ&dEU!j zATdL70$#M9m0*@wP5`vsgaYTsnStv`TktjW24C~UmzdDX0%C@S?en>oH$7%|OMyw; zhW6kZAHzxx=zC|L!aV^j`So(_|56ii(9`8U=bZn0_rfbqB0q62+{1ylmYVrqZz0XJ zO_pxBrv>|6Xca~H|FAPQ5RIp?To1+_0BWP(*!e$F*%b%oe%W=>Eqyz+`~z^!I&8CD zP^pC5&i4(V8k+0ghcEekTuXY=X5~|0QK$b)Fw(Ux`@ ze?#JEJgZF{_qjhXtG;YIU#rn`KDWdhCo({vtA#9>!eM=Tp8w}qYY7T(6WO-`0w29Q z3GCcb@+HAkG70JuD^;4-dC0=pC zcENS{yI+OHzxzG>J>%+X8SQ_YknhnqF2h%E<D&Tf?M(pjajr(j% zvR$gL_%3*99?VfJbl{b)6Z_@ z@t1n|-sIVqhpo(8zHD)zZ(}WQ4DTMnUX?1^FMy#Fz_k5$1p5GKcHom&$;^H}-9Rdc2Y6ZmeFacr z1=1i`b&W?m2_CJGs8A_}o5V6|v&egaM=VKEhSLOvXAoDV9%;4NA59o73jv5CbR8I6 z?%B+!F6J|9TS|ThNCbePr55QitCX*=d+3xW)E8_}8%sKKP6NzA-YhE0^@zcaBYjcv z>#=-!2E)}QTE;D~;Z+3Ut>xxw@JHUP51@kIM{={nO)3PKIPO>PJH4I^Sm6+wQ8MD;^xH~{Kv$se2)}Feqx#T^7aRA^-%dLlG!LktGQvfqGqxZ*?orlRX zOK%e}OW7xQY4;u|=jGw}Hv@Nk&9vGeBzOi$mi}K-I}ExesC{PB8tyB`wQ3WPo%hsY zC{DWA#L(r$fD41qC-ybft1nE>q` z8{-a^dM~y+u346r&q!Toae}T<41?_R#Gn7&_uqBQ^B;YA{K^1k`hS}z0JQ0@UDc+h zJnX2>Z4SQ!)J7(I>$!qutfE=SuNndPYoGl;>|&E4s$SFowHWT>c~pjJf+*fI)?nxw zOJK1Ty<(>}fah>uxo^9uNM=8uN_jnjrvQ>+U$=>7T_5@X&iyy5VZz!sr;cvl2;kLX zESp(v>W3I89tKc;8vnfmi2N(95~#fA7%pTp*xu^p?0Ed|+1~g5zwiGVwGZqMz#9{C zpJCH|r0OT~D#Kr!_y&YNfpmNO%w=HJ=5bNe*=k9A~NaMu4-;;T$6eQNULiAz-UetQ6lZLnAR2HM)<8|~SR2i5BLiyrOpZ)kJq z0B->nZ{YTW<#6VM0M9y>TOWe1!>yhjz~IMEoyCloa>sj>*h%Z*`L~0ub#*v)eXa8G z#}DMg_ZE44xbE5E^Yq!R{Q4hnM*eSauB6|VjD|(6ZeZ00>~2yU8))2zUUMNtP!JI6nX!JR>g5<7{37>VhETC(eaBtU^;vbA7E zBcNIc%o1gpgJ?@@v6YjpD>?<8jagq(EMI`lo2KK~c(7Xn6cYB1?O(hF1>T09-7!qr*dw=+_u@zn0i=^ zSj}L&itr|0xEH{3w4al~zsLmOZ*@~;3l?tx`2ePymX4}Kn+$9tdm&z0j!hZ?PCKAc zZDRldF{7~go+gUSEIJ1aG{EPH9V|Ql2>b41-fS}i6fS_@^~M1jM$0y5zheV0!wt%4 zc~jSn*C>k;K!1w8=IpTqG9s5)3f_o`zX9iKOc-GEMX;k$N7DA2czK!H1mZ`<V(wf+gwQ`_=)p%^+_+H~e8*=B@=;1BhhMh9?g;KfS%Z z8IvLfAa{ZGI%<%a!05juCLA%56!Q(?XIIHcwP>qeU#LU$nLX{EOZtWEJ%K%z%vK@5 z(}5*RCgt}0s}}7vz#y&sG6K)(ohGC->vL(v7;d^}Vjiy5mVR9ARPrzSqL>nx-;D5k0N?EYV19ipwC5*DB|F`M6`@V&b<>aZ=`xuXh z?*F&KGFm)dn^pV7WP|&hX1|aAP$=I*;g7YHrUKV>W zL)KeH#CxJ(iDoz4p|um($~a)1Cjj7W&Z14)THLGy1Ex z%F`!L5BI&52iF@Qy~>9lK9WEF$&cfW*4y0nI@%%+)=0*S5>NhfIv04X49NW_PP94{Pxl#fqo*ST%>-ug0vIkaISMAW@ zwgDKv|3Ku?dm9if zHx1`odGd5)DsF+mg8@1ZhI6p6Jvdmr4C5WDId&YuU(M`^Fk{eh84rG?6BvNkitZ&G z4Am?xK*#{2aYumD3?!HbSlF?BJoCChpSq*avvC6tqDNp9pqw8Ly~+6B067Ew7|#s0 zH?w%g{pls3Hp-e=ce%v1&umm|P{_-R2RODHP>WSu@(RUfDxl7T+$MP6MF8&Cww(k( zX`OPyZ>JQi8Iyt^@|&CEIm@n%-$aXU)DXP-Aa<^NKE3j49B>rH#-CC>aVFd5p^ z3HF7V+1`82?3@fS^3ztDx8;LPj2O+f8&z2%!hOxAx^n$zNqcm%!5$&nSjED{NE=5YAOFHm z?B2@SVuj4U{Zu^@sLkaNmsZ>U!vB}FC06V79FLARHw24abZ%quko|ap-yk8Tk9#>TfP@5O@_1+{(oAMEBtY_o&VP>68ep?adWVsz0PjOJ(nTJvC1F) z(U0Ui-~I4#=F_>%@^&SaOS+^>y5K*T^t^Q6P2%cBH@BC}%-0W)UA*IUq}NlAFWZVP z>0EmGdU?0(3C`^H8Q{|4MfUdUS{^SS%RluG<$wQ$$v^x?<>zracvhs6C;qa0x6PpBgOEuUd$X1B#c1o9sFVr)MxTOevrMqh!&H96pb`x0^igNYAGjR1=WKt=bG z0H^nLg**egf9>Uh)BsoeV#n0Tuv) z)tKshRLTJ41i-OWA7aIrE-mr8uTCvZ6CfIYwV3A)&S|kSqvd5g)EXoF-t{j4%=j(@ z@?g`{)Ls=42J=~aTOvhbq20ivN0xfvJd6lMw{__(P-CeMM4#(Y@ZVi0NNI> z;~w>4lmFXEuqqxe`w2o$v;WW6*5sljP&z>H#v7_FJFuGiV~kPiE9e$$lm2v$0|0-K zVXb}&{?C2oG>MQp-7*2#UY6P{G4F{9OVWeJBv|>szkjre4Qx@DdcuD3t|R?~{~P&# zj8~z7?e7m<-}4xS$r$))!o$CASC9bm*_qe1>dfDUvv>i7d z2u`1DRXkYZJH6}juCg!7jJ~8dn^fjH-O`xh|H{3}fFbIp*5s02K283GdeKS9e*>Sr3>F>m;C*jQ zZ9sljZEE|w?zTP7V!%c{naGgebcy3{#1IC#X_E!>X!a)f!uqx<32IK zJf4$)l;pj)Os0mZNC8rG&(SOfsIgQ%2P2CCdEB#D%aw1>kAvcS*^vElW`FzhWCD*9 z5LpYnDdr`lU?iB~HfgZ}EE)i*McoAuhX`+v-g z0Z7KZoI$Kd@0Xb$lH?kIT?=qUU`|8JkG!K_2yiLR>mir3cKCm=d>PCF03P5a?u{;a zJU75KpQ!K#!}`|K27^)G6TobeHnMDoTe)VL6}EZ8Yi9GLkx>7GGDrce6KEYk8H|%m zR?9m%Sf(VKME zOyYV&%M~!wWMzQr4ju+@JnC@Cd|85Tvh#;71rpcl3ou`k(Y*GZ|4RXeVhKtcz|sV+ zvvbVnfIW@#aBZ%VAQm&8;~;R1#Y^l5L1n0xBKge8-^BeoCk12t5GDVYs>f(jv;nG4 zlL|tAS(|?-YoU#z51{d3ug|>i<3#51-xCzH@sK#ALXCumpJf}F6nJar#6&( zp7d_I^8VO~`&`l`ol95o3NRAyXo&{4Z-A`jaSmL*>?-^2rq?oIkn8!kx0fzhl7C5e zNVX3h-tDC0#rWpXznI)!zb{`t`o8?lXAk5*{vRSg`{GKTZb0t=upJu-ZX56o6ixzc za!?gGlSlv|*d(wM6O~`m$$}Pvj}MxRDDN_Q!q|R#yrd5#xs80Tf!;oS(nr5}b$un@ z|K7Fy_HX;K&put{^TX%U-`otn>OS;{eIvz9uUflQ)HB$}me0`$4AhLkgE-YH_>wO9 zCXgFmje^!v?pC)I+f8K@z_SwT8iAihz2OlND22YNK&wzR<7#N(rfCU$vOcrb5IkK4 z2waTF)4_@cvZ>RAfYZPX;5hOPK(P@h5rHUzyA2@h-6rs1`|7N^s{{aM=2ZpA0DqnF z)`T|)^!vH)>Il@Erm-j8G6GFm1^}#I<2sKrtOOvkWJWU5Con|_ES|Ns_dDK0Qlqt5 zlQV(n7EEO5Il>2H$u^d~0~AON=m7sG0I$VHmJz8kbKaX;Y&IAHFhJ%d>eY3l!)^ft zF<3D+L28fzX$cHC$g)OY?VxW9Kx03t0B{B}A`T*UmkNoz0|Y}|g}6)pMSYHY?Er;w zJ=od?_MwJ;y(Hth^6m)?z1(1Km}Zp;c&7Se@MizLwRw`KCM8HOSY{@4wxg!=a{aI` zGoZcxUGq6N1T)f`Z?$T`!P6ZpG+!*~xzuT=PHMD|1jA8x`LbIe;IL5(<|y?i4rF_N zudZD4nSbYgcQr8B!P0HXrU&~RK9SE>?*lqeE0rA3j{JYmrj7@rU5L*8TINs5Ism`$ zPpQeY(O+7%Z3)|SDYj&RdTxW1XvsWT^xH=MF9fUykhL;sZ_$Q{;ched?9b>WQP2S5 z8BGXE0>>%E!T!JY1S(a@hZO#=l1%OBo3(L++kW@{jVHq#fYh|LH??YyoCm4~uOk}P zaI7|MB(M+dts4Q)b*%%1F*adxvG0NB8b>X4mP?o2!D7ok(wpSY{|)1(&3*S$Qdj7g z6fxkg9&_?Rp#e?)Kk8j4l+WJ(P=4A!l>ha=cKI*Ax{)VOuMaP{SHWWTpb{+S1SLAZx5mphg1`jW zJk;m`qHh1%Z=`9se0m{1%`N93icsFc%o{KAy3lXi@h&${Jt*CRx@}XI?|f&GAN)`T zTl!ZA5c-$Dd?t^-ycruR>g_|{Y)}v+IshDS?#N?;G*Yoo1z7R#?tu-3z+NodRly6K z+d*neyH6L}JQ?C-#g^b5z%VeA5wHW$?O1_dm zSme*^$xik-vk$p}Sq~un7qdbgT{t|>0E+L1pwSDuyxmqSy5&2tNBio{m#b^%!*~Lcz+HybF z;~Z#6XZusd0H5`XK53a&vqT%u2^aG+#Y-P1_q{J`lg_hWXA|K9EbCEyC;T5dO#knt zAB~C9(rA%Af!1|C>B`xJl04$jo?teNpBmUD74JdeX@s zRW9k0US}E-9DDk`QLL;wgBML&o{T-I#sJP3jv>sxdus2Yo|IOl!c=c^`*&ryB9 zpgPXypO>RziQN5_^}g)ZUbFqru{U2fB*kXtE*5A`tyo>{I9=NYYz=D^4k2gjOgWhRyTRf1h^6po2C~E~p zvNLOrDi}s^!R{E_;1wX}93npZA85w+`Y$L#zyp9t<=#(W{w%-?6 z#wRc$h-0=j116(1cAD)gQs7iFp$VXZMstG4k>6rxR^RIRTQWe!^G@yDoZutn1;Bzz zF)W$!xCi~lwQ{aME_r*9378yANSLyd?s9;|T_%%e0tlU;_IARu6p$2kvnJa* zn58?dU9=w>SnH<%&zT90>Q31K0*}Rt37x+oe@jbHef&=Cos%}IpE%Zbbp^0EU)QO< zXTK5lw*c)XzeZh)bF%Ly*(6NDF+1At)o85W`M=rZKRI@6 zw!x&Z*7y%F8uCC{o?ak0K;E6dY&t_LIL12p9dy%jUmzGmrWY&;On@cpG$fMD6sze>-b$x=h~;e=K4CW zE{|1d$k~EJU*RiyB>Aav-cf5-k>}<78{7V0b3Gotuf8Bzf4${Bm+pcuZRcJgKz`L^ zXKrxmcHZv9^|P{!y_0hw%$0)Y?*==M#eHe>rm>k2i4_pDrP5w*8RSTSHoUA9Has<$GaGD} zA=%Ddm_;=Lv9(WZPyloD{Q%fGCkm`84X|dyu%%$bNt;`O)ocXV z1sIF~7$9Els@y2WHXWTybKs3M~9G_T+ zQfy_Opy{D4jYlvW8t0;H1MrBx&ytxaSuf)}DJ^f40!Dfo$p4cm9pK$G@x%oS|3~@3koPv+YseY* z>^TuJ*+i&bqWswow0hMApx}{B34DtC@x(`tH3UM#b^yM5x1(SXfOPq3&(#VTvudKt zawAb@&)2(v{n7CA)T}OW7B(Gu;5tP0^pZ`%HQIQi$O;fAMts^b z#v5ovqYY3W0${mK(oJ;?&l$(_oD=>p8g06g+Xz7EDqug){tuwF%{~?H4;begtvC?s zA7y$TjsK&+t$tIcre3Rg(4XxAXSU<%v1%S$0n!iFaK5N%fW8=;=RVDj`kC4P*8s{J z`M-2$Ne|lvAU!}~tJNBuXa4ub!hYHDzxKm`%uh@hiTlsAc`=n?OUaJLB#g~~H8k3f zY)TUsNEnOssQ;F+dg12gnV+}4XC1)k@BiTa!#nLJzwvAuN2*RP>5?w#txOm9yri!w zT`~K43~Gd3ylg{!K9<9yqrSvBm-Ka{=K;{K|B09M)zZ7@Fa8R8b9iC@yAM8+|L;FM zlb`?mJy{=rFc{AxwhjQ=H|DE=)N+P#*YrSo z?2EO%oZq;9^l~k7{m|sc|Lj`+@DH!$i!ZwT{2#xR-~8sOeEH?!q-P%-&VL}=Ykt9Q z1Vl-jN|k^!1^775`8#!7P97g>m-BA~KIXr*f>}FeXK?(HJw*ObS#3gP&z) zMmr(h(_#!;$a+|4KZlgVVBk5J0Y-iTZgFiV;B*b(Yo+^kVxC*n;ni}LAP_bzOK{kZ zfgJqp{7jiap1D4}52-dCpr978kmqOjXh*CK*hI4Z6u5@x47jK9(69gY%~VBozZ<2%zn>9Kgn{f@+?{Q^8czYo&@IlnEYQ0 zgrDkfbhI^Y&*Q&MleIaaCG7vzo~CE>U2?`COB7`Qs4mImH6#Czb1m%4le(G(s3xC# zE|`!6hq~TBkN>%PCa%+BKBpf^zNXIOe;mv4UkNA<{~t1C-KJGR(TzyTwTa{;4bJH& z7;w4bC;ZV;qrK{Iu7eZzX#8I8=70L^@fg#u4==D+Lx02M|NfVMDi5x;O1@`2Br)QW zF6olK{&d`jUeYCf-RTNn#xS9BkL=eIgH9qvI|xJ>L|NpLUSFE5pD#@!_p<=vl3st> zgN|>%zico}KLD^#AHFAl_wje-fBFv(8bqkXHQ(Fqg}f~t!}K80P!+5YXQ`*A_Vx3k_VG1aA^uSBS4DpT_u^% zshMbVK!^Z;C~9hfG5d|k5F8C)(MlUSft|1=YZI>>dZ7VMY6Zp4#_0)uf^oGET=!rC zFN3ux+x~X|=$$lR#R{++dW``J0|3Mw7{DzV1f71v^EtdTDG(|*F(io%T+jDl(AYH? zjqFWe)4CS08Z2{WIO`FfS4=VnwLQ3R1cuZ#r7ui?TiCYWt|h$zrdR-x2Duii;2B`j zuuznt2kVT>Sh*6QL;(U?+CC*IHsClmzH%RkE8~8Pmd0nwTUair7H8zI37}3B2XWs$ zOWVt0K)?LnU_he{CPO&-2|@x=vp7KV0YrsHG|Mx9C6~|DXp@s{icRf@^T~|osAb6& z712nsY#jB2`ZqOUzX4DM7I^kAV|GFlNCkkG%kE*5r2uXKvJ4Kh?MnMNd{m3s=XsK& zww>l}CI6D3cAgOaPrlJ5fEq}Hq-;vbNMtj_a{&^DjRxBlOlgwsfUl&ajf;g(Ol{np z%fp}%HhN9CC;Vdr(a=88o)U12bN5E#doW`ffMP!j1mn5v|A*fWVBIXeQT=a+^h&RC zPApB`Kt4HIxl(<$W_vN}maMNac9e_*07{{fCQwMMV`$`}{!pK}-+;+U|Hp~@HVDvo zlx^+1Hf#xcOW12)*NuF=hbEcQ#)}Fa;OGNIY9bC3ygaE`W2IY5Lkl}u{KGE&*#Bkk z|K&Hu`VT1;_&@5((P{y+7!xO6_iNTmnUM-oDj2T^4I_F-yGf{pUHwgbxM$^8rG0Y zx};0`x{}FRTyB#})xC7;C0)|%OIQ34=*@0P<-QVwLFXDY!g&Up?k@+IbRwC|fygDj zL+Rb{7rep`aB_Jd|M2L$^8fqCF2DYb$?dZ?fM@I(BZil3?}VD|VPur~d4nRZcm-Qv z;QdN7aD46lMV*dDl?`3S2%H88y=va&c0B}Hw>GrZwm4?nh5h$`d@aBC`zBv}Ve<2z zK9yhn@>ZTbb;gOx&B2a`k3C2TV9r9ponSFX3|e3wozHT80H04K50G^NA2<-J<!}Cb4rMXSWMmtz@xJ7 z0cRXzAQ`p=5bXBZfjm-xvBr0yzes(@oJQXEpil<1bbfBw*5_wV%e_exn#(u+CiLv6 zTmBshtge)@usMXT35sejBOkFLTMvftIJUSxa3dfxZR{Cw08T3}8j-td0aU{lRHvMB zL&(J?I;^(@wOQYIwr`<-fO=BBtHN{wAW1SDi0{AcT(>aEz*1xAfzwx~b1mq3)u;C@n;d43hcs24g`9ELF{(r3F%>B2Idl;(%pg-|0^lRF?(cqIoJMjgK0z;XiT5w*lHN=@gUj6; z19gg&%rICJ}>0<47J-yvEm=O8lZT0rL$%<<0bD=bu|ggP|1V-U7!hP}n}VhahDORMy*VQGCLujBNSWjJ40niK#zHjIi- z0@$s9GtrWh0P7j4wSABZkd5rF(1R>++Sx_Ec~LT+16X44j>`o0Dbn`bb*+GzfwZL& z7%9Z6BhV4oEsekue{h1z(6L5-7Lt}Y$7sd5_&WvMWVZ@rZ3?V4LAM#CE(UA`(k=B= z{hk996k=@)0mcF3n#iP?>w$mSBblkEl1nM{1IO`6fEKtFOHzo)UKbi0 z<>kG4fXh*50C5KMG{CA2G_4r}D4<)lcN( zj~|KdU*L0zHGeMYk}m1(N%!TOMxRT%q|@nYTWX!$8mkGA_LY~$#9*^;$FWX)-k=0b zg!>ziPO*F5u#QJ%KmTaxy#w-?q@9FFK@^` zFH?_)Q*I9J<~JX_C;$Gb%0K=30IGhbax(%;4LOKn&$bBc2RQ4oP)I^lc_&R%Yk87e zV*78~XF-k+?E9Mfx1DL{_QIKA-JL&cn~q*jo!NbASROXWK>PqaiwBaUPj2;uwt@Cf zw=aEw&L4fE^4;%#cmSzClwbemR(|%6U&yDwc`Ucjmc#QN%3ygV7-IqOM_?p2?@~=b zz??73-;|eVNoZYm1{N$?L31MIkJKfUB3q=3JitXLg{O_rQRc_^O}@&clB+ekgp zKx|kydN94$HFZP*>?I>sB!ToEpfGg3A;SR>@6`CU2i?)GlASDI;99o91mWp+1x^)n z6ky8$Po+Sr>G@F>-h3^Z15A)CW!6I-;CmxLO{;z4w;UG8|4Rm=@&b)wFLRy8jO%Kb zoWGiEiCc;s`9GNUG@ej<6D>BOQD5u+zl@u&+A}Y_QK9R=7HFP%BStyr8xtOT5FZ6V z`+|RsK3DuLV^N&|Y0Y|%)d<;_)NnfLd}aT)1Sxr<3hgKBPpVDBj~pWg`;ziWTF)j} zO>+zY;(JO#HPU+T;rHs8Udz9yt|D#RPWLL<`q^-tgtTi5HU&8)Rwu1B)@;mOi!vFW< zf6G2?U5jDtr_HN1_B#GG4s8<@+RFT=H>HqPo`~SQ_aBb!nQewhmrDPkzWE=qh zwyT%=ThHraDLGZ+f31A;2^aVOVe8O>-tsn$|Jz@*Dag5He_8LCrmfqnI`MTSoxsI_0{3C)oZ_%|Hohdg^UedYQzs)#rwII>`Fhg%>P_` zvET6e{!>4Bw4I5wx}M3W-A_LCHQ)brKlf}Leda#RPTRlh>y?9e-Q|5__i3ljSFyd{ zLBH{gKejXZIhN!yIbJS{fc{Kd5XAT=?*ER9!@ep1eOJ=e(Gl21<&xg=^i`|KE_M7? zq^ZCDhSZ6AXd_RqK9XOxPvq}^*5%1(U2bnI^d@kg2-a{K0t-3&ezHra2D_I{U;hBW z6MRS2JUL?p30q>~PX!9YI0NodcbFEM~$l6gs=!0LvbTmsI+#&NTZ%M32(HSrus5~PF! zSh$8sC5&ZM2WIu#Xm2eCyrz=%?#%NjPb)@dC-y6}rCBrDXaI%oFs~Mw>L$(`?N1zp z#&Z2}J^5mOk83g6r>MKUS7y7UKt!fV1(jl9hDqGsR`$kyIFGo$%Xi=!Vuqs+A&DNJ zph91?`gl4zL&(w8UIS=LE)P-dhNYR({|UIm^RvyRY(cT79faIXkOTCCmNQt=R93z> z`ugER;s4&JM|(*BR{~bi_8j=jJ}k=20KP?^HT<9ZHe)}XCuzt1HegcE`F~HQ{PtOC zjIL>p)8i%jMY`MU|GAOy&i~1HH724DrmSlY= zR`*M+`1#%6{ek@RfByU1lh21TNAJ3qbV-+VNtg6(OGf~-%9~1W?#b_Jdi@r=yc~QT z>3lufD_!+=q{D0S;U)IjqYvaCK3n7;e`@mV$+cL3%>X%T<2-#qYdcY1eRtX?a&L03 z=1#wqj{v;$DLsLhZArIpOyq#ovm5nb;Oa_#@H>akZ;RYKUFDZQe|i9F`HV|nw4`exy00qvr#Q+&Q$z$w+gDT6cCyYP~L67zVj^`k>9f6*F z&kR0AWY2a6J90Y)P<1`Qj2`Fj5QPM6%yNSr9LKX5Eaq$Wfpa5Zab^_j1RSr#!e(F@ z-}kk!Edx&AoY>4bme)(M-1hfi_BVn}vjQwC_?+2-tgF2SYgnw9k3w}aY$L^t*Fv7_ zyA-1VA^kH}3{~V2E(jY~u`&v4V@@8B^H?=_DC6NFL%y7@TBycC&0|D%*k&8Bf)%w9`PcXmFfX-B&toIqT z8{p33EO}>WR^OBN%KH|$rh(`%Za6b98RWOpkye&l3BWml^{U_PzPz~}baJIfdtY3e zS_0f+z-~(^?<43dXhKPfMV;*qd6w$Yxg6a0@#G9o!tul$+Vl#>f7qqxGN$rxG;#P~ z*|==WeOMh+A>{_RQ?-W;?3dCbA97yWNE6+!O-*dHe!M0ch)$5-uPb{@-~5+eQI0#J`!N(k^lD-{!h>I_6`u1Sk>;N(^yh{;yhjr z-_sgi|i#Z)~ocgPm3f>Rd1( zbh(4QqtI;@Ig%o=S^5FXhyhFjz`+jk1^&*KV92AH@l?U}^0Ns6_cW!QkCW!4>aw(*+5Y75W`fuqoK`Pm5M@fV4g zD;t$-vT=eo-j=|SD|v=GSGDvz$2|#z2ADnSV6*e8DHE{7a%I>PK{abAkNg5WOvwxH z10X+w8p}3AHm*sG?b<6zBsIzot88r%tlCLdLt8#;Z@b1D2eRF_dt5DEPLlTkcp&EN zK7fS`WHYlJfN)M+5P-r!>vo@IffNS$L@UOu1Xu=tDCkLY(gfi1slE{9WNqhtn*$pX zz$g6L!X^p6SZzKBHnTT5ElCLiHKr970GA@`JNnlRn2Sq%*LYM;!e z_iI`*(=)Fpnr4otVV7jFlKan~ZJ+F0l2x|?37P$SgHSEM&CV+Hg~oA>F0e_2XH&0V{gNW1I3gGWow$8$25S zH{e+@{l|n;~b8g&?+19QSM@C(j%pfv{>Jh{aftEqU@*f8cbmJ_O^Jf*N1br z&0#;4|L6bkZ>e!MIesbb@jm$#-t#Z%88oRh+l^GdOUSEm(+vSY5hfv+-v)t`+(4!zMreZ$y6h`6K!C zS6zO20HPm%c6+E34?>0Y4h>j}{I2z=THYg)kdV8&4yaIR~o_S}@w0^A4d z80B`2XSZt)b|canTG2Sh?CE`gdJ4FP1}_3t1jPHY6wrZsEq0+%aE@b`aBvBNme*h@ zat7jB{?05iNrv7r&sqPWnw_G|rSYXK_a|WL;z3&rvi{9mksYjs963^@* zb07u)piO;OPC9HJ63nly7%RzX7y-%2h)4Sg5E2>lyvxvEKbk1nwOigCO;i&kM0;LX zia>XaXn+g}WGgM>FQC-xzRIFf%<*{{dQSipc>}1&8x1DlkK?G*sSgc+RAmB|0erP4 zQZfexRGHPpNWJH~D`f|L?ca zUj4TXNCeZ~>!rY9*RF*R#ecMMQD%t~nJ3ZEl2NanKx1CEpQAF_VEDh1Zf&oL$eet^ zn2}&**>@Yu)?Rrp#&q=a+9nyCamB_A54oK2{Keb!Hes_#pfs^!j*q<95n!2R-;LD? z0C!8dCiH1w_V4e5Yj_-z0KgL?1jyYar8bO!`h6RR4GMgnf14%^G~TGDw#mRJ*s9*Y zW8woDhfK!o|7bU^3(Xqo+oi16-Z5SnkN*~Zv8J?8bPj{H?q%Tde||2?=xp2*{?9g( z>hsV)WuHf56+qVlRwe!2{cz|1(;e#=Mll>|qpv?P{!96Pj{j1A2z_*1viE;(^YDN8 zWA?Y(|HgC6hiU?~^1^!_z}`sgk1faB7}K@h_42$Zm&A zYJ7)y?{-yLt{e>d-tR2({ln+!7hQh()5r3gU*5{?;{lI37^I~UI|9@U6c8E5ADbDF z3?PnREPl+TrE(08CLpuUn*bt^WtQ`}Zv;lnF!SZM$VZ+1Un*U2~KT^myD+z zPJ*Kajszx^as%0{v?fBhtpRx6HY00+yBNLv6krAWSN-Zv3t4HL1(3<@d++~7vJ~^g zmiKq-UJ@WO0N{8JS`WaRfuLUh_O`h5e}GGq|3}cCeIWN0c)n))1W-8nzt)5uJ}67} z{M4RuB#1|?cEbOa{6C>Q_X!54V?3+L?uvlE5B*68zsL|F>y1$kdJ^<(Q-4|3<(kwW%dG-y3$sM!UVhCiX$I z6LK0NXZ%0Le=G32pkVi*-e?tB^y%(5ZP&-wx72bsI-kJnCYo&NMgST5y*rKnvK#-A zhyD1kax^Aod9n@K*Z_2YUe<{eSf3LICR1DAZ#*dGKHY@csMN;4sI#%EYrFTMiT!tf z{g-leeK@`W<-<8qBm0IdXO3Ocw>Mqd$Turp>h6+WoL)NseQx*6Z(Gtk+TrBpr82)9 zzn)2^J$n>^-Q6Ch?d_`f*WC{FC3oqC>_+PR?S8L1MTm!&^t(x*+_k;wJ=2{JU@Q zQKRi{>Kp)C1G=hnV@GtrU=v$S>lPcapsyP+*T&AsPj7AqtLgd>F#N$!K9=A8{Vt#V z>Y4oVr%&X|PoEsJyd17+zAx*7|5!r9jcfGnH5te&fep@dToPbmX^pLx#wLoPTfF_2 z8)`{`@2oY=jLWnE^$#j_Y+`?ni$IZ!lVx86HIQSwj%_@g#^dC=JN6hWe$6YNR|&^ zp)TV_6VQbRFe^F1r~zJj?vn{^&V1+gIr+aqL_$)U0nGVvcF0;3Kwb>eEHB!1_#FRr zaFhHW?Yy-kKpN#SpCPGp*#BvT!gg$ve^{U6{{WT+6FVaLTec6;oD4v{k2VwS1ossq zkUQERCXvye)av~N<4*d&7F&1%@ld#EcRkuTCY_i`&6}aEVBhv_B6XFkt0nuWWr>X+ zBY#E{38QaVT|i*~hmFDAmbQf-HDz{u+1`)M&3N=HQD1uy*vi>*vp_}PM|C`*fN1YK z5Iyq%wtVP>t1R=g1b}=GzW~_Xrq>`|;emP>?;Ml=OG?v#IqZEwTz};MH93ftI`03J zv8*BANErI%yfVt{`2CLUT41#0JB0(oo=1y*5^vYj`TsQjV>}wS@QIX#Rt52fpZre9epZumjr>q@a(K~VyL-c`yo@$HI$^Ji z>uZz${=fgrgHzmWPmTAb!+qo3am2Iv9?5a#aeco^Iu|dTYEQ3n{<#34orybExm!9H zKbqY&@Hm~$#lPL|$Np!Np2`0-9#(t6*g_pgd`?^R98S{P8GH7-+4Ju0PSM;?b9CR_8lbd27>@XMXSEAeY~ltc-FJpcf%liX<~@OC0mf31CIoY6MkR z^6XaR=7|kZ`u&d|%KINYlJ(gtzy8IS^2Mh&^6cp$K)T(6dX0Pq)E~g*7%<89*yzof zZgX&nKz^K;+Pei1`8fnuwzgv&i|jQXGr)>KIPXKh0aR|wA~OR~ComF$A%MF9+|r8z zfSWC4P?>RcfCmAJ=7vKV3YX4fqxLYdBExRZiY-7VHxeU;HUfUH$|Y?v)wtEhg#e;w zHnJBFI+SeRJyU#LOY@ll8eVeTL(6sO_=*r9CKIs1j9hm8nq)ve0qRzp@a5BXk}ZdN z=~Apj2eX&_4i+`%3Coz5h2%C!(qR9r1f1my1liB}8OF97OjJgGQIedreix9{ORHkbo z6~jzvJTE0U*#CDEGGK3~=6!&T0N9Z?0BD_5hx_JSr~P(*cOu^x6O!r}F<< zMguI*%##)~H2ptU)}Y>Fd^Jp{iOd@#)+7x;VrIqnPV7_;JWu$4w~`_%Mr-v0?sp{x z#6Vu^`Np{ERn7fPPai1%@5lZx0fxpT#TX;9PQjipu#y*JmH&tI$$piI)Og~yuJYoX zY!6ePyYqiX#wUQ)?@#`3)tC9COh}Q4WL-dFqQ^PgFFgLQxsj$%++wm+ccAjUkN-;J zzn&WZd-T0FSn#4y;Ls^cScQUn&MONr!M~1vJ$*rh#sJBB8u{zAx+gKhFXfN^_lC=;Y+%tyCm)_H3R5(Xz%$;x}-~bPP#_`ntKJ6OS*fyFRR^eP3Z3L z{t1`#vT0uzcINmuA#Fg5gUt?EKt@qWEV1~Zzu+&BiXt2T8iungxjpaYI%3(T# zJhHnUK;!m(U5lN|=WI3yunPU?{5{#y>TI9@96NwC(xKf;acnKejzF`XdGdz@6mO7K z2qqzw8Q?lt$*^UW(RTK!g~|!|$h>?Rpfv6?YwTLIcL!1m&fzB>Yp4y zL?%#;H8FzcdwyGtZzoufZPr{> zZGa`(3EM)v&RUd>HF~`bgs!=`4z5^DP(lA$2~1-)bYQkq0uWeWH1fh=v!)R(`k<24 zu*trte+JXI+uong$8r7kWdfulkFJSc8w#R-+<;fy51XLwH+jvBn5BQL;r{^4u`y#! zY_y{ZSWFh=^STvCP1XYV%dF=zhU?^Wp9ej2uajDd!IK<5(a7yL{C_w8C+o1aY30*i z%1QNvKSlo7-vN@MZK90qZ@rh?3Ho+SxCqX*c?AT_vG(I}#dhzk_7%r}d(rqWJV{66 zzh$i-_b>4t2D@!K+uO=RvwCJ`x7CKnm{imb27DE1(yt1Hm{xcGNUYv<1f!}U($=xzJC2+eMMY2pW|RlwS>D#aJ=cXz1FVkyJU~xp#^AZ7AzYFP`04A zWdUCE;l9vy(_$MWp)GwC!+`P>aGy(twmZ(Tc9^ksc$lHKn>)HDEV6sx#gwIi(^q12%ttB{x zbKT}#R})S;fn_{_Ak-T1-`W&PV}8VgS^%@9+bQ&X0G+N?>Ujl#&?8^Ye6G#qs?5-o z9_>L0I41jJDLw;im3wbLz4hteLNWyj+$c#GEXV!`{plh7fig!Ow~qv_maY?@7= zvuFT-4YmrFv`Mn70YdLtiuj)GKI#(&Kt1fiS(J07O)zm8Z+yu1XL62I>FYEL`Wc5Bw5YLkj+Bs+^)qp`7`nt{;LGQBEkPtUTA=$EkSUV0up`9 z*ebF~%_kJox!CUBDfq^RyCtn&SiuU3s8aFC&H(k&7k2Dou}Ll<+l@#*3w0yZH{~&r z0DPI5snlutF_+@$6Uba`U4k*(rhhBR6irO-1ViB)1lk1%4gY6Nah~V^sJ*Uz@_#&w z%Q9>qlc_o0?!MPVujY8_!0k@jitGXw^hy6mn_t>=8E;H!t$fh$$KyZhx!0Hm|IhpF z+N=lx^;UIilD;#Z!}W%|*gPriU@bO|)d_@#|Le~GA+I63d~Nr;jqx8)vEI}8&)1zD z|2z3V>=#j9^+U(DEdBK+ykYD#DPUgLTgkv~o?if}@{=WR)!%Hj^~rZWlE3=Pzi@GRJy!RWU?X=uZ>tHbN>wGN4iHUOl033gWAc6L}oyT4iRiz{A0 z-Z?v1eg-=+K2uWq;E>9WSyLYk`>E5G$7hqy7@uKRET8nxc6@vvpdNnL$QFSf^nD8= zw%BBgDQ^yV+0)hkZeh%$_urF`KKW4I|LB9m_lI(I)iRJ|KoTrW1}YO^gB(GeUV&%n zSwj1E50Wme^p|0l2@n%W*$lL=3G@@0z*ziSr2=2bc_gDK@`R=Hx$8VtQBwlB36S$v zFf*T)0KUP-+CEEM3(#WN$?U9N*Piu_e*-k)@`=oH8qRd?Gk}#gC$OIZKrk|Ufl*`Q zuik~1wWo$^*vFUb_5fR!WIz_6P)md@K>W|reypi9iyW88C6tKaJ zAKJqN+%*D|c+){l5}^zRU_+eAiS}4Fk!eMOn5AuDv$UPgfTZ=gJ;dedS6qKE4>LqD zQBbIhGbRBvS}(oQWDEne9rYIZ-1~okLJ2fmSVN`2OqvYkJZdbR2lH|2q7|C+HUV<5 z1-D->r|$gI%R2c#WHwHuHUan1$67o~=FK04{*88p{(0O>y$*e&&d75BVgYAnO{esN zc-^ki_Rx0G-(w8(D(p4c(yL!b`&p8u9(7aB;Xpmr4eA0muVXPGn1F3fN~M$uX>_4| z@;&)}@PGW)c6|eYWb}o&X9EDM(HFH{JufYF+%w;EUlf6MW|Pk^%j1u!ntaXznPJE}Jt z{=Zw%u>FrGxweGywaE$p7YV5enkdtq|Hu0PCZfjMXpH}j#u&MW@xQLW$MIilLMG2& zH0x=M^#o{Z_*zfjlz1OZ+ygb_55zOgz;W`2yh-eIJ~%D zT}5E(AH3w_ym{>U<_%kt;~~h%&!IkD=d&Ha=c}v{W~!A#_<_cgy$%s90TlzjlAVA(7!TLsQp z0onO-e_y()Xm--%q z#>}kc->`JN0^@b^jr|0|n9$gQ>RaFNvc*IJ03m0YEm;SZUrn$)^AP{r>XHF?E;BYX zj)U^vjj~tYU3I-_F~MJ<}TYF_Q{EvydOYWxBB+K?OF$| zTeb@TBq*B!4ANqPm#%8rjkTT|SjuPvQGX6t_+%u??dQuR)gm}IfE(RS7>%+9D|i9{ z!E z-{O-DA?c7ZMtTJLIrF+FXuBqZz8_CUMP(#tCDA0JUx{p`>_${aFp+JNV9D#L|L8}P zRh4(8cNqrF(q0->Zq=voWCPCQJ`H`#?RpzPcWnp?0614F*dBD;Pb5@3WdM%Z&ydux z#ATy>H=Q<3MBey3_oo7G0aydj<371XA2#w4eViX(rar}Wt2O^U07&%RG5P0tkBPkS zwOdx0d2Ph<|SRy%O;(sFzP7B zG#3#1jV2;PUD74pHC>H?;wynZ+bE^GCApG;&g)L9_cOSC-S;^u%OJI+WKq4-u-$j} zMqsh%-R2ln_fii$!!?B+BKP=WabNatcf8MiJ@;JVU3&N4pu2xW=*CyeecSr3)ic@fKGGI!7r{~UPZ@5r+zQ6MtGdg_TQfCcvw3gCtM#Jy}r z1!h8ZQ(BG%dE*=^b(UV1xiq{Rt2z=lE&v=w;X0W?Yhnj_c`xdjb|<{rSq zMu25`%jdH_W_DHC`<#BZh3xI9O@ogTRLZHB_eYExw}78G+ag=ncl{ z($Y5s&uYaSbeW9;uuGN(k|UB*8>mM}UjQ`5?GjWmY$n(ajo~Px zq*HDTYp}nSSczNvy}h~hV_LE|UP!8!0RO5E%H{)@ihqMCoc+U*|DRe`&Y(y;lHGtQ zP`sX?FG~}U|92yxzbYORU|wfC|5pb40GikM42Ea#GW9vA*JPZ{>yIsC;xAHV*K}+KJqCabEf0bzS9Syjq&EM`)6_b z;KTRizx{9ine^Kmhnj~jOVrgS`=-&S&X-N?o|DS7GjaD_SN-1=FY2$^zg~BGQ~l?;bYVchfwUit=aBH8o*}OzncQzKFX@|_ zHvM6_c_z!1$^*<=OA+%tAuL^_PDNDBjYS4n6xnnLoR7y=-|-$!-wZ9MUGT zvtb?JJhUlaI+b9gUa}Aa&C8jQcrHwW%%KS>OaKjE@k3j=Emz7h%I6bQQb+)( zVt)r#5xUarTrZ(V%(e!QoOWXg1&K`ut@4l5C)tnyOM3D2z*dIOuC(-Bq}bB18_1H=2C_eMN0c#YgE1xn^d2@PHYkr-NYIt%%{Vb$_0%7i zVv|Pxcw^0Bm-PSLcxc6ZhMutz^FCJ^L`vx^tI1P?ED_1aU;=23zKh2R0OZy!`;P6W znpmr6d3jHb{}!PABD`s(`_9})?ST^pu2Dul#&R1<;B)CH%We!W7C0=2_lS{So5z1l zydW>5ePeHeH$DE-SjQ6yNB%$FR~!t_RWK%#Bo+Klv%i<&tT(9ld`&(M!6dOM1iUD{ew~8ChN>?Yq(pci#Cv z_R=0+Ej`a}?`ESI3qx;jTDKH7fjEcqv!HUL5kxsW3w5_fXSgNeA_~k9_Kpi z0B1m(yZEDkio9+NC6$^<00FP1(E0F>!O=ouFD0u*L zgYgS?oDe%yD^TTf7zMN~B>08n8|JYkTVmStrH16OH-!YNqqao?H%NKIEMFlubH)v$@y zG6UEG|F8goNQ+tucxT2lv*$)&J+|j;Q+a)vzT0)82!zC*mSY8cf55JVEA7)|; z%pK2L0(?lu9_17EKm{T1n+^7Q=o0qIde@o34BL%5rS?6*qu%qF(Y;ttdQs9yHQXcW zBCcn7iv%m^zH2Z6M;;_%LYu*eVU}PMXB(B%Y!To)&~vA^AMZN=B85J+Zhb=fcQKd8 z6$xVP{6BnX`0T-cS652{)JOhrmf-8?3klE$n7pkDb71tCNj-YUsh=ZVZ!557@_*~Q z$(%9{+QC@)LVm7+0G$TxbXrl++6n&`Nw5ih>F|N034@+-zppw90DZ?IuYMT)kNbOR zx=ZyjAtPYXpIg{wY1Q5fJY&fp2lT;o9^fl&e5cR|^#v4JuWkd)x`8GxHU|U-w@IIr zadfgNxAFZc)5KgOFf;(~S%$}w1+D4-Y4T|@O4GNLt}iBjHg9cGo9D$?O#Qp$Shol^ z*sFU~KjD)q?EeK&3)NlbYusecW7b~)?z$YyBXI)2$r~>s&8t{2ndtSX@hl$yv+RNi za(-9R9J8;$q8DQ9#p(O;Ut;`Utw84e_%CmA{HH!nto$F0Y=3^p_{hxggHAfe%~8J? z|E2mpyjZ)WhNO%Zk5M@HCqMav?JlA{N~HZL-+upZTjCO{T+*v0SWamyyrfIIq;E$0 z3JhrT!A4jAT+$2EkR>=X5)W|2o`24pNr0v}HIb7r`lUVGJ%!!I5~FX9-L`i8zBRcz zfIja(5_$M=dqG}(W4vVxmbQRw17%7>5u4^Mq6s>V7wG06TeO%M@fjOcG%z;o=yN}X z*?$-~*`@GdzI0#-T7O^oIOWf53w)+?f?b}r%xm0Jm$+xkf5-2w&I@@+|6SddTllp} zePCOeB_<8Ljx1SnB!a^XwESA!xAHI3`OKusduRbx2;ZrZJBrM#a!tmkOwUAK7ch$BH)t+HS^_oz_>5;V*q;H0$}WGUaS0g? zs=fmCHv zJz@hEK(9w2g6_VX%nW$`cTOf4Sl0ph_G;7ENDdP=D9^CFx(+axcj$*I%3FX5WF+SN zNrKa|E5}Oy56#_f#4;UyM>|?6VF0g*fe99G3-)={liLU&KHC<6bm`B}Z0c&0VJp(; zc9#6SsDGDK z(UjuAss{IkXfsxTnNoR|=Kh~r{n5U;zaRZXW7(RX?Pf6XqcI^{+&^Ksa1HE|+hB(D zm{0;ZZRK0#r+)rk_Ttp!Xyp}crT)&}=SiZpacq`Z{%`0SvtK|yCGw^;fid}iPJpQB z33&yHJ{aw3z=cNt)_L5^O@3u&AA`ZIG`YY)Z2B+v|0;QXy+4G+1lu$3St~N|-URkF zk5^!0SNUlCmwINlCv{MrHwR69Y$5-rNwmS}KQaDmNO1vB_I6JGZ#Dkg*E#;{Zv2-M zuT8&fVyr$Vtp{J(^Ck;(VW~>R zb4H&XEBumPkbosbFqNCrU((x?wvK6s3)v}L=#nn!eENzK91O%g{!3 zM&Qn!^6hO8Urmeu8)&z~OY296qP%z0<-><6?>{(z(Mun!r;XI+9~(P#w?T6Az{y{3 zM>r)cJ7Ew}jxkR09f6%9AnEbBCwpdd=NC#GKY!nSJ23L`)5*?!UNW2EnpOUuL6j(& zPCat~kv2QG{0)rs9>5nq8@Ov@(qI|a`U|0Imtwow2y(F`odfhevo`Cv&5Tb578%qT z_fTfZ_34^q@6x@R5-TVJF3VtXfHuNx>e_vt14;m;432YN3m6YjB<@+u)+t~Yt7W{q z>pBI_T&WDIf(_ndlRSWq6KK;~2FJPNSLdb7xF3H90I=P22_~I&fc2dMSb!M5@zOY> z!#-H<-9m<<>^3d)R!xQ|mI?PsCpka`I#)ds58$Edo|(`}W77;_@vTK9sGqO*lsf#uf zpC!QCp-;MN&tp?OvpjDwoJDiFw%a9qKfs<1kXU@ zfP&jKE3WUB?Z#~+$;yYV81#3kj9MAM04Oz=ybgUdw>g}Pdx&b@J0%4gO=w${)vrAs z$I!0Ev)9sZ#`ssVEHw_*Z_HlRVnYl2MNIDO+CK8bb%gSx4jCBUC*%wI=Ix-%X2h6 z_Wx7kfA#lkji*QBzuRV=Z2vWl|7Ll-y%ZA{04W6{dIFHm09!Q!#sr(>IDmYKjGw8@69@Ihw|VJjeTAeM=qcGN0v{!N zvQ5Pq&Mj>n7DIi&ep@iAzUkpsM~lq$vX>PA!^U=?#n6K`OKr`p7cD>p;9DHd`&s}e z`?>@RFVELHr? zzx{T*&Z|-qpimWTLRBESOh9x7`Bq?KZnCGEKpwN{Hei#>48TyLe$y|a{Lq00$d6wW z^a%V?<6K@vAyGHU(hHWk;k%UN4P+R=JOo>?@qHyM~ zr~E&4cIlYcYuUW&KoYpA4Fti|EhchJ$k@^IDj_hgaR&h3n83?ZYl6Y^HEV-cS+S`q zPbQW8P$NBk2LDlq!-tlVhS5gfk$FdiH09)PQny$J9>^RHv@`76Ob(JV==Lm{c2z5NnSdy&Rw!U$A+X1m=>6x8`K5> zpYlr~BO=K(4jVM~|Ji?7pW8w1H77`q0d||(L;Y??;~1B*B#`EE^Z2hakN@MH=V<&_ z8vmUqJ#R408*Txd#oh?7ar__eVlCgF!Z_)RKIUmoC}dmF`i`tXYaO7tE|`?5ajg1V zOZk|+ZaVs0pWMG4CEwT0C0)`beH)U}=aMezZt2b%&}~}Q?i&ex9gXkKK+XwW@^+`OP`?7!_d zZ3+-(Ee6`lB|U%K_>_3^8JUm1J=dn}oVY!oaK?jo`l3kfOefOq)J8WdvGMuH$Fc<% z3g%1%GqhXzxNbCJKWBu*8vwlpT`^H05iA}B^cgHK2`)D&seoi*GEgca%;MaF{{3cI ze2&Du_{rEzkW)%^BrsA;IXgUK1pwD;)26Uif;Sc58$2|@G!AxgofeirHjz1Racw7H z!8e6lC(ted%mL_0fW#63XxTe$V9f9gK+oiek+;8pvf2bvCM{X9+hx#jT~pIjr}DBs zH1a!xC+;kiOHYOfsu)f+S zWEa*r*Y%ZUY&43tJD$h)mU-2IMZ1$-o>r=3mFTVrq}YB=fF%0&q1_um2c#c>++o8m z;U(^;{J#|=a*QWpM`Pgz+5pf;4lV7py3TUcwU?)K#4%A)5UW<9zvp%z*Ck%p+6>Uo^Lq?ab!NG8*{hdl_I83$D$~l4Q^Qcty3ha~TlJmc-%GGt zC4JcYbq&A_eSu}2@A{e?scmRWFH6;lUoXBfsZ}{Ud<^n6Yx!r6J+{|YwgP%ZCZHE5 z@jF>tcx8wr5C{J+AW!DDVU{2*KM!ne9K&^MpWjdLEVPeNrwL-SzB9_f`u*r%WwhgM z12~LL1%lQp0c@_@59cniN-6ySlN!w{kIOXqzmYLvyTJ5i$SKgbwOWy3GLQdb6%pPyNHR*qrZHo|dknqj3>zBWD*zaS@F1^u z{NMS1jd|QhXxbZj&pwdGZ?Wp1xKA3O^X3=PcWx68V*+gLQyZ(7@~WFYS3xE{^L}fu zncaFWKH@g_Rn9*jFYn8X@uS`G{&!1v&;Q$%&a&t4Sgv#Gi@lw(f4?K{@s8X1Tsm8> zbM4&j4|%#vI_F1X_tT%eDMI&~YFFoQD(kQJxo@WRT+$`Iqv?548!94isNZ@!)4@oe zEQgoZ-#nHNJ~H{>gH^7tyECAJ1-%TgO9vS3tPsf;`2t4qk=^&#k!<(j^2m7r`P7~C z`2(4=@Y?yol%M&M4eQ+Ng9lb!qU9n9Gi32S~0PLl@?4q z1e+_gNu>f#W-oJ)y58PK&{LaZ;hbdjphV_erLrg6p*F7r>p7Re5(vpGB)_lac}UQx z*7zM8)Zw0d{n~3Yps^c0$DMJm>+X6mm(1qf3x-X=o=!n{1>(g*`RPYmsXZnm0456ABEe!Q84dqrk5(4=IE4hFcqqIw~igvfNeHWPp=oMS`fk7pMu49QP4P zAH#*kfGsUvY&5vWW@)27`5v7Zrcoye9*a%+8ToBK8Cq@MWw}uNl;j|vVA~AMVw!Bw zwgcns2q(>P3E=av;ZA?N5hEUbo$aJS@;7zHEP!2p9`4VYx-&~yhU{2QY8ryPT7@CI zK5yRx)WntVxd7=2Gq9&;>50_9mjYY!UcvsI?|b~Lv_X#FsKd~`Znc-d*aWlJ1RW$J zxUb|f0r%dXdwUrFMUHjxvwr>T=ud3Yh(0y`W3$sn@bA>wKN|n%F$vEQsg*%K zW&(Wndb`*0KL&G*O<{s;bK8*||7k)O*YuUfe+Fja9DZzq){x&Ii5dJwyPsag@fNA_ zg16ysb5gm}OZ+8W(j{Hew;;VF0B!Wyr%R{$?x*L~?_JY3yFI+VSBY<)-PYFSgR5uq z$>W|OIcpMU>zpZ#->A42yPlqIw-w_r#tLFvUTz~|D7_P>y@@On~W%5JGgkjTKNPb?7V zNPu)d!#n^WCA)yN0BDOKDu525CC-#OX+0hox0!LTtjHyKzOpMDJ9;u_q~?;ik3fG`C#w+yl;dm3-t zs7FBg#t!2NhECd=aOlCP+AYHdD4l_Ju&tr@JJ`uvLo=`0q5Hz^FGubk*5~r<@;6sYh$ep-s3kg-<+kUSvQz$0C+vsofK$@I@jG9 zsGlsONP;Z3JD>X{JX7f!)-tV&-0%E3(Z*?&0sL!Xb*fJ+S^%P@XDer!M+xpr`9E}w zVJqaPfGwGqi%UtGbm+uFazR{@ApM_pyipg#bY|czCtPgq)lnvq^5J84bb*7@gj(3k zpITCkFxb=i-lAELJig(12@FdC%c|u6 zo$oE_f5o-*a{7O= z`>O|qt>!*pz~L~`Zv3}b8~=^Qf9oPA#_}99cP{|hCr%>){B@pKQJO3f0-CWw==98x zW0AN{*=Ems_xx6;xlg~OOZxUEe(SuXZ+m(P0D2n*x0k=wKbQ0kOCzkk)bERu$r0;$ zNI+;UJ43hHFYg%wwDZbtbmi#;|Nd*ULHLn9`kwD-CfEHtEX)`F`%WQjsHwhHP zy+UM;5meK*X z%X5Kh&KR}IQ}`saondPRd>!anr{7tlnEN@5TVP4c)DLO4RoH-8q0AE9Pe7F(v`B42 zropB!(3O8vE*7;}w6U}+{sy4B(1q>-)xRw{NhN~;kCh>L8I5*?-!L)7(n-~S7gOKsN9n%4nkvV>+#J%|y-wh&)&!$fD=6TfCWZ(^ z6>6J3R*yh0zu5F>uk9%B7<;%}?6=SLe~CUskH>!>Bgp?@1&en#aoL^mZvxzXg0UvH zRq9=V#{ktpD!+d)$5m$k=RFd9{Ey$Q)A+BiHvW_E<@k?x50kVdUI2U(*z$kIJ2lFo zIsWTZzZ!LqjVXmDRcah_zwuQ-BG212`jWOZMneBOUi>c$&M)cPnt&r3eX5VWq;F@s zBLjL%mqzoAOG@>7=@ecmZJ;wgbNY79_&FQGnTa1>b@|?xhk)=#(9?G2O946_EVm58!ER>o5zi`Y;574TnU>>HKobF--^ani4P4L& zL>C6RZDwGC{bdwP@pCqKjyLy1Fh4E9HJ3BsAaww*8}n5V;9GtNt6DSYtb1<%23s80 zFnHZUTe9xklc5Fe?D02Qr;IOY0yo1J$-J9E2WGV4yb-(-*s`k{(b@ZGSu<_qBqT!- zz^2E~Eq-;m9mLdNvjeyoOyRYso^uOO((|uj_jTyNG60(_wE$kgm=-C3X}d2o-?IL@ z1No5I@I0)OG|X595a1UA?y)hU*#sW4ohQ(jCJ0b}mh}}(!q#$gsve*@WM4XghDdD! zfnp*k+E;;~8yoei>Vf@BrCBfkGf1x@}n{Re)lFNk)@o#{QpjCO!QYeID9GuF!~QgHepi!DLI?TxXxfbIj%uWAuLlHl?Lx zM%#f?P(vx8S2I5o=%t!c6>G@tY=75Y8}j)iBg;}q`Z3BgZq;g&JgpPi&0gA7E@_#%7&)E{RdI2h8@`JKf^|E8+=5+z`LBgWsVX94`jq-+>Za%LOyk89u zi}56Fe)!+j;pGb7+irXvUJ#+n%a!?4lz+63}1t@g<168>rhCg*YGHn1Q6!~bcVuJM1N@!#%k{I_r} zw{MFTKT=^^JF!9|Rx?SA4_@y=^)g?Nc3{UZ025LGi6u;Ob6s81i8N8eFP6HbZ*%JO zx&L%N;=QD|G2LNG?$U97v(u%1Ur+jWcZmbEIK0sQ(SwKbtAF}(Yzp{;A6(0aADdi1 z>~ekWy246P#sqL`F#9AHoD#sY4{-CC?vK6Phr!NQNgP;Zt>0(0Pm$S~cE#tM5iBoY zceY_eu&VJ1;DPJHgH#P2OPPYK0q`!%QSdoI;Z}OjDw2O!0&!4`0rXJ6WErgbGZ;*9 z#%u-OTRu1;*v2J;p+pebmQM%$W>#N<5fqfVRK+R`%))MCQ@D7x5zsbiN~4WX{t<8@ z(DgcK6A*~|0IcHj8v=6zyxdlL(kIex0j{il*0RNU>+R~nt(1fbmNNr<&wBy*ijUW6 zParKpxCDN^?Wb&`}0!*6UHS9RiSYuy>t&4%x=J*eDWUT>4$_GpMLF zrI5^N`aRjQQof1fLUsV??e!&-{{#1BsEJve)qfPrG=W70(5q9PMt+-bRyXTE>(thl zWhY<4b(+9lwe{^rU=P>IkYX$|D7}~Fz&$X5kp6GgKks$U%OX{_lIK7kLWMt3O{u)) zgh+s=;r~-xmhyjzI##N8qqQ?q^lT}Cy*b)@yfj!$z@W_ltStZ={rfx?kNOJs`0W2WjTLwv`=yODb&TKA^1TRv_3`-MPmKQ#4A0~LF;l(2X#9@}n3TXdQExuJ(e-^d{=<%o z%KV-zGQR*sd7_=B&&8OToAJ7ls~%x^e*c!)Pc8`wZw~wKmvl*&bgxO};$rVmx;p!d z@(cyoAFsb=-<1LETt3?!0jG1jPu?{>cO$ctiI>>Dd-dDyc%QHQT$LjT`T2}i0DpW^ zm$$WdylXo=XaCc?7_ai(2md7h;^_nVkAHV9Klt%O`R;cQFVMF)(w`jymYa=*a=2$N zkYZy+dq{%NqXH2mGd}XwZCU~4`FqXm9U1xF-Nkn-4=iQ;JgOZ4P&?U{&Ur8QClziT zf|V(c3}n`z_rWLJ~_}0qnH^IcjNYNgFU@ zNtHJT40~$nJ9_}$LvCS7wixToTIGJyXhy(lCR5PH!DA=j$wBB^vW$C*pzeZIDw@(0 z9ArWRbo+gLk7sP<-G1K!aRAs1x=tVq%R7=pnx&7~JGbq_lwJrrxWxlBXyZ zWPx)4%@QE6**0#^(!5Mf)?WIV2$0?01w<?h1bX3(s_dd?b5D72` zdE#=8`v&te0XwrC6Ts3|Mmh&bSCdw-A=l-8!YBJ8q0Q}%{GZMhW!FnaJapnMveM0c z1NGZAHm{4Zy(T!a)(GsJj{~U2gR{R^rF$6pzfMveRlhPPfU1+8bgXJ2$%nSIydLIG zZCrySMXegDt}R{&wCWn;R&HErKEc93bTOmHzv8?ai}q!(><`i6X33vAwWLIlMx96b z;r}QPuJQ67^1L(}|6BUtuu=3`IiW^le60|`q!98_?PE)r%<@%M1+I1)|5qCSR~rAh zZ|Cue0rT{Kdb4Wm|6;ZIo_ZeU@qZlvwU7UY?>qnZO%Ru?FVs2OR8O0qAOBV6@qgSe z+Njrayt4$5oPBPqs7X-w%WIu690`&fDQl+5hx&&*C#@ z?7ZHSozJEFvfG=o|BMszgZK8-h$DCT!Rq_3C{JVY2xSk8$N4+z+vP8JO?Snw?yKJK ziVNMfzrBbO-9tJ_i$+0nCx(&(ZGB=w!|tLp+mZinj{-;s zHdQC!qOwxpkR`BMdXQVfvunw00by-HFl!XBYJnkA!LzeK7qa&bgfQf&j5wAMCp%5j zMrC^j=VWR+xXT)#Lyj7~^s_CD1;A^7s#HD(4QA$RJb~&IpiOB|w|JL@-Fp7D06de0 z-3wSmA=oAZs4^^JcHqy!wVE`+m0+Vuv^jv!0ARpw#J#f4vTSucYAHalm6){iCZ9sr zvM%k&d$1OnIhf_!JrhS*f<~u%wE`}s+7$p4e{T38fOcw!@WZX$wy<^6xgG)Z&2>#} zOlHO)&UFU5eTXX(flN5ad6)|zK2a>nz zauUvp%|FW8Yo!3%XZk<+4fz8-^YDr-jBia zYf}Z+a({0xzDk0!Mg30QUyl916%$!WKUx8n0jLY$tX5&5y-eB4`#ZqgbKF^bZKMbL za=BZ)tPB8kDJFBttZ4R^HQrf0SJ1xD7r1T8|G96UHK&`-t3~#j{Mo;#f9acUNrt=lG*a#UY7Fz zAe4B(ufb8Y^v$LS2+pW#mf=h*VlDXY}|&*k&wyzX>9%XaZy zWCGew->09s4}UDdF+~HHS;LossUgEaTBs=p5I_n8TCM{cY`OqCQqwepOwId_Kr@!h zwg8RytY|M;0SI6*JLo)@wOCUHDBwO|a;LUs+!Oc6dug%Bn1u+Cdz76vG8*|afH{$m zV4DuTRbrg&gSrBpX9Tzawizg4_OmL15|LO=q;yeb0-Si}pTVKh&91uL9y@LLs59`I z`NERs0CsU7&y!`q%S*2lFlYtX310(wmln&4sqbJQ#LLL5fXapga0&1QAhX}UPrx$( zmRz4Hi)1NnLCQIL5V@FbHI@wV9pCV5ZxB%@qbl z@&b^@@a*<%BdP!^n@k(5MY||}DkkxMA_3>2E%4t05Uc0*cHbx;^K=|Hg&vYHzdbWXA}E7kylvBJLGs6eYfk`lO8dF%g6`von_DV(n1s3ruMw~ z75YLjf_t)~eSBXjub52n@~=7OOdzGz=YDog|_&@s982>FMYL=7ZKlE_!v!-s~-dIzF19>m2ZGDJ3~#6P;py zdBBsJ!;wF)1r8z$K*Mjv9kZjQ?FC*-YU=8V;O&&H_RpAtUJAZa?n8=kKH9}#P4)_^ z<9`E?5D#3p&D-|6)ObdM6Tt`^_G`Q$TG{uQ$r)gT5imvPx{d1Cy6&}aYsq&7otmIC zY=UyJJsGe<>Y@1zAg;g$Vs)xcU>?#GbOUIR+8A%8%?7zVC# z0^9S$O>-GOvsVGM0f+@ljRAcJdzaCDK&Azt-5vnkZ@eigwA3B_M6tO?`yl{0Cu6c* zN?l8J#d^~WK=5+&T0v2&>sS?FVJcw|LaM!K9H{!#oH!i%v2ktTXnm6EksV-yIz!&^ z8~XwLe`UZd06nlyJ%2A+dZ`3h&j3=g2Y1Y40D1t5UE|!_BHAtb0>5WVNui^s>uIJi zZ-R(-23{>N&Y3_(o6Ac8RZfz{7`Ctf!BB6Mcd5R>;`u%OpHrJAEc{uL{je&v>lhy$ zT$J22ZAytu1Dy1`=A>pYnX@=4m7xi==DR?Ejc6B)*YjqGV#ghTl72L0DYJ-r1%NvH zza&$2$S{lzOUqx-CyMMh25brJiqN~wX8YBzPf4n%XUIw5FY*C@L}iWfiKJD4D)P9i z?Ef%N$Zw=y?8*rP)p7EFmWs)1%75pLKXrGtywvzV`s0)1|2&Qz)$jC=9q20L|57WZ zV8x-0z`{s-+UW#$A21}*MT1E;qCSM0L}jScc04d_0Q!W{>$g` zw?Dg;+iR2W{7B`|Cr=Jh)|ZFi!nH#gu5XI>T|4nP`9zstK=wdHf5CB+qPc_p6@W7Z z;+qb5zV4_HJ3gMPeZsY61Tp@M*>07e*@kfsy}O3h)asO<#RGQaet&TMfi>)VinRpLg*UkZ@OA=I5o~JY z0HzdBgN>$07kb)+i|Zq7JTbY<+e8nxt6)PdvtZ?k@J4+o7nXI;V0djF2j*Cd&AB|F zwh0_i0tWW_&S2^Si~wNhY}WPY*#N}QhKqr#wTxd2G)mUING$CSV9R8Z{{XP-c`mjs zz!?Wq0))tRpgXAzN$>z0yrCU60+IS|!eKjyLGG*z`Zu$&_mc_u9a+N?ecn)U0PfqK-2VEp&~=@^qzqr=MxHhyBEuYV}cO7!&v$o50ZhBu=qH6_*lg(?_XB z%ji)Sz8^C}Ih`u6KeuO@&iem$9_5W!Ab8)F*@+36miAMsO9uShwjCJd|DoA-Zl&(vq8XS@IR zlC)_AzNP=mEO`@UAM9l#X_0vL_`73WbH4&x@{b577*ZZGivBL?bLUOKX@p=^W`f4^>4fU z&Hs5T>-8c(`IArNN5Av%075xPyDVTc`De+X5kTmR!RHLJBhY@ino!xdeQcuSAP$0) z7u+L2NrWc*XCK+^%=cFv36;yuV2;RccGyl|E5s%h$)FtpyXp*-B1mRXg&zvA4PY&U z8^v;iOhqx17-Sl{hB5=b(BOoAb1{az?g!x5D&U+LPEu?s+!4UD-@`I+Jz`2xu(whm zjc4N-)&7v*3YvM@Gw^^t>k@w_=3)Sz0Biy1U@5fjfI;7^&4Y0OG{`4_q9!w=s>(9g zB~Lm8ax^xi5`aAswPyRHD7Gc=>IqC<24%zu*y82Y0ZQ)!{hUl_1zIx@oJ?HW>Vp8*)`a)P+F) zqChsE#Fzmr@9zqv?g29L>J1}5%#GBfvZ@5W0kj_XCZM@zzbF%^=Ke3)Rsgy(ID2*@ z9u1H>X2*TJsmacqBn-Kjc`_qzkv8Zvxa|XG_64?M-(ms|Z6!CL+zq>Xxe0EAxw$Lm zpo#hIpIW&hR(2n4Y{+wPpBil7ogZ*QUzxhyTo1eP&h2vA|Hs4{ji)I4w!vtp%?be! zr~dUw4;dqLw#YZvA8($lG)aX9cJf+nr+5k9z=ZmZ4M>nWUcNd^2Nb z1nYPP-`_|egM!HfThs&oW(`lwSiI>9S zx2;_)q(2P3Mrc^Bx3_{#!F>6yO+j5ggYvYfip`B?3etNpT!&q>HsAw5<;~T+zfhN} z;LQpdSiw{F3{|%C7Vu+}uyJlLCM|5g#3optKd*-sy3SOmEr4j$0l2I?Ve#@+nO4%+#eJe6f@S3r0E-0>&Ewx5Xx}r%Mt!eq)LToC2X^V9 zu{!E{StgL5!51DY=Vt;$w5%^^Id8zAGoUd-*v{5mN6{N;bPkjNh%LmN#kN*uJ)c~P+GeTxuZ|Bwc-^crBg72!-j`>BFZPNVy zLxw4SMm_-4Z|`_ppGog0lmDThBD2o4&hKH&e1?=2udvCsF&u8IJc<*~zL%Q3P3d`) zB=5%kU-tc9UMWB4@Spyg>+#%VpY?N0=Di&v0z1m5#plg%F3-tRc9qwf?yDW%`95cu z=S|MFD|sV{V{L@LuTmw8+|53(yWZcGbYVc>CE46KFKy@>md@0#(Py8=aA(KYUedYb zFRY8)$RB<8OZmh1ej^WVZshTo@5|r(dz1h4UvA~$cbfd^Uw$M%`ol%8AI6LJ1|E$- zYuafA}|M6PL6=+0R+cCJZ>^I~bnJ)m5IehE{Y1Y92T)v?-G3QDbSc0|EfN z2U7}wjXD#001bA$Y#qRvgU%7`#&em4y8#Tz6qPc9Gs@aYh8w`}QI$OL;dWh1Ou zNs|^dv7P+4%6}uBR0dhMw1hkWmhAduKryR}VJx|+6u_q=&@sy8fwlu(ZflurI?f3V zRBgrBE2|XaaM~O!k%`>|gVy!u01w!cS#$_!z#0cwl#&4|1xA~k)YatY2>hS4iA9Q0 znAcbZ@yVDI1{$iUknjLdFu+t|W&#`mpo{(o%=%GV-Lj5VWdh6%fMl#zU;uePt|gOt zr`>8&at%t?PUo0qf0yTz|L2CDhJJ#;D)S9zm*uM1qHE914ZSX-y(}&K)58Tk+d*g% zmaTBz)dFO^KPY(v8Q^1^fmsX4tE0Y4`p5mh5eVjKY1rVb7~Ff?03h3sPk3fcfDkK@ z+I-sqemU8-J)0P$Icd|J z`!Ah9U7Ry@33UBFri<=96HCyP|5KZ>+DvbN_UZq2!vE*zjK96=$6`z#I=bWB=)(hQ zulkOWfa;Lj)b_n53VUd;*H{T))u<0B<}bihnSf!xSsjB;zOet>Y)@_20F>Tsrg0Me z*lv|Wv|IQc&aXO&aR(C#)m?jgjDFyX#{W*^zeXL7Jr&?DV$~OgGzm5uMLtV6-}7*_ z_kVM_H+XU~gbmg|HU85|oG1sz|Fxg+|ERyE@n)x%b+DgAWma;V{C^(*QZ_0y=0|Zl zF`ltfVkve!Kz@N=y>OyHAe)N~<>FvnL*0(j{HeoLHjslHRfOJkaMZ=Umcr z(++^XSoC>GcmIBSE%hSE^pZ{`J@b8!N$Q#NU)&xp{?!ko@w%;|KG@(r{f+#)fALVh zclGS>X8%Awd)nl0|KW-JFaO&Y^7lUz`Tp-U`Llm3@`E4U$o2Iz*|z=LUXp!9GXhlv z&sJ~8ceZcADt7b%?yD5;=-ImJFdG3| zEYBbJ2{72t(PSXu-}r75c&GvD=yd(|cO|AO098l|tiiU;Al8h)rDgi}mX=^ec}y4* zBI3Z0QMsJGUhFlaAQ{0e*xmrckZ**t03!iZ1E4^;OX@@uG@M#nfCVij2mCN(3o?LB zz`+7+t;v7{ScDi{u)SGsl$6k#1tH$R;*4NE05Jzcgur^6WB~vqgMqv(vj%dO3(_e{ zKtKS`_&3Vfl)&Bq5!wzAvEB&`X!BBZ-GMZ5Yzx$}l-eTjX0QoB0!tudT?GJ_&xah0 z?wI^mfEk!(4Af-ZtaE<1G(i8Kp@Fkn?u{_=p8h0dUzA&f`s|W4=`s1rWjHm_ zg3q1-jpr=OoDZY?t|Y;QiIc|f4>4|G0;|VF+}KEW1AueJ3b3kwr&{+O9;6^(E z;K{|mwxkH|u@I-+CnfpTGN5K5ZY!GkaftajWvh7bZXd=&Ahh2PXgQUp|tX z$0Gmu_c!v>e|jRfPp=Oz&r5CE(!fYectr{#c}{XEVw0`uMxd|AnML~*E<*wFBiM3H3DH$2;BiX{3^Yl= z)o%+XCIv=ThRQ(AXj!RAN>*SQa3g>%Qv_4pg5lVUVa;+JMi=5aSQd*sfK8nb2_O#I z(t{ZawsUGi78oXA8;T@2$a!JFl7Vyt+XYU{jOdXs4dBa+z=tNK1*#JW9o3nPXa=&X z-Pf|)!Soad{)b#b0NJ?D03bq2pf&(B!KQ;PmTMy@Pe5`6_0CM&@&UPv$wyDLgG6dK z5U3deZfgQtxE7ktCM=l|^_7!VRh|UswF2~HTxVIpwhI_-EWnPDzk09ONuiAe~QFWS#mMsu)r(MD1%HF)9a%y!GME1sJY1+a}t0+zZ1hHx)T zoXGCpJpkMUw%U~gE?PFuwtdR~^IqO2kgpb!GFVpcTCS5N(`PLh&U0Ju=^s2nk9nDv@s-@akpIih|7rYJ zw2KBCF4?~^m@I~4?*BgiyZ_JQzg1gnWdlrR9*zGDLW_@8EhJdLP#%x(`!PL0?A2n@ zYmLd+Hu*|9M$~Jov2NTq`s7@Z2cO%IOklYBV-x}>)}QQfiYos-2xU0) z)uYP!!SCCd_5;Vc)<2yS?*!YcT9429^ltmteJm+bsq4GECw8;QAAI*l{^EDvm-p8v z^6=&m&>do#r_V%w`KvDf$A5k*fAgOn%V*EJ{Qe(5kbnKxkL36N#Uc+se0sRiQxD)a z;J}(>&2W6Pf9HEa^3!$H&iKH`U*aBng0O?SV|W@tyt7Sk=dW7#CU@E8d0%IvTxU-{ z`SmylDpO!LF;FA0an`6G19KH@*QL#@HDCT8tSbe`>%nB{JIWN)?b%1`I!_e832^78@QF@S`?S8F4#WPcOO8#c&|+foz(e=|#R+We7#q!z4W0O*s1fw)&6 zZ_=idoeB@rY!igb4qyT0F{#O&ymtaH1c*!2H!L1QdjZ@M0H7s!2lg=6KQr$+C5xK> zZ5CZ!0acTI+5fdR?HDoh({*Sg*6NmuaB=arNCQu(6FzkCA*gWAt_2rxLnXobT8w)1W zvh4shE0#2Ty{`p4L(0QUCe3KoVo-B^?DeE){|{TOJs;n}0;e);o4d|8Ci`R&YplWN z=(hl$w**O!+{b``&Rhus;MEFj9c69vGk7Ck0H})kvSa^8TbkSNJQ0erlRX4TXFFG3UFJ^F&^M@2PPZ86x3JzyM+U1|Jp zyYYWXTP;^h+2_>wuk*xUdyfBW)6@PhwR&ibf$Sqz6St#YcRmssBMGmXc<0W0Ohdts zrJ}_BikJ%s{VJ)`=VcNF6qoeQrHhBWo9SgRj%j;KT*p{apKWBgl%thF5BL zxCOVBN!EnwZ2L0U{!2;D>;VL3KBrc*%smx;!_nFQ_2v9OblII9UwYlp8y3nlZZtqd zY)TjaC-N}YaWR*E%}_0{{X|v|6?*@E#|wza3%@#&l?D?1sETJ z;zEFRJaef{{Q$P-dGL$OpKIm9ms5K>><#_aE~ot;X<@0K9Z=|HD7lIrc^p=TWJ9;u zs1cxC$yTtW2INQpjIE?YTlSDBr~kXJvmcM^LZ7$%-%j}dd|z%?FkyDZs-%5g&)DiK z{lAqYMENr_)430kGhnUcxZ&po@Z8txi=vO{!KzLFvtk*K-wABA-FV6qXs$#t`+qXR zF)mpF&whd&0nYd>^`Uic!#wc<8)f^W-$kB3{sRoI`<@>ECB_k~qG|bVSHN@nKTD$= zKUQ?_|2h6IG08h?GAFn%yEez;f7V-{-eYjxK10)(E;dcjXFdabmfiTDlR#}ZIo){m zQnib=>?Q6!1B^!6u}7st%}dxXQ6bjNhn8lx`0 zVawOyE^piH>AA+^zyMBqey8$Wh^xKs^3uzIJx_vQ?>1X%bp5%Pio50izUsH>YkDpP z=gfRw5hTl8pL`A<$L_YKyACVk5w<7S%bRKccWsAY+>NWW>~KG?o?A3>E3Gf`@%pL! z)$jgLKKt9JhZoz28;*RiX&c%X+dKNx!^`foU){=Yek1a;pLY4=J6H1k?_bG}|M>%1 zej}iuB zwbAgpsJrvy6~1x(1B_C!=XM@pE7Q8q5iI2QJlY*Q00L_o>>p1HIy1G&2!j!43d@Zf zthy$cH%{Ab6&pbUOb(Mypwq~i?Ia~cWoFMJ$cyFM2iKQU;>S_+c6Ofw$f0wRk z35f5P=Su{fwKSUH5jxh+5OP^J9qoqz#C#m6_Y{de%#=YAN8X!*$1|v<{t-UmR(N@C*+0I~J zXl17r!qree$wUnh6JU&&k2Zdb@7pztmdwIF;dmzy0ttB@_AvrW!~*=2u(=KfUxN5j z8&GZ6bpoT8R=^r>M)lJEZzud;bpoW&t^hiYwo1%djWT2xYCS;NxsRxNZb$h+8N3aw z`R~1tmd1K)tT`rCP)`J+Df)s|vJP640>yB&{JXKHduKq8BpKNMHy}4QR0D{(Uk;B+ zpi!Rzwyhy$#G1A#qoDpgtTbV}4d|MrOtK#k3AqU$8~idaYi>A*4ujeNx&%zpF*pio z9@Mpi(<-GQP5pS&>D&T$n{r3`5LJB#k?qGZN+ggBZ zGKE{oi11|Ol)32V_Y-w#K!BvQ;>Pni_h+3eEpKn}TI399q49szZN7IM`~Rp*A1H@U zkJmq~vB`3RX3g`li7}*4j>rER-=GvQrGWj_4bHeED&FH1mr=l=;Do6MVgvW=`Z zuhl45g3wC=+?Z(a?^Y{g$hIam=2Z=PVr}&StWR|$cS=X^t4MY_!Z;TXcDv()@0iZT zm3H>I=OUzidHwxNkH`@Iyk^AcCppb`Wy$~D?RMrqXX4f~&1CeK_wn3wu>ZN*U1D54 zdhQ(^+H47p8M~%Qv(h?}9IFZTw2U&FP!j23|6$$Vo`` zTaZj9@cG2g{<*^-|Bk#5+&!JK)c`Z@rO;bo)Q1M%j~{$4|MrI}|I^<;m7nSd0@=Dg zaE0xqz70U_%g?Xm>6cA@@k^CQk8b3{4^6)F-9>)%#}DNX+XK1z(&Se^75Vg6UB39N zOTXPVYSDPPZk6$Y{KQwA|K^MLi(JDB$K5xA(_`wZ8;wC{JC%_*>s&flUkUJOya==i zfWkJ;sOz zKs5wQ*wiY)ThR=*2e3q}pe+HUoi#68%5gA|odA$9!0yY9nURKPw~z`*kWC6iG+~C} z3<^1$uuVZUz#0Gr85~;KI5nD$z<;v@chjcHn3`FZ3HG7A1lx^4i3+TR8mEO1yFD1# zo6;`$9U#|^;g-Oh3h88e9+O$lU{ITvFN59XHuw8X0lv+e$dHOKslEUxn%9-2{lF+j zG1idJ$j$O>E~^EojJ%=iVB6r5g;?|K;e7u11W*Uy0{XCEz=;U~eiHqu1CTCLA!7zE z0|Bq}1b^Y#xd|E7+vuZ>*~=X(I;JL|A&oK~~mj9&>oXN;LppR5QusCB`E!s|UchkY>2q-Zu&??wAzQ zm@J|Ro>Mksu)O+oo%#%(;A4<$(V75gkSzcxq7*NUHU|H%i8_E@D(wCiKqA1@te!a? z`M(}(6O(KY+U)HAas;ZC{|ouQP~TUNH3IhV+XOP3TTHUe768{{yu$Oa=_@9-=Hj}A zCiw-b3!WhI`dxO%uv#LJ@-TY|-W=CJL zh|jrT70w#|vQFa!beCT={tt^aohFxf{Pz_+GL2D~NY0G`cjG@~H;g8Rpj~cJ_R{pP zNy4%5V7$yub%91Kk`rn|ean7)6v6lsb#501^lMM|6J%Y|C0)`T)5Y~(e>wp`e|xO{ z%`WN7md@ncmQGp5cE|79`RLKzUhd4dJtep*G6$FUmEwj?Zsb}&lRy35Bl*RrPvqy1 zA01{GuYB{rm<_PlxN$v9J>DLUJ$)kb`ON`r{<6#8{jAITk8b6o4;T5);q%GwsQl;; zd@=iHpRV$oU*F1S2Qd1{Tpp+e1Ls?WyS1!T9nx?oa`8vL{bGiP@j| z^w?Y|f!^4B3FjiX8j=?Pi4e3!@QEOv6M!_{P;1=RiV4l^ZIAVAVihI}E$#`xVbA#H zXEG4K-mVTbsurlW3)ZpxedHl*;c=iPXr2HG1^@WoV=1s=LnUGlGsw|Ko%n`iCdDfB zW%!Z+jz&3FDj3+Z+qJi$Cu<100|Y8u+kpvZ?GbBL0M?Y=bJ;NftpM2en;cnyVbg>~ z0LGejQ;9v^DuA~+fL8)n(RLV&M!=6v5>1YSaNNQK06{!7^3?)7Q`2k{Jc$989qJyS zo!6NidGFfy+N9Odq?T_;JD|Tp`#`>j^ads&0+>i&)i$*;?gI;0;r3`*u01eraeS+# zQ+px2l>bM$uo32Xjs{Q`n}uO>Mr=H}Wqf~Mlz*&L=sm$UOq#I|;ok*Xd!2guYXER& z^E&khJeiX0Rn+ggPK)4S=8f{o(%yf4jZC-GPcSv0i%Ahx=xmKq>~Uao=&Av}%jVTXkuMbJ_$x`!kgM zKY(SD_dq@2`2Z>1|Etj_V6E7MvCr2M>%Z!5GYtDbHj>0KDIj_Rm;orpW~%tN)phlZ zm7Fs`S}QPg`@00|z53Oj>}}WwleH*^x1lXh#b&mt-%X@C`*fuhMr}92hrf*`C-;dr zbj-SqHk+$*46N@)V=0gSC0o(658sXdCb3UJ_&+2$wtfH`jtW*3o%VlBl<}mxB7X$D zpY(qz{~y41^b;10cT9kL8T#>mrvhL1~h>x-@aWe zO{TY+k-jA}*>>DjG0+?&fdpMM(3CqqWZGoz-PG<%;IS~9^pX4QU@6>@+t%fgK9zs{ z2Or6Q{yUSu`=WagyPX$O0v15&kbxNS-?gka>$uSdEPwv#0g!$m^6-JlgNG&$ue*Hk zzRLH0?~(k@l}o0q2hjS9->mYhUv&BPZ=T50r%k?md?OpHw-1K&7TD4fF56`^{=OEqST4HCtv(TZa4XC80o4D& zL;3D+J&;en|Gs?Z@4t7n?3aO{VqVRFKrXi@5O`)T&)~BItdi{G0wNJqv6f?8X8=xT zM$gRht9)_@s|3*Eep?8;c9T8J3&G$PT&`GBO*R1NgMbczG=lU-(iIM1N-C{%+Q^HU zvdN_4a(9#)0AWi|5=-_yPgoV49Z{vLL{X$PAx42sLCuoTnnJOCTeD|df2M>qrO?gW}W3>q zW@6j4{G65sTlFpZj&;ia!#AM^&1`OfPr1?o{=c#N!cT;L*9Pf0wznl%OK*FE%_DWE zp}H?W=cm5!Bs2mjS_0(ajm**>y-z?lRxE%W4c0Qi?gahKGOyM(d^buGb%?G1xfrNy`EN6}l~G<=PJrw;7UYDL z9zJOj;51ec1Ze0CZK-|`c?3?el)$#Z**>;1uY`j8hW4TNAw>%MvNt?_n+D(iv#*IP2+O_dsnMLGsm?ZGb?+-PB zbbkC#`3>Rmzn5&3Z2iAaqO~Ptb;hcyHQ#IaJrk3p33{XdB>&fZPWivrZ_8nK;qgBv zG2s7eNDs08v!%oaNnuI!`7|C~(j{He-O_lU)(ZWa$tB$>nH(=mHUW9+O(%r;m->CV z^sScQcs-H=_m#NizK)E2dzVjfT@Nd39jAYOg;YU!G34IO7q)$0Z+iOptEU1rdIWRd zd+{_?5HlV^uRU&zot-tdX*>s1~- zSmj!8JeS5gW&CQiOJ6!YYU*5_WpFfqSk43IC z+^z>ePdG!Wj0bv46B>>DdC0i^#ZJERGVK|C4iNf1wp*`Y zGR8Bmma9A_l(+2dsjVA;<8YvXu=1IBT&vowdv|Ix}-~Vtf)n zy|qX%KaKK+c38FzAi2%=pJX)BwljdoY|F}nOw07k|Cg%MC}Xy<-e<-!KDxyL%0S+}mfpwVCh1R#M!4k?N=zjrK(h*DWuHYyphoxm!hUp4zB1}r7@ zr$Fda_Md=sME7z}GTA=?`5~N?yS5V%$=0h5WXEL}6`{TOsy139*6`!xYr*ncf3 zF@L?DXt(3>KjvP$&a>0JyZR62)Rx={gm>)w8-V!Jfx%&qxdTZ`wk>uvvk}m0zZkE_@1K04yl5U#L_}4E%GL=GqF75l+^vwpK_n)5$)Vb~SyaDKM zZbDn*53|SI_iS%@<`VEl-&y4SPrr~q{ovjK-ra_qB^=w_IO1*0MaU-KT=r^6aV(99>AmR=g|R}ekga}P`P*Sj@-L@N51|2EBV3i z-aR;%5{`q&XP;clqx)U1ADMh{|B*aAe132MVeJ4)_eYz9a_x@)22z7-bn9AUDKuQ) zSnSwE8$kp{Dj9&6bay@BP_(E3g+O}0?{IVwY5KSp3Q(c=Gq;0wwn*k{X;+U9^*_|} z&Q|v(_udqF>swdyt?x9sd+(lH9RT_bnE3Re$QNIB`Dm-_Cx@r6yL|bmjfH{luWh1w z$b+neB8c6aNpLDTlugpf?h*MK;+X(kME1^y6BW>aeEAS3lmS4j?qq~m!p6?O9^V5h zisBgdE#PoG2PA8f(X^mDXi57~4s30emIRe@n|#bx_;9aoCBf(n+pP{!}oVf{*()SEF7tkOHjAfoO zgUu>B0W}stR|1d$Gys^XvP2XyM^?vo94*e^_8wG;!iN4ObTmW^3XJXE)vEkF9UggZ z@9z6wz5msjG6{{^LNuF4eE2E@}T}$ADT$4uIznYv>ua-tQxrIqd;unOdXn zfj!RLt)1Eh5tedf>#X;=`(Zg9MOtl9_JejyI+9+I@7qrSk=r=7NRSLT)rxd_@5}*> zz60{x`ci;`ZWo@gI58I9#`hI@4*8CHFaVq&t@r;K&FpthW8b7-T0m*ZMkerAl>y?S zEyD9<|1^&DS~#5TUu3@!QSWg(Fx!={lNT9(j|E$GK(?ZxWv6cualR^$J@PSTuyyE2 zMys-HaJS}S#{e4D@_jg1&h3B6+yStkw|};QIK)=wF%vdcAhb+6UJDT?EfScOMcR!&UDspO>j;QWl}7ms-ztQ~qs z^uZ#_=UbHY=J0p9(t`uBY?Jm?mMfLJcNe)gKw6b|-f8mP-@bEj_z%za*b@IpMo`gu z0A{x+pX)D89zC>i{lSAT<;w@FY_xfs1G-*sQCXpWYeoJd4!8-tk&O{9LIwy0-L zCUO*+t16>JB1fT%WUJ7&= z+oJ^lgw}$96fnY(sQ{BsgOi={Ao@HItpYfyOaMy&4xOw50GM zIo{O%MJC`Q7YMAlwR_kMfb#^qBGcjxUM8^VRNLb_99{-GnN#;p;FT2Mvj?g1yvQ64 zU5!WauLdwkcJ^OU%>{nNJs~R#U`kpoaskjv*)<&;_|ON}9hrdGdT-hF8um|d#bsYw zi;V*aUTSg6f!t0uN8@uw9@jf35ZR(9*IC}vjs>EXaQlybxwW1B+ZY=i^d#W9+tGZE z!RTm`&~f$gc9Uq@MMJS=&9<0{|*vg=ULi-nmOb;54^E)S1kuQPIWCMzuvfNKH{znvW$fqKLT~?sI zQnG)g#!G4

5j8!i`KbfLzQRyKyXKh<*nPB}euj_W`UPWt<|Lg{XEUpToF~VoYE! zfzh@2O5}ET6 z&-rV%i~O(mp1I#n-~V-`b8h-7H%nhveQ)o*=k(!rqGHeKVY{Io8tGvzIlX*(b<^~` z_2+n@E5^xqWuz||2bCi2++@uo1_O(}wJiVJ;Rdic$VfHs*x$Zu|Xo>PXG zFkRaHR?>^!72uusD&N0*NB-CUv$y2^pBwgphemJyMoEplr=fhv*j{(!G(Yr7mrc5P{L%1v^+{1RJ_ zkylILToW)xR8zfQBjUOMW>gm-BY=4!?G%pN+wDIVh~U@4~E+Q+@b-!F6ER1 z7!7Sm&;U}~s7v6?Lk`Jnt9mpks;&9+^pk<$5rNsH8fGu|wNK@&JcPgioxrL(+>F5I z02%?{X~<^Fy`>DQjZ)WwTE*p34u9JLT5CibZZ_HC-5i0q<&MMGG(NWz&XONcg~(&F zLzx#jL~2onsdNB7Zwb7i+gmzCGD0Y@76|^v_8(vuY>lI?qy&Q??FPIFfe4lHKN1gAi&jTyMivK{kP(t#SIMD zdR-Y{)uTS0sW~S3r`_nz{>$d@hO~dJ?>P^rs3U2* zvj;~%+U5lS^pm;MBtTQ_g6P^OP?Qs*V>RqMWoIm#;7^Wo22O#_Wx$rt7>!v;&D7V4 zT4rwx$L&J;Y_Y4tJfDrer1v&0Zi24l)cB8uB*<|k`$rx2@8?|t8<4%U+5Qnx>ep zz&ESL=i2?N?s*|rpAH4lQe)#UU<^G3*;bKJB3=UPpy%Gzb zv%LM_774F8CeV3{C1^RO;Tizb;jP!3(=6CR?D;#$ui6kCdt{yIbAYa8?}P+^V-Z z!ZM<&{d}E19Mb`2AAVo2O)SFMH`)vfItGu%s_uWt){%|@$d0X-CevY@BIL6V`B*y8 zaMDD}sUEozkYEX5;1E5X?sdm#oetOXS80OK6QD&l=38akOx4k40vP~C53ph%K}yeZ zD(5ruq&9~W3Hk-_B6~A9_zd8$2j4AfXW?{ESE5(5w@@Xe|*G@_2XS9iRt zIUn`pC|gDUDn)6#6WcSg*n%_H^YsG~6AVru&LbP0BA|e300WM?Q04$uH1cb0rh{k%mLj>X zIq(R5b-4sMCQPZ&6O=S7;BMH7I64`yPL%5j?cb`MkL+Iw1l~Z{0JaL=3s5^KD}JO zjR2%u8p%8kZ^Po1%ETd^<PQUZvRo&6t|0pIh%aFhK@@m!~zw}p%AmEPy? zVqK`kIjO}>s~$MPQ}Z&;_HUC77^sto(;u`d94$WDIZ__Hxkf!hMNiv5gPSqFfcj;f z>k0iiwtt!Qz3im=&n#C0xn=*kAV%ZA9F6~>qXg0qJ=Pd=eX^1L@e<>0wvj)aeK9DS zM*m4;u`lc(a(Te8BD4sTbQ@Hj{B8$21E@Bp?m@qr_%qu-%~#M*O6~f>yhnJv+l~KA zTS|wwGf%8`%w(eebK(Stp2qhYvK-vpp#G5>$1u-<{a?~0y}Id1efdjzIg-h%lJqOC zy*f2{zUlP_pzT-@IGS@zt?Xs%dQ@r>g!HW23Xtcy{9m(lrrn3p@4k5QDO8|wN8O0Z zW$=2M6o{vi9>(?=-@>8;{Jr<+k^G;&*X7}dD!=@)%l*w!2yu`3w@Dt>=U{SW*8(g= zv-wd<^low29E8i}q|1j%_pVJ<1t*6&_M*kTY*n3&b_3u`9?iAgJ5D|ir$TWkO>>Y& zBXYUHvGEF_1nihp#7;O~!zpklJ)@Tb+#KbB6XxD*Mp@RIh)2`V7j`eJ>f>5Y0^X;n z<>QE9|Gq%85J);RtJ(1ZJOoNr6qY8qhW79%UO43~Bl~o6d?k6FHJ-yZTu7muNUmQ+ zl{r`=?!ajsVARQ>gG_`#D9~>#06Mj$;bog+iR zH48cd94d&Ysie;c=W~E>0hTNQU^DNom)RX_9AKu}2v|hq8i2ATo#%Ohfq-uz;EzDl zPQVg#Yn#dm@K_vVB|c05&q)Qa_Nfk?DLkyAy^8O*BE0}4Bf5Q2CEx`1S&6wc4PYVx zQz`@yHwJkqFOvctL?*B>sSKpraXMrR`Xd$5zr=MMYS;vzm*oAOfD{#u{;ciW)gRQs zbZG~$*#uBB@J{mJ%&)S4CHvn2zI)&m_jud-f{M!%9kd+r9*2Pj*iv;*0FLw$(Wty- zo}-{eW_odzh&|?C6r2;XxsBH${K|KQbd4y#gN-2^+{20doh{d?( zV$jk-1^5QedWl6LEg)GSPw#(R|3m-K-v{svV5=>&?l3sEkC+{{+l>HDqk{@#H%{8W zR9Sk@JC& zLlO%nIaXjdNZ7y42QX)TQIFi&gMPa0WNx(|PpMy@#z6^w=WY{^GZsd35qKK^ExD$r z@gFjVZr}`sU0Wx;&$5X1dF&i{Mqk!W^nI6fNv}?V@3f`tJZ19xF6kvo7Fa>eBVUJvXUDG!s0@_Mnhx%$=e|gjMFtB}|ulEGvRJ(U-`{A&u+;9=%HWvn7p2W8B zLi_f|ylf3e_uF?rmw)=hH|74{eJ+pmJBJ^iB#-EsuP|a>Ge{uPT@xyU)J?*XWA(jC zDwR3J2eT2w|B2zn{blgTmba) zdb^UVRNQdBLb;wnt+7{aor{nVw$@=h991S-+q{RvAJLQ?-3Lxt9Gr(JJvgvE-UIGr z-uh`1XeI&L^mH7tZ8;rV2_Q=gU}Rv#=}|mNH=RA1oyHZ;c(hppMkynbEdjy+Q8+?w zX?RylV0bh^$P1Ci$Z=jVxQ%(9>u!e63|LeY2v4)@=QQN0d&O;UckrrPOk#=C>wz-q<(5d$D&U%^psCv|3db! z$M&CK3EEz;U{uk@qX*nk4kXP4qWu%#(zH<=0$5R-W&a%gdG0q7{@&AXAfJVzKv~DI zD6^eI0RCnM0+HXA1~@GRc+d17p-;_qZ~Kg0BHKUasV(5yf?}d{Er#HvgppXR8~PA^ zWuwJ0h+*PaCh!+}pZZVNU@ri1M_)cT=q(oxbeB)rKLNJgBa{bS$&RnrK{W4c0N#n> zEQA=J)iOe#xtuGD0szrZGoYV9bAZhm6)Od})*=h@>ziOV1W! z`~h6&B7wO*l>Pff^#7caW7~>~1~e5j-*wC`plc{^w0Z8}$sIXv<7m8wv3|5^%*t~7 z_ro-KJh$uzyVRl#LJC}0h8&`AYA5X9)McIv%h48Mb00G8LJ*Ptf>bW}3E4jhGRMJQ z<wfW;Obqb%?XXEkv)e+AAEUinszD@|*W71GlBcKs_ z{8A^C+c&UN`PuI0^+`wVE^^_5K9in@wms{cEsXW5eJ=m-dk^FfzV&$=winK>1YoNA z)w$dJH{XGL5P@^@2W6r;ix@uauFZH(_BmMw)6`4QiRj)8dm=WczqhIv@>mj}@fV`5 zIAeZVXxZg~@31{|Jg1-xaR7T9awxuQV7yZ+GKwiJ;H+;>&5{v-ENz)U&Q4BR55SSZ zw4+EfDKM%vY?%(guGay36_HKOyH#{F0Fv$fYiuiR5lPty>~e=x5>)I2W=!f3jxny| zFu1W*K7cRB{^FpxHiHe2+a?asTp;gS{AeN9iclKhF&ukN3C1~~-7?a#oYMhPtbUl2 zoyrGfGz-i2tcEz$}RTM|H%XgSe{E(H(?Ii>?2 zdWSOYBTffUACwGLALpgsA0j70Q(qR47WlfQN4GhfJBpqH)>h){vq10|m4K2;MKkowk1h0nG>H2?&*11V^9ZeH?+$&?U1Y z&ik@|jef`mRg}`q2n%!=YjUx#?fIXN7i0pl%zg#!upj@0?0-!Pf1mC>W&Z;Z z)g|RNb`%YM{k{EDo5VBRm;3m?4k{?jCz{SNug zZNg)%b2;}(rlZ|AnJz6NqluQrPV8F4_#ge*82?%8Xzak)1(2L&jkNIf_KkoJF6olK zmZbD^Nt|9?iEw+u@BXHzS0)1bXmCB32xOUn$NG9wVNf&N)^K|6)ZH8BqqkKe&WE-z z$ZeJLcJgUA%;)I6Xls+Bh-Rb4ACovT{3kz+R6V1kUIWm?6PEKOO9?!xP9QDI?D-bp z@lg~JHzaSjhw{(<@Z0h?fB8t>+nS+Yr6VRZXWmP@w{jBHT0~4A9CF5yp1>ByJ&82U z-{hysH*NWCY-}BWV2kzKAJLXw@wyDR#hl|A`HXe}hvo2H%54N_oQDCAo5=b}ZzsUH z$poSfiE9DOC~3V%@@|iYnVmGq3SfeZq9s7a5ufa=P0o001yr>HB@so0g9II1sVL_j z5kMwWK_v|ze+BrbR`%&YSs$poJFZIYQIr^aP;zQ=Ek#s;!zuwnR792}cp`Q0044)C zH#_OvBT9FR))>6W0RpUvt<<)3Q2>{o_JE%2r#tKk$Q;UGwU^sl1%PkJ#Se1p6-8?R z+2fG3p#Mm~Bie=+4FG(2oz|4Ab<~C z`)`Vs0jClu6ploUfxrItA5AIi;DBE9d+t6)`A>k7Px3c|(tNmRo1#Lu|2a*M+eYk~ zpggyG0ASftKxW@>laI#IU0*dVP{e@g?d@$pz^b+9IHdI4vg2(AKq;yORO)H_hv=1M zW2sk&K!&a*r9i928#G2zF%hi>@=NS4z&ji=INN{y-tu2`$%Fk6#cZT^MK?49%>Y%4 z1GnU$kQ2DA6QjK<1J`z>19d$#CO)FAvG}D;i;9c6yLa}V<88x;Au-<13td>?9P$l2!tRTq zH|zuo>7Za2RxGwi9Wcb~uc zT>p%soO`c6A32}ejlJo1-;D{!@4cD)Z!4c$OZp^o^94H}2TtG7Z&>`>YR4x5lc&Cj z{ER0_?M%D$o2l(fmtL=BOrErVO?LEZB-{PG;_0UC{u)*Nwo*mFzHBMBULHE&@7^`} zN8foQZ$`9Fx^XvY$FFGji~!#KJWGOHnKffeV>5K{jcy%ri|_E;qnn+_wdGGmJlAih z&Dc-EaS!sweJb-0?%8mLrTO6QKFKEMPCq_Pa~6lv7DUpGI>ms#?zU$(0(vu2D4f!a zSd;<`-FdQUyS%!0pOXgPuD=7Y;xCmsIu*`VZArE)BO))CWhvkVWmcUcp2x4=CxB)+ zZg2!`Hz-0kwZ{S*| z?baePIhPEgt?L{~3a1<8<0!C{bvU;8uIk7yk=)J>5Duw8uL7hI^>`}U6~Hsfl@4^& zi@|@m=;t^sv+nf%s%tr|&>>!oS?Ikkhsu9M#RCWgFhY7ibU);U1uC|)lA&Zhk&4nG zKt`!3Sl=Zu=K*jV_6Trmthuz3+t?wnlr1i;<$LgY*g1f`dPmtT>~L@YLhS(X3v?9* zyRwSJTnNOO>bbAu8)&hN3gJQ0`TqKCP2FEA9ALQl%j+!BBt9J`ww07NNkc*cKJQZ zz6y4Gz!p*0k*_$d5$nb{aFr_AC;P9lKke7bmUAJ^0E`D^*F4Onz48~lgJZ}b7EcjH z4!V&NSBv_&{sD;Q-2@nyvB02{e$rwp*#*C(rA&OB0w{}q2@^9uaIXh2>r_*<6G>zH zMvJm|JJ~Fk6aD$NXzTBGaiNbw-?n5VxZ6&iZDC$E%Y2A)*$_RA-AX(A7g|)r7!J;}jEM&}Jb{>K(srcR|p+}r-_j`@`3(IjHn`0hf)n^**;CdaBioT4_ z&n3O)Ny*nc`c5t?c{Yv6(fGNfS2n#?0Q4zUG`XbH$tP8>15$sk-N%pC-x*mVH|^Yw zeqQhNVrqC3c?Pg~nBc#?K9GO(eU)!th0`k{H(vP_eL;hI)e-CK{u6)OUjO`hi=T~4 zcKd1hoI8`-n*E@_FkdtV2rawv~j1V5Z?{;=U7q?-TqM2B#973(#YZ zA`WL;iidba!C3)R4EP}*2h1W5+XEZX#sTsru!etH<-+~$W0Ave#RCfGES>Q)ju(Kq z0a&cPfDbEB8m=raY#{oMx0W9{&;UUN{$Nk=5};)QHzwrlwyC_ir~=?ZHF>Bj+Ao|< zI@}0y@n}dd*EoX<9KO?5n1_aUcvw(TO`QQpb^qn!aR zwWdda6zm@|o1((0kE}>?@6q=_*4z)q$ifsJBAE;&C zjrgIfigw2SEp-tKQ^f;)!v6DK$$mX$2>Wk-C}$nMSJG)Z(@S`swIGN-r8TBr=@dn5 zNh5)0(QeQJWZj~_+{(`OFHvsR1N0O4UaWS5w_w{~%J%_*dbVQ&v zIc5JUZ2#xSe>pM!qy0L#`C}~bz8pN=SO72r%#X+a>;tucXzufx)B;7dk1GqGNicY} zQwExSTGR96KaxKi3&Xp4E|0bTHx8!N>9^k~RmWa^FZwA5uw9a#U)lfoMT;+9#@!G4 zNGY4m@jvE2c)!n0oOgPAnE9w*`K0Ij^_M4|_M1*$y`(2g&#%p&q+RBj$R&MsQu=+7 z+^e2mk3$IUSPgA*a^&RJhD%Zs6pZ;58ph7FJNfr#?@xXBN~H*-FXL@ruX8&gFK+qg zyQm0x;%$##1M_w|fI0exd}4RyC-S!RJBJDLgS7SKBq-cAeTAUK{*s21y;X@klO2xJl&Whh1q#cH#b% zVE`OGXhuWuR}j9^3ADFbKoZscg5|MnWJ3+LdGo z;6vNYJ-)Qs#n|P`MJsd3AE$<84QEnlwACJj|1E^bc5{-^0AP&w{1(A z@4;&mx4Xd!FE-o%sK2Ew2WXi3;Z!YM0&EoqAMv@kl`}edfVOzI&i2m-q%E`jybCK@ zjZx;w{!=mXHN4^C01VTJ zLj_h^5W@4&*DVrvv@7Xu>Sgp_uEcJiERQO;Hx}qXrn3;Z9@OW$O-8#Uc#QH#A1r(O z-*czW2mB3+CbVljoC{5&Ij5MYf}%byqoDktu_71M8jZC%Mr+E^L=rq@y%!p9NB>6i z1Exl)I@d$mRpXZ&} zGk^62wr_XQS$g)E`=2cFz`vgaydLSr?r7mwdAvNg;(U1kp8vLeOaA-M@5#UUS03!52CXhoZXVmqS{jWw~ z^e&-|wNUlE&Ol9q-9dYSgS>Dkr^qS$r~W}I;vS!8z`gFtw$TFUd7&=rPeA%awO|oV ztH%c_GQf${0sux-bfd`AWm+_e`)QG)@@Nw{?C3kJABAZhP(aHiE_4t`GsG&$ON(vza0r3`2NHkyM} z!eUa&Cjmx`#kKfqu}gw^?Q={FF61TpNVInjv0A%l@Hc)}Kij5-0qj~~9c10lGSlyT zHhITg*ZiQ!6dz!CDvJd;JdgkKmE(V-`gt2n(czfihyA0|hK*psS7YLmHV_B5$n|7cvSVs8#WhXRb$zMlFVI1;XipzFCE_P zCVirN9<(d@yQ_QhZ$Dh+kAHPXe)N8mUwypF=l8oLbtc)$zTKaEvEh`a++qUQBXR`d za3+HegPLxiX6i|1#u!Kj{;()6jpU3wB+O+^g2YAsIscq7@x9V;5?h(mrmRhsW zHf#o&x5Ni~<@InX5t-@I56bbi0&n9Gb0V9^lEUPGi}TO z_}Km{Dzfc>@0nj$3An9B;{yhJa%)Sz3vzZH3g8L)Aew+MgG3%JTofxDZ+A0nJmmlXXiFi$UhJ|Fu)whb|o1KLLL_e@;Le83^0IPO{(L zm50_U?CzBPuL)KozhVE>H|{z3+5XwC9q6xxE-%+IEvh5{No57-H~{s9DSm1`v)RJ+ z-u@@^kNkUaQycY>m>+5Moql*T=>=P~}zv{8LeHMCp!f=tKZzfn@y zqDOr5u8N9mH{$Uh`7M0Vu**#`uyU1ZPhh`_ z{@n91GGaS6Xp>nru^QF%olZ?#I>39{^5dU9kPkmv<?bwF3?tXnyaqdsw$ai=Nh zQD%ydQ}wc=XC%9+ig+sL8IE;5vvV{xI3ar%9G)jTuEd`5v$=a3jS43Y?~C%QPS+hs zvixo(L5?!4&H=jiiU_shPGi0}N{K@n5ut{yw(D8|)={*RO140 z#F+YEd#6s%K|Y9x-Gj$zdp7r5w(BcA0DT>DOu%Vp|L8a7>B$B*(bjyk{5lUn-0lh8 z?8M*RxlQ6bw@C+;Ji8t`ze+6<*|ZRqK+a>p7y#q@ws!iR+5VZQx`T>l$_#lH6%lMH z7yiO-Kus|9D+O_hk2|=h=R(7DU5ajH@bM<)jXd7|5lJ}?DAVF4R-tI*qU1I_8Wa3w`_D{U{Eb}?3^>pB@BOO`TS$O8bZE6T78!etE4A|l z<@R@0-!bePlT@ASvMnO`;z8Nwh;Z#9wo?pH5s6vyhl7rRf4f}j9ZsjT3iF5?^(CkJ zSGIo*`^WW^y+pmwjQ`bH!~w2BP2%s~+ka23?ZnPBY_bZ$nQoJAu%6i9TCg}k|xKF%zvNG`PcoNA9}-Jr}O^EIY0M& zAAPg;o-XI@0rF4cr(%4a?NRQW zZm(5t?FA>(s~G`J^PAV;482Qw(sYA%XOQgKZAj&ufxgP=aVPM8o#~NY$w&RSTI!Wqx+ z^~{fuGhPb4&rjm(J)6j_sDET~N;(|142K5?(fOm6&J7~PDw?_t$DVl^5g`SC%%^b` z$+w@^AWBcn%6E&&cn@yO?b5XTp|!nr$e1FT(>V@+T+%@ocl4tkoCe_0+H~Mw&a)sp zWoit7s2pJifV2+5@_dQ{#QD56z-MX$oq289e?2;^&w2v1Lcmu7CpJ?7lrsu2B^C_G z69x5%%e)^oQUO5o!BPAhvg)*Toy#*0b!x2+YKosdu!8p_uct8xRko1MHkHrlZ!S9u z2e5GHq!o82fVu+wAnG_U%W!C>CHR=s2}TPAQos(%m)z%~M}Qn6@BrHLVSW62)|IT- zs8h;YDk@PE`*4m{94xm6?S?Nl%=zJYfR_wX0K7s}IKBgjzqkJa?+d&tYKb{9S2OI~ z>(O#CY2T(3_^K(9W5+GjGy2~_I{xRS&JA|hWw3P2C4}Z zbKXu7z}F<6o1@rWmQhwYVgFJ(J*XB4)Y1TplfH&^R14HUwtq=*G`peQZ~W0II@{yYDVpuZcrB zZ|gaByR9CN|1HOV|3)*?ztuufVoV)*uD+Ora!AxP?LXwl z)GMQ&v702L`D3nzVYRi{{+Eb$=L0|Y_CFm2x~J!gSLAsRI1@poqLpJ&XV_Vr27>H6 zvMFey)M;$PID>ORFt71f)=oAbS1sp3x-`-cP1-R%H6gsD7n4qL;clO{vsX^|bnuBT zP4;3F%bi`gsU0p2^OOlQ_DgzI(<=!;>+Un*FR!3VK1-=z%^E*#I@L$pSKNQIzWs6X zeEmj%8%c>D<6M&z?{FldvGWYPQ~@` zbq+J@MLzrV;o*8X?I!UPQG+-H?d@|q+Vux&&3t*%DSq-7MFJAn}+67&-q zTT-*A07>9jsqO$uq8zWXrI!U05J>^xiZO>0XfZuiE!*m27It! zWPC(_0IpnYF$QomJKrd`BruF;n>GTILI>jWDb+Rt>w6rwC$_vCR-z>@$; zfGTJ^=nw;>tW#^!%!KpbW@-(#0haTYz;`Ss>m&)dVKD^})Q}nH>)>$k3&;H&g^EQo z02p~7nQ_FV-`hJc5|x}ZxJq+Jhyt810Dhw(8Eq{#*$iap03hr?=q!PI{=rG>(ZaDqfTB(jaoGbDg^p!iMDjZv zDv5p@(bd~K)=q7V=fH6r;|I8PStq7QP1dL6$+cW4DgCJXlovPRcSc~+!Gd_8?RIe` zg%IpN?w{>u_C`{#v=05ctwB^g;QEaaHt z=xN!7;rp^{=tjz%^kx!h%CvxG?%Y`S%g%VwaX0pBaXw@5L$o6La$zOL|2&UiH~xFw zE#`Wqe;Av#TbGDZ7V4KQ!k@3NSMf6(x)^aVgO*}zXV7hQ>>z2HWbB_v3#{ zptUv4oh1NnP25(DWSgAO_!qjtM&R$UsV~4mz5IUjPA?Y~c!3H!o6(VB|M@%g-^bvY z#~Jm;?|f&pW2Y$aEsdz~xJUY2j|=epbtVR#>*v(fQ_19#zK)dRaQtm@X^ZEdOfHgs zxznvtaJ-O220S0;6>6q(_SDgrFTpU{?i$>vJ!QeE=Q~w&k=Hia@qo%(h=$Zmo)Jjh zGN^+cZj)}~WlMU(j=m1s@7x|1cKd~1$uI0}`O$kOfBIpUU;X-8zPP^}fStR8_fLjn zu@1TojT5;)|M~?W2u)+)?Nq7;kws<-W~@~41Wxn zQq)iLLJ?;qAC_lFfDkSZciRfE+qQG}-8MT&2a$9_4s+8P^y>r^WE2(3-x1B)5;z=G z42bmXI6R8L;RK4{C`;WNKnf!Guw{AztRpIV;!QS7hu$Mx3(#&0z_!|7Jw=b|9KFpz zHKH(i3pu|7?IofUkdueUDT8{FfCnEO=n=F#C*6pLI2zXInh?Jyb3$W5gTLEH$}-To zWxfz)#IT=k6U9vGNTl3?9i<)A2?RJ4C?a8vvmxgqMF1*GTc+|MKhV|yUpWOf&Wj=y zEywq=jtFtSdTF$DSX%PG7Le5m42ne>;%4T^@&Z_kio@u70dSH)6BaSh0U(;XTP;$p z^uAq{3g8pc6Oj~{1EKT6i37K>aH_T7)h22U%Xd~}yiEFBeet|4f9xO#Fiir0Lyyhn z-L}g24*qxOs=r0jH8#^PsxjWf^DN^-8UMGwJ$OoWu*+1GX z`j~h}+P_L3@CN!K>u6gMO;A_IVnC;8Y5Z+8S3Jdh~6Oi^b=u zzpd#4Y=9|awqNUb&#Yez7NgF1uT!V=)F1Tg7>i^#x1IXf?7wWb|L%PLN_}8hxRf^e zoMPRL|5$`RvK0Xp5K-hv?FJH}fXD^v4!f&`OGJ*RtkeD_+hLTq)f~mkI#Yj`%pg1# z8B&iVqN~9L-DVkT^m)^~jrv~fx)^iSX^~LTU1mq=b=hRH+E&5u!D@?0jZd$v? zHXy#~yh}l2E(3c*9Xv}~tjBm^*vV8J+n4mB(|#W9y|&NKXY1Mma`I3@ttVcwBc5K7 zgmxjDwqx98SQE9yt4TrdDx}RI&=#1>p^Yx-Wl67Q1hk#LZo5v_F?kf_~0D z>yv}b=hdk3Q>Tf;N@QAaxShl@WH9>mOf1hAzhJWs5D`go{iZy;{w?|2FTW@M?!7zm zC%?EWzkKhJJiLD;_T|C3yADTg%iPfym<`JYdGZ+$+mCsq#g2K=cchv{~C4e)c6%P0a+ z3NRUwPJwifgN0f-gdJdz9!Ik$SVe%c?zZW}iOM4Hz~S`w;@%D?&5?_8!st+|4$y?& zQO+W52R4&AO057J)p8&_dR(hQ3@nQ#Kx-y)6!j)NIv7zdFy%%>Ob5WrhvXqIM0}!b z;{dI;q%*A3TO!IWz?Y0di|3{`ibym>QzLp9k>vB@jb?=N-Yn1t3B2?@z|T>A4mJ+T zhowyb67t$oM!JVA)?QQ;TmBq5pK>8x2Jm;P9NhMJjw5V2I+j6!{Wj`J?$M697(qaZ zq3uP3Czzt-sSb#y#=)NX9t~dTpw?IdP)q*wr2uN!kn4e@?JD$(>h4?M0RY1o60D}2YKfkw^9_cCj7pjM3gmZLu*%t!9=6CObZUDfz*C}6?<9;S|q$QPy z_Y>D=mLB1qp1&?O!v3I_*C|P*7E%ZBz)b%teYWVE&lL|Ju<}Ky}OU9+Bt^*}^#L zm1(fVj@y6$Wz?zB{6dtYwOv^_GCRTX9Ovu&0F3`DEp%es%Q=j+sV$FmA={G2e=0w8 zB93ZiFkE!UwS97qQ2kwwOMFZ8S26+0yxez6dd}P?_Q6jB3}hS=Y8LdG=YoT zh3C>kf5YU-pI^{uhiQ4+CdY@#?R)p$mOr+)Gp8VpYH{^>i?n=L2Mx@9% zYi4smHz#YG00#iQ(QRzt^k*O4_b6KPALzyl2i2dzWanGbOE`Y$*2?}QeaQa)^EsT- zlZ-|(NrxI-jsVg;ssBHQTmdLj}P`hnjDFtNLwlP4Vc#c$>VF8Pi$U45lCo9g8RoTJAxF-fiO3-EtUo1t}{bu%$pg0Q=l- z%pY3%S)eK2!Jrn3<6z;~su6nbeIXwnc4YrLQ^uUP|B7%=suSE7?GE672CHEIy`rrx zXj5cP=oo*qQq7UZ2o5~h~(}ONP^0ZXk{rd4*(V-BW=RZ8hsyq`H}rgH7xoG;<}yeKho0b zFg8TW^G=7ff2)N>;ORd5|k7ZJ{Zut9~o3TEY8_~kHwZY)z^9KSw1%H3PE4qf-)z|P2;~R^i9!; z(D-i?r~Qz9?>T44DCp=b#ylUq@sNpdyKBB5HrRIdkN$9grdfXrdk9cJ_^S~)&EtOp z{@E86G{my)Ne>c{*4%H&9IftPe(f;X+H>^1y=Z=-!}RBy(hjaPrfD(5LRXD-i`v-r zu=-~#AYgn%@$&sA65F@#`m{@W(Fv`0eD#vP&ZHtY_PLJJWx?Q*z6t5Z6dXK}d6skz z9D0)6x9C3JzR!7@yqHdSKaqZl9Q@}<4w&FP!D+w7TljBQo@X!r)1`Jp{b4=nyGQxY zr;d2nJ=KZJ{-%0+2lwRe8+U5JZW7c1=3Kmvihgz3@Xp8R znx6aucE}Vibel;!R2t6RxVur*V-#~#b#t0<5qS`Zx|}P|^iGwpv)rn$big-kwyC0f1wy4Io>qgv>NVw*XX*?@JT%;j4Y!x?bi}ri5g&7ZaitOH; zZI3?VgOsg;WTT0*3hh^)CewWcbMA* zYVrY3Q$&{|FcDE!at6ShAb(q83wxW|#d&I1F#>KOgEbD8;PP?30C*-X3elq=U#=5SLkF3de!=x)ysxzh z7;Z9eV{bC+4BCpLE|GFexg@?ZI?%SXNjJy6yM>rK=nlXUBCTNyu5zv443Y`?s|J9t$}q?cZpNI@!xn1pH>#8(6-*#|p(PdK{}Z7uLzxaS(tu5+ZB? z+@90x1P9x4Z2vO%!F&7n$bK83GxA)mbXx>~Y5}f@V)nJPqPrN^>%3R5D}m?*#z}&o z=-04HYmMKyTrI{a9ey**|#42dxK>|A)G)bpC;t zy6l0Ya6vD{3pyB$#*}YIUBmq`?%&#UjP0%HZjQ!(@oURfEq;3c+(o6LxRa|pYzNc9 z@f`QJTb)Hyf1Dy?sRr2De_M*82#R4cFP5}C92Iksmi-ev8;(jxTfzm}J}(M@-xu3j z^iN|!t73tWW^x;;oyq2T`#aCCUT%BiP|oBV-G0xMSxBgVzu{|d3VfdP z>-#OW%RApkk>s(sSe7nlaCI9Dc?~}oAHsO-)FB0H*4(X=& z(m8pa6T`WF@|<4XH2-ty#YRAzoVKv1$x2UW^J=TvC4Idqq1o3eeZ5p0a~d$sVZ!}T z-;($3yYd$w-jhH3$+i6IS0eX67kTusJN?1tR0Y?wL^O;~q%GLF&1pCS^S%GsgN>o1 z>Sr=V%RgPKo`s#i`bj%IX?W7|=;QMI8r#q#%X~tMV&wK)aZnNf8OBURF%4(6_W-0E zpl$$BkyIz}c>>T9_*jG^w`M+Uoxnjjn?|6~mO33yw)WZC?QsYY4oCAX+3qBFRNQ0& z$m+1V9{yv|I5;rTGg8T&)w#|yNZOAEH;bYp8aJc90yL?T5W=7J=~9us6g6e@G#J~7 z4H02*-j!$YthO7~`TyIIknoY=yw)Mf+B zK$N*4%DlFrBkH+DfaTRfHJYo4p1)^WN?t%9=NS&<7z7$+BWY1 zs4f5Nj!U_8nEbCIM*zCNVCy0Ad)tVNj|Eh}K#ixHt}&4E@Fw zmYtcBR4x z%T9+N%DhW}fkS-9_7A&d`v(vGvHhdLqs-#eAETXV{C9v>lFQuRyTb*vvJ9ak3 z_&<2n*FM`XpAjO*J0$kWVgi6&2;Ogs>=&v~M@|@{ay$|M^|P&j3M?tLlop2QJ&1np z>t$>E*P6a=XW)`9>5?w#8PW>{pm_>-8|l^Eo^Xpuyu7kPcuCXiCr`FH{(PHScse2X zIwgFY_J4G5kss-m{Qo{v`42z8BR~IOkwVHRA;eYkuY;Is2T`|kmE z9DW`>xR!o+et^@q>ua96l20$We80v0dMufzEzOf_=+nOCD{_T18&0TiKecqgwv=0^ z2@nOCRFQrJTu@mN`)C220=P|wD8Ac3p^5~Q0(g5xfvr2oydo!C0?oL$=mB)9V>-)- zUel7pv5XlYMR_Z-8K73yQ{y*rGPVHbaiQ;=KP8~b!M^5Px&a;wfexTBs7Svy0}0%& z31;c8Ei`XOUP3@E%2{B@I&Mb!JW6#2LpVyXoLZZBdy^OSNR3_YW>p6>nPkJYb8vR1 zzTn8?)Ez0^?nKQ3StGR_00jL;UI04*wldHIo%Fgh-*Hdw=Bh`4KU(k4XlSK_=tzh1 zx6V{0O!IJb{{Ue}&>(}@Z}ROpbtdM7}ZeY7_K4FH3Il_u9J zfIdWv;yZx4BQKF^H?);{f7D|^V?0Zd(-zUrD9d!PV6>Y*=*vg^1=N*h=HS9gY75Xs0cTr8=TM=u1F*g6QHV*flUy zLg9P{9>?AOgE}Y17mPCinsINp6ZQ|iiU@9|{ut5SJDK2}x%e>Vtn>K_ynrAfbMI4V z5tBH&lln%hlQ9t~-tYNrff}xD0`hThj{du{*OX3A>PcKkJ#JsqF4{}Fq_01HwGa5X zbg`Tll`fKgHcfrL>BbZsPnBq%dx|>ao0S|;D|L7=O>jxyyrd`Wj7-Hic3iJfHwbK@`(>iEZ7ZT*3340JIXVK(_+Oq`-2?w>Z7S)zvb#lQB2~nb9AT;CEw?uN-p+3L;wX zF;kOt%&oRF<2UCgkY{lCx?DVu5h-;9V$Gl|mp`Nbc6B=koZ~WcqiP^p#?F4$r^>!w zU&rB*HtEimlD;JYKljkBRRo?c3xO!q-v+2vQFu|tq~BO0S`ZW#Euw6<+n1^Cqep2@ zC7}TjfDQ(R1$`($+m2+ds*|0eYK}Kq%63_bi+$plje6p+K9tW7djwchhrD4Y1A|cb z3|WFEK&ex6yB;V_~E{*L5)=Pb1r5X z*D~_ndM@-x_TpY=EDBUK_tpmh5cm5BeM9Hy-I;#Kx*bt?Naf~jerHK8-CD?E`?u^* zjpastFhJ0>Tie_J3_wkX(HR{=M)|osXTUfQpj_u2CaOaAPdbPi!2SXBg?{q2skE?9 z>^KoAo6dV0)xFBe^fG2^w$Ug*=oHfagJ;(w%6HVSCCG>!A}CYJRgde2-zqvS-W>H8 zR?+gK+%d+u{m)b?B1~^lXDHx1JtI4S@5l^0D)2qur_s(CwQK;z1Mr;2|CPr7QWh+f z4$-!X7SFlqR^G;E7q|@feO&FjSiCnRCwxpQBxY0Z9Qqg&F zErDK?K_$;8$o>^gXf8A75C?ZTjoYgEx6e~;^!=m0eK-DVjQ`7(_if!KJ((;xWVs@h6xTH&Z-4pv%d~Nd5o;o2HCID&|GrOdxOwS+ZdA9Uo zDL6!uI^&zYbA&oEWia}ZF6s8uIa^~Io2TZ`KKs&T&m zd-T1|_G|OADS~o?2k4BSrzsBu(NCVf(#?4CBA87-IF_qm4>+n75w-`tG7<_~v?;RE z2sB;*dchGR&~nsDHTj!$=Zs|(liwIRQjuQB7g0%YI&nSlu>jbXj5afyfme4j4?zk4Rh}6-jV!@NsHz!XnZzBEbt_EbwW_xy_u<`z`)xpM|2c zxjhoFmjXMBYNLQfUyRUjq$RfK_X$ka1gdyDFGZEPkn*04;3aAYm@)A zs1sd@QA8}-s0u1Lq>}S&t+=5(@nkY*Xf1>+dFWF`jkWx4OKUI67EsF+m?U{mfr|Bx z?fq-~G=2P3&L*H*C`yys)Z~P0Ti)j&2-6YN{Qx@v@OcDg8=Ucb+^gO(M`h!?7C;RS z4&!KGzJJ(O@CBc<|L&FW_bqhjn$;o~7O<*q3cybL55P716!EA?2he)#$mscApK-9F$4p6VEYc}q$UORy5a>sBm8hC}aV0_V}c*8z)GQwiT;ad>avakTGRaLQ}H z;K#dza;l@X%Oej@4LQtXM**>YH~xFH{c?W%HyW3$CR*qli&wjL5TKjj1w!yQ51onp zyBLlCA@^7?$jIc#cj(jtF7hR>*BFiQAMzpaIqc0Bgx1stjqyuDuP_b>$=;#^&{n+D z)rK~8nyDX(xlYJ#7iph;+s>x;oX`76c6^NkODAEoeM5)(aUXI?m-Nj_CXaUxpDn!% zbc>htdZg!p^W2v9ziHromNt<8+4h;|*gRh;a%b9_Bi%|XI^M~&I7~L;Vn^aEc zfF(tJ?2})e&&^9Seg4Y+Q{`#jy$71vX_}BHktwRz!l_T5Q7R-r%I){kD$26}-tpoD ze{k3vXbu1b?H#Hq!V2YwW8HB`m|ufqmQj4Y6F4_Ji1^;A2Ap|(tH843GmSSom~nXR z^`q;_hb)k;>WD4W1Au6)qW8=QEC6q00ihd6xjCWhdY#c@5`dHtIEmj52zCObu$8#( zEoJA8dxy8h|^UDhw2MYJ#|C_E~8w*Nh#R%I$%TjKr^jVwk0uG>|_6TgQIx*m2K!&L-5r>nL0-t&b>9*I9rnLy!e|q) zoc+_h$j~BUx7uIG{*~$`*&iL-zdXkNt#l0K+yQXNd+i*sVcDlAkc$PTNgXtH9L#_< z77Ac{=nKb!2idqzL0oAFV)d$iJ4$=kuwpehfc5ahi zLN*1$&kGxSoAGzWy#f9w?FLbd?1YyI^c&HO`GOqI2H21P@jLC`m@3HY3~HU#){I={ z`!5o@=%2Lz7^|I9srqgn-;@?~b1_2Z@!x5+W_#fN`;so{ zo0o3Kr~7(xzoc(kx@|o|RQ0pcAfM%bICA1{nye}fu!swsTVv(5`uJd(SRL-0-zu6$y5f&dL83Ssgj2pS*2{Ptj%S8>PAKv!?O7F=CdU zF9(46+V08UE%)S4K5g>Xzq*!>e%<8Z!!44_0b`F=_DS#(4hR6LEoynh8)`VvB6--2 z#&wI1MgzQg_{DvB^Q{B0eQ)vY(_w1bZK`W+gCu`ScYdoJ`C0<7D0ABBPxzLSfmi17 zYdSz0I|A40!J6RbYZUeMKl-V1*}3xW%DHI%XL97>Hi?RDr z-ah$Wa;{fwc{e+X0v=9aI84{q*9lhb4~k2mI-e!3S2)+>Qel&42|>6Etw5aTiaGSEIax)}{l01iNmAur;abO#uNYW(VRWHx{< zl+VJkN5s}XvQ4ttd?&(SYY!l%OKqX|g{7ib$VjgQ^eqmr>$SDn=4j?Ee_S8iy;~iu z298YzNv3DB(wbY=M>&)LyB)p2=r%>`x&NM8zJ1S#x4=-b5#033^-G>0P~$PmYzUN8_fJX=nbh z-vJ7z4eV$u2q;6;dI8#`XT5;!4a5VT$ikg*6aq8?TlD{+2eCTDtI9b?XR_?j^8ma( zbN~gYCXGi?gD90Bd3B0}M?YmN9Vn`^{ds#-g#1S3<4wEuC!tFV+kY);>E8YoQO>To z3@D~Ntze_vWnnW7#|pX+0@04!#oM_K!LzYBNl4FBl_K|r>|e7=cZ2z^p zfp-i91~=P3>@^ne#(mMxJJ47QhRCnAnJUZk>osPXBxOXmnKA@zc`BNBL}rJ)5q*j_ z*xRe`>Sm2+86 z+IQoB%yGg-5RIQ_6GW!qnIF2n*?&7d{=5CV{;Vuo67l&UvFR2&V!dn{*m-%@@!{# zO!^JEfN!gPpLcqmIFDgKp?3jax(Qv(CdubRKwNW`3CDZ6hNhP>-G++1Lg}IqFD&gl z4W#Fxao*XfeBR!WzqNPd&p){%fAO;~!`fmddY6 z{fbiO8WZj>?tdX~-hI2gC=n^&*W{}gQwq3yrc}P+GAK-osWO=p56G1 zNWu-&T?4%IdxA&O=64@Cx)XpV8R?VGGB|UEKs`9o1o-9O+t(`{^2AP=IPkLWz@+hf zyr4Lvi_3P3?o0X5kZ$F`!Z}YMQl;de1*V(=S%-6|b^5&XJfd#%_Sk&{8~$FFmb|8_ z#r5nh0AM_#)Bz$%fqbJT?YNC}T0H3RP}9L@5Y2%hzdjCRTbeNVoOKe(ZOh&U6&*T* zP|>5HKLEeDRD@TSwJ`^~t3|4qV3iywpAFQ_ zzFeKoWCFMJ%=j-pnX`}?w{Du?yoE z7F5{&g>7x9X^y;LOc6vTa96^1v zYWwx4=h@*naO`eGKTO&`x$}nndAle7!-pn+_7jtjK6v8*KEE+m96L@XNA#ox<%USD zq#;km_Rcu;OX<26r=OqhZ6j*q(St8#eY8q4+S=pGj#WLACrvliTs{5FjfuXDexBjI zPjL5>rU3+)WJGLU6G`ffbf9dGWIc*nmWu96%7;dW!nIa_8{OA{p1F7B4%aS9kfZR@ zxkscd0XYEIKz}jGhn#4oZQ9e8Rq?3WltuT0kWyD6H=85ShTYgqqcBB6hOFSMc2L&r zfQ6z9De&ni`bB9QZPW$(15nNaD!eY8_$F&n$EuyQ>I(pY!3IS84v@dKtV0NGQt2L% zeya2web;*d(h1DUuB}m3{5VpTvOiu-C=dZU3vO+01HgIJPPBM-s?Go;AX}DGq&2o- zqmKhf*^?ds<&-SHi*4rfgnn~bl7lwBXJD&%T_e8)$Rq)})+h=up07F-B?=#|wEOGUs(EsB;SqA5|*0r)a+x731CVx=*Tru`?C z4|C*ue&AkCuJFFox1{Ef`abJgvP(TuTKwoIqK3?J{74Sv3B+BecX*vNW$#(cQNL9d zSH6r2-q}?GlCb|lKjA;H&s@M^3LEs7DwF;54j?S5q%HLt%SW4qd_d#k@?rgoAClYD zhl-pWuUO~iu@8M9*+1uF9$ntFMlAr(m0z7FF#50@^8$$OCCiaVQeX(lEqYYQHOF-< z2-VoLjPlgNunB-*K8(?2ykA5evWi8WW#YBhx&5&q*yk|Pf zdi@ghy;FJ`Z|Ra=opi3u`aS`2lMvQ(Sr>SD66pZI z$4h#(Q#0SzwjL($zq#`*`OEFV!C$HT=x2}QHy^L^=wXxVYd!pIz}exFi^i$Y#6)pdGjb!Bg17 z$x@2YVyE8yA}s*H;G@MML#?*5bJX1)?6$qLCo%y9Ro^+%u@PXE`A9`SZ|_jx&W#0U+F-0DRVt2+Ps|w!gFwnac}MsGYF? ziukK%&<3ciQMphf70F1`edH*E`e?%(V-gtBvk}y7S|qCSa&$Cg1>I1#f8+sGC;RVY z{{Y?n9wAx{%Qno~S}oE6i0++r$Bz0(2Ddu_jXt!*Z=If zXCbqhQlaXEGFK$Hr3`E5N9joxCiK?(OWBP)Do3 zci3&Gxz0wj!Tj#|E~3Cf9R%Y_P%m1QUahomyDtxZ#Qi&q{Oal*`49IO`IEnSC_nr8;o8SnvOd~C zIEjeo!!+Ie^l*=^aj?YmOY~}h%o>2J3IH9Oz-d0E&;vL8`UYZr`QV}SFCWR$zq*5D zZu%ED)adccZ}e={{l;%LIT?Jda{BXE=10!1z#(t6bzda7I^({04hMj#%z$7kQVlHkG#`;zTOSlqIAI0wMYmQ~-$jRJtbtt>!$ukPn>i5eZCNjuFX> zHe;ce>VBN`rK{ebDP-2b4xDZ7-@^8L31YkEuLGJ+}v{3=0 zGibx0rR&)orO7}~Z8--Jt5chK`8}_7?YjftbQekO9rB1toWMJ8&*DR6z*CRpi8@zQ za4nt~*?*(HXv=jaS_;$BgB6QwHiPBhw`M+FrfET&Y66#SZvOz*l%hGYh=Idcxt-QN z+y8zC1D+KEo5cz^1i0$-CBA?G-eHa&2H=c#9TXbYbD<7xJ`UP5p)yJ25p4##f~GtB zH|mE-Uts?y67n4O-^l(GsF&>9k#A#r4PdeCpy%R;LSL*F*k+jq&|g=Q@?pK64~YfX z2*A+#o=ab{J&fozEWp*e?}Ys$+I(Gw55^4%3G^Zlsf~!^Q{do9`;W0A?PB_w7q#%( zPIdO?pPz-qM8OZ-G7k+9+V#@ye%N!T166bU=S3u%KM2W_bP*BbJ^FdrMJ^hsPJPjq z)?MU1u47S_`yGtg3l1%%K4^U3Kw&Z4KieZOSny%X7@vjZZoczIxc@w{$d56ScSY5t zgvS3^81-`ps&7*vU5?5wtz};|Uejyw#;T*p{`z@>(L6V`le5v%y5k=`aqsgh>m|L$ zY51G*b4lNz)amE-Nwd`f%0j9saGrQYI^~pU!gRB zjMb==vp3r_Jv$^k#>U~r@*}WZ1z?6SHu^ z-jR-_6ey66H-M{FQIyk9MR5D~PA5V-D>BId`pJM{zC#dYT7XJMrwP$mSb@MM+qiSAv2J* z-RE4PdeXKNlvbVWA@ei7Z;r(0h(R-ycX4}-;~Lgq_~|kiaBUBx)tZF68G+8|2mDI7=xUa zAmrT&WCuv+hrF$+$5Y*CfpXB%cbjz3-(eXIU1BY;mKOprE;!v#v~^Gqjdkt-*1`Lo zyukTBuPbP1@_n?LUF}nK!R`tG!tGTW_${kPZw zax`b*`IXH20J}5X*LeH~CCm)I&Si8y_oUmI#{bYEL4Q~!>)F@Gc#JxdB(TE=HsK&Q z+rQ?{4V}Pzs``FjWv(yFZv1aFt|$MsSpn-Ii_A|o#}cCsa)9nj*`3t{pgz}R#p@Z1 zv!F@oXKV!HvM+YkqQREHeQrec(sup%u+>;3Hv*zH+U9ws^ao5rpHBVMe7pXQrIp=J zEqvhTk}m0zF6o<=RBnnKJl}kt{SZPUU;$$)m(1ouCLM=-v(mZKGp99x=dj9l?ljfs zosOJ1=mAzvcK2JW$=q{EdM@JTW^a7i?!T>cUO!JHJ9Hbi95naQpuc$7?#i#_JMy1C zxRM|J;tToseUZ-}ZGg<(gV?v<@eae*%Qf|3iOIiLd%z+-U5wMJ{4$)GakPzaw1-WI z>f!&Z=d+y}{_y@oS>N42mL-9PMQ}S16oHrJ(QxVf&uuZ`N7O`RUz=mp%i$CT4k}t~ z26KkH>-U{$_rCYu$GtY5Q)zs8SDv}d!xv(^i_b~Db=^g3(ID=3x${2`0COj}wkYo-^#CSWMm+K%Wd+cA{_9%y44@DCX~~Vd zOS%JKNQMBLxolh7^5#RDjB6L*bBkzKINJFDx^`fA8(d#s7eJ`huPE(| z*>rCus)p3>p#1Q1#sR!x|LYVrPUD5lx{bf{P9FpcI1b&|#+|XVgXcK_R;|F$?fq9* zS811HJRIL`a$J&v2oc05$A7Kpe{@bsMbxTX-bY5HK6XtQ>7)ql)QH0g(cf(2N-G&@ zo1tX%G0+d6MgSl#dFIZa0J(7=FQ$72lF#5k(-sTKoBbyZN%X&Bv;C)xY?^@h{1@}v zO-5MwiaKIp0>v=Ms2$VEpzXJmk>AlD$zGA*z(sCH{@;KN`H=tw z>@P=ObA~qa9DZUqw4>WfN9`Ve_V8Jdo|gXhra0BP{_WW!piPdz=eT@HmsIJDo?O!H zrrX*U@s;n9!{qG%K0ms%$Om`dl)r87%Afy6#{I z%oi=do9GOe028+Z1h;uZ3s4Gi3vFo9B3CICBX(=Ns5Jx%E(aVKMTLv#CeWSX;J^&;pctQ&s z-I(g3la2sJ5&||QqPnn6yZ}u&e**|z+KDJxM1Ia(&a+-fMicwziWUUdGk`mk2a&c5 zMY*z$p>G}cVPb6id}bOB3t+;5T$%2L%rv8#XMH(k|ERn7V}05--}cdiA`|e81(H3T z%h28Ki>ruqUU!_m3}&bOTR+(@<6S%Z&*<;eEx*&F84*dZna}pv678pL?jQH#L^|*7-}aOsQp&Z-kVIGall_k}#cl>wo%x^zR93}Vp880?_x6v)7ew~^_~ANQ zx^GjdpL`x$b&;)q*vhwTi}nYZEM2az4t>C#!+Y->Nsf$Rc`;^CCxPPl4aa>rMQ!H3P0+Ag6(m3m1{C}iT27-_MFQb{$hTL7 zP&vO<<~kHiC#TMDZRyN5MTBCNAC9GiWpOy1;4mQ*J^&B$#o=e8zFLlYqpj<3vOTh> zWaq#H_&pl|Bog&kLG)+R7^o!x2H6k(Qq}q3Me|6*m7;JNyx1M!ud|K39a`K&5sw5YpuP9tpQ4?H?ns$R@5%Fn4)KcIs!1>1DOMymNomc(bq^9 zj)X_VGwye=Z=57JEnqYSr@CccLx$*H*PGaXnnOkkAKQO`lhpUN>Cm{!!wAjX$`1Q+ za9SsBbYt?Gh>eTXCK4A7#pNsqWfW56x!PqkA>$2{~eVk_7Z&A-H z+o9(!&~NnVxC&kN6&v#)RI{|7?3A^DU&=DyQ4~9Mbxa@7K|zMC#;R9VEdQTo~TC-yEmq!m~*%M zx!!guu1!As{7d=#i%0VC;Ul?!|Dk;H`RDTB!L@w)`2+d%@b?!F9?6#v`mpQ1^_tt5 zb$tMjuWei#(WvG-m#(fBxpOtT$iv@P@%J6McbNab_0F5}tvBz;ciwqJ-hTUSdFze4 z^2S?D4qwZ?yDD!VzSDI(aC7r5zC4unkvM=Y<3RHs^HAwghiD52bA~`dL}3XQ_rK7@ zvVYOY{bd||K=nfjQLtkhF@$xFF`t^C#S~c zXA8wY_wtH_@i)Al8p+fO_}p)`svE%5Bj3X$@ZivVaObZ4%@^O1zxd#;{P;bQPd~eo zM~}8itPUCsjkz$SZaHhUL8IXgDLlCC^E#Y25lQF(lpUUnQ**d838%4VL~~+J!wK)> zo^7gq{biRgKKuMIx%}?-hA~+k_gX;L8WU&iMLDC093@uKM^RcODAxcM5y#|^pSqJP z$6I)}#L-vz4#;MAKO6`>InSSa-Yl6Ss;hM48u#0L@Amh4v?a~I4J^q2wi8Y|IbLwe zM-(9@>kh@$4cjR~ z8(W|eDe2!+)Swl02EPN#H8Vx_hF*YX!^^dV?%RkU1Bf}O9tQB^dDa4nW;<`!9hhDS zJjQ#g4H1P4FlePi?EL#puX;7F=>%GERO_;f>XgutHi4$D9nfRsl|WJy(4x<8vB0oS zz`y1Kz|hsr=9|-Lj0oU}FvjM$*gu2NGU0HeY(zOR*?&gfYk1gyz&lai-nP~x#?yc|V`3m0KWAP95Swo(#TRq3HO<1ih6Fmp)5cY4xp$&Pv;LNErVmF2_ zoOm<>N20H7CGgtPSBRzIT)4r(cz71|uITQ$EfSO_{c_+sWFnUQ&nr;}E!5v=j1S3C zo%SE!i|!VcXa|ylCMU*@IP(PW&-SVb0F6=R2WDfJMDH`-IffImf1XTe?BWobgXH+X z$xq!z(7%j@9-60Y{g>LY{SP^bP8`^zj?+B!&T@Cm@E>0H0V;oX`1#;BAIrxde<8p5 z;A463*PqCzpFWh|e0cwG{d4*J^Uq|%#~(e~?EbLesdok?sE7!0M_rka{#jS08}49ldJ24>k+#&-~((ke(h0iilN3_ z`MD>bAI?;hDwl}B+ej=!d|sdMS)(7mc4?POdi|4QEGM)-E<9TVw8;cKr#(f#%-?@= z5)S~+0ITvqVz&>^eqG6SzqeEX3Z^dNI0)VbbJwa17p+lPn_$+t= z;Dkd-;|IXhXCHqgZ-4h&zV%frH>>Ou$he8z*!emBQl|zPlTu`?=kl{-up*q7llPyv zrn_$th0*HE=?*)QsiOQR%Q(N~II5~8&;bw@4i+5!6%ojtwsg0dztHj4Ez;Sh18)Fs z8QLrW6bn1g2t!1|icA3Zl)uz=Rzx*h0tqdhIBY4#eGG6W4|UWZ6c3#uP8lTQK@woL z5$!+$m~}ru4Q{}hYqO%ja@()gc4UzPo~8qawr7tb$!lx$07GI0$zm~}QzTS^uHp1| z0(EnXH96j-MdC%%j7I0^T#d4&q_*}_?hQg`bOxUi7!8v#AswN-R+}S)^FESQ0%ZZ_ zgQuL!#9Q0}ejpNdvR{!2lm?guAj7v!6L+z;iISrhcVq&raqspK+sGMw&PZZ_5E&J( z6L7@Ql&N2|_yPHj_tAa*L{v4l`WKHnfyqlm?{`qoR2i_tz~5D1(b_F{5k#|3Kxgsq z$^`7fF7rE~KF=)gFY1(7K#`&|0Fd11@V;CiXqtd`4+@kq%SgWBio~AUkP>glM_V%3 zX?>2cPnw`1eD3oKtS#LMneOeMsaA9s6&+y8vHdIAKQ)pn+5b$#0(%&xWS}g{qX7sb zI(xKfem6(9V*yF1{k&h4=;Lj+f9jvnm*=yjQ`2}O6fsW=N@D?{uOYX2TurmgVN4VB zZ)ucIk-hN9ZH_pBDY7-d2maIk$;E409zEFc&l@8k3d!O-niF zf{=Khz~>H(@+_c?iSbHJrbS*0ni?J#wCqW#J+`mc1oL^pZbz3Tl3*a)(keade(nKE zFR%z&{ijjBh?Fk-FG>yu(|z$Ms5$_e!{+g>6Z0uhc?gx+|E@l1w*Q(F*u=F@T+Zz) z#(z3%XNugn(tpU*f# z|L`;UavXu+fGfD2VWlA?AilsK6upRCm(KsFdrRW^MP!4-&^_tRPXZc z+xO&q-+oKJ`|Z2(`+xs!`QdNBE#Lq4JM!+g-jH|RxRQHUzAN;LgMYMfhupD`Vn~Mzx+z!@W8*RhgC=f+3@2A0t_QZxnxSZ-f0 z;TQ(O5P5p!NJU5{nmWB3(RM-<8@7w0Ww4g>b5*e{%ZOy_lH0Q@YE9f}Q~<){uUmm! z7~48WDG5_`XhyRQ9c~`ggK8z`WiOzSd6DzLFteHSQTFate5Kx*ZtvW-onqU!MbxXr zL7daJ=K)GU){^#=;K_*txbQtd%jtfAA3JJ=a-5m_843Fw`2zgX`9zcsed^LL<$2yu?@7i|+bRZ*@wML7e+0$9VKJIbgkQj0p!4gZc0 zPAeVXM|p<*H`#IL9@{@a5wjW#lzO++an%HgFv2jvzO*{jvOt^yjQxEr^WZiCSmR*k zT8nPtaz#6>eWmtk*`-dj8_C+HQbulWi6E z_P%eKKNpy)7=t7K+5U?XqZ9Csh;a0ui1@93B|zoaQLyLe2Bg1llkc8BWL>k=5w0K)Yp9{TR0^FW6P2dr<+Q zeppDD=04)Ua8kg*P_!1|0q}xaBj*mbw||kn;()GW^Z4I#j>2>>SolLb+HU-> zxr|U7yZw8#vC4n@-~Jo<;~)Pk`Rx8Gj~;EZyBfsJdhij}1FGER4c~FMwb51d)Y?j4 zcn(4%e=QohFpcNEJV*!@6E-NL`Ueka@^fWkrWW?^HIM1*0JygZYunD|utp=v!QWXn zj_5vUIX?MVAJj!{7h5{NC^Vj(qps zcjP;7Zd3oy57|8M(Z{xk^*b_<_5)CD>hvDtkUM)O80L~*Skn3PE%_40i52o*zK z&o@15dqFo;N-;U`vsvj%*IB1-lFpspJ8wbqNQu{B#qpee@+qcFyOCgrJZm~Qn%ki` z2YLVOjl1&WFW!{@@V8BV^_#==>EU+Jpl!&BPvA|Hqp`e;auU)0h+t8Hvk`|@4U&wA z4AdT_6!-bZAIZ1A`<-q7Ttrn!9g^+Y zW9sYI0z^!tV;2FH$=FHXe;G69bWma<--TX`&+WuTe~M`g;6E&9>{QQiuWS(>Fby6& zc;`X2l*n;iy@IT7$OeZBCZ}M6&pax)<6GNa%ZXT)WnN1lM|(JA2dCA63piCqz?YD0 zD)Nf3%FL6?;sL~nbj5F(9L@25iV$XcjihUc@iXZ>46>_sPl}BIV3^}`2FXnTKyX_h zMWRyMCtM4CZGM9NXwLwjVLu&3lUdfI?(2N8UJELLY-^pP?n*Wk9SII=l_O`C%MTDT zBL@8i2?XM^5ojZM4|)Q$rY7()oOO|Ow)bT~H1tHZVKYDkkaVMC!Ps`BwsG-`9M;D6PdyJcJ0i!K7dk-^t-cg(R5IV$ zzgSW#07xkvEKX?dPbAvB5lsyi3Ho%XmqtG|M}zKdi5C=(04-YVNw73zkUKEMYLP*p z^3i9A`$rv6ab=!5pdM6 zb#MxAdJdWz=N^uMRUGIBcX`jI9rjOi#IghNacODw4C(@Xk$D`&ZlLXY6Iy^U(#;s> zd11}Rm3dqq^6kYn4bJfKOtc~Tq2#2uvTM9gwH949c$*RJjdB-d2el3QBHqDs0*vMb zd!@xyKIr+B`G-Xc79e=xLZ>MF)AqkT^NU|Tln*|*cfeQgMSs-XzQuPm^cb7f2UM3! zTl4)r=W3XY_n1@r+#TB`6@4oJ<5B4by(Z9Bv;`kg`K*P?5PzJ83Y2YtOhe0TqVA^-YImB0D;TG~%OkURhS=kkXA8~M&V z_vH6}_yhUFKlqOP!SB8$fB3tFe>+V=~@Gv~rgxP3O*LIEs2s zc|Bhr_#AFv=LVjyDV_79t)D9=%Z(>PPg*bcn|y)f#Cu;Z@!UAwR=a;)`qSF!{QE7v zR?py6=k53Tre~G2_m}gv9^LAxoQL+?OjyGrf3l@F%KWn6a~nzJbxeB-2&7X`R(|nZ zMe%yd`9-B|!uM$D@^E=uKJNGAuRpsZKl;VBeDs?u=?|8{^*m0ZzVJ%?xlt<4M%fu;0aWJ_FNV!Pkr6~!VC$*87;FF-TZ<&R z;WGAQ(wgZORGT)bFi%7qeO*fejON{b%;^Ph3ZQ#qE zV>xLg5GA-X2_@h-IZyE=IpmO;?Ep$}#16-F=b*zDyJ*fF;Kz$+vRz?2luxkNZ9KDu{rX&X}8tfhX?fqQd1n0#8n>>JSEHD(M z2lrnIZkg9_y}k~x8r#Hc%Q%=imW87E8{T^=TC)y111RWaYbPhO97zrEx%7d6o96ui zBB~keKtx{Izhz&cEKiXH;#-146`8Em_lz>b{te$3g~qgSAg6UnbZ$RxGmKA3zanMl zY5zf+QR9#$-!w-o;t;}7#sKyZ?VsR05G0%XT$H(Z@vFZ~ii}7@FQgZ}LCAWxf0dm< z=cS=X$ssJ+K$G*MI&s`$AqV3^-z_pG*xB(8jzA88Pl_+wYer!HJTnpIkakcE_78sC z>v7HPAG!$&CeKxZZbPFlEnaC_ETM(gMts*O3@_?Hf0h8TWdcuk_TQ@R80%)NjoRGb zDA!^CmNY>kGxu}Rub`X&>KwUWed)Z|n)8aK(R>$esZ-enk==T1|FsC_W#~T8 zc#T^H0f=E{sDpQT%*WLIgr46(uWZH^a(<%Otd9T2HJjVIX^aIbLNl9_^Kq9UkF7o5 zr}6G7!cR2Lnu&gFi{PiRe7kp*JF-Q8_jQpkJ~#Qrk5>7&fAwp*+pgu^H-0L=`@Jjq zFaE(>@(=#ex8;Yw^QOG})?0G5wf*V`{n|M2kji`;>6^!YdP$dbNiShKhZ{c;0DY<( zGr7f%@|90^!~0)P$(_^_m1#y`^e0agUTmo@>0E;U+M7=;A6{L_d+iPRtIzMspa0zC zqYs;0KZJjy<6bZeT?{LD^x9fX^904ELUT=~Im+g%*!JJ7JR1YmMsYmoaM=AoSO#p5Cujxdw z!cKb~&Se5H-bGvO0+53vYI%VG;0q4_V^At1c&Tmxhv3)`a8@gFzQ;TKGcDj~QNfJ9 zo`AG`Uo}M5vFwJyG)Yj{DG=)VK597+{G04QXd@QT&T!~F&+*9eJOGHO(l4kW?l zpj5(`!TpI?MX9@8K|d?P7JZGKIA{y)v@k#`vrRgWek{VI{mTr>s!aoj*D-P;>VU1S zu9mA<$fPlh zXGO*f3aL`c57zvAd`>>NG2as!L-?I=NL8!tT4f`e$6%^}ZYIk#>Vdw%D9?I>wR?wG ztPUt!8^H7zUo`pEPp{?Q|NMQq`>%f{-~09=zx(|+<)8nTe<1(lkA7c%>pOQ3CH{C& zc4+M6M1EyYB}-lqd3;j2q)WO+ZL$V-lDVTM0trvrqQ6pN<0u;fx_7!<=rz zDL1x4ufv(yoYb*3c5{SfO{e(b7Z2paU%w~c{(HaU+;2gJU>k3BL*4-xs+SwAaQwr zRzRKKQ=kA2MoR}o0D`%+b6fr7`1L8ex+dVet^VCPq5*yZkn20pDzEo7DL_U`GgqP+ zolr07^q@@|ZNnai;3Uvf5llV7B>?EhQMpQhBm}&6azp`AYyha#K~`QqkCNIu$-}AK zfQ-%IWG_0(ms|6DFDFhavUL$n@Mq>dRf=pbP;n2Yh*Z=bfKEiVDwVTQl$JZ^1Z)QA zS_dvR0e30#Vh?V3tB`mQF?SEw9C-HA-m;#1pd zMeTvoq_6!XMF*a3CqVN7OxrpE+5q7dr@C4IfKn0T00bI?v?>W&sGvTxitHl>2TyP4 z2Fe7$If32;$YqL-u6mUHbJQkmxa~l2?mO}jECSywbPCb(Bk#@bq@s!+YyTog3mgmC ze=bC%F31jq3IK~1U$#g@NG)*c}kt*#{6UL;qVI_}BAU^m7T) zME~1^zTgyi*@zRG`)R{sMB0D#xzLddooz5DV7NHb}%398Ez-K)uNfK~hB2POSJB<1@%zsc1EJT6YYJlsl=#kuBmYAPZ zG{0HVh2j1q`^Unhmpa=%7rRvFg;~jILM@PpxA7cJtkLFe8k-;I?49x-wY!u@K*(5B z5iey@@97*E5q*jWkwgUcHfA=<&tmnNcN2nQV|#8L6c+K0$Y<=HYdRhD2+Ny$AQ@DJ zBjCZ@C+UL{><}^PMBw`JplSenJ|JX+aL3Uwxe6lAd3RX~*%k6SjFt-`q5M6O)PV^$d&2 z6Qw7MfHs)`#he#B!;4?9#6wXHeveH+b8dW^>Z_5a4$Y>ImmcjUP8&cvz~|*n`RSc| z^5YNRl)w7fwS4yRm8{n~qMjw3*5oEmedmpNZWFxO&K;q+-uxaoQ^z*Y^ZMB}nv71e zbdWOQS;}j6Fnas@T0VLI1Nq+fzrP_3vX1I#x)!_4c16L^NFiao~RW8jrQNEB7ueDDr4sLwKkG4;Le?vL%Y>JBf12#^OF9??oj1wNyW z1&URhSgI?7BY1uSVJAiPCjc6s(*2CA+}e3Cxm&%Z_gTQV>Emq~66NCS+l?e%^iOttJ^riAagzS}PcsA}f|FHo=?Tie;c z%=!+!MgOw2;;7|AL(vA{4Bq}5fKh;H1Khe=lJ{1W-$M%(q0k9>(f1uxECYa&0MmQD zQwk9Ec1OgcOgl}G3h12w&c%-%OGQFp5~E{u6zUNG%#p_AjxJ9=fGDCI#q^2;$&()&Q%A z4Eb8rbL~bzr6oT&%EWf>zoV~)u1$141>9TKr4paNV7nbwru)UWm`PSwF!zla>0EZ{ z^3^O01K*wMxX^q8`oZ=;z~?P0p6x%tUXB`0xnWU><-eV;a`@hde=K-+r;3tE8O1xG z0#*62U8J;s{2gOakA+w8hPy8Fy`i5DuTJByMzF@weAMJC=csH4y1SlJI75xLENfhz zE9P^j5jkxY5ua{A%BbbjH3t&Oh2<7w{kTEn{+@YmKW$pTKCYlif!d=*bKaukJe}>1 z;YP`ua^3FAkAD47{`3FyNAkx1`!D4We&=2JZ~n{Qm4Et=-jyHz&Rw~C6@Jow9!Jwh znpy3Ia^l((G|DACL)y<@U#)aoz~Uvn-s!d=%O|Jcs1Zx-qL?SrQ*<_1)ijaU4TQ!d z=Ir&$82Az<8(YBc-?@^X-+5F1(_xkVfBeNFAANL~NL~AB9EdEI;M8^UP+#>&ZM%bpB+{}*b42ZA#m<(+9dwllRU~GQv6&+RFg)#vSM(?v| z9|viQ3S*8a(>M@Kh3PV|U;%(yBWlo{sEBL~=h&oxCLzbys}yA*fZD>59DtZeI==}} zu0_uQfGiJ3Y#u%9&n!bnk|T2h7z3ct09|B`9_s`ec(Dr5W#nziBO48d~a3ibN1ex~Ih%V8;Lt7XkQ`-?e!`0pEM}3_|YhzvyDhW_6N*e~vBm z8Ko;Et2QFgTG;uLk$+MkO)t8O;q+TY{`t21dB+6a>G#`o-N^pg*=PGNdJYGF5G}Y8 zg@At__P*>E7({28QkyodQL;;)KsS%-Es$(HlXL|Be^8k4!qRN3GJ(-HDM#${QB96| zZMtg@&AESpiC!xPbkHwP_K(P4L*#Fj0pK&+-`-|==Y#fKm(u>nd)ic=9&-$3oeQ0@ zW+x7lgiajyXOmsULBu%20R52e0B;FEbK=&f@v!>t01K14LgMce_7BRFv@7awL{8Yh z&GsK)Bn}&lQc6;11h_3U9%^Hr>7JnEkZZ9V`1rrpV%%7C5Szw&j$8&!2^Lyfqx(ZD z-j}S|rvL;-e)VkFN%X6{ptu2}U1o4}5Be(gm3|mqw5e2?axuuN4!E8i(^9*pmZ-i&!9<%b$VV!{=2eCj0)cGKY4>+4%cPqW4THd1ZkxgNl0kzap$n2fD$1Q=-d zs2S@mChN_oh0WXa%G9@4j%0q)G^VAB$Y>b{hCop&BDTun9}#(AKJg3iVQg(vlR6m7 zC+6D;*ljo=EhBW`w2R^MIwBo@{j2xo-S7Xlw5vPgO~Xm)5@q#?C#kiUGjJ%QsO#~p z%@K9ucK17^I@4-vKBIcl07S4%UVk}ETN=JaOYzRXkxL(1^U+ ziHe<4-o6SD3&LjhUkX1!8NrGMD&_x`YrWL6Nu)omnXrHA8 zJ%+OM(kA%OGL5LqP5@%oNp&jkl$V(Bfm=Y<2w{t0@}Q#&Q|%}sJv^d#tq5Dh*0YKd`Z z*+nMP-)J}g&fioZw^LuBz4Nfxh=O+zrl>X0m+*aDzr1FBfWug@vm81tLBpCKBhtCX z)@tA5@c~pECAXSSs~p=Mw=cM#J#x3_c+tovM|~O{V#y%$N&Bw|e&;@>1+pm$o%{D% zh|+yOCS^lrb%@?vq1uJPx{mQ1I&PRFDbqA~`2e!ItpVii2~6k0pB4bww4!9Q&uNv{ zDEmUZ-eN^T67wqbxitLO7$P_XHY{zcr}`W&7XfJJ6ZBy`v!E@At|a7u!v;tBPV}eT zzIb>;(nrE$7G1cBEFMOUq+9t|1zB7t`Zp-w(P|C6Rhxe*pIpDqd zI@@DdcapN#zN5uRW=%BRs6f?a>qp}#*^<9riT4SIw;$?s{{YK8c=V?H=4Xri>CfMj zyZ@iRlmFt6-j)CJf2Hyd|LAw*-r|{U9@d~I6iZ(_bw?n38Yh(sa)LMiMW%Cj&OT!Q ztI|0?+HRQ7`P9$6caQV9Ue2%O#g2BP{LiIxIFI#btFPO~iBhV_<8nS5i*-xw^8DNP z>q_U^{RwGyUa@ql9k**U0BtgX&zJP9iG)6(9j~@<=hKRJ-{HeWf1X>qZQI-?SYIq% z9<;aQZ|}S%fB7?&zj^2pUEG@}XecT8a)Q;_*j zJ#+U2WQ~cTBfbgz1?ZBL29BEhME>ye@U#1J|D%uOodXE{XxuCW-8}Bi^!@HomAQNc zyo`75zN>6_BK~BPLEzLQ2K`3!$8!Vud%|rr5ueKC!Ev?M21tf$*h%2*XaPO;*QnOaVeXL(j)&d zMOMwN({OalaWAJ;Pbka&V5^iD@Z&ou$rkXs}MyRpz9u|@urrGf{%^adcH zOuE@ao~1MS!UT>0E+-&DI=}tiC>Az7;i%;Slu(oYJ1K56tpoK4mOpUuj8EzJahH%EbK$IqG%n2E4d}ODYe5v z@-WX>j8Vy*8wLCncs(L5d$0HH=rj;LyXCb+RCXSAWTM3kRK45nTZW!Bt zpZJ4EJx3oH_MdAH~p7mOxozlxGC8D}32z&P$>KJ?-p_J!fD zHNH)ex(Zu!KzL~^KTE(EwlVTDS|F6#DKy?2W8IdD`@K(XKl+L40sNXqUmRn!1G18K zkKfQ+EC!_gNBIF_A1#LM^Z?_iAE?-lzEgeN_^&=u+=^Qj%eKgN3*GFrAXC8vypv=% z&f9*0RVE$9qI&Ie&}n?x{EAaHoH9Tkn`%}I)bk^--_kvA8wPZ$47S_(WSGlL6Km+; zcK;gBdEe0H^;X%Hg!Fg54b*F0m%zMR)f4g=&#wbW-_qv~y8PLneJp?T??08_|G_Wh zzy4=GIQ;y+{PuV6$s6tAp{>4@OS+^NmP{_`l5QnU0Q8BzRP4<4OWG%WvTIrs?&I`o zShn8MJ-3&>Sv}%y$<}SVkDmuucja#m;PZccugl;4QskqDcLqg;j%Z>`He(`c5fyz( zy~QGm)~8X!CozC!0HO74z3_9YMa_6p=V0>Y_YDUo0K@I`#@RX!DBLEQ5sBph_3DQv z9W4d*l-53tX1a3!yZ zfQF2$k_2Nsiid!;PMn;5rbhulvn@1K6qSbjqfP03++sNN58IyokRz>f4ClQaw-f0Z zoYG7v@r2{BZ|Be>1;+`!*K^d6nbCsFMF5{Iuio206?Cj*Eq{Dc!4~XXVtZBuBSU9 z$C%;eYw*O%^y;*com!2wMezp762PGD zqud?4QfYxioO^rT1&nVd0zw2q;2mKiHkaf0y|GvQI-uK^&>?xD{9moB|_TGj2 zzEk$!D8hHs>+Xwo*{4Q5@-S4xG*SkYO$u?Upp5n4bW8~=emZ2Rfpb; z=uloH2)RbTsxilC$i%F6MO3khDhaw0`MA!4TfGh+9J1%dW5MnwkB9}$23}JO=92Q3 zU0pLsg5)95A34QGlsCrI#u1hDtO(oxGU<)m&8hLfz8}wH=SeI!p0t1CT`qh3mzWFH z?yK63LV~B?Hvex*wnM3HSC%O|o9Cjc)vwN=J#{q^C(Lm-KY$VuSnS0JI$|)&Bgg zQzzA4(z&E^BrW9;x+ps;ZGY2%A&b0h>Evm}cKV+F!jxrup>JXLw4WfnK53%Fc}6*p zDQ)v<+DC_p&7Za3k)QljUwr(jeEjQQ%R7JX@5wsuis-qBis=A7l(Y#KjBVGF)3WVDlBtc*BXp{0V_Dd4 zhWfZPx)76o;@5#8H6n6Gtv zB{@q=*28HAkdzT-1;j8gg?EhK;T+2jP)XepM2krtKz7tl(Ga{X6N?*j6ct4u2iUbL zwMsh8J%LvMoH$f+L^1}K@i^dVx8)v`CLDpk0U~WFFdINFJMiaHZR_?nF)ff*sqMX4 z0`Rl~_|nhJNWx<Y?bhWZn^BMF)Yla^6+~G57W#`caXPGI767pnT|HYkM22 zKB))bCD0KQsYR#&R%Bj?u$?^7PNSTMh0+0p;vG@_P7#QGtv+yxgW;zBqMeG0uEde! z4mjDg$iN2*LIE4W0EZ5j z{nx_LU=D~?!Wuh*(t;^3(*7fgUMaG6X_Fjk0q}A5UyD)Dd$f7kYypCus3)vjESyl? zb=IAVUM-Ma^UzYxThdls220GjYP>~%>HXE3He@yMPjVjb?=?|{G*?`_ZQ! zcZB1bk^TFESdG)T2Yn0cMP(C`i-`ZL*lCmfo<45;uXzt_-SY(B{}b4M=+WrsRC8g% zr+j7q}-_|W9v z{`CX-lOO$w{KMb-mi+JkSAQh`t6%T^QtHBH)L8Mx}>v*5CUr%zb?Xhx-=0X^Ms8C=4pAC2JRTpA3u@(deS)x zj(t_^g%ur!ty0^pp0x9yrU&vWq-T>e9FuLbekGsYc}xEKu)_X7{!Hb)U#;@R=WT3@ z+jf5~A~I2fr=X!40Sq+ygzddqH_tG>n^Oz^=5Y&w8dV3GfWgU09b=AElw_|h)49Tep{W5#!1ivh^8wU`oe zXRck`zmFtzT`T)vvwb2D0`G8NCzu2M(OyP~CWqa$h~|X3B7)cZG6Ho%S5UTU6RrGJ z6DXY`PIsVABmU;=(9A5aCb%E$cOqrIcQ;Ke(DvwfT!5x}L9 z46PH`Iv*xDM|Pgm?LLje^H?*>%E9zH?9O*dNXpdAvVY}BeMG^s{SR>4jKJ2poc@`k z*_kq6=H<=$=xqN+fGAS#5Q@4mIF6om&NGJzG2;b-0?%`iF>K<<{>5k#W>cM7EEHIP z;x%UKQN3aS8)9I->d}V*9FA*)hdAd0;IXy@hY=~d6>0FUR|k;ik0{Cdl&$6>=~9u+ zh(hf&mnqKlnyaRMZvbo-C7H&!Z@#<3?VrX8vVQ?3NNuNz`Kuh^ zh&BG}W5$27f4oa86k>l+<<>sENz9!z#<$R+n3wfZv{E`Dl`%|u8zdk+AL6kp+e%L4 zld!Yo9HPFVg;=Y*A*3mP4L?yMC*p>lBamra-}{IrM0th)z-#Tdc@6H!m-;>V^IvuO$^Y%Io~82H@iQ-Z;u6}K z>l$CaxX$TmUv#cEFK>D_Id7As>#-g9le=%pUoG#*Pky?}uYW1>;0t$pwn(>hST|I* z$3)vSz-UBb`TL7@BMKw)MEAG?=!k7HfqVi^5B>!BX7%^*n~cEm$j1SZ`V0yVgVSax zYnM+y`9wbWO)I12)sCT0N%0lEb=%p+KCR@ z&X)Rgq%F6T9+m!F3TK-R2CV$H|F?AdAuB)7O(&jDcLrNJ+8H%#aOPV9Ln5=IL*-^C z-~SFLRiuDav*}PlIJI~O1J4Y?jtDmbA6e%4OaS4i2ON7uxuO0O7)DXM0G{!VJZMiU zBB!F0CBU5}bvnzv9&-*?{gJn(qd4?&)YA&2P@T#)>^lJGQ@Yp*2$>?DsU1MAAlMy& zVbMzO>ky~N4vPd@5v(Rcpp^t*H*T(XiV1+c+Lo^)E``Bu)Rm*i5EYx%MElWwO7)x< zQ@UUwECEH41e|e59k@T2aabltfa=tCQ$GOEobJVU9MQZIPxcfwE|vGRXd^NKgUH9h zuC3gz2YfJ{i$$}aJ+jpSEGi(nxq#>y_;fwjh-yFX06GCL1=!y?EkRPaG3M(PKC06@i|VGY9QFZi@NAUz^%S1l~a(+ zyF*a-0grX+JEC5EU)4Dlz-dl2bQe2XcxZgad1`*(m@=su11T4x>6>OUL|i?M5I zw6m)YRTQ!8lO*~8-P2JtNjZbN7xq7Pph@*RywC=!ixNK;Mn@xg6t#rzXvxL`+(s!% zrZz1yv_^~MW*OPcyJIjfz#_{Y^u~h5_`BDR8V89B^hGqc1>bbi@?;tNB(t)Afcs_F zX7ji=^4s(ZywFcH{?`~MG)~p-ESSVDDqEfDyQ6KV%<04NRI~+1Z~ z$$a>=xUEayJ>+xYhN96|cwhDv(-T^Ghq76gpXTjac^wzoxX3%vpw4o%>+@_1&YA5% z=N8lBobl+`4iJkd!+F?J@(Y~W)b)hLdCvNOPX0GZ zx^Xxko_*Br$fJW(_Mh&4OMd)wk@w%bBlqub^I6}PxcwgURRlf`Rc$WaR?#>vK>$7= zgwOzZE4s-avl^`w(@1#O9?2YU8D<8o;P&H5bXPg0a_1%jtv`N8!1kWOyc^B562Pt<&Z(p`fQTVJpa$ix zh)FNZhz#BiWXj!Xn)i)uumRFp069rjAv%FeOzYqd?i#14OKy3zPE;KI^hxl1z|~Z6 z-F0l#7{xWIxji^3HnwZQgKCry133wj11*pOZiGOK;!Q1z0EB@880RQmWvvU}fggqERZ1?~XUk3*|IE0Mvqtqf2e6&-@7loYKzzU0n(wN$^HWFNPD>-n6Baf$o_qOKjw3X>n-fRN4;uyM*+hlAL3&6g~Sag zciqQ9oSmpRa6SQ=8TNIGfBSg&_xTOJbNkn7M@0UbWj{C$H;lP2^hY3JxIn|Qu9vMW zcjfOsyq2H;zkVVA`j7uk{ty3~Ka&65zxYG>)*Gt_jObw@u00Yo;5olw;v}bZ>g#7kU7nujT%O zHk?9tj>1t3(9wD4=0OsCq=nH17;El?ihfm#&ansas&(8j- z)XfMEldru0=oOXGiMKwfE&*`CN6m*FY~Mbta{cI$Z1e6r_xg!4VLN`cF{0^tYqxcr zVjph~P!^z)3AHVpTK8b2=meGmZ6i<7<0#tHwAk*u-+DgUo9G|36&O0U`L~vg{AK_u z3LKHR4`l*y1Q4%eQh?bJP#aEU4+;{1=i}hS0M2m8&)@-CpIqNtB1B<9iB*IS)K_Ir>IfbG~`-IjDpC*YE!_oN(V=PG0q3sDyQlX=bR{?+Wh~P4r7B$w4Is^E*1fXjPXlK1`j*!fQ1f!Ed z)GPps9(?o(#IypC5n;DEl?*@*nJo@p@;jjG;1lj^p8z!xA@B?RK+o&AcU}7o7Vc7y zs9=E9$j3pNvYEc)vh_)MQSi*qTY=xt>(6ybb{~eVRr@@*_tv+$uxEysp-74p#YhoEMTQebln_$1BPp^R zL`mQ;`jS5-AB=p80Rc*YBtk3+i44a;0L21q2MHt#G9}BlL{gmL%&>=?>FMt2`+Iwy zvuk-*t@T@L)js>Ym+rTxZ%@s<{hYJU-nHwpR@GX+TJ@_Hx3mMoWCxlhDh@o2{^`@6 z(N!P{z54EiqO!qhh_}AWhYNO^7o!$g&n20MpV9$bS;p6k6M<*(kViy;SBqR<$~^^m zUgxa;#qWte=TZL?MU&3qfblWbr!j>?CcM8Ts^t95Nw&)xto9dcD^-#Kbiq6j{L9F* z4t&-MW`@3$LC+EOJP+VA+INhC7Rq!z0GuJSnCEctTc)JZOCd*Cyzt0df~^+k31A^7 z=2%J#KgIjHr8(_n(gb<4nFtSCwW7j znvJ;3Xx%WrN}r=L|Gr1bC+_~@G84NXLR_?7PO(AIe=Ho9fm<4N_QiBgHWr0_hgf#s z2~_pHZJw*5K(W&G^a-B~UiGmDQPWa!2xvV%|F<@?Ykh-bKag>hMW~LpPtt!G^}pL? zF(A~2d?pLdO_kFr?{sO)F?j`-l|DW&BKl&$s zK)?E{KTf~=Kll>eo=*BMk0GMzI$fvh^rKCA1?F?iaeOo^j_EobCQ1K3s(h|n{&@N* z+wGGv2ypuMY;&c)y8qUBq2E8bpx=8{=#B3a-Fu(=*4<`6H|mXMzw|Tw?BqF^=sdK2 ze8+Dr>2pAS_OHfgKT**B9qG@_Hjr?}^pOC1$PH)v&8{5)88AAV5#EgT#aa0NE3Yh{ z_uaJr3k|N22fQv?vRXE)#Qi>Ls0=T+#E-@8~OExuCPN zX^2(~j>~*Xd^Y9{6asK!{h~a<<`8gf@AZd>9DJEl1Sgzoe^ZH5;7bA~JJ&DXHCG2z z+_4oIove1xEFR73_atYjX5ft2L3WgNqy=F=Xb*MjWi7$Mj5ZlhmKO)6X$7V^H{?on zy3d6OuiS4dIil#$X$RQBr-bHX#Y9gL%9vKUjUi|2+Z^lS~rw4@&xb$fD6B4H-Q3e z$_=gU6f_ct?Mx0*_wrWVnUW7BT&cfph36sq7XWG2`2eRadY%w07Fr&Y z!$!Nc5DEc^R|0hja?Oo zScWWuBEy0Ek|SH!jq0S1BR;l}g7>`z z0XU}u=^=YW0N%Ise@;{oD&1mjP;HTCcKL62VDW`K-+Y*&n5>X@>6FH^s4siOws^Zx z0tB@rD)Zz(F~&^g60V-_TK};y7rF)A%L~$+#sZ@aB1+U)rvH?7mQb<@9b~Qk590&= z7vqMQjTj3CoaX<`Lfp^u2@U@?W03~tWN zbJBk+{G)@n%8{3*v7N>_t5MbL zd8VtSpD$0JqgUTMqrdwPevkg<|M{QO@BFK`NXp4@fO&g<-^K-|>-3@1vHtqF^0`i* ztd#xYwKwzmOBw+!safpv_34)Dlqa~B3VpC-`S@fs(RF%~)C4oPe`~i7BcwLC4-Uk~ zwEuxtLlKN_{;(y|INx4VKB0HccJy1PFVXLRkLk5nsnc%ES9)L(8|bj#i-OOd){#^I znAv2w@vLo?68e&(6XCT#x>oKu8vy7AG-byX@=*1!b!S`HAIMo&-`O5*ABsKm?wfDX zJ8!%}H@^HOy29_~IaO;5AviZy4_m>kDUx6q5i*bF6D{)zij{r|5Vbog*%3J^8O6tN zNqLE%7BT8fj^-L3A_HQp(xKeAAbR2X6S}xD(S!R$Z@($De^(={6tq$~0Tn<^hi26b zcx`Ms3#YdPV8uL8ai|Drhk3-K0hibc3+j#jn>%(iP(x%OS3xRr=M3NnB|vNL3o*e7 zJpw-{$4ua~*4LOLS4KY7lE9kL(YMBzv0vOVHgJ{_r~-gsz@P>vHGQ`tIUr#Udr_?vyAq6;UEy5g>9?soteZ^KTfJ6ZKhWeq%0H)np&z#rR`X;mM zt@1U2FnKF|KX|g!42{5_@_kR_;B<1dE4HB{Kgm&G?JszZBl0{0teiSYL6lJka33P2 zGjDVTnKD3v=sbKUIs`Njt(QSB2SqrVd`?kf06Y*)I7YnM0%Z-kv+l9T=!js>*>g?lP02BGE>(wSUMe4S*5K z0cr$|_JiJXiVmd2rJmZD62O>J8R#rPp%D6ih?J(ft-eP)lj$mj4tiu?fTZYir#xXE z?pq&HDE3#2m4BB++0ycvhB8J}FnVMxzmJcc=qo6qp7X*gWBj!-v8J&TJ72V26>O^< zIvV|7LS;RemK@A)^zqBqgW}$znh6d*-3MHoHW<9)W+pm zRv;;>yh5sFHIC_=9lX#QU7QZWtC0s;d(C<51ZZxHN7$(myv{uAn!t|#u756L)B-&Mub>I*Byl zbt;NEnny~)J9unA$>p&+hEn?OB`xUK*B>NxuZhX2Mh*g%(axi@F+5K;r?os9)ne`R zg3r^xer-?x{{Q25=$C%xIr@vg`gQvH%Y{y8Py2Ql=aS#9WA$4BE7$4qNoWuZzxHUo z_~`PvPM^p$jFXs*3Ox=J`K+d0vTLqSw|s2Ez|b1T-EDg6#3`Ta(=eYRZMFYuqJQeG z4WBT@Px|;IrGIR8i+o)zfX4ml27PZjr&l`dMy0!Vo4wQwNpnaW1;swg;?Wf`x0^$3R%fGSd-c2D zrJw)O7wMrH)^j&n$0$&B;MT=GQu!75r`PD|Q!;c%!|=&6<5fNfsUEzF^q{8}5nk!+ zW}!RJozTfS(bbjEYd_r6y}Qe=i^Y06XBg)-@jhOad}HutM>igQ>Gc{PnU0_yZuV-(N~le|Y557}=XapCOu=Wcb{YQfH9K zj5?ZRDNogtptQFaf5CzZ22o)g!rx0@Dw!{3_!@UPPOYyxE!al#(6{QM!J;^f9ns zWuoEmC{jRX)UNEXR=u5#Pt$Y_&8vp{9v}*@cF&P$wTbb@51~YT zyj;z;j#ULYVra_nONicI0d<#}QVBS{%0f7!;EP!7B13c~|0eV?QR{m;Rc;U^VR z$AY}=DuSF^n-+f+=l4loM5Je$I4@?}e?bA_0WObvr|8a`_RQ3ZT6TT$=3jo}ihlo_ z|C0XAKl2>@`Ct8Ux_y)Bq;i@QuG0rj8Ay~58l>3L5&6GP*Xc8qcB639NIPUCVcQyNMIR^)*6Rn%A~`mXOY8A`>&=KN?Emd~ z?w4;@ba7tj`RC61AwQQ(*ZuH^Lig_r?Q4sY=gybif@6DxEC(2b1E18HBLf}*f~ir} zqUcx|H-bKg$D%bhur7E%!nz$RMzTArAn43N{&EY$~@$gPrTK;BwqBA4m(3+8o&%hi6R;pe6X=oVU&?7GEi#h{WV>~j)nkzFod?x zh769R9htgUNz&L-i!axtWO|mp^OSQkuzEQp4%>wOH*RsJr2p1lhwXM{7*KHY5+mx?elw@D|1;l=l>ddPwAjZ>ud;*kNKNvZKBG-2e+xv*6~~3 znHL$wLay;15AV}KBruCMMwE~-7h46UJrbK@QOBw0v{aFI2C2Q2$|;_GBOfEZehKV< z!l-EWa*Xy2-mS`z3e#;v-pmV&@%vtdrOu6BX?KI})*by9|Kv^jm%sZO{gq$;WAvwf z@g>^JeHto5OxNi;U8n2xQKe47v32_DF$#_+0X{xVDj#wF#|G--X}uDaouv<$k3>FC zJIFtM`H$ptq@9nQP4H3o`>_;rc6&cg{@rN%54g4A!Kj%E4+r0U5Q3KW{OMfi z{%NHLi=qEJH@-mM`X14%-<#;}J#anS_Ij~s&1x@Pt=b+&vlXV`9ufx+`|mYHh>3l!_&4hoI0GA+3ov&8Q4Qx}1}i|HA{=?N!tD3- z{qMX&Kl9>?#3z%MxJO$|-F@nD8W1b3P@r#Crp&8W2FG*oinkLi;K50X?WTCn{qQ5h zPwtKJRqLGscCR^8dPq#A8#fExym_`bh)fUe&vdzT$-M=5zPy^~s$qM+@2Y4Aev)inoV4n;H!chj(xaEl(yI>MK^x{=5Npa3ICY5sn4{oJh`# zBtVZ=phzhh6lVu_kZ`D(mksX%C^huGczeSkZeKf%!IICe9e$U=!X(5vER^7=*Wl31 zGB5xE_I!@&0=UD7xX$2}%b$0uJKfltpTBqR>3*Qp2o?iSD+LD?D#+}SaZITn^)G<; z-saOb;I9#jDN0WgfSv#jM1vNd9DJ%ihKff%7XzID_DG5*2>GRO%&n{eW&${#Q@fJ^ zC9y5M9DsS`izNAdp&o2<6%-8Gra6K%CY;>v(P!j!^uYAFV~A*EjJRdR-pA&WfX*81l&q@C&joYrT)OS2+TVfoaM*WwS z{;%gB8W&%}8c6z&{UvM~ZWU(-A(je-xxa4T;b_Y;T^2bp(^Kt;Y)qfUL7rdB4vWo-w1)~IKj zvEc!bazWcYY3$W@F+J^J&X#ZEkM2L}q3f{-MZpDa?@-~7c8Nd@(dVr>s$jee+q9<{ ziw@ZFR)^gicC+U{r!MI2l6HB(N2*+CaEHCW(w9}zoq^ojw)b-bN)zLlOrayd> z=>PN|{Y(0j-~0mo+OPZ^ef6as?e_01{c_qY3Hq?Gg?PUzy!(h7^s`Tl#$!o|ZYdiZcztfxU9YwolzUJo84191^fLI?bG@BTrlJvx!dK@S|tm+0hr_{ybNmSquPIL+oM|<_0_SRUH!a>&SH;vO8^bg z2-*N}Fxl>HRmvu);|}+#T)D221yvM;t8>&5QIraPsFU8o36ojj==0z-r{OQ6Iy2a8 z{-Q@oGk}k>9qBw!y#R=!;Ja>pKXLFvM|&vn(jfu^GO(Ro`)ndP$UB3U5dqwyY$F;r z`ac$hh}M8PM0uVSOjbZH8`CQqo0Jdo#-Wbugab`uVL{uO3=s3ELCJkV185iJAioy? zltu*`eB5ITL%V@UQRs#8noe>CE9GWkdVHtN*I&ApC!7QC9qMRlTs+dsH~Aq)y3 z)&mm00Y+yN>I>3Nb)>|BdpPod8ZR3v{Y(MnC8N(6+{yL_=L% zr&8ZV-`H*@0ey zX3hFfD@q}0PoEHo6J_wsB=yc(J{XDx=e>b6rF;Gu^2T{Xv7YLm7P@9 zeHe>b7~eHI+}hpSzYcZkwY7&lBAR0HDw`c~5G!>J9O1+dF z`N5eJ#>19(no|;Jn1fdYvQm}D4QCtxveI$S=EWI~$)l4DcGqR!<=JP`7HCp0=pX%y zH|TeM=Pmm6|LNE1&;8k#>2!goyIuR#fp*vFI$fvDH0Y_&butQ$aA&U5NlW|rlICPa_VxJ(i(&D-vzzogZ|~^)-)qsVQwNLMR^D0-fUXpgJx{Pg z%l4utmzV867`WyQ&Fu!KdcNa*=~8y`bTwbb&oxCF7*fi%m5mI5ILOC}+1hNk-22)q z-=&{^{&||tPiao20S~PC1rEM!h9qo$fAX|t|8CtS8_mm`4~eyNNo~2O^9!L{HzvAu zdq?*kEWq=nSQ9RX)mi!=g|y)7l8umZFc ziw@p-bY1{zd~8w&t>ROltrchPvN*`zF9W8j04fA1Jh!%+}g1* z^Y_TdLJovFNVNi=*#L=_=j>5~;^2w{r<6t6qV{S6*f~J|3@p#id2C#{b~F3?HSgTM zuK(VCSO8%Mcnc2mbD2tug_b7{D9kd8dT4aB)~!=khnnr>h!MMB>JNSh3FL0`6f zItVpakA`RBp^X6ouATV|c4Z#xe6U;fd1uuB0K>-dPiZN}sAfboYd;<4gF3~%LLLEb zjg}7|L|N-R2bB_yyA%MR=EM7}BI$bqnpg7{B4#rf?KBg%06FM?i6~qQqa;Cf(bA#* zSJ!{aW2V>+9{(CtODg-Ig&7y-wEfD#!cw$Ll8Gt-3RziXwb+KU60Au6d`bH66jJT6 z1!SCyaf{o0rursU{uTHOGVF^{FJrvZ_aSN=?paVf|1;uXDoucA)o(?pO7s7)Se5kO4_j`ZQ=Vi1 zYo_dQDi9iXyG43L1g!*2+}|q*m{x}@bjr&M+molH9intM_D0tsoECHmcEj@cuoHG7*s z*TB6+(H7RZs7=ci_6g=(MDR~BrukxRvVS76H#Ye8XV%>UH|4lF)VfET^PNpVLDJ*J+0jeOTm}Lq0uGvDfK?rcAwp z&-K$f+dO7#!{;KgF7iKIESA@&=jq$8?dUr{DD+?f7w4L0H@eM(N3Mv9XvZs(12qYP&h!)K_#*XHnHe6K@^zD zu(*%Z`LAb-A_$Or<%GiFF$e9zyYJKM-+Pt5^!1ua{lZyWG^QGra4aqM5b^O zJIGQaFACr!@{gA2fIupL9GbN;4thOC03`!}l-d@3k+*wKWu$-@z-xuuk6h^8(}AQAMR4)nk9VV=E@5-mki zf8!nBIj6klZG7uPe`}t)&>#-JIjE4z;WA5d&>qu4p5(Lya|VM_Uiz0(G(L~@<#CY^ zQOj%4c^xS&L)mdp@p}Srst#@|h0f$Uo59uqo@0LK<(>nO&f^Mk$ZFvY{Ri)_fy<4` z2Oy`mQ;PoIBT7^=_K5Q|o&k97hm@xIhdJgOU0cw30}Ho%7+@w}5^y?`{WWk@8^l4;#bvZFXrv>kxR_^bjv&f#)6|3@^o zp0yAr#25hJZEN}Xc@>m=$PE6^FPa)|1VVb-7D8-zm zxfvDHIlXcF7JcK59sT}m59sdu=lvj#3gzy$Bhw=(g@!gvrGxDwv?{c0d`8r5Y+Z$+ z>3L`k`qdFAusbDzbMBZ05bd5j?z0NAgmYvM`Lj{X^t`>V(J?f>ySKjo1NzF>e!O#5 zUNN}vCa?1t!TqHAf``iCrJhlmq$B|jNAxi}pJN{-hoyrW3-HWW-5I(0T%kKJC|$z6 z`%L%WSr#i6(D~}BcF?&wyc$0r+ckKH_(lw-`5GzycuAgR-BM)K#eKDW<-70 z1cX`@!x%GZtap|oi z>T;U|NE>Yl5DHWbR(a~s5X(V*25=`ilHhHPZRpWvF7q`&mUW-`UqN)Og795F*?6l{ z86r{{vVcCPK|aWVbMo!;xjwm#;u%+eS5V|TECMEw5R@D7TLPGv9FWH@iFLasRU4j% z{^xoD)YXVfi(({1xK9p@a#CRj%IfT6Aie{b&D-tQdNhLhRt}&7eSu`WM~1m7p7A`< zw^JN6=+99Aa(D)y>_F4u-1(!mJ;>08DZjIrYB*xneX!Xje-5j~ySg z0h8XZ(dPLO#;o5s+|W5+DI&Uu#KEUc27r3hCy(=U$g$;3qweONBU%45r+EL)!5i!2 zcpCd5D@XzA2gfmhLo6UwM{+~|yFG|DCpI|`U=4>})^y;aPEYLR%>7WT58Hodx3S3Q zRLc6F#!oB))_mx$=|9^$Lq4DvMW;zJ{qOVthW-O*4 z&k5}Iabqezu4&%bkz{t^Tn8GMnieptk8?z8U^*YP= z8WCNxyP-A@t#n=BgW!JqYj5p9cmtbH&gksyyf1E-1$0(9PCEulEI{=gfeWas)s-%z zW<8jKqoAB@5#1k9*{$m#*h_r7=epfiffN|`*|W94Yv^6^>-`T;v}Ar@4u+^{E>4T?1 z24bP&I$fvFYTB(YT#NhXFY)^G5zy;8eKhGqHMOX5vA`V*0KKEP&Tr5+?lS%En@sQC z*DaOJnbY0;YCK6j1azOI41GG3jq(nwcrx67ET6;Q5AR+Zli5kt2v#CWAlu-m<8#`= zjtOpZr=u0?2G=K~u+jS1? ziCqW%`VoDMI*C6kGvmi@DxaRn0y^*L?B+!K<+pneiQcyh z_$oExE93|cU*;-RASHMq;SdC{Pz*#<&Raix&Kyqs)}z`1AgrRB(SHt@!KsrBOj82g zY+Ei4B9xVGSj6bs@t&PtAR<$@qMH>oohUE%ARl)+nVo~UyUhvgMjj9#fK~I1gBOVg zu+rLNaGJ}wU4LD^9AQ}yVQunI98}5R@El-U%BS7CZ*&X90dmpU-q~Rv4s>#GROu?# zKY?Cas3Mhn$`l5`ky$I0m@BWQeC6IT~uAaM}4hX|LKVSJ18FuE1B*n-w)syWyP)+t&`a12KKzP z{bV>C)b*cq=Tn>WQI5uW4LTCB*6G7E8}$cg{hx;25_wL;9HYC80+=QdZ*ykoGh`&% z#t$oA4FFCrWPf|vO4{8(6k}VN%rB2CL|kUykWpn_!RiU zUY|5hrZu4?QKlPSl|hGw7XZlB%J-cvO@DW%=X7>{(J3`_mq5%F)c*zvUk8hEupv!h zk2jyn&ExWj9mFPyj3UaQZ*`FM?RgWULrb%y#jwglUiw^&!H^w{gHtPiG5M>?58m}d zsz+kaMR!d7ci*~C-}t}$6Z*CP@h{P@{PIuJX?c73{UKeak18=;r|a~2NxL>+x|=QJ z6VInTJ?doGk0UXEJmoor)mO@q7u1jTz0W8;sys}o{UzB-PnhOq z{irNX#Z)ip-l@=A7iaYCyJz&fe^}_9_ZGnMYB4O@igh!RYVcFSu#_6n7mtz?N^*jr zg+w4=f9vX5dq@i4J9U2D>D7~;)!$1|&c@}8Q^H}0qAcCXvU}R+YQ}rJ#Ij5!=uPNGqYkL* zy9Ve)aa$w+c^+c7Z(axpq600-2N#{vUDv5*~qMACL!j!3Hs+o$1Fh&YG? zxktp1>zM(Eb%-tsfW^TGIJXtRk#(}88Js$XhB|trY^p<#thI8W&(IbTExC#|U;RG3 z=fL3`qul-QqExR8f}@-{(whyK&fq-W)1%^uJ(8^^U_AP3x(vr|O?jOk8U^>Lk3j}JL54hE zAp$TA1PnkN!1rSEj|09k_~}k~&21Z01S9=|Bz2ROh>APG8PLv$A9n8NIe1h#jRW&) zw}F2a>fjFOSF~I;y>nCj9UMYlXn*aaRP!YFl7N5AU9SH^-bb0c7k!owCj_vgfHFmd zHBqNV@dH?EP!RQ~`VCphdYOS--JLNxSk(2$^q+X-1kYennMy>vOUyHMWAW^8W=i@m zSVW14WytcN{{W}^082)x5kQ;s{S*1F7}tN3x7qnS$I?2ZhU!1@ILB2}>#-Pfu z+RI3D4P%KD-2|=d36#H6@7ecu`=1DG+fZM$-g4jr(DFAow71(CXgWcBpdQu;Ru_&hH zmm$JrjDA%)#(kvM3qE6!s+bL;b?Gu(+1sPpnvvHzDxh>zw(Rp3qN~7ynkqCe_)_H;-`O1>6qUwBJ@$FtEhta|0+>i2Twy*26Xpd(MYQ=g9<1}gG&`Oq^;&#IlTBcMM=X-&0p zoj$%axNZ`kpM(Mh_b~6fq5N=H=^U|8AnERTC$Tf=D{I#3)Dd~yBhI4~&xXk+?@c8yK*>`|93( zdhHLtM?dznKTDVDQV#kcC6^NhPp@L_H zZr(bfiyKU*XH4(kCwl*_nJ%wpTK>NP5_XuNdWSv-mgFpVpurqpELJ!Tu>_D)t<9<= zXM|T=zzMLxp<=x`5cNtFkvrO~X{$5Z(Ll@IF#*{5?|5I;N%~;Rb?ziCLkFl+JDc+f zf#3mHVN(D^@1=|B71h0LY){9wZg}85&$KYH5dj|HwIjqrN23*+t1L&qzxm8}s7Qz&a%HT<~Cjbjyn9^T{ zaw6ZBW;+xNfF^+RmXsfLbr>E2Jc(`ecrF8t0Oj=e=pu9kIzEXVTDD|%XR2*FDf9C|&76YD(&VwEaIz`#$nxcfQEDR^Yt6}kQworp48Upt9B=ABh|%!Ms3USj z|9$?K6fsP+KGUJoI@oVSq5nGluk@dyJQ|(MH11r&7)V2(k@rr}NaaO@JkFDYonw@D zHfU8>#r3i2ENr1zP|%}i(LU7zDX=K1`9$0flLSnU_6CQJr}^K{W}p}!tAWpI z?%Mqu&wBlREQ;4UaBb}{+6$v?=F-oHa%Ceo!T#@8Aj(^}KQ`$^(Tld57NGf*&d)FC zboqC3a@O1|`6V?^|8e%yBU7>KR>^Q{eb)Htr&LV`>?dgYxx z{U83$Z_@wdPrgL|i$C|%^xTaaue(kkVY+VM&qfluPGj29b=pXuO+n!!pRd*8N1uB8 zOZxnz&m|mnY6nb|neI*(^n=|k`qrB#^uxO?@|pXAb9$P+ZTmH+YBa(R-`ox5^fSvw zfe(^w{>D~bH{~BEXm+rO))NMuWIVf@a3tIBdz!=>MQ1ByhiDe7^wmFjg&L_a~VS@iOg-%pQh=b_Bqz--Rbp3cr^y7SyAU0h6^>wCe@>5X@Z9xgI)IhP&@ z(Oa_8xVIxz;q*gqhz5S+9*>wJGCR*;a`<|3uqK=vb%xFP zGvEY(O!$XkXt!$`!5RFSBq?976x;QDpp?73G)BO%gMirsN3>XXHYrDC6&k={M44In z^GWi9Lcqy%zzC6>;ozHxq#_Go3)iA^C?TKjke3yBzXlUC2;|$3S9u|1tO6*uzK066 zXZrza4y4lnpp(e~aU4kKbS;R~UPWJf^f0)dGnfEcl_}(}-6Q7c$Kr(aXuJV9+ZcS& zCsMH;+5p{h$R&*^-3DNEa5RCh-o^zyxjA~812i$%y^>0GFV)`x8KB{ z#u-6>5jnV_Aff@P485swu%63Th-iR6OydGjfXkDEr8%Ne@6TM>t{>L^0Ov%;_JM8! zC~6nM3q63AuKyZ+K3QaVY=4&_LM2ow)6qnIB#nZ(yh;7jSTn8KDZWQ!c>ug6al1Mw z2t6kI`#bG6aEhb!4vKol{Ez$-offelPT2KnN;c?P{|hG_vxAVC zeH_KYf=2g z*8vJ+hXeV4#r31ZjcJZRIdGqt(wceXa)R=Yb9v0u`4C}ThfTqWmIG8_V_v}%E^{ny zKUosuWYbEXyF9w2*E)O!da{UGwhVhU+TnpGJ32i*qw|YfbaruLsn?FKmhxWC)pa|@ z7q*gBr{FkV1GFz0w(HAdB%tQV^WqRKq98I`=yA-|cIa*Aq*~eDJ;i(tkXg%s36cn$ z&ru#acyBI0p2y+<`nBcK4k|2@^hMm=WE5u2o)zVcmR+HTd`AD@e{rAw)$ji!`WwIT zlk^Ke^R;Enz0@db&=hK?&~^GCiJ$P=b^6q$>!{CzbPYfsq$VVlVgUVQZ7umADT9D( z+Kpb@H20Qk9r;L;*^I+?SzmZeLZ9sxF?}$d(03L?>zi*1z5c4u)n)18s}7|4I%=Tu zn86nKEVKI_3UJ1<%O+>NEh0cl(0sG1SkfS;Li#KQQm z`m^p-)a1as@m<{*%V>M!OTD`PkY4@vcj&8s?B^GtUqLJ_7C3d;OlEyH12f~69HxA* z-BzT7M?qNIFbvP;zQGx3=H~Kce|bgIDbowjPxRaZJU6H9;g!(4cZu#lyrPE>>HIAk@rR7pH5 z-M&nLQdvE5NRXd8pW6sgE*$UdfChMZWz3HOW?1_=&|`p-Q_KJfq0uposs%t82QV%= z!xk0FlmHO&dSxAQr%S{EgUToqCufHSKm+;s0cZwD=XT}&}@%_BK$fHs+f+5y#S^(%Ry zDEb783%Ttl2iDl-U&k;l57AmL#(vR@JiKS!cSN+Jcv$_;787UrIN*#!{#-v5hcs-? zfUR7&x!)l8&E*B(N!zo=;e$RfuEye;c2@)d7l$kAfnwS&^URd#YiI?=BjT4RM+(}Q z3-H?V#(T7+a7mDyP%I{qguUboR+JVtyr^SDZ_gKP zm3JC(I_R`YteyLO9o)-n{m*|X>%VbR&o%}_C&j2w$onY)#;BX#;A2`@Z9zu+t>?9= zB%s{pR0W|;|I>Ah4d|ih!}u$hQ0*GqbG=+sjMu5P$rlHPu|nq=jFWC@W_!v03%$rT z5u3EA?n`=)@kdW-{?E053?}e-SoqNp*w_I?F&Fz-OBOo6aZVSv?kw$avH;NMy?^#gcKgeRw4V(CPV*K(H}G0cGU|w+QSupD)+H z|JF&B% zpN_$H;PuTuefsPZs9aAWKgxt@WqQng0%Lfw5bmCx(mT5s==<+Z^xA6+=y<;>hgU@e zkQqwJ$QGf;Ckcs{gCD91%vvwPQF`)(e9T}vlEZkQw3VS5Yck68L0Kt`-fos1y?5)m zO6Pl_cV77(ed*<|(8(8G(1U(pO`CJV=`mhc4cP%GNKVP46Y2;cc-C!#(^94zg}(UJ z9i5#krN%q=gznwl)76z4-0klDQog%lK{(deFj%NpK9bFV4V?2+DUeqIlyuJlC)wNm_wZ4zt`37j90G$3FGy}zH zDx%C5f#Z}ChZ4Sa)*X}>qSv$-wZ>x808(>o=SR7`t~Iz;kuNHf!P=|@IWoNWH@oXL zIJOE_CjeUjTq^Hx-H67LRr@%Yo##G}0!Fml>VU&ke*hT)@{aNVhrXuhu{bbmEDN@D z2e)V9rlwS$w51(+^|qDSK&uSYZPP?3Xha9sTbffODz>mQ$5!(k8SQ`t<%NscK_!5e z8Ax`X>_l-eL>Dp-oX>b3?UkRcgD%2R=7Y9v-w?r$e9NkT1E&pn&F}X}aJx>KxBndAG1EwCL(zxqPr zIG)d`ML=OQdzrNVgYE#I+nEypdUO{Bk%N9{&@KJ5X8@$8X7|sWIKR=pO4*XfJ070N zV^~d;11JX;|Il_$p~T}tY6k7bIUw3tWm3nlSt8;UU>#nHzC!e)FWiasiN4ftds}wyaRYS$LPK^MH!%+X#Nl~eYSI6s z^_vm}3w9>JjLO`|E*d4~^!)5NACS=pY(-O>4*OUGzG)d2D|?;^ldaDY5uYkMd;7*1`md#;C%4l=pNi4Lc#zf4$TE8l>P60WRGZF0|X7(fRG0bnEt=E)1c5Omi zioRRQzUy-dgEq#-qEVK)1JH-%VcYm;Em@}+Svbya>Ae|&riodo582Y4Pn>g+>a)GkS1;i&due7-a5ZQzxVDbz4C)f z5AL3s(V>Q_1{D_v3;`NE$@@6{+q{31sCqOnAC)2!X}p`|@M$%l#GTOqpsJ&z8u6)M z7XSl9rNSX`-z)H|^-IQjEDyC4TIb6v`u^{Ii@y5&pR`D-@jgDdax6V*`-_QL->lWc)QIwSjJ3qTF z?r2p+sAVS}eH{^$y*-TwFFSxW9{{;BcT+W_{T5v}bYzU_|#K z|0u%%JR7Jy6{WmEWV3=s#Sd}|5V}1t2hV3(4n&EfoCn<6{@g^F51VLByFd;=bD~E9 zU>(t^iMod(nvmh3uf`Y$U>$71eQ2KyKGUH8WCuEd96=+dQ+W-z>yhaabOl%(V2(rL zdYcM+*#Q{kD0ct`nn$bW6k~z}Xo?=$^#jCepBupYtk34iVotk$jE@>ol%+)5aJ1dr z4&F-9s3v*6o%j1WfNeYUF3YupqB1^@`4^F~;JzMc9wf<+jrFwz_?(6}VhrIH$xXD5 zLWlmdMenkKc@#81oGCVnjfayju0VeVu$q#+lG3mSUCLW!D# zXjnMh)c?8qB7*Bbnf_a}G$NHNiR%*pT;dJ=r`->&i@o3u5-B)4OB68HUG~x9+aFHnfo4)LG@07#ZbC*Fj@l+eyBak|j0oKAah{UhgT=d|+|d4LKTp7DtDsAyW82&o z3dJI^iG0prv$tgd>sv&0d)HjS^=u2&M16NdE8A7ML%;XVJ^Gt}=bzDE{*_;(U;R^G zTl~{Emqo1WNZn_bR$gZBiznB;>vWwysp%*HohS8=B9)Ig|EEuRz{EC|a1gdrnixJ| zTO_dJ%;~fKU=vPi{vz=`*$BFNEaUL^QKfRMoj+j{*@x8&U^TtAmQ{V+{Rgky(L=gJ zKe)O<-+Ei<{rfwr`(`NE;`Z{p*xBgasOdaj8KuyiyIG(5mtkXN*~ms>qNs@NvRWIK z8qZpu5&1*?{W*H68HobN#R4S}{ng4|V#n9=t)Hf7(UxKt&8d*0KyCj^iKavJISGLm zJZ|@8zy#i%J9sUg!9bpOe()we|Ggj5&6mGS587c-4lohLc{hx`cyu5lZZL>O5|BA3 zl8nkE46OyuE*{d^X{DE5x>){Bbni;&-u;;#ytDj$Fw<45&%Eosm~hY@0k7?@hH3{k z{jd}C3;G~O4`R&Ii~>|NU@CXNAbKu1mvgESZb`A|k-!%bk8;Mg)S4n;VeG<7tp=DW zD5H^h>fjQs(6{7tT7A}$BQpC*@Zltv0M$$m+HY{siK09Vht%mBg5wmChho5M-Ew3M zXtm;mBg_Fh69urJIaD*)7Kc=68;G@yun?XyuQ^oJ)Q2U*+o-L!Mi#M>duQgX(Jd{)Wp%mEh7Hppmy z1r13CK{?Uul)^*QKfni~(IH1xO;(6&pXFZq`6-b^53mzi~6o8G&BlKSvA<7CM zT7!XTe_u>6@GpZhne!R_9c>-*HkIHG2GE4md1RCR`*387QwngGAzHgH+Eg9CIta0` z3jzHYeMH70lz^dh9lEJyrv$#v1Nf?AhN~T64pU$&>%T6(i5&pY7F9zZbuI^RovBzH z;5E)?og)%3XW$7zwrw2E;H?8#W|!z~8~RV=0Attx-7XHNu^(HU!QZCZbE@ zuv#nz`9d1e!PuGK2au7O)527g#i~8Zt?5(9WjT<^VtU#K%m$L$#k`j$VPy7|$t{ z$BfR95n9Pj>T|!;{1mgTJFrY?F`W=OI}r?WT_`@GvzvG5WC5Lb%jfn(qt?(mNe{MY zK0x;0%s@;i?ny=JlD5Jn)Rt)}gE|ZO!eEPEUtpFsF7)Mc5is9+}TGD*rLOZqvv40I3}5 zUwO*>KiJ`=*XiR**AdXqB7MTPNaWXlkfL1c@JEw!yM7P}>Bi79;lFowgI?ncdgX^R z-M_mSHkaHZVC$>~5h4K;Gaeo5u{`2l13yWxACc|hlBf&tsH6tY++XY`N)uvnSFcoL zi^PnhZYU=%XG3A!(UpPs8KxNOd!$WK}6MogE49{0dAb@5%0;I$h}Nu^0Iol zjk^y3RcheDp@yGG6!Hx~zH5&GQ3RlC!wK{@m)w+NBx-;rd~i*x%HB_K^w0(x8Mz<8 z9e|dM_gcOC3F_S|iGDz&bC!)cM-`?>>R!hb;p}BLE^jPy^fJ-BS)VoV8rOs}u$qAg z^~)3#>tJzfL)LLI=E+pr8aVr=+NH z?P1KrQJ0v$K)=%k9L+r{g=@DQU8Uo(6qIXlB4zW zc%y%`?@F3WD(0Jt1I@$-fFa5odM4sPv(8MA6LQLl$)cX81O3Nb#pA9q?aZZIleTqX z1E|EYE~jzIdQ77n1L*g@WI$7PnN@alx55U{3M!AjU^dQw!iV~=HURm!+vnFQ>3>=2 zKdOhf(iScZ2CQP7uh z+Py(EL>y-dE=qcJD5E(~30sV4;DIKQLH|ShwH$lw+QNG_^#6k=3|5$HWc9m_Q`7F0 zE^geRi<`Hp>`r58^&n?dJf%N5KvoAEBxSr*(Pi?TmoM{qdiDf$G(RYf$hyU8n1`nXUooqv=_UnnE8(;v=6QRT{7=d@|;WkEh)}>Xh5| zgT!^Wss6#~M6aJ;(C@x8(;M$s+CMy@x^DolKv2JtBx(`NRm?HwC&({8jJUEq;tAd? zmwy&|0wD^JW}Q39rYX94y&GSa6-uVICy!;7$mj8r6;2s)Xpsc_ckj}h-~9vn!q0x4 zt_&FTn33dED5!6arfsihlnI43aJZcwJ)K9b1*aAMo#Mm8}z~CiwrbGQI`}E*;4L{ ze!XzwI;L1~N%uqE(2jZWCPxsW53#W1`d`L~a!`llwB}<52QTCyssF({SL(0*S%)o!^5;QTbe6!SH0jMN; z0kroc^JVm+8sF6aVO|oS>-11*@;cQOASooH{+Ds*h1bQtXO4c=e?FN0 zQRfm9teHRTdZ*>AgG~U?8obQ-jQLAMR+f*^uPgwnFK{K@>d#<-hiKG)6j3y@1|O~1!(l64>r4<&+L z=2lZ0oU_vtIy*aGWPjJo*>vq{0a55R1E1YsvQl}g2pst8)w$JU(s`WyY99N5jMr4)!t9Fo5M3sqhtF?ckTpsP&Mk%0RZ9LC*Kiass zM`lhBw&*XHUVY`ebnDAspmOWN98b3Gr-)->BR+{Pfcm=(lzn#~PEHDa@k>m%ZlBZ1 znF4`#?_be-Kit!Uxd8(wdhisX|G78YY*Fr9AQ_Z+-^8765|m$`jea@SL0Qr``V(Dd z|FX;Aj%zb$XN`pIqG082b!zkpH97KdE{V6DU2vN=neGV@d&%4LXl3jBpcnujarB3R zDaR-Uu=Q6RFi>(hfK5UfX_5p`0r1JuM7W;o;uIxtBD=E}(NTVSy*YvafYDxTdAhmo z;3hzIi^fY)(Iw?G0Eduu>jys_9l2Xw3y<8plCFo^$p92=9o&VoAbFmEFsz+XuKXO@ zE%THP+?cfG{eQ1S>v%Iy^SGv+bp&9{2! zBE@Wd9r6Z%IRmF7(8>gwBci;Z715KJkFzYe{uh+f^dD46Oi4zqew3+FLYCSu^DN$e z0hDX|^vKj1i+w`*AXFUGR_zcn2mV31Lj`GNZ(!aX=YI-&C*|?9sh35~Q|s3#8}W`#&o1c3t=rvhBtGeZ zHT(L|>G)ub_P%e?8H_m$(m2|bJP8fK88*Hk(svC+3vB1s8^)cyYf;Xpr;E*g;_Y^I z^-yJk#paCBhQWf@+TIqXRXM{>jdG^@CEW{d>*0PPO7}>kybx$_w7F+t{}nc$O;RaD z%r?^ZIQ3ZBb-$?0TBm*><~-}7j%Xyc^f74H*-svpGkSe#v%mG9y+ObJ&P2cQ7k-S+ z`7ZUt3~4;v_Bvgs>+~$s;TUMMG<_2F?HYi7CMg?IX;SuxN2XyV^P^6({g%7}d5qur zlfiATlOvfKZ_prp>QippCl&*tlLnqHhUB0LaRIiF|m8wF?(=yO1 zn;_fic+_)}TW|lh?2h;IU{KLx-m6aY7}rUo!Ibas7wzsRmd{)V_I!lH34DAO@my<% ztIG%U%C~=yzWPhQpqz?`7-UchBm=V>b8Q=*9t7D6esVU`#T}+Q&+ir^TY-qio%YsS zOqYA6s}}9N7;&{u%4H`omBS(I|A(!eiyBtE*U!OcS=}xPu)S7tjjDxfqP&eZs!VFfr!=zLJk^l+~`r!C3xf(L$6(DS0-r?k2$HU>o zb2wlW<;mc4YzI$^FNk1tj;NNn<%2G22NufwCL>=4mb{C*V}Q7P81kv3I+@z>`&!^U*4LWc$mDFE3irV*F-1kHg;hdwNc>ru6yV(h!4BYfZE25C`L0_Y;LzE`-Dq>n? z5eJuoUpNjjMFm2pv|YpxMnf6Uz5tcibQ9jjqT?;*A+%|Z_5^^zl)=at6OJ$D7`U4j z4>B-c7_<@;CT;>1i-Fkfy}AfMzOZ#%|4rAd;n99gcJbZIi1OBPXNvcE;m1b6ug90% zHpnv9-yb(+0Pvh;1{}s&i?cpTvU&2Mgzb{<+JPRUjPo!*Wc?Q!wvD(xz(4@NuVdky zz|)a$8+0iOKB}cr6MY5>q(!JUbpR|iP?>{D#TS;DeSsJ44=(?#|9&uGjrK!(b=iHC z{uk&)YeSsr5bc!#PA`^~U(1s8pVAyhN&hK!h(w!hPB9;Yjh-@Qy;0H(orm3dVbaN`^aP#c0Yg5O!{WKC#|WAmicy|pbz zodCuchN>`hF$ zM)D;0i$2vjh%cuTdi&%SefQmo-g&1P8oLfYOW$=_NYXpZmNjSY_`9CIg|}5 zXwKry;lNMoaEnEL`nnTn8rvHqS$VpfE8>(O=*a3CUvZV zV2zX-QI`%Fr{^=;Q7sCp;IO3}j@i+wR0cSd^X#Bi28+VcQOCeR8_zC)q;>Q&gno#A z^xso7qBfSl2jzmJ0go=2&btGfG*S|K)dD??mD1d40J{GZbWfMIq(-02q^D5s#)Jrhqlf2$!!`yG+RF4 z-<3Fs&@yG@Ek;j32Uu8tr}F{xptzGRl^|Yw`%^v9BYd zdClt^AZkRn;-vsEd!(>ktBDc_l?B&(rZWHlr?^%gyLIuU1NZ>qT|X%F9|bglM^tOB z_nO~%E2?%atLUHLf{!6|4P5g^o1u>bOoi;(_IK7fHrKoJv=XQJ4Yr(K!y>4d><#+g zz*mk)TJ#yX?%M!YrX2ArX^g1erdkg1CJms~#L1$XYu10MgPbr-F3D6w3b4` zqzhRb#}(CIEbiFc-Y2J62uC@27>mf;4)QpF<4K<4OoF_yNyCAId5%WE_TND3liv9x zDF+o$0zh{sr*!+yi*&lXSPFJR`)&`~0-lIdmR0PItny76k9~IgPQ<6P55cm@w*?(>`K8Wr97;ZVu`@y4gM}?PDxj>*DLObU>H8iGK4N zM8Es{-=zQ1&wY{p+@JXgdikY?%d-zUM%ML>=$a?`I$fvFVfx4c=wqj6e$vv`7VQs~ zPo6Mzi(GaDo;aVf-EL1pi-FxpeQ@XTSr{Tm-}{vP#m}mLc^yTLY490k|09+|M3-~w zi-UXU(R~5h;D;wWdiVS`z487;ufJAle|e(OvNfC^wd)K-sF8mYqnh5t7H#AC;}=OZ zGQ3r?FdFrp3FOhUv!g7yo>%WXQm*Cff2u{ZcF?ngV+*v?sWRriy$**E`u@F6v0?di z09Uu%HYcS2^#e8bZZLPJ!FbHNY*`f9gcGs5a^xKh)r>bazq?fKXZqf^exH8sxff~P zSrp5anUvk>ndxj<=6~+C&=y!JaH-r=f_pmBm3j`_1Y3T%E-EE#Vd2^aVT5+D(hp_Sf7Rd+ z1+1-^eB108E!yt$t`vS*Cb^Gj^T1-j4rn2+Uw71)&@Wikdsq{rn+;W z-B8fWBEL%Fa~6y0o`dJJgXIPQY1GpcZB$bP7QisOuS;EfU!DxwZ2&9np8bBW^a_Uj z6>B3zBWLG-oji(kxwjpXgTt#RISyiFLZ4^wx0bPg>{azh-0jQYyOEVyl`JX{E<6sW4M@HtY;< z0|*q1QHl<<6`}$Wp_-$eRsTyLGw~j!4Iu9~CLVz@!k7cv8u9k-V{C~?`1Zot7j@8w z7F9iqm$5%TESzay3P(A2mWTE!ds{&l0Tu*Da)6Oz*{kR4W7jZL1MsII+Bu>=V>ov? ztBAcDYT(h%?VFCx@eZVQ#Im=87(X@%jSEiXbo5A>%-(iS(fI{$GR2hb{O{pSPyPf^omJE6aNzEu})ut3~EV-gt-M0Isya)8RY z|0zJB%t_uT4QkSVeGZF+0n&BwmuUpN2?qnl7^j@GqyFdq>H2RrTlhpKzj#+WbP?cl zwfgj1Z0@Kqs!AM=$Z89L0z-?zMthQY)Mboz20aqm&leU+-RLyRZVl z+xKzW%ax+4nQ5RWTBkh!E5|cz8}es-(Z%l1(a{(y0}!|NHxoiaWbB1a9xEO26x$t% z9nR0y;6~}t4;Q>mXS=hdu4hXQi>~i=&TMVmBcN@}G|N@nvw|;NZTOn%VouPiK~kX+ zsMF_7U8Is?3;xTOn>TMRHq)8X?lj?KTBR zIk+?G1qH?DVm1r%v9@Wut8k`EzpYwixPi)o^1}yPWQ>yyI7j3=rFv=IHCi0`H$Cn) zQR~B{jobM|LZ|fhy*u=efAb#w>)-xo^cVh(pP)bUXI`LlxmCt+ZxwFCXzgW|jlv(^ z=&s1YZOI7qE04VS2C_We*mBq(yf$+7zT7 zuq!asML`Yw&F6{AL4RSUxJM)t9aMmmVLB`Zm;)fP@_$5pp+NmdvG&vc@#rQ&9=HxC zFK;8}c$uLN&gm>PfO%S24xYpk+m8`-*@0sr+615R4lBU-1)WpP>!E*^bO6w$Q9yS;x7qx%A28{gAq$F7NtG!7w$OnJd!4g9h5 zS(gN?G$NjAk-Y}m@!ByD9fmw~08+&3>9WExcXV!GLX_yC9%bMq%Ln+OwO#dIaLY># z9q~+{btt3%8wWL&nH<0Q5nH0QuI1gB;Nd zJs%fvVj+V-x_98BTuYj#j|E`Hc9$Mqj0z=FGhB`vIK zKm!0s!lE!i>=Kw}vJ9^A9z_nD1Pk0Lmsrl=R>18DBuN#r1*rIqg2_ z;5A1SHu?#mwbO4@8Ro}4CM2n}=i^XEqA>p;n?VH=HUxH546HKn9F?ekPECoNm9b(3F+oF9-jv zE-x?@b|+_acH^8*PEPwBZOpv7y0kIL3t)1vVRH?Alz*t(*9WUE4WgUpNR9P5dOZQo znPvtbVvexS7W~u8&c%HS1*=Ux>>15dba$lN2@vL3Ozl^f%O@wh4w~<|pPb$SXyS)$ zNrfIPaMNq|UZB7KpS?rB`HffTFZ{~a=#T&01@UF2Pcluwk1jpAPF<(#^jS!sLjXDt z=syaD|M2hlz&Y>}UHXKkPw!y7F1Z}J{;1Rsw`j)yGI76q<0gIc?U~+wu%r2^Ij7{2 zO_KA+7kNb4jv0>p_@yyE^7%=w$kAW3Ayw1YN~3ulIgLEPPPGfQ^ ztqjOZQbrCEP?9mLvrsriNd2c~pfUh4bJUD4nmD$c0z8Oq^<=+mx$+@Bh<+wST{L%h)k4DQqfoM?O2CV&A3;=R)5(mH~PTBxyu@gIhQRO|i z11>4iEzlaA$kE0T?dZI)%m?kW22eDQ;33xM>}{O3TnpMY=p=A2IGqE)WS4_AXa^ls z_0R94gZGsc^-Qme%w9gUm-F758twW)a6#jd!Dj^+XYbb`!Y}np@N9!pBqoiiM1(T0 zo=1IhlxbP%iG#~k4xY_)9I;qZQu{zcZPYR#lDvL6Y!2;jQEoLLs0=J);h?Uu85`rA z!huVwD^XrRSnFSahtc=ry>}4@uSUzNn zSZK!%@>WFfTgUqI(0`k;SPXD30WOn`)oE_?c3^VAS@R;of(6l?snn*Ikm4*Uj=X+A#vhaS&04sOQpt4FISk z#uwjJ1)ZW~jU4Ddnf^y)|7PJ=N&LUP(j9cZaqIbIJU?%iv{PkaF4y@{sjO6+FwU-h z0c-a(^&v1q?+_SJL=M%nSFqJ#cX~p%Zr@n|=$)OLU1@){k9lA3Om*3=FU!hS+Po>> zzx~7U{I_$({H?i^gM1{}OzsS!D{AB|7%$UpZnC8|cT+d^=Ig0w?NcA;G}5ev~}0kj_;%G z{Hafm*Qx7toyL^4;YTSy&*r_KBLI3dG~-$xOg~v^I3y5u-1QjsiA`IFI_3+Q)1RaZ zo0&MbDB6=7^!EOO-g;+G4daTw?`nK9eL zX=eixW~GZT0IQl|+JOq=3+}*76^s5BH!-^dBj#W-r4!_3gtdn%G7Uy}-*U{w zgA3YQX1Ss}FW#h|`ni|sYk%}*y7}@=dayXB@893k>u)ax*3|+$Up2$JZ3&&czP&g1 zr00*Y7>x$oL7>`y+0e{J7Y-vNFPj0t8^IqXU2orKH@K}1iFyN69^ja61w}Ny(vH}5 zN-;}9?qs>&E&w%?mt}vd@y)^s&yI_8h?>WWs7)=r3Wy|d#W^(v@8AJ|@pf?V2LNsL z7Al1YFtE3EiIeYpn_hM~`aCU`IRtE-G;DT2&fThq&_LqMQQMqyB>ig;wLM=Us3>ZM6tOD@!^UvZO;jDUCgn z>CZGnf4%|f?KgnVv#n0|1zOV~*Z;X2IzBgQT`}iYKgbW$PNkst$m65r`N{MW3tw9K zu$8jh#HgU-njQo!4pfp!MW?MQqyDo4!s9}u9|)XePN4rjCtJQK3t^5@n~ynUSIn-+ z5%^_@wzlgQc@4ds?ab{of%QOCw|2Yn6sA&IfOh+JA0I`p*~{PMXQI>dTXfbB^gCPfIq7qF zi+Bc2Rqcz~X0x^T_j!twpR`DDvAJ9N(m}MI*#o*!QEloLF&zuD%DWExtp$SIy8T=) zOQ+fp14!%K!T#B)DzrRg@2K8#u)?i4xjpTNZdWr6ep%&cPc|Ey(gE*Mjs*bmk@lUv zZjxwEg!9}WX+b8pX3D+!TnrZ=0of(ZWqn74wxI@$pe~cXx7P(bz|ekbpPcO4ZqQw) zm1}da(50T8BPaCE{TJ!K_@^`d&cFU|=r8}zewO~kAH74Te2?lRv|pY-X~UyYg~Yf* zBW1_qAVFYwm>`%$I51|2w{z&EP zIz7{r)%8iGts9Grq4jV&qxa5l(+}R-)4c_Np09$J6;5m(3bMhI{;*kHSS@mF0M#@%L#j0Jb}?4l>5nHu zFaFr`^p&4jK&MV@yCDS^{b`Ta=dZ}&> zeAh7SWOdKciqes42pkM@0GuSE7(`ajNVHQ;oX=|bncQY>=;WD-M2C8GvZWpsWgUv(LYB;vzk_$W7m1zQUBqN+gfK-SCY-s=`8i+HoJ9`>^IvVtTzX7G> z4lcVh=={-eLe}1AdT;c(xMRmDf6#Q~L+^%mkuky&U=cFs45kl*MRM@GF62%NC6LmA z?_mWa-ii7nLK2S12;_|ssk!VUXqX(~0#KJy9Sagf9AcRp>4_+ybl zTyq3_3>^V1dY`r5YRnOwFa% zRPS*R+2#$ECDV7wk<1o_j$I%a&k1sy$My01S_j9)gUAQ>>bzle1}V?N<3iJ@|EcY4 zmd2R?nq|mz&%4R4sV8*Gbun-KCoEK@F~sBvyyv6-)8?3->psp2^ho{ph|#ndsAaQ7 zFz7=EeeyV1d=U$L%g7^m@ijl_H?4S_A>aVW5M7(~zt>+zzV1HeAX?eDik%*1m?wf_ zVkWIKfNSVKCjiQ2$puHXt3zl#`=HL5lh&3g>3^Qzn1?y5*U3O%9M~r-gQp(Io}_8j zWM?YlJ;PWNG$GLMwXAfI*$zf7>0FB}zXPQdtM0~pZDqyyVmc;=)4wh-5ZVFri;XuN z`h+pQOcSjSH+0#>xMy={$Y$&a>G!Ahf5MCIiiDU83|123$9>+cL^@N;fWU z(fQfUCbV5|YTH@Y&Sk-_rG7R{9rH5%@M}K3w*Sml22hkCg17aL>Swk8DFoU_lCFDa zH*V1R#SJ<+J?-<}!-o$nIyWu2N@`r5y|qO0j1q zYD8DO0G{zLY2RiU*YD8Ce>{@Ws2vCE#Rntv~c(07_4LNx>0`s&v02ayRd1M}_S8@vbv%{*M3}at5Li}3t$B~y!?l79FZOUvb^R+B(y^M-4eEAFXlfUp)`ug(k;`v*2_loJ>mC$$Y*5&W= zZ^`4b+knfv=E>_w^-94dR)J%v#jOWGMsTZ zNs=j!Hq1U>dw^49G@fxsBmpeRf9a`O)Eh2>kG2B_4%&_p&k>~=fbUpYB<*WE>9zD2xRYaIJU8JTVvKx@F21=qC;z zL^L$yXNdTX?i#>n9m6B~*`u-znDsUWKX5Cqpmx!}039Oo8#5rr3+?|= zAGJ?{5@!GcL**h$)b(F{5u|{|!`dl;2t?>-ASnRlUT>)bz%%MU*-ni$uW?$GVFl+A zJw1*EF;3*2AZyu>VWQ;JF7}O8|7Qxo7?=0?FK+Ed#53C17fzXcK_b(?pv{mofO6!8eA|D6K8UVGD&|V-B3gSaOcvejor}}tNQ(ox%GL{=-Qd(0P0oH@o@5!fnQfeEP zw5t$rbeSUaeKeI!CsLT|+Ac|FWAuCGY(JAm-do4Pf`{E^YSVeKTSXPQ|C0v!{yn@WuFecBL|1!gf+dRQY5OxJgMBMiv!xy^An4oYr}XCg?J&C?$zB{(?e`H3AGLbA!CGSb7#yB{ zM?Q-Bn6@A5m*iBUY@0d22$152p|Fu0HzQBT3_RT;2oA;4sV$6Gq&t3lH_Y`pGfEdw zh@E$}7?^8Y-n)~IZ<*6RV2T4Yq?b|OSB6gQ4h@B)(qCUw zkJK;iFL80S1r zKy+}Jsv}hlcn0v`Kq!DwBKPJIc?1U~3|ceXJBQ??ZJ+ofHH+e)%sOhvTNu2kjoQUP zae(X&KqR_=p?vtB9rPN9e5IGzAEEqHm*h2#MJ}8-Dx$W-5nmrNxCULYtr*IY(#6rD;O zP=p*l4*(qi4jgQeu^aK8JU*+e*A7ZYJ8*zIHOicwGi&MqBD@adWk;l+=LgU!gSh}3 zr#P_DX>DrI)*ME6T7-v3N%D zR7^Q$06<$&$xx!a@RyGv**sT5?qdso;Xf$-wvC3B1t}oFlxuJA3iF6Qqo*Oa87479F{p&wGp;!Oj zZ_}^*sV~#7{rRsh09BLwhZJx&>PCKWBChsUKo!?=jpw!u8yaoXk0Kp^Z|<;1VIWx^ zk#Yq5)7^gzHRs9&lRP|iyB(E{6>h^@{r)TyZ!bpE!xIG$#SC2G4JUVDV-@^tpMBXyw!{hz=cS#emjKDMQ1sH}1Kggv6#}v*`kE#LEbWmj&&}Jx0L|0%t zcXPORcIcd&`X1p-324Ey8GuPV(Zm5%bAY>AuQB2}gBys}Tmv3nhaBaboW&f`>1Y_i zsSh4d{O-=S>%*ahulYKp`5zZ8&cU?2Jf1 zGxH_trSFjeKylqPv2FfhNl~HTI0c}fZ9D1S4C|MPrvR3W;-N(nVS%CRVhJ5}ut^M- za4HTl(2P9N7r=*tT6KsDK6Wr<)(PlZrdOe)|DZ70C1CR)ndoW+COLRwSvla=4kYVs zVt^8_qA20}=4d@cHRDILImQ(|&V!JGh}J6L3y;9dIv>_ltdNqUF# zxN<~5j_;>cIip{p!;;3%@mkV1^pC9SSR!H;qMIW#UCv0HLI&-fPy9v1@;KJpxNZjt zvh7v~{$#PX6S>v|RWV0`E@R%wh_UVq|bjip!meKrhcK4ngGEbIr2W zM`RIw)N9ZJW1rf*MaoBUI8XOCvX()(NnoXyH z_ATFOfuM=57H3H=zeNA}e_81}-~TQ8jbHmQ`kAj@w3FP28gCsm|EZ_oxK7vUqez2d z2tAwhY?SSD0zf~jM!!zi>7z?Z1hLGu?Udk)3wrB*rOQ3RbTlJIeC1cnCzxSQ+5r*S zpwhHqDSd#%PjKDMgvS<4(HqyzADQ9`FK7tGyr$ z&0_r&<&I)*B~JGox-&=ax8%XhG6Ii?_|-CUWPEH0lo2e4;SI2j$J z^8-)PN-k^P;Q*byJ=P;%0NgMD3Z{Hm8krM~sI@L-lEKRCtRS0+9PCsphzL%=4jD)^ ztUAM5hBIp*N`8+d5G!w0g+n_;_st`BZAp$#gb-`j;fJD9^!{Z@|c_9bmzK?mVbJMW6 zRufoSH~~H;CyB;{IE`rutijk^Z2ZG`t)QpbCt3d!uqD>OS~P&q(0>Ccje}U{A5f8m z&Q^)BbI^YZSvjizl%v@L5F!d-4rLC@2{NPoiv_nfsZ9VzZNjWchpMFA3EJSU2eVOZ z;JrGZ8Knkc!D!Vl2~>6fv6m&Wirlh&FoSf6m=e|HEjq7=_lbZ_9`>GN9 zorY%CXyKkuo68#jJ#R-_x=}nvcWO{VvFj53j5f5kO@2a_&16Z^^ZK>EXbc} zvobKJybO^|GPPE=U@U5Bd!>MecE2PWn}|lxeJn(~-sG+=EVrrXvNGLY`fFeJ^sl}< z(f9vv-=x3(7k`m{>6gxyoAy%TL2cf4+$K>kS$k^uqfW~Bo zhWunvZCt18gw(cG^({=h6M9G|^nL@N=SKGsP6AH2Zbp7LmW$C_SRQI0Det8x9=CBl zZOXJ8_&nRo0%B2fP*N0B*ENO_W>g)H1c*g<4F;=5QgHvL4oZ7w z&$VyoT1*%^y>&`2zH~+}|K!)`D?j~ZI(_jD-Cyp0?~>^C#c8_xR;Bw77O;6H<$i1A z&*o%Q=c4YmvK1_k9eS9O1Et}&E8tvGyK%HtH7nG?g?xR*GpGF}=~>**DNlO_ZQHi$ z)O5c+GeVx^b@O+SMSrAgBe1Ox2}rI1Tz7!kjL%sdXtp28qmKoVS+=!Z0t~^SgC2b> z8dc?ysOEr4vfh<;qYeN|ejl7ycN{xtGbe}3q%ub!JNiU4ph*4QIGB(Um=(@rJg@mF zwTJ}ZUX$g_JUDo4e2QX#c1<(_vT_VFpDA+ypp-x+L?*W%8>lhkAR~)B9J~Sh$Yq=t zaZ9E+h{livgol$c_5lykvup4^13wBxl_9EA@^j3Ghel<<)13D?0psc@$AOjryLgZh zfd6ATao|wTmqIR7G;(yQg#L51o60yRks3ivw5{^lT7+ZU_H6V5k_N*Z-K+h?ohAoh zWMNwXaquWQFCSo-^97KF{*~mQt|RAgPXHINGn1AK<054Vm{DfOF_!+@sF@6f(}X)qKNu$lyW-EOIojCz065 z!dv<;N&m%V1o!1KXHYHwHRqI=muIT^sak`}|d{+s^bZ(V_PzB8d>?2KIqLsY1> zgC54lX1^+& zL2pf;RzNf4vV*TMT!><8cDF^%jxcWMID~ek|JFVZR+A)isQ;7g)^Yvkh=j&M z5_`+W_*(5tEYOfghv#e6`f`?0|05EbybWMtmh>58POlaF!-GB`ZzAY5-hm3>CNbHn!Ub3D`YDzsx;QaI7YiA$O2^~>k!Klp$BF8$@VUZOw$Z+w+*?v~zO z#+_;$A-NSk+Y!*PwYT(Q9o~fjy=>fnojx~dz!SFQ=aCN+k!)Pcd4BlxIf{TrB^uT#Nc zSan5h!lo;D_X>RWcHa2zTF$EoF%BRM-*GQMqnbbfpb26!>dqfUw0m!F0bglE15$!H z3I{cY>k^RzN&v(&m@=qm4gO8&L8iCR>$B5)Ku(5(8!h4)@_^{Zu9qc%@BkYSL0AHG z5|qPqi~uS|n-&hRXXq2FBgzv13OUfJf5$%7wlm;p*v1=q`&RGP4|BCBsN(vM_UZbh z7gWxd?^B{Rh_S~0YA1#GbdYcEPV}00ZylNC2RRZV2-yMVYCvd@_9o*4mjIJ-pr8X^ z#DnZ3Up>4}qoE-S!MTpMDlv|AJ=2*FyvGVK2VD!=7vDt!pa!kQj7V8ip0FhX#P$d_ z>+hrbkBHnV1D7PDuf*OhveJLOE*NZ5ne$@PxI;t>oUh^Dpzf&$gsJy01`un%>MMb*4p!P_%MKKJWY$Au{&DOtyA4X|6;EujBG;6Uzq znfyDybK-f=k;|R7ry$<|BSB-4`M|9UwZ}><00Dej>p#X~HkmRdSZ(8n6xi6rN~O_v z5-oX+`X3Y-kg2W%OwLVQ81fPe40(Rgdvp<_m(O>d0JcGNv)x}uIV_AF2ewei;N51| zw_@+hv=v#0pi`7&cD<)7p4(*IM*5i!6ZBgSN^|6aUeJS2 zpzL#*7+!H$21eO7aYLc4B5s${d`CyN({r5P8$P2P)C&`bVLth&Y_nR7Av&!oqM0?2K|G7{6qSK*WaUm_c#6+y>PL-Wwu3Vb0eNK4K#*N@!TgT z9V_%Pp!ri-$?Nn?6R$qY6F)g{Ps_7k!1x?-K!5TT@p`DZPEE<@#o*m9v*Xoeb2cW$ z;7mAtHTkIBBe4B}=+LuD`~;u3pEAeOOx=9-;7+?Z3Hz2-H&^?AN(TXEdPscwkjjmT zUj6{4Kv}=y3-sl$evw}K^7C}^+$r5#ZhP~=Oh0^ox$7a(VvF`IT{A0qpr zK-4(!CM2oy2&0sSvm1vtspHMEbyWTM10c40;7K~bof=-!-vi@Z z=m31~V76u8<@HD(Y;*qO*V>taNBPXyRqNT^ExemPS z4X`nOSl@EYh)Anry_2Kd!Dov;@<_^Q3ZOdoN6);tgU3T8YXXxf3~qqhVqmu<=QIPk z(JW(>mD%`|o$e44i||Grc#KSJ?c&IDDZaHIv=WFcKIk;g2O=2|Ey?3ZWnHH=aOC}% zZk_EOerFYXtPmvgofzTnz*5D{K^rONW*yH z(bln8<+7S&2Mz5J!b$!MfIc5I!~rm0jMxBmUH?TK&=uO&b)h5r-+^Bm^*^Pq({s=# zLGwp|UGqlNa4s(*zaxJzdexXa-V^A5%DHkY9Zv0#=#X9O;U3`w#jDcW?^Uj4UFbx;cwNO3PY%|}i8D6TWc9_Fk_QkCDw;uGg{)pc&((wz2ITvHSgVdVaQNdrdN> z4Mjh$^$7=V@_PQCjd$D@=4B53_qlLdFY3fDliufj(RWAll@5Acx9ioC*Bl2QcN&f+ zFss@we|pl0Q6wJuYSyuS0?V)u7yn`Y}b%8k86JtO*BhIfsNVh3;D z{5tqtsfmx#>*a{@A<7%_wtj#&UTt!`NmVjLUYmU3KeGCz^^MK5{kH+Dj2FxB?!!R6 zXtHeUnVsoRx52OIoCdqXvdMZtX?%{n%(t*>eF3=9CobQw77+Ts{x;KVfA^o$|L(8- z9DVVnn@fN0y?#;5QU2E{|0?upO#Bhwf1N&ii8nrfGNk{R0no=zb$nLo*r}bz)7Dmn z6p{A{NjuPxFAQGj)p*n9ZQ;v1(?7yR4)rT|Xb1 zNxAJ5PcpE}CUnZqaJ+3a!p3$BYKTZR-BKuwiEbDhFhi@u$kd>)Xh}0banJ}iUeq~^ zLNdd?bnrQxjk(N=0dh%=UgE}$bNbQ(IDheLx9IkdUC`<63wr-S6L{ z2ht9-Xoppub|*!7BU>4F3T9R{uv&Roj1Iy;w90Fvn>JE8FhY}=Ho!Y-6mqX~|6X}G z#oOCphHm$QTN;O9Hqgm{ zUf8WY%4&*;EjX~%qQIOp(xaAgByOc3p^Ghgv3n)%3&$GmVUZY8of9`lKj&@KZ~%wH z1ADW?HNiG+^pgR)nHw6>%c5bHR$p>J9tY+@kr4sv5mJ&mbz}S*_><8i=~*%7YG;wX zijA4%q%FY6zsp65zH7N5J~nkc>o!5gm5un*nuhQ7%my)!Ont+E>mE) zdLM$PQyd5}5h9939b6y^V2R@JGD_t|q$9v+=Gcv(z*`*J89)?!{UDR`9Q@|mJe7Fm zZD%0Yqh)OjM}#DR002?3cu@#?+TY0ugsDPtxTVTyZ&yKtGvtt5I3V9x)KRYPO5j8- z0|=yx2cX{=_~wa*YZ%AS0SZdz$aWf{qzge;IRH81ie*WW?WOo)LEd4rWxrtF7aq&l zfzBEc<5N215mEEJqG%x37tGgs-Syx2le2u}m+CZGyBv9ha4xr){?9d(!hV2GW>77I z?V#+)hoVvfPqV$kX&fDSb}8K(W5RkK$JprLtBql!NyMSwL_>ryaf#h9CWtm$sq7Qm zIz|G($QCeceAR`4V)s-pZ%LrBgUDD6q5zhiJ|c?iJ1+o6V@wGBA9pj@?5;8-aX6*V zS=JyGlv1gA0Fb%Hv0(U8esD zv;)|SLkPP~ozf03U+A!Rvt5h%zXZUB#Zd!+1#OQ-A+swwaGUfY z%jh8MJObQUpab|j`TQSXc*$V5Js0<=9JkcwrG49>v*^Fbw*F(WD+AFzDy|*UE&Cq% z+YBV`U<>oyy8S{aqfCfB%+*bB z^7@fQg{PZw$RXFsx?0rd@f(l{Y%=@Tc35FNbvv8~AJFT`2DrOUh?%-7V~qJV+fRt} z>90$Rt?eIA)^LkVFaMj({CTjv{FOIu(f|H${Wkrz-}s~Sr~ijvq}~4Rl9$;gkBHD* z(@6F*5FOO#Nz*YrN{%e398bsaknOr0!>@E_!ElA(yL}w#7#>*VY1`+cO~)3H=*aa? zP1O9L3ptpf|CiPy(4qWn<% zfO(=9U%ElJU;F|+|KcsWaqFZXG;(hlFJHSW^zQc_(terruNt+++>GCL2+CxqP)ph# zTda_2n^}K(y0+n{dLf6(9{nX!tP6A_$Nm4OoPQ6u2L`})P*xeQ=id_+eV9+qPhvYJ zeh2t0n0xYjR)7ND(H+J)qPbvz;&3$O`5q4+)UwEdkrlvY@cD-Gse(7sZ%79hTNF*+ z>hGux1(k-G%LWKc?&wtmzHn+fSsfYRGttPWJb)i$PPMjAF{d-`V}G_7%}19|=0y7e zIudg*vmDSUcOB51M($m|500qOX0+shO)f0y;w+-}{GB{TPOX7uNzQD@T{yv8G#vT6 z0|lI1LK)-nyqqZkWU&m>p-2=FUI0Xm?#1^~Fo2ITIP{djD@2R->{CfJ>RJLQO2z7q zchL8mV`e)mN;SZ+`fu77asVP>dvkNX5XlR0NXx^6o~+A(2*}*t+7FYzD-J8P1%$$O zc$oO_`5?C(al1~ThqQXyn)D>V6aZC_anYMqKN6p5myy-82?JdKl?MD2 z1;x_4&`wx9@VqFvX*&fC!084K&DtleO(y_WL>^U*HuuF3hawRbJ*8(5;T%!Kb&kkr z?)_2+Is$+`4jOtpW{18w-G<8niI*WSVmW;Wzy)gq955RCuN{XdTjj+a^)QbydENny zPv%{w1hR$xN8cPAK)Ufc*B9**^`D2|u=57v0H&`zrg=(Z7yxNXfS;_|IiiZi+W|W* zdUp2T4qkS^C=L=u8xT>Nw^G|sqNQq(9veWN=GqLlXMSg*99c}BCxBnPHy>8$k@3SK zqAqZ0ABoX)L|^BW7c%p;P5qw|Cwk5L->o$tiw6D2m}KpZ@eh60RjcNOiilLk?gxO` zgZ_KFtKMMT>1|_&X|}mIqTtB^ZEct8i$ZyEbT9z=+&m4D)|>!r*cy3J+7J2l13ATQ z6xaWuu`Q}O+c^}n-oA~C2`fFbGC0q-m@M~BP?^Z%bWW{(=BrE6Q$}h(&w`EeLNh}7 zjXFw3IbA1cslYB{{g2h6+eK%McX|PzX?MD`QR#fsa#c;PJ=p){!%WvD zIQ&F3S|rIFITlb=yy~8qc(cy-tA0MJ|6adP|7Z$N2T0ekG}IdU8n0bCZ=bdt|>S^=G03i>GNkY<)QwwQ_GK}Cd&*t z^V|)L6WbEkO~7I+?=ad?0LTtg;uzC>dPIp`%MRjJ`H%I`SjR_C*`V$k@0TGj886XZ z5dG7fp)1J%z&gs@mFVO85ZqUi?(`A%mdUvrg-ne^358v6-77ZYLgKEd5tjcWkGOC?sbG$bG)EIVi)y z1BcK0yCjt*8KL5B1R#Rb^>mNW0APBAgE?K|2Z{x7HXuN&Ho@;XQUXpk4&OonMz9UP zrReCcBmoXlo+ZMP;45HQ35fL8Y2Kp~**#V?Y94#s8DWl21$ z+^`B=+_FVlycgWb4%|sR?>xT%Xy$5jQc3#HP7M=vAQ_m@iaNECl7}04#WsbALc)t8T@|lv4mE zm`t^uFKi&|f&Tjr69e_v`fr(XHi8LbMcDvea)kbDQQLdVbN0Mk|FQ72205bpRrXC@ zE846Ezp=Li^xyKDybW_S@i?Ou&b-e$X|{#YxkvV?9%Ae#iX8xYu%XROZQ*dPp$oJE z&aDmyfV#DpP(=J=>~Q_hhk+KzON<+gs75_~&&Oy7fGGrL7za7{q@P6pB{@KOF%9Ld zHh1eBiLs76|H)`6+|I2^odOKLJ-Ki4VY`snjc1CvxCX@7WyzwMeHVzxK$)TQ5smX& zp6}2$6nd6-Q(@--?kDD9_X5Ve_II{98+rJAp7cMr?|~k2fYx)K|1q~y>O1QXyt~to z^u=pZ`@+V0?5?OX+xonnfl>D=GXk!A>tO)e6k|KB4cL6iS900F=t8F_=XCS-b9D3O zo#rjjRU0ms^39!ZTE}c%&@xcY6C-N2Akmzn4>R50yR4ddnLb|*=HEh@rtg7eg< zH|{PKn@))Cym(G8e&G(C-Ja;|<{3@rQ%8#LE!O3m_k`Yi?P~elxWHPAoU}8oX+LWe zVh8614nem;{cyo<{7_z}*%*HF(x3(r@KbIF+6H|fl*b`f^-f@eC{+XahtZy#qT4k(T4)VAXPt2n#pIS#U!cwo4D$vE$b0}! zdHsk6ikw18euRd@#3%t@)u=Ff6EJi}#cc{@@%+|hK(!7Gm4 z21*ye-j~&Z;}}Rgz&wM#BaKZSB|CXr5~W>G4&nqSH7FC-(T%@7_&*+CQEHi^N&uCmC_!HunkNA^8y1CkNPh&ft$M;4F%q%)Ks;X zPpPdq^||KAHeZbg2aa=Nj63A@>yiGZ|0p^rF*>CWDWCIfG$P=3ZJ%dJR5o@k&#CKo zD==J-O#f^BHw#meO>5WlLKzmuw4KTI6fz00ykz|+A0eZBpv|z~IGugq`C41cdj8Ej zF(}Pf_PtYKSsv@fn7WqZT8G8xo?p@}l!@|qlj;x$>e}aQ@2uv3%$IroCkLI!ccad` zX{XVrtUEOjML+v4uzlxzCW%8)b)23%Js^0z5#8=~2FZa;prg7RFg|yQq?3yax_Re$ zx_NPXSxn$g7t+cw&sR&it~9?+y-|(wLH|}WZgqcErl){Cgzx0zJ0){2KzV4Irg!<+VwwOu6~sI;QdOvaKx>Fb&C*V*81EXDA|;w4 z^M5cWV6l2_&#QUOeHRn6{?&!z)=5e?GVd4PcyS>A;cvY`-@E(&r@!&<{As$l(cZo% zFL-k1z#5qM4Si7hjZa4ET0-HE({t!J@J(x(p>qw4Ab-Fog8T|O|w$hQ0T zt%1#9P~SKl3_`SlIVKd25_bd?KA*L}@FCTPq)IUW7nH2!m->;lJcp?o{el{!dr^Zx z7O?sJVxpTjcXa!?Q+n>jJ5){=Fnz~#wPg9`-79+Q!AuYDR=R&#m*=Q+yVV{kB)%1_ zZA`Ce-i2rxF4Nm(j-WLMil3JH!t+jvb6cg)TUpyV9K*X|>Q%c?yxdI3R-eNDgu%{M z-wf#Kn*?n^xqVPtZ=4c3_yyBWfh**qO_TKc>K^jV6DV%pKfH=oq20Ub>-&p@0 z%Z}}-vHd;jjnZ(U&?phZRzznB|=MAsfon!DvQgYu0uodM@V9M}5 z3POE>)Xo$wcJBm?BWS!06Q8lD#OIA=;$Z5}S(*Dk} zN!I`1X`T!?1P8H4Hd}kZ5mqNRwYd*F31Am;@WS8bvV-4vuxPYB0aU7SKiA@8M(Sjf znHs;LPqc*IUP{G*XwnhPM|&vHJ<{ViAYUSK8dAt<7sj^!!!eP8)+f{W=-3+X(rEFZ zdJy7K{~b`w5yl!B$;^+}f4^4KLfFRG33-A3Cu*iA(SOPM&$I#zp*!4x)jm%#t|cIt z0K$pC2UAsR9~>y!QtQ8|Oyjc@2PxvY(0>~0llvRx1Z9Tnzm+Hd)jXLT@U!vA`Q!Tm zVAT&7#5g4s2ZMsHN%)BVSLi>bHiZ61ABvd}*$kkB5XAhS4=W^_Csp6tf`75{`Qfxh z4=TibqvM5vV-u*s#(CAbOY;~XjXXRYUvDWjyKcDA+=3&ej^Tl>PCrLg+djrYuQM(n3#r|EDu0`EfkwQMKjOXQ2<9t^w$e zApy|I-TmRa@{^uEdun{3j)(KzQ>8XJwgVz=EJpwR_ui-S3+jhn^am!FRlsWc7Dde%ZK{vOyHv3fX?>(bTL5$8^rOX58MmmvRAsiEcDhT(R**sbh*D;{s}#7hlucQ$!TY%BK5kK?ojO)qeIu# zs~~E{9GRI8z`Ojl!xr*%-Qq^}swrjFR=FIbD{+`IP`wR?AA2?f7bEZ_sbCHS*X^lO zR?q5Z7=|IZh%yu@sju~)*IUN&tUN~tPmwpcIK5Q;v2-n4v4df&Q7Zrt2kM4Y2LLPq z@?q#a00CL&!1yh}9f}CgTt>Y|M{jlJIG(lpuw{@K5yP>4zh5)w7Khn| z<4eOplDDe|D5)uPTgQR~`_|(C@bo_4R%`inSG>f6K>IgKI06m=p^ZIqD!MHwDYg$D z+;qk`4tL5CR|gTC!y^#|*PajB1oA%RKrF&}G}%yILXJF$Ji-~E3P3CHMR#Ds0TbgN zrvTMF%8nz7Cxf;T<(Ho6?Hyp7gF3dA98rph-gE$Pb?6NuYEcIUrGt<~lg_=&=z|T>Ugi={S4UqpE~$|mF>nMl;r3h85kwhe$~3hr#EZPI^$Y@moBt3Srv)IQPHb6WUH?+M0 z7RT6=%3!;KFkel!TO%(PXf?EBl~!Ow{|~5u;^0Ocu!-F;qyC4-fkhxPJ;;kB;_VUT zM{i7Ae0;>c+xo8y*;&Wbjw~Z!YGpt__BxP8TzCD-pf!#54}f6Y+Y*3pP(`uN|JJIl zovci2Dh!NI`8Vx}aSX$}3ELnqrpj9Xi3Z*9MP#!v<`uP9J``Ef+>40lA@bT~GW4aa z-g9*RXCCM{+P^vVW!8T`VVZA$_jfj{=0T+d6b0}IK zM{=-<%Dj#xMU}XZKl??-9`X(Po!8!{|NGzlE&5;mr9VqQ`IQU0+P~iqotGZBTQRN6&w`QA6(g;d;&A z!(mMo4yjp9*nTZ8Tx5q8nhDKe={t~x@uQ6PMB2@n3GC37qI#4 zHqninJGyb>Hl3a?<(z~r=XQW1(K~k+qw$>w^x&!i&5OgmZ$|g7gUNH9x|33Un>wL#oS+^ z#wUOk?J9OB2_N0>EFA5ZKBKOA3vHAgGOT~W)tTE(ou{JjMwtfX4JR+aXgWwTG)@Ai zNxU<=6mo1Q2H2v9;OR@9M#0*l8nA|%l*I3tJYIJcQIEj^rUbCyd&*Oi!|Cr$b;$sL zqU3;)@ zu&Y>@$-sWK{_o{1&`V@ly$|XzFIMjtqz>|%t(Ns)WqMZqfqlm8hi$GYD*`Bt0~i6c z7vq}GUE<@7kkM|i@yzQ@`5@2!-SuB(!*~5K#+gU!Kgt;k0O*Svb3;rbeMWDH&|KKJW4W9LN0~qsE?s0j_HUUu7JpYw}FhhLz0fM&;MF>J?wD` zdB<<|-u4@#&S{Q^F8ci6%ACfL3^2#y)RWEsJxY8v|K|wQwf=_;W&O8Eemld3us|d> zvgw4PW2KE-P?%T@K(2j8PVWcE;iA6w1|Q z2>!UsClzme*N~I8VI`cGQjN+`e=SlDGVC(lpHs?3vIF0Bewtm!*xHk=UhKO>Ir8K% z+nK97^Bf1p2m+fYsbMyt<&wX0D;0P|qiRLdS z8N~1jWb!G~bp-T}C}E22X=N#YTtnP-da`tIxD4N~*42*Uk|(^}l&+3jc-VO=yCa0b6h6M5zyoB<1@k6oE$xKe(*OH#>5 zc@luG0OTY!44#dH`0NlvUI8o=&j5I4yB~*ck;GQPzCAT_D@Mf$pdc5GipmEYx@HcX zoFyDWN+xC!X6KKj^eVE5>iyoF0&nQSVC!z-TodR)L>@_72H=@en-t@N)`;|xtF>;> ziJ%YFA>TV-l<&(Tkq??{$s?{Lz-QEFJP>f)!k)Q(*T6Gm4t$|nS8S6X217eUEO@WA zOycwbNC2EN@2?fq^U6Sd-g$}$ecj^D0p50?R%HcS%Ml%|IY-{Z;a4Tvcq##sdvsh; z0Gu2&a(rTlR1APCjQw?_V@}{U231Z5=ko8-FVwjm(dV&iK@2>r=|Dr29c^ejOoyOZ z?<$@9pdJ0kJ>Z=CyLtWp9I5hckg6joMpY7>BGP9c!MY?luM z%yf}TK{za!^b+tG!HhaZ`;R+b06wD<(-ia}Wzct8jdjQMzij9~fal&{95fQXpe#W} zf%g$;MC`AZhv{IvYq?Bp9Q8J7PtgB1hs;_36#&NfQ9q-OHPH?*N1caqI=G`?wK2R7 z3q+l6BaK%IkV`~?XZ>H9232`ybWY(khuSzbE{2D0LJtwaEI3q9Vl2U<5robOU_1ob zg(=Zna5v;6%1{J|(3K=|Q8I{FHS<`z5HFz*b= zZ426so;QyRcu09}%J0&HK_5T=&ne=*rn;A7`cH{sE9rj&g6jeZ>#iQX6Kw*UQ0qD_ z=BOPXvzd;*Oed!o^um|ELMP|vZNOCjV41HjFCWr=sh8|)k9HQ>lb(xHeJ+Rrdu;!$ zG~)mrNlyqJv{QWE&WBfXn!VH`?Dd{}_tAEej^*5&=h4dOt)!tL`++i|@affXoaJ@sr#_Gw=A8$V7!$pQ(d2^<} z_5b|m^zZ%kpQm5?`WJ{V-=oJL?qfBCEHHh_)2F@y&pruVr%zz|i~-P}Tq)BDGCr?M z`q?~yFsDy%1^LKlIdc7jrhe$mGEeRngX+$%(4Y9i1^uV5R(k)PE4uT=iSB%%(91u? z^wM3T_urlA?lQODyI1I81ADJ#I}GGR+1Ic=SBe|!N@rk&Eqf{_?fTTC2g=D}G%S<( z$yxiybbfwHr)TZLL}wRE9tN81msea~3B7m4^v1hF@86$wv)%HZtNm%;QrnDyD?Twt zmk>6quxD+?pPFs%ULH|f&WGrc83_FNw*D}E!9=SF>ch_;CdtYijq6XF*!q{!0ttVp z5ipNSobnR9PPU$a@1jQ%ZFZ&^i|!#)0AB|O5lVm#?ocOCtk+Ri?0hS5Ilog-CJq3> zKJ-892x^Z+9*Q3k(`)CUJ5|*>fjI$<xAg69M#rA8jHTtGUMHc;8_OH@EiJuC^#s4+@bC zs+-Ta>F}%G1ek?u5y?7M9JZ3sm>(9Kq}HSdl-ef1YQ<|JA`{sM4TpXY;5hZ`TK{R? z*J-R2P+_psnCQGE)<^8XhDMN=6ahXB5r&x$IVw%Gj%>zQq5Znj{}g!{WrY5x2zsZ? zpi%!*#B;QVMj*TXgX#f`2Pwk41A5?!?$0XqNa%m`CEkni;(+7Y`vi+(0mjbrf6v~( z{#v#q`C(W@u2WUF?yGM(wroQ+;G7R`L zWy7>&iXxzaWso8%*%*^FMQUcq9#R}>-qUlt`@ZUR&R!YXnGwH;$XsimN8PG>tLmP- zy}R~Vd#zlVkrA00zx-un-Hgc&eBZ$SOS1oHTaEF|xqqPT_=qqYJm_wee|XN?4!Q{4 z5Yn&*4SXhf3j3$f=bo?c#F*?KVKa_$Y=`98Q)ZLerihyiyT<~Q0=9hG{^@%5pWB?R zkM%GaJjxe(D{0~(Hu)P_!j#6-v?${F$?)D`*AI=rG1{umb>PJ0_xM&6eN?q$*T9DM zc}grIw@dSZgLt>b;^x$ci@(?9N6{Z<8_71mvH$Cg|C9di+P~R#*nhm65dOm7liF|! zr?c(Li99ylG2hqU`4WBcOJApQ_S#W~I_|a{8uR($aIOa*_qoV{$be@o)GmAiVBFD1 zZ$P=?ex?LUp2$bWEO#$UTs;*IFzbD`1G?dRw>Qc5hEp;bc4m(D>R>kSzt}@-kS)x5 zXNEqH(|zQm5awtHN%JSz4W%;V@(5nv^tbQMJ^H}QlcWE9hyHlIL;sim=}e5YH9oJyaqWL_Zvx^)|Q1I^7sJv^@zZf*RX z!RA*gDE=#!E(^PXp&f0x&?kM_5g2IitEC;g*9X*Z-#?>&?e)j>cYb=0{@D>|zVj!C zBQSiRx85lIFuyN;lj%#xLG^IH(4pFv#Wo>3w8{M)pEQU$vCSlK7+Wd#I^(W^&h4&4 z4F^IG`Vjiy@k;CC3pzX`di3N#2W}v9W9zg$?{tT7t@k{BJt7FK2u)c?w_0^}3>#QL zJQ&Lu$7g zi=oM;>tv@irF;bJMsi1Y3tWux5y7zQKu}$sJxn4)c{1?p5^=yffzIX(&Z*c|^B(iO zj-d$hq`X>~0(aCVhd1Y!V^xoFYK{HvA_ohS9H<0H)mTA(P|-A5AIeViR^OVyWX(Sx zc!+lZba$Z3*xwGS%norGLn&m2YXez&dDC`zgpUBjONho;l>|Q{z!pDbipd$X`ZwZv ziytFQk(Y-kK(>9LNI~YFpN$)fZRPJVs+VQh z>YxABJfp-s0nKQ)R)&^GuYcF2aZv>hC=Q$(Kz7_i0WK-a6Ed$uZ18vvpzT=SlEQa5 za3xcn>|MIJlj7n6tnB6=t}7Ns98|UPj`Ehi8v=lTXQY%!%1= z2Qy+}u-L(A8MHWM|1{Y@+78Umuzv-sSBjl9J>(1Yk$WU#UC^;Z1@qjb4t;t}nq-3U zKNVg+75iH6)^Sc38nEEAnEl70fmwDwA@H`WE=$a#U`IOtPW4n(s(liR)PhLu0U=Hv#IflWNx;>=@pB&Q} zX?Og;k^S?&{r3ltW$*p@x&iky=seF$dYf9?9hZaX&98oq-hAubqd#)Dm!XAUXg2=% z@sl3!Sz|qGNCll++X1c?ETZm4wvgR%PK7dhY}sGnc>JXQaGm@2z-G>qn!S9F9AoX~}z78>NR zXxOnTXY|3Ncjzzwm48TY{=0vke)PjT^r(ffY(y)u_rb1d+fMDCmlKysZGraXXCF4< zRZh^g>xS&OO`j~if(&SMSzxujAU(;{$)Q_#Df_w4VcKga!~LF_wsn9B+bR3x;Q{^V zn{U#e94Cwa;7=aW!;fF1pSHsY&yMi&*##|kjsx%6aRPUzg~t#&D-9&Dt&59o+a)-P z)whVY32$AS)3o&M*oRf80S$CMzfdN0pW+D_@X{u#XMIp^_pX@SyTcIok$j2(j5b*6Yz}Z!BXy9sTX};vo{5sSC{Jm^196(^Qj6r zVj-l5TQOjHSA}C?`2E>}9okoxM%Lvh{-!(T@qbMRC2X zSp4w(B4)27JMly4fFE@GUtKq9XQ{3F5{N&4^axqk?h}eF|+b}%yq7#{iiXZ>#``TyqGOl6MD>GOs)o6VFAzqfAnW= z<2VBVJ2Z;bK)j4I(AvwlTCED^6s;^NM*9S`lF5S0An??OrA1l08Hcq2ux{-L9cqoQ zhj+&A0S|SO#@XHRf3kCc%0lDZ?^@$OC7Yqi{?pis`tRAl^xc*hZp-;RmOYz}yqe6; z=>A*p(A)2PiSFEg>nO9k$9cBe(BW`FPaZ#_^A`8H>0Ohd*m98Dq-NIV(Xx*A?C+)h zwDW^Vev+ms`2^%?B~IUOwv~U2zHj^bQ^cA}DzN)?{A1lIZ%d2kop)r?&_+AsN&7DY znvTA=x|X3&&wWEwScX@{J(^-cC@(&O#XsIZ&!ZZY)pmB2qn;evPMP&S{plm3|MOq@ zd-Rw74?m>uefOQCI39FIPVAt2$fH-|l$c-E1RwjAtlX!NZbkN~q*pKoG}DWiUd&S6 zrt2hr%HKX&YLmxvx+mxKt6%>j{rtn9({F!tpVm9?(4*DjJh#wmom8fi^Rt4<{c#Xq z0Mykqxv>x&?R4Niii-ip(w&FC<*kL#;Hr6aH*Ha-t+@#Y1688pI`wr-nJ4K;%olyK z;qk&Ei&>82gp7w@hO{%d^8DQ#f>Vhtn{hgMy>yacamm|!a^;hIx%AyKIRnTiZrEOx z>7LOUh`FZE3vuwEaLUgBI=d&z!K94#0Ad8QLL#3X&TJ*hK&j6ntFaK5R8Eyf27$!l zl4~}_bz6Tg?r`V#bYKFpnTfXGwN`2bGR%?9AT73?XQz%5NP_Rqkg5Ux0bn}xL&?G+ z$M*pwNp0nEu+7OGgN{U7i^-NJKt=OT2Xk@oP(0*>Im8NR1aK5GmrZ{2Hu-2XI{6&L zg|I;R05r6hf42uXy-x%nwYD`5d_x-IeM;yJn7l1@hBN9*!Lswi==u^w2ExKgcLu4+ ztTQNWheO{AKQMbF>{XE4Y8ptBNj!yT+{dbw%`hc@oJD$I_-D$V(hjyb+ZI0FUEIoOSm zdlv}Me{SonKr8gH1Jz6cG!gltoVU2i2YTf8Uw7=Evi+mKkHt6Due2CI*m*$O4V5M+=!eXc^|KzPOmn-WL4s+@&|a@D=*vm%nz*^Ukr|+BqCc2cFN*&*^Y+ zar`{dU1zOqtFf#xD9H#&f;79G=kHJaS@xKrJd#Y(qrWUX%cdln>(t-jyV;n|>2hV#LZrXmYz-mp zsLZd4Vw%&Yegpelq5pf-$yJ`v#ofE~lcR3^pZ@QEm;Qsl@V}s6`R*5v&pzkentwT>ed*E;~QTwNu3Sq-P`i9UY`*SwV~LufmNh0 zXJh`@yn_^KG1t;gG$w-69%V}ZsH4L&1m+M!x4YAnrOj|b#x!o9nqH7)EinyA{_OCb zlC1Vjl}}jw9x&YL<2UEgHlfj{K$IT8<%1k0%SK%ZuGT={*a&NmiZiBN8IRN0` z5T46nXoAk5i_jD5)E0N1HE%mWsT!LUOenJDDG3%boJ*b%1}}GZcvG2XwqtHHSQ(rR z4@;2cK*8o-ZOeK)xDYxPKyf(b#4*nI1qY6JuhG6*@6~j%-Hz@0s{!Ku@Gpy%k5C){ zhgBDF$e3OSkXh_NGlT(w?pHfV3+=181G~N|*srZyGhhT~Ey-_S5~Wl)wrqoeJ1Pv+ z!+@SO`brP8VL%W`VvD-2H;{%MOdQ)gz`J_8~_h=8@2|S!=@LGz9s_zFjoMT%CNQiuc5D!#y;4E%AZ`nb-XjMPXI2G zvl@GOjg88wUvV3S9uq)5jICpz%X1fOl@)v+>|gEZr2Rvu?K^(UVUDh4{|FzjuDN6z z5NlqTh<-H|nXtgo(rUX10K{UfzKQ*J-8Y@omykb;1xDCEY`*$#v0~s{>MyF;t_SUR z3+&&G)Alfi->?BBt0=?i7bjtz(li<~+Z#6hBN|HKYj$GCwhjE&n^;Pv|3qROi6 zKa5`sd;W1?CaZ0ej?+Dl)fSagKe18(Xd%n6M;wYdNZZ~gGy=nHwuo^V>2APu>6=k+(~i(mT| zEq7l(+SCz(Snf389bKIZdi3yPx_I(L+pG1JO-HKEFFSjlqF=LD8u`T*fn=QjZ((^< zYn->U)wS}-8b)3`-LLO%zRDVB#%TAeI*_J96&;t44>X%8&F(U8;p&ePj}v0ruUAwE zeTGny>vMc9!e~rY>4PSjucy!I zyu5@AFve5(3wiOo&u@-J1fl^yjrJE!^5o=POQB0C@qQ3Qp_5G~U$@ZdWQ~qZrpU*7x%BlC3 z8(h6jH%gp7*ShgGX)-3|QwF;F)YGTgMe3a8>?oQ$eUkUiU7>&dJ7@H@!%yh-i-sC!7gzGv{OX{^335IP?Zc_a|rQWE$R?uUo^kRCTgk?O#lsy^KA!cmiQEo86rH zd~g{+0ZFk~oB`qSoeczV079M44mc2;HeaH%?@4!zJ?P+1-oBpeXdn!L0C%PnKm#W@ zgUgXe-Q=g2WdKUZCf{Ol*jtM2^ua=#!xoIil?WFyHz9>H5p~4&#sHt0BR-^u3qV}~ z(3RrayP889Z5?F?>oD4fDFf74WI)Pw%k2=?$em;+N=|9W7a>OUI=jx`?+nrpGLo8r zC<*tPMBmW>79aHPT!Vu8STrU9%{P=%9DST|S0_5(|mWJ+Nd(8W{sFO&UKS^&gi zw%R{HC(~z2i$w%`Bk#97hB+An)PNFY9P2$ADuujnZsn-nPXj!;j{WC<$@?SdOXy#K zr&Xp!P9J~SS<|qa_VReMbAo84%SDJMrslO^fR6 z^9tl!v;9;H-NpX;Vced}&=+}1*_Mw3dbqnAtUCvqJ=7io zWA(E5#{`IQYj1z)YxMPReV^{W_SW(8ouhx#IB;r%4<9t}`SH<5IY0U#$Isdw8jJs2 zHH1#nks9MIVV)^<_cP4NhtH||R>HhcFfp!rKX*NiPnWMmKSTr|n<8W~4L{TAx&Ais zlxP0%iBEoZxITX{u3Wn~0RF@GA(?(Bxl#Rg-vYZ`Yu}lmHd?hm_v_UcSae}M`(4V4 zK0CYLLvr+UmE<11|L8UP%YXIP=_l{qI|AWt2TWT;oEH_CWb&!@Wc%Wz)D}Y;$H&`r zn_krPk^<0|85q;2olbQFx9O_%@=NY{m)u+$T8@bFuYBPN{m*~+2EBEhn7zK1BM8lO zb_AoBc7kA|_^mN`cVMvr%m@8f0RVA8j=$yfy#i>K&IoCtH`Z#`TNn<%uJ_lfhsV@3 zk&lVUb)+!0^)nIN(`S+=b$rE*vitN+^!742@#*`CDG8gv(!+No?+uyaJ#tCjsT{c$ zctkeOWg*~su#3hr`UKw{AS-hM4a8nFfTWE zt$#JKYGf`isVCNwZLb1N|O5Gz%;PzQ6&*=o!i zAg!0t0P#F>DlkJXH{W`U_^qwOu=jdBL>=dREq*fqWCGe7!;nzw#PpiW=#4=Es;I0D z@Ut)`8aGwjQ%p~^nWBG!JmC1xR@_;R6b?5rz!CBorHirFAa9kq{tdPt%I&~*a^Atj zR8VR(6NIqT`b0<@=(vJWb<;K(Yy@D0-xQRsZobuIi6)8m zjP?QuIq10vWe^fNHs9k?6>B#OH6kV(09yhu$(}`9W&7~OFQQ@FKL9Fkztk6aojl)I zSn2X!%3!mD{nEHl!Cs~^$VR4qF+bn`=d9UiiyQ)ir#^19e@ePZ4$2Xuf0_EsQ}%Ct z`}OT#K`1a;X=>Nr1{?cdhO*cTDW`q=PqJpdvHe4i)!H?uzMbFgzYH?N_|llpUcen;YSv`l60hXTX=K1IYaa%87TMwEq&jA&Tz+f*z0K(R}bJ#O-ff0p zYXQU!i!%~{bu1!~_d}uQ2?)X%$BFeBg+Z(PJgl0Ybo;k9^aDlH_!#{#W#yp&>8meV zxXszv4b@|>Q?jp8hQ4dD`9Ri7PIDSbd2$JsbI2w&x1b2@?;_I)sTlub@eq12l#ha? zjNeP@&pa#!-*o)9{;j676>2)afi)zFw;b#r&)IGP-Pu!V2;0NaKCi$1Mf&=;ze`_u z_v^IsJ-VoOj(T_h2wC5y^P~ULz~{%09?-@4lVd)IquyWiLkAn^-1?!KKxhKv8jGCP z*7$JxjG%44zVqp~RsCSB>(vn21E2M`x^r!QCa2s2r>`?j^S_&Z&LK3pW_trn(IlD_|McMU_%WL#U58t4_{FnbLdjI{$RO&(@Z(B%i z_A%QI?aA#$NvBG8O2xM;?mGes&o8VEUNYyqG=JijMdS2=O`+F-rlH&wUkCUdpg}i~#eg0=#;dm?On&ew; z`xOotCU7i&r8%aGnOLu4iCT0_hSxiC9)s%yNBH{PbLE{y*CtWwBkfL2g|6W zvXJ@y>~es^-X?iE^|n-HC=coq6MmZYI2ZJd<+l30Ye9=g%02R87E z!=fzo24XFHrw6BqWH^`%#Y8?D)3x;7CECtf%MM7V=2Gxlbr0-7e4pE*=PPkAnu1lu z0jUn=3~`*%AIPS&M$Gh*;;J`xTXAp&i$Vs%ISY8on?p|!dmT29@Em9l=GY2OA~Z)~ z>vc$An75`CKZg{_xZ9GplLvr?){i)?D0{KcA6=engk$In5tMBqw^OqJAv93j3;Rd^ z$Vt!iCew2-85rupTD;W$z0PTDzqbANPWebscao#m7T1;7bCAJL_8N z&x+VV;)9Z*eb&FU@@yK0q8@12q_bF zk2Wq2c8V{wR_k*Ra)T(?;J&9sXt4kO9{ZjA%{1s*4sGG{6VoyD5tuUx6szf5iLu=6 z-|k5Y!q`rhhdqP72IIPhlHwk+!56C~0cy;H{rCcbg()Znv8%=A*KF_J#$)$# zJE^5{d7)mYC}523}pzof+~gnEdDCF*B8^fE%6&FtxW=?McMrgsZSD|uB=HLG$NcslxN&dse!gJuJrNRNe4uVF3+6yk;Gt~7I?CTX0LGYSl%Xy_MvqxUB?hv)dLQs`u)=u>Z&y46!W zcN-MpI;l%K+0kbf@!~U2ravCi=4Sfyk~5%N%Et22cGJ&orN@O^~Z~kOHvLCR6R2??Mx|sy=DA zKQNz)dnAB-6ihs+@k4od++=^je9>`bfH-@&jYd zFNuT%1=7s+w3RRK6_RC`OAc#9vVF=P@yq?-E?)dp_Uy7C+=eoRCP#L1#50>go!bDP z9WbF_4E66M1Ne-sq&;tJ#jZKF-^hNl%#A&5Wq?yt>^gvxQYa&-Gt(C!j)Rz%=OA$h zyCNoLtpUGOHBw?6S0-3VDGE&%s`NVa>tWu!GzM zYpii&&=+&2bLg4WwrIDbh&-k-*r9I!rswEi zlx1r2@-ekz85T|^*?-cbkmF_cUwsi5i(KBGR)%0^Lv9iwVbU`$XOuU@Z|#n;A?$_= zkM>^?GUE{TUts^iv_(QVj>Y>(0EiYMhs0Y#(i|1`pMhF8gWOLMjk^hK%#AQxj=4}T!fJ~s7*kvSk``%DMz#gc2v=tI zZ#IFkE}pxl{rmVqUdR5g%UJwgw`bXg2hlR6vU#qh&jnw5^KJU-x4uhny!FlzBwmi- z^VxA8eFOxLpR%k+{rP|%Jor<3{NSfVhljMt#c@t~(TO$+03tj_^|y>piR6gb}Lt6<=_oGcQJTzN9JL=jU1*&^+={M=ezk5Od;a~lSbU6Qd z*VF7*?3FV{h!-qfD}?EFbSD3v{l!~+=CU;S%bPEsqr^#n_-1(QOT66i;ur`GTz!XU4J* zVEwOgtg72NkOPbI3EItV#+!Y4SVMk-%sTlx!at|CRaT8 z|1oLi#1g+mFlfg#v2(VH@a1Kb-K&bml6v`aZUA4L#v4E{s3T!9o9xUKaPGU$y0A2LOgcpOKdSG2NfZgJTAnx z^#J?w-}<_=Sd;Ca$>p2DWE2jIQ6<@bDze21*D_UOVQZKfZR9g7To5_H*zMOCs{l+8 zA6M(90?Qy!=p|3~Uk9*E=o0%M8YAo`-+LqbFW0qy8SUTX?r}Wpp8azlLjdU3tL)#v zz?#a6g(Rl1i(>ZA9=<5_ZnZEZF+Omz|Jd0B8}GK-WoPfSusVpr-otlDj1fyg*c?f6 zDmSqIuzPPS+o`Zli&LuCi{A&vD1dzI4#_%@+YkRPLs$uwz+yWNG_*?e;bJyy4KgeS ziVtkj7Nee6TSCrmN8W&L|2{}!9%HeX8RLJF6GEa;ne0FHc@Y;o+B?@7i;IYDpHmMB zVYaU0e=NwfT=IAVz2*cyJAj`0o?iZ1eRoy6e>qz`bO+n60w4dcYyX?^|AhT>>|pTo zM~F5cbiuqy5^#F_XF0n=U;5fN=-qF$g9h&%r0yIfg13 zclzY~efJc>Ps;b(cygwTB9-pZlk!FS2mky)f9|2DM*yZ-!2>gj5JG6ct|(-=Rylm`K9H+cSKoE_=G9CsA%)M6BWM)Kqr ztsMu7ernSj?qPW0>h&olbD8MfHxKkb{lz=<-fuAdNxesR=s@dobVSNoA5IT_<=vu? zu_%MrChvXl9ztBS|0|SG8powe_~N8H0?i@c8`I1r_vRfV*)HriZ)uvhUT!ld+COBK zFPTX3UM|DR+pulh0J46ML@(nL8=JO92n*{GWPIm1`I7Xm?SQU6TTN9+ll;`7#8y6` zI6H@}P0itwcw+{W5DyQbHuNnVXShHRHhFWP$h|yVXJ4GCCKoum*fNSh9-Sd+0B;AW z*6L1-c>b{E@esa|8OWT9fb*&Dj-(~0mza}ttN?_@6b)u1C4ibyAA8^M9ge)k z_|^MI0NvY6;vN7LaO8tkrSgfb=oD-^QAfyQj2ei;efu}Ih|>T>&tOn4%WNeGGr&vP zIM>*Myw}&V)rXQ(KLUFJngXDL1FsA`q715{-8|HQ$qem9xeOfJ!@W%zAyy3dEyY3^ z1YiUtL&54eXpIvXw@N;2FAmhg7JUGjHPtNxjL=EnGEIo}Dc((GAVe8+dabwl65I5_ z91L|fpi)NQ9rdaS)a<`iW!kpCYR$V06tn@T47~%ulXa)2Fe?fc5&>L7*&BOX>l_TV zmT;&TSpGeX0d&(kD%VIM${`pAW+dy_03GLOF_&-FS04^W^B;ju1JP?OySfeek;%is zM>92=RKM*F8=FA9Y{!O@PG;S_zIF{pJM8h4Rw?SCH}aUCv~ z*?(%(q`Ue4t^HH7e;MsREzlJ{W&b?bzg%JeSlH1zweQ7kBlnN8Yya^cgkC~b*)pu+Vo^4+pY2n6NQCIohD6 zu@!P6ip4n-PsGhG(RVGm52w&;?2y2Ln0*lui(jnmEUqk+7RG4M1MM4QJWj?%0Azca z*yc8v6LDIcCBEAJq1(hRPpBcl<#GH^a{_PMG>=HOOeGG$#B+Q0?>j;glf2#ENB_KY z2Mg=hw*OP(KYO?i4{I~^r+cA1)E~gu+kQU+c}KAMt+(Hyx8C{^m9u-tx&7UK*jv>C zQ)iQeuB;UMXNd7`> zBC%?h%{`Ke>Qfz}-FcptpQdLy7iP#GcHsDttTAsIoV{3_&f$~_r3FBaxt)ubp#wUH z@8JncUf8t$i`C0%@#Om<#>ZtfNNkJI<*|MT~M|EQ}%|JJ|x%SX8#VoqT`uFtoU zgLo<;ir1y^?schGJb3Mt`>WX*HeJ;>5^bzK>GP#{TFS@$)qVYc(b6eg=;;AALZNrA_YcnRAjt*4k_>Pc$4*h#7aE6QQp;C5JfG`RO{F zXOnW_ZdL|(Hd zZNp^)A$_~-1OnCMXtw0+B?tpR6^%}1W(K0svJ;!ZKXvBE^6S>ym{cK8#6he!>rp(5 zCpo2hGY^hrXM)taZSLkcEX&q`P4dVfM>xdl%&%!{@oOSO#bS$aFBt9Utg=0$TjQNMi(=6Q5%TlK~&? zzoo>Xj{xP`-;3=Oz~M)f0A^=B!XYwnC?EdSpeihHG$81pMj_neGx@zx^LIx@gi&oaSXkjfaMH2H=8LZ z?7xh930;l2`b6{MPYA*m1=lgQb7wcxlm`1xPMZX%m6@9kSaP<13$0Qm$_QC{p)7A} zx6%GH%bG8>e_hB3;DadQpl5J;o$Ox$?67~LSWM`jTl@`3b@>x}SeC*5*8nX7 zn6(fTX?KqIFU-T?yQl4+hJHCOH1)C!3)rc@D0+|~80fl475dcee;U-GUv4uFP?P9ym(4UBGq0UP64jvzEI3Ny57TwHueAAR^9 z9UeW<#fX+s#az_vNn$!W&PMZC&oO_QyM}&U96V!;*Gzu?hd`H@M&O8|KM#2p!ouR5 z>JG4|Dw^9p6+JHmXVK@yyaGUnh_<~njg@9PnffhQ6i#DH$#M)`zcimqe%?#Z8yM51 zcHFDzID0Jc4v7t@Ztc<*p6G%epS?wY^S^wLzWBvIrGMpL`U>etv6F6C_g5xu4oCVl z+Vmw$CX&1pKz4rDo9H%8={5w%4c|EU>vU_9uTo;#w(*OabnbMZf9d;o>DymA4xG#5 z#x>~EzCM@lA0gvF>*SZn0BlLl;I_u6sj#ydZ`l-@+38smxz=5}W08C~E;ZQ3cg1Ei#}XANQ3vLwI`f9HgliygqNs{_JR16UbAJ|bgGMTh|hUTcHW6+?-_zOI>9^dD0P%7Hs~h&`p&}@p~jML*Ma z{oYi0(rp_Sj-+`prDP| zZyRJA7z!JP!hT<{{i9RDE&_X%fh37FJllU_kO7cVrsx{L1QuHCzS;f@YzqJ<2N>>$ z^ipO=THk<0x0LsS*!flo4etWm%leiMSIqXG^aYE0i1pi9zS;h9pdOk18!#I7A93uX zefhNg8`C}dt=xX84}?n8+5TfhW-eFSKTr10Cin%q(=V@s{nyk3csPY*|JX@V(1;ZL z$UGKkTNeXC^*(@d)xuJA+bF5c*cMj}sFrE0t9|^rj{TcFY(XoxPXNE8tU9BctzRR| z0hzEcwHQNvUhK^a2LRJB93Zy-40;M}+nNLmq|vv-USJa{CmPBPb&dX*T;`G%ipgxd zFLVQ(g>0u?9XajUe=ne;XRZLv))k2_r5>}xkCqTv7X!K*qXb2+ERdTxt`dTxzGh>YyFY2k$tqrecnpNntvb9e?JzWiN8PL~A zy9$&p*jRUK!Y^r>Cn?FbeW6p^X2i>T^sj&K9zFQS#|hozg&vptba5P954CMMs>e^O zT=9vNm^0G8bXHow%vx#NQ4a=5f95(%RKw)xldfsWHLqPi?b&bHc|{k2>`yS=kw`h2 z|2a5ro?QnLcHUgK+otgN-mCN0EdV)WPML~@hlx{wy0LXkQb>*XOz#(9AK}Q5#SHHg z^}g^xey)qU0bt@Ni?Wzg$R69!96BRh>z<5l_4*}%Z zR*d>62&AmL2H`9QICj7nAp{Pqmw#CRNREI(uV)P)%UNh74s37OmR-NNGq}L+?1wK} z*pl||iUkeH>|~YpaG+wUH`wG3))BkD73-lIV6`T8wz3(Efk|K=BJ@q@f|pzZ93KFY z8h~gS8kIcn$b(Xu0ba2EkNu!CfMd#v)Vx;%O*@#o8U$DY?9s;Q%k1j`psK+b?qgR` zFu%ZN)9>h2P`12~g!kdF#Qc5$J6&gzPLuT`#K_kL+v4GR&~`F7jv{%i%Li)e z7}U#fSp8-I!IJD+WxNjEUf6&1`B*I7+CO<7(0RxqNo;gUm} zjxw@e`WWu^Z@*`mKo8h-ZgssY7M4WZh72PfM%CEeqb&i(GeUA8LjOxRb~hdf6zCq`_Hl6*a-HlLmS0EFF>+{yENkZ*)u5@MPc zHzf7B`XYa0XSomC>8(LJBRl2q?@!F-IpoNggq%7)T*g?PLg@@)XD}~Lms0tlFMh)* zBe)`oJ&StX#7mT&zKP9v(bx1Gt1T{y_Tf#x`mc>-(%H|;v9Fg-sOkMn>sybHeemQp z`hWZSy& zdWjj(pFxuG>(i}=-li8hy-fWBCh}i@gXv%U!8`PJeL%0TkLX@Kr@M{a(zb!OLAn8T zgj1!-J4anu=iQ8NCI`!O^ZgT~I6aY`SrXbWo{XTv?kC^QboJrGClgN}qU%eW$1+~) zIliO})77LGxz2mnycl3K@d$d6Ib&=rJUD{cv84n^%I*XwgS2q&0@UmdV=5GTY|%J4 zW&ocpA9$XEiB)o}_JCnAHZw$qE$C$e7Qt=;ix`f*gR@l;sgBJ^hlp+pk3()3Yylo_pUYGO_G6|>Ra4f{s#+#(RUET zUVY3-_MiI4yj6PulI(u8DcT9oxcxgzw>tZI>{CwI|IjX}58&v#LI;HqVn%^MdyZn% zL3w+t2zlrXgjSmEzfdrMNBdXXuNwD+07vvt8Ew&E$NtlsH};RkEdmfFSiq?k+9%|q z_8)P_+21?Ltjf46TN)5EN=tn2icN817I5ef}QVUhluxcxt!W&ocaJ8 zR|+S4)RzpvuT7}HH1GD`^bR^>%7C@?%vf|qp#V(%JH}nuf79dih{ulxOB&Y_V2b*k zvj4sDKeLgw-HMM{xMzR-H!v&x9&z3={_Fgp)up7+Wrkv^{?_OpFSmd4vHJ4yKiNNz z3qfMzua|Q({wMqIY|=X&XqIx;P9N-x$L;U6+@gKU>byi@Es+>1j@Gid@J z{X6$zmwqJ8Gi91fqi>XHR=$&s-Xo_!JufRGo3H0(pr=j)*;=met;|W%mn?#-9~7E> zguE!?qkFRH*d#l?r7!Ir^|nR((OoHLbksol!}s2#zy6>9Ha%=&dl_PJUOUac=1o#o zz}s|LI)w?mQmXVE(k%degJkm}?}VS$tZ&ncnfS!_7d7=YU0LYv`j~$7j?nkN$Vc$` z0o{?ubk>+T&9M{P$~Nn4AE0%DUu5hkpH2=hzQj)1>~-oJPF#G5;@_t$MVsW`L~eP6 zyUueb?m3Z%VRsuDv9X_b2UBxSaEKHDU%{lFW+w^Xg9WW@r2IzldouefvswGUbp%fA z%K(N^0+qn9MY*+}qZ3)zU~_pD%gAyGAa5P6xub5tGuV8Zzd8SY5Fr_88}%j1ey+6w z1DuwWZF)PD&EW@l0xAu(6=O03L`TX83xXw$xaK%~ z5Wvjdmipo>{iwShz(+I#dH}0RiS}&v5C>+FgDxm1z$t(iHN{a6P|0G>(#Tjvop8?# zP@B1U*=H~d@`&)WM2f^=UJ2QI7rn=@%YZ6- z2>?oFX6(lPTikEAe@>wY0L;+9Xw3-#GY+5&`>zf-Bh(BQ8&DNQH3e9J`sKa~^@S|6 z{d))v1BEK=pUHvBCe3Pq&t>+%nEg}5jvBTwL|QCovy$mH#R6irg-^5-Lh3Lj`}ews zj$wyHwj{`) ztKaWz{+2-Adbv~9oKN%F+tkvn1TRl#r%qRV-igbzdGD!H8b5Kqk|t}@1da%USbpHj z{{5v$d{ccm$xtmfx}QI7J(O^a`un#(Ki72A`kvDB9_RU}tas%B{VP9soqqD<1A6lK z@p16Ha|EI990${OSLy$*{aZEWN!t#l+vSKNq=U?5GvJJPye^sh?-RG^YUk>mIt4iQ z11Oi4_=Nt*-u2V1HSltH|BrEwcA{N&UZE@P`ylejj%dli3I9FcJC$eifqoy8MLT9E!fzCd85^uj1EvsKx4&e~QU2CAN=wssVCUubZS01neja$^wSq z60)_#k7P2VP*F40M)kgBJ2bQ+XoGlV;KXO&T)eQ26SM7$M}f= zq1&y>)*`>2+e@all^q>}59pf1Nv_B5hr{aIi2?d$+2_NO7-dY(Yt#2u2gELRS&$?- zMO(D*hvqzTVv5-qnGfa5vA(-58d#YRF$-HaFvD~R`8EJW56OZM*cpskUhzZ!h_S_; zlirX!(k;M72OrzD6^uHQi|Ig)1)V{DXJdlBYT%eMNSFAXEjODufFTJ`q3Z)jcnb1% zk^!WZ)q6|1<3%XE_Z=FQ#ZMh~u9y(R6eS*yy;D6VD zyT7-qoK92>QGDE`|Wde6fWySeAQJ(}&f-U9oTu=%XwlR09r(90Bz7P8#i> zOm5nC(VrL7&kmybp@X(f9AGUo#qz+IpaWP0@IE=W8BgqYj=r?pzk$k#otzhex_&mc zW43?muT-9TkZQO8vJ6bl%zhm0pN@Ubfe;F5Tp*0GzcW-R<_tX)Lod@xe)ufxloC5! zqCGCN|6=yPy3HDs*%}m}@Sgnx^re!tG51+k9*;k5eOv=Dd;dfhR;bDl4#R;BYkwTd z$YzfKlB2H|NG{peDf=JCoy^k9J0v0oa@pFyjblA6=r6`YLuY+!bDR?R#%Sy zl*WGa2C?vL z=r=6?H16!B6jX%ve1YC~7tA@i`#T87(S0Ax?@ZJ>zfI*z3sKp77<=WI)ABUNc-kp` z^V6CxxNS*{3prX}4-vt8FV4G+7XQ&CkC)&EYHV@xg_JermwoWF=(9)*()+i5zZPn{ z__7_%xSmm-t0Ps8h1~qqe(O?{-R6TbfzR2Veg27ek>j+tGuCzWU~Ye)U^#(Ea1!a;NBFWoI^g>M+XN#rl-jE3fC0J~vDN zyKn%PQ~^;>CRF7G{?^kDwmrX81MKIOHoggfO#gsszT zV1d6d0b4qujFaQX3FbI;)or2iZa7vM5CL@Vz-V#g#ow1@fi_iE60#O|0OyIg#~c-n z;RqI+c)Z=%Ztd4?OY*V=t17eKv~G}1O!&ce>+%$JO!MJF%CHUQpaOh}u>@eEgS>SE zI@XC@4jIotKQlXXD=#MCV859)J?A$rKxje;0@NA+xC6qDItKg~iz_A_0}tTzY;6o}9uIf<*${ z1`t%322cojh0Vtn`OwFZ8w8qJUcP{5{ZTHH+kdiIXDlWV3H_BXVhEYsFSCD0$?&pL z29Oco`@dym+y)a(oUKf$Eg<`_e+6e@|Gcq(ePU$4hkdqt7F(#y_KzDo2y9xploR%E z{cH3qLK)C@P&C<0`)^GPpg7=9yv#I=XJcO<{Vx_^xAsq?{ihu$z`%6TZt;iPb7BA1 zC&B(3bGoyqtBobmmmz<(r!nLcSzTdknB`;~LI@)}`U>jdH;U_Qb6Jh#IK@6lRb(;Ws+KBfnM zas;0re%LIdA1;WnUmo(p<}^0itFB!Yf>*V-|e!#wMAl``si8@%|b z)6<9ReD%`{2tdyr_NSjPsY3c}OY|BGfyBLFOUIf^4 zNYyz`llugE1~>qamEB)ryT^e#0mviXu9E7F*t@A^h&Lc!Asnb!3|I;0I~FzA>_I3w zllEU`7(3Wn1N@TIW{Qg>VB8qS%BUQzrzXeMLl$6beZgT~y3KeF<3ZMT0HGG_6tFiJ z3)O;+n2RW5NleLLQU==?I;Ofn4zy)e%-`|Ooce)b=1i`L^F7rKz!Y>j zfXiS??%6-uEf|{|*Ha#yVaw#e8)AYYlu5g1G4MV!wYA;UPQV1mPJ;nJW*Yk&*uV8l z9xv9euPgdMYsFeEp1B>G$J1hs_es%FXP_S75&&}mRvNz=Wy)bQRu4Cn^T6WLVh5z9 zuGr*CJN7?<0RXoE#jF-Xd$oRA^2lP(jk`DY>>r?6O)V3@fpvV!{(H|;5^%~}`>%FJ zM&UxS5K3-W!=Z?jY(t_40K+(g#jZydmZE*|9d?UyUvB@B?7z6&wB69RX*_c1HSR68 zK$xFJzvK4L#qB&Zwevzm`##%0W&5|WAT*mi>_gYP9wQlx5l|xXF$j8?6wKMp1>tpt6V|Rd{uo283ih=Wz^CR+mIt#kzVL-J5#wCsaJdOVr;-$oS5s(8< z@95z_YUuLNr|s2|C~Tj3-~J^p=Fw>XZWnp{4}cu?$+nHL)c@w9%=B_b>)Cy(%UxQ} zFX;V0{@s4?AeU8RJbRc81asE;G%nIm8j?@11AQ@*OatgkM54cJh@8n=TDA#^Kdx;k-lrEw+A>mrFcPJj=$!5Q;79ku1(BjSOf#jX4g>s<35>5GDDrCa@SgKq3LeLYJH! zYqIfcLVh4y4!xmeHx?toArJPM2!M_RC_oB~11H%53~`;QW7()WaOFB__W@*8=A&+1 zR}giDaoYCn(5)3rVIdDo;#=rB0YA(RoGZ}C9$VM9=YwTT#XjV+IMA&2ScZ9x?H zfwowH9k%5bvdDcx%O5~yPFOIgrW0|$g&Rrj@9kuV0|Lm8INHHRRDB?C4;k8phH?Z< z6o8G7rAbfnQvkzpFksgkiiH^D>up*Lb#ek-@9mIomW*!w^Sc~f`{#C%P{{a*=#ZbFS_V0a*c(@)s)AgQp&LXPt9xem@ zhRZ@|wCA;M2j0|gU?)co_oRKY!E`b%wpN6wF|d}2()hoQ20#5fFNDntp;0{XaWFrJ zIZLsyIBapSdw;sIe{uVE+rFv&qa8&2{k?@Yvy+E3xa`^%I#=v_(ZVMfYJ?X~K`Rl$ zkzzr0wt?rFM)^eBb1F~&W&?O-Nz?e!bygOgYgQY-&X3>!+3%dwul=omM*r@={maDb z`B9A3{jjVv<~q5!KE0Yh&tz@w;X8zG(`|Yl=>-Cykw(Y*S*N@hc^z7O?&ojgl^{7X zMR~A%SyBh&Fn&^eFE3?38z4dp#nC|MZ@x|R-FF_-#~;5==W>rav}hF-V)Aq5S@v6P zl21!Kqb8r{lmN3XsJ%U9K3Or@S>imm!*haZGv?|F^u{euDfgkAJ3sb@&Z`Z^rQqD} zNs7CNf71laozrS_mf}t!xx-XQPbklm?lJ()Edkgd16W03I!TnBtC$$Y_HuIYwL8}& z1LIYMQjH>RFrFa?6GlO)gJ|H?qGj%}FP+s}y*wU*!$qYwBPs4;7kPR|IE_)hC^LKb z1;`3)(hi!gVA~G$z-Mne zED})HGmT}u`28*eZ1rYN?}!kcLjr5OlM^%r!T-Hkgcvb$c!wWvG#w^&1~N& zOEBC+hka4Q*!*HLbkJKOk7xrD-OV+uhB!|G)ATZU*UM8-xRcq0i&BfGliUS za48C-eW%H@H<`t+#bV58{}WJQGSqv;>pavo0nY(E#g=n@#!DD&VEPgrK+OGIFRYKQ zxvyru7wrgLf!+6aqhBykxzA|;nltU%e}(<$17QgZA7THT>|Z?0jmow!*p}#fT9Mbo z>a5}_0Zsxy&a%{O#PuF=!HE)!nn&hvPGSGqp02QeJH*a{jZFEC`Y?dcxNal_U8qdq zq=-CjH5M)qmzgR0dw}K+nRzUD9&8YO|0?3ovW24ZMJFrLDsd)5MHm6LwyDt(||e9wAR)}cgVxykIT*g;{M&h>KOm?7#HBRL`Sn7|7o&+)S;CkE!1JD zx!4%o`OP8K67I&L&)8|gB zIDIa==O*`mKGVx9k=~v{5$o2zznlrfpQbh;e!X1KpZnIE^bTtXj?P3lP8`m-h2Wt6 z=@WU0YA1-kB!=q=1-mg8i46Qr&$O?rF_Sa4qR-KoHwQSV*vS~WBG+lG+n7<4!Qu-#Lb}V{ z07a=T+xR!)M`s%Z0O&DpGnhgFI-~7j(f$luyjIJr8bAY9<^U{NS<&BmotV=?oor&W z;yVLiLwC5aGv}A0O#24a9t0S!Dse9Gxv+R-EGXW znv2gN^0*iFq2`};s!~2Q7QnJ~24?>ez5rtZIE;wn40);j$02pFfAW4V_16YKb~|bd zAyiZQ+q(;UX^Wj*P#vJBuFq}2kaiP38g?DASqwkd=Ump9OT^q4-_dYw7k-}b( zSGQ-GLt^#P^zUnmj~t;U=J@g|Pdx)8z$nPU4eH@G0<1OLfc8x7+_v;7_t zt6i=#oWUS<&;Fw?&4&ScyO$mN=K!6zh+S zOB(;pwydAI(*7mFgTN;C$Nwk`EE|2=YPy6bz+x8~m?`ufzqjA&a);;$Kp)N@)6f6l z$8>o3lj92?AMbxc9q?^BwQd*ow?OaZpXf*SKRJz&FCq_*mrU6?*%oW>&Aj))^E;oI z)yD_#;%k5Q-wS{3s)Y6>n-6n(|EAW14CQ2ggOHwcf_wBd@pEI*Iea+ui?NH-`bpC9 zz4hO^@vTYu9$j2~mHz5~{CDZYkIyxV3n{T>uRJ{cdz)_4ZMr(WKn&=Z?2hT#^mcpU zH5%g;TYxhARd!02|M(R8-i<@{nJ1oC!{BDU;K|xuCsS5pj*{=yB2SX9n?C*a+OZ4U z+E(g;zV_x_`r$ig^x(a7dcbE#AX-^}ZBBpDfs{7EH3zZJRE*tcUd2GprI3?P_G(Pn za{?qXi(@&VE0b>&RVmMAZ7jf-r?gs|unheJWMV>5jF5+i*o4`BTAgyAzzWYVvz6E< zNcr#WGqlS->_AOoG>dO_WRJ(G&jKWF^6ZA#?zV6wCBjfNRx<#<^iq>| z1!B@2LUmdLkj?kD)R?s$YIPP~^)2fz9@{z%xdHe?Hr3=x5+Nu&+z17Dt6?gt#VTGb zzNY4ZgWV8bLZxL6g_RpDU@!$odm?8(gW<|0%OrrwnwYG4Q6hu%0aBQrCC~?9H&j0| z0A!5(8Y7L$VRfAd@$;ZZXj?3n5CsDrX>*Ldfz^U{pe~(VA!rB2qh!45d!n?AvG3^wbw zmC9GFJvl9~z`jvO{5#q|`F#~EV$-P#hAhqYuX7O9pI{}UpHi~`hCq40G+V~P2o~p- z7>j(-h!SX9BD7Sue}sA9Wd93$KY;Kk2sx1#EqhH<2e8(}Qcm`da2;Fw$2czO+Bha> zSzkT=M_yO&e=Ii-G`uGq2TdEH~IR16vP^r!>i_J;Lx+1Kb9-}eN zjkElFIsEZ)fqO_b2KbRF~Osr)FN#3C@y6UE(hmimq$B{UDo z=k#Tz2yG$z*+|UoX;`p|@vFONQc^xP)@J`M3U3!|ZcnMr*cRhh=bqu}R9tj9sODzh zE#7Qgdo7QwyX{`fYCgK=8+_|TR!R3ehur7NnE%DXzt0JKo@hxdHTSrRz9UjDRyy>1 zj{hEI_eVc@gMRHl`$PKo{x?55I?mPQS$Q4GBdJ__SksACq!aG%ZMsd@O66pKxUX?H z4td1SS3^ISy!xHt?l!%OX&MMVFKxbdz?tY*zgp-E^kF}Nyg4H6TAN0s8_$0StMLs6VPm`QoRmoUOdl@BX zg0>SRjU&C6`KSv4vQ52e23;xSm?w&4fO1UX0z`Dysyn9Q;13QEYYD&_nN#MhIb*H% zSiW8!R-Yj|gzkt3+X~mgAgn{U4T}4+LpEYdR>$$*#aKfMY6j~WEX0x=N)%!Sn2>@U z9(YcUwW)D##lMSze)GakK77xzsj}8<%M#2ksDmDWRUEWp z8X3XLw$n0qmYrz;4$G?Zf`SC|%z-i!es(ybF7ce!A%L8bX&8*?_U~eG$%D-s_m>2+ zRf`o|GsD$Ds~PMtpUT@dFaa=g@JxzRYV7E`31N{KeXYD_i@y^R(C32z%+?0l(2@3)*}vb)Q}<2Pt`lv zzXQ(_jOVBu`Y)@yy(@MbXg>rdH}o?D4*eP>w_Qg2Z`Z>9Q@ldmp7m2J9(J!e! z>2(deQmq{#hH}=M+&}hEC~a{}f=N99wRz%UfT=G&Fr^(TV!K>0Zsdgy@iq+mkA;tZ6|0V-#>*egs`#`ThMQ9@ps}Z{jd;x+Y#y%1jm;{DE zTlLex!vH?0lGZS$I6n%fBV$jw;~jpeZOq{&-NV) z_fcoGZ`NUi@hFE!^zrZh2FXW1p}XxJJ&-P`ThWLP*TFA1&;6zk!-k_=`jO%D{F3#L zviDJ#Q`yjI-X4$bR%iD^qKb|Bh&rU z`2SfZ_22B1LQCOrQY95AP6yF8dptY4tG2|44u(Ho?$O`OW`=*!17cX@mi z#@g1{X%X&h*$~nZB}pDUG-U-qx1c0%Jz8=zP$6H-FEn7`R^pTygYpJ?bCI4 zqpq#Fmx< zV7NHgwI@TMrn{!_L0e}mAfs7Di8DO3R40dk|_t60a1FAApG0Px>&v;+9 zm6EoW`=Nj9YM^AWeiyGpHK0!G(b(N!L<7*^p)ZNh7Xa%^0-+IFqZorzW1RCAFiUNh z>oQ-9-8P z6>kp{ zd-bwVECL27iRZihGaJ)6^-a@g??5GyhbJ)z->{FdFGHV$axENVo&ex?`;YkgutjA& zvop}Gz}glzZu#Pzpgki5Ni5KigRkT^GTVRH6Lb*e>R~ntd%I;@-?jf_kJ(sCTDZB) z{&OFe!RQrXGwM2o{cw3R4|P)ew*`T!dau{m!9Db`3c6Fu%la=)vjoolzz9@T85fEW zh6!UG>_esj49r_{P?Y@l{JtD+33V0I!J6`363ESyEM524Et9n*&^70ef&l22i6!k| zZXLsWt%(thtKDro)-Qf-p)Z`h-(x`E zX>p*B*YDT_aWQZ$9R0LP+_7m+-`fP0l~r5WfrGw+%(_jkUeTL4*pNOqO?d*m0mGhE zvaN%kcFHZifo(<=E9DYjz;G7L4 z3XXdGOMz2qZxV5!tG~$|HW~g_Mvr~RmgEvTJ_7_`|Kc6$+*0IaU{P%MPVB3inX&PV zOk2qF`vBDEIMKKV>^A?->^7~AWiW)*r9oLTpb|31_HYNOOH8%FObZ6ExMLqct1%(D zOpZ1gXb}IlGys2TYjAP!H-*U%0H*8Ec?8g-d1o-z<6!PM(aK!Z-vPJ}K#%Nfp(gUs z5OZh%92lqXTZV1-4$@T(m$59tupHyO>bCV>rh>!i#KBW?Ii|mfH+tSeSO8Qn4!*K) zH-~&Ywl-^-n;blrvH`@U>~96uFaRaBYg&{+J12lL|1pz zUKe3|lCH^kuqDD*c=fHo)pku}+b+{t2aU8 z5Q}vh-l8#U`$83oFCY#2PGL7VWYX>5S~v~?)F+hrPCh;>dw8lZbBu!`8=wgBptJpx zfy>V9$6S!d`D|te<9hy^69|j27OpQM10e1HZpQz}GsgdMw~5=o)M3GiO=l_9tG~zW z*Xv68_+MKc+*T)|m=cyMx`-67k$_|dbOw>?m z9ghy_v)Y1)E*3&x^Fn2R7yg}my13rL&eZ@w+3*E?HaLTRbdeIDi}cCY5B=Xb5PO@j zs9Q0&t1_@`=OiBUy$=3MuKS*UgMOfH1ZSfK!#YxTb~*i(js#==X@ zY|!X400PD0NzMcJXmQ14(#9}bEUDyu2-9i%uPIc6m&cg&0It0+@%+ev^i`BS=Jrq4 z|0O#IqZH*voz?zJgenlRzDq;>aEV1UGVo{x@U#Sj(-TL%Iurq$%)0_oTWOy{sgIMX zeaGxIse zbcQ|Vg(EC@)Qx;6`-hxYjiFn!{r5>su^mg=w-hkAbA>qi*Iu@D9md$r0vX4m)I2vI znB&o53^Is?Id&Us4Y5euS-JGs$(^UmgyTVIWYN|M7{0#muTnv%3p<3*z6;xU)yH5- zdFnkKptaAKPLyE-UY`P=V+`59y2o1H%jf#(9v6SX zE0VI``ZOm&-lk8KB3j)kl;#A2K0YXGD^zv)E#2qjP_$*01J zN1I3j4fdE7yz{Z^a#?xy%M}G|&lmq!Yz2oK1HL&=a-ett7_h-0?GC`ic8x%h%TV7}I9SmcbOtMt za$D9xF4)$b9b0Ey8%V26n=vGVH$$4)DhL5*ca5#hr6j+jPv40o!UZ_<%4FHz@8FQ# z12$!53+tg%CKqGGHMSr?Q#^-QyjeeSxY%N`mzQNc5GWsJ2iZBGk{n;iK<_O9lvst= z1XhFnOEiMd-d-7iZ@|jg;$W5nv8&}#X+5lZAfp5b75V8W7^mdnEcD&MM#X#mzQgLV zeHBa<2XRKwqozd=a`3i?ky#8tOQAz}>Z64sWC+UOnTfrNgX!r9eI+nI_fJ_ZA*=X3 zKq=f0(91^>Cbze4Qwb31?YB;Gm8ZT-x4)`xHl13nzo@c?{ac;I?Y7Xoz`=H(Pyk5n znYC{1-}7M&Th(2B8!r`LgZ-z@JZ)v~|GNDvpbWXIP8ln84aPB;%VG18x3jqcc6AUn zw|(w6!$!fl^O1og9Wd7h6YReXdQKjS0}C`YgT}dC$l4xjO~-%FjPZ|tWkpQqZvO{ABoX-$ z(F9=X!Xfl0_Z7J>&wXVNv61w&rd=`FM)&N$xc!%~e-X+DUdAT_+i4d^>SI)0)p%F4 z@nXAPa;P6HN`)L%R&M__`naB_J(Jn$y)0`*;}Z{kc^ppauNll%7eCqTsPELkVneMv z>-egOly>Ga6z9X|7Kv^S64Pss!6 z;IqeIwmwo)Sc#Y?Z&}8t=g(KAQ$YDPpEx4LY_1Oyvg>%>xIEdo_Y!Z%IrzQSiTZVn zS4?#2XQ<*{{`t~P#d;!1&Yv#zP_CC>(l^wJH}3VzT_uuiQ9D3bQ6hBt@To1U1#*16PH;?32buMoi{s`xMCY>|377EFfc8f_7SVo(0(mF8vrfh&kk)T zWq;mOuCCTlrxSzV={ecW?myM#@7=$3_@@W_l;@aI$xeCt#HiXM#6fE`}pP^isw@RK+&^Fl&s-QfX7$z;g_(LjZAJNypafiNp7ml-T)6R~rvMk}WRj)&H zUeXY`c-1ru|Pc?e-(=v4<`8fb7hf&<0kCTicU?__`{tRTRezzKj+Vqhsi12}+- zF{=8ju);Dqmt^n5Pa;vg_Pym>YuSL(YmQTC@29kVx!1X{gSH4u;y{oCAyFP2(go1J z4r8b~l$dxg=Ad?F)f!B$egNIEJr-7=wKIwgh}1&?s{^tgQY4irSX4BCKa|zR!V$QW z-9X*7dOK(N0RVA;dCy)F_~oEgTQn~f90&_RKJ1c?C)Ld zI<~kgD71jFT5Es}6#CGCcqRuna3C1KGzVs^Zjxq_nW5gGIOL<|JOX0?jarioagPn; zV0XI6ocLh5p*{g*tGz-G^+3Ktc>%#eFAwvffJW~Mc(i}yomqKV-`xg7oBIo@flmz_ z)b<@052D`e;bb7U#q0%gC1wwYuvP=L4AfpTSWIF60Hd@0<9*%ETAl?lr^)+7faTha ziL$qS0Ztub#FG}=zRw)*)sPM~h62-_h(FJpaR}{;d(|{bqg;DicilG|Xq~+r`>yKX zXeGe&SmY8YG10Ja1TbxT;H@&p7akei(I2LuQzq0U>7A*z;P!VS(-4}; ze&3A$#>D5%oQG_87jMV^sXV?2U$zS)5F+NNV08L{lMJ?JjDh`L=3zHQwK4_o_&=ud0MPQD=m+g=%wGfP{FM((;ra3Sqk5>u1{0GsT>}kwE6f66*^% zFQS%swjDn&DC??u^nNxo!*f5i5Dopx?92F_>SuEf)l|u$ZBajfT;e7m&p&Ki)8en{ zYK7YeB1=i43NnYJ|M$+^#xk~p7{%uOO}JGVS+*M|&70LSv?y&(w(9#2$KU?sXXo^v z|LxzT|MkE1eX18L@$lS>$mra6q_;a$H4R+|pIUhN^ip0V%V|5$xICT0k#4>ib+dF+ z{Ho?TJi69P?$01|-rfIvYxOi~PnY=l1JIvldiB_?x9M7G=rqTl9B%vE>ITzmd_n)> zmlyioYb?j%y9_!E?;Wm+K&L+drr{wi<`Yt}j7-i1!+~+v)&IC36x{*(I zu<~!=?2MqoIOwuJ$CCc0`TKYklR8R1!r(86je4RJ)kE82d35Aod;JN$`!%9(e*Zpw z{aatAJFg!d>EDO}meW*B8C4OpSskk8ur2Pmkvj(B`UD^)%fMq2Qvj&|3t2rl%ad%r zD=GG}Imvdd1KOtB5#AykusX%Xi)RxH4xo3k2?7w)*@%?lNZNHns*1(^ZNP|@9ou>} zX7cI`Y)-&3r`K?D+KsUdhZGZS2ZhY>OraUD#eZP(HgM7woWS-i>EN%NZ;mnC9WJ|f zHRm0mZ%vFeZBq8S>6YgVxCVd@&>;ix=7WV!FhIcKIstIb0V%RJAcPF4!vZtP$?APX z9f=3f88XT-TK#n^R?=sJIY)N%~@%D6`8km$q8Q^bqRUoyv<+@v+C%-jf97pH@95^Wh`0T)L(lbhJ z-T{)%WaIAQ`{8pY3&lUg!H2BB0HmvhhN#KeMqdE^#TI>QA@ld`AWVQi0!D7MnTJI% zU~82KL(|I+;W&V!U@YVg(2NWiLKld|H1Fn35 zk^qW}IMW-9<_vHH%2E3l2e3ML2QX5q_d!Hh=!;M`-Tp{pM|YX0a4prx3)3>U1FcZC z4k3rch(#PMj%y!_#Ssm0knDfeMMp5r(VwgB1R&^gE!oB>;wUG(8tfmSOqBt|&bsdQ zObMKAeT8p%zmEOWCH60_J2@sh^tS8#l0t#7wW~;KUz2r-#XbPEd9f-rli8MdpN{^# zFPGuK#vK5cJg>?A3qoWR2VG$&^Wu;L-vCMhNZYl%IGSUF$M`=^(Dt4!OP<3}8vjN0 zGlAefmZ0CW@wAlUHr4N6iiOAJ6G*ls-m+HK!6UXOXV3&^gH z1d)0Y6!cVM!mjfU-g)(Yc{sI?|I&3ce2w}3oy+7C=;xT8b?zYO^t{7lY@TK$4U!nA zIofGi&Zx!K#xA3>zD~dXcm8|&SN}&pqOZN%*#B&7{M&S!o@2@#-YcYRuNDAJx9Rhk zE}xie?|J!?+~CdzG(VwlzjcSc{SMPle|pgYgtH#vODDJo35K{b9`ZB>Alm+WV={AV zf1@7qiC?bs^fmAI`6y;oS8GQ1@$x)e(v;HX?d|ZDv$H4k#v2z$(7Dn#zxOtM`73YH zz57H@jtX*dAo}RT1HJYzIg-Phk)r`r1wi5$j-&t1B{>b6!U^I5$Yc(X7>D?{QxD*o z<2yj*QnK?D&g}xW5*K&u;VdK1jI2exW${C%xFo0007N*C0Du5OyRTiz%3f*Xhz#4I%QwM}Zx1u*TEWkbHk#o4vjP?slD{V(i8QR#^R7S(juZ0DBwD3Oc6s#X?2X<=AT95?H%shy8}K zX2vE3wqc;^66K*dga`VH`sdisUG_X~&jtWDfc7(3I)O?kQ(mMQ7usrsTA|Rc9LG7c zvxjFA2(1e$tJ}GjIWZ2);y|yrc?U#;>F2VO0P>aP8mz#%p1u%6iNWLYAOb5kJn0s%%4rZ7PI}kpBg6;RBh}ZGCU{V_9 zHW)A`xiJ@K$94vN>U`0z+LPtyk9VFKvpa#D6)bHcV-~XYf2Hq+0l?hy>I)VW`ng!h z5Ur9p@G7SB-Ttj#B)5k;lnG2}eXefU&j5$D{Y9D9OBoo;WNoS8PXh2jIhcdNf4Tij z*KI8m#*k>`6^9Jkt_3W1qApbcjH|rRC-`m#8vB`=W-~FKQL_6J_D>iWm3?^~`-fc& zI{;kQ0|@36(u&eE8N4l66t#czd%bSScJsn1@*Kzi2*H6o2m4RI?}5-+2i^Y5*mg-k z@fGcw0Cg&3s4Da?3Ur$N^Ry$0gGC;Pa>lz*-%C-}?4_`r?<~q~*TQgCpYn@%e#%_F>yTOLTsI1ftIu z`qIMyvEZ;WE|@bf4l-}$t@QvaIc*o^m=K3Et8F$it|hkFqq!t)gEa@gN&tj$ityP?HtiTQ!!*FWz;c>Z++0iZzkmgD5cn=;2*Z`L8;*NA;j&|{7C&&Ps z&Js27f*7u^JD0iK4%$uZUpVGq9%mL|HmioqW=D5fMz)y)mI=I+z+d!3V8E)Qjo7RG z@5$(WF@e}wVBvfNpp1Ca8CcIToxz|F_B0LPbKXYnv7X(6I6yd)zk|Dpb-p-2OaV}> z)eRQy?)|UWn>m<>EMW)w3^};tU@Jn~P=Kig3n>)#0v2@Gz{otVw#dM1X4A*@2KI-O zmh>&_jRAN7s1TZ9P6~ACzpbn}c5l`l@cOFA&`xNV96m)1oQwC9htufxgX<)I=$6VN z7?DWD!bV_-jfD*bdrJbJDioP0^-%!`A>HeWQaf2YSM))N5gE-bruWra$zs|ILZ6W53Dz^7i?LA#=ifsD zk+#*Ud!W62(dTL3j|0)Pei(O`)Q%AwTE@i)@5|R=Tp52i{VcGX06p_AjQnh7oiAk! zeWTY`7eOBrQg{r6+hC?0`$s$KVxx|`x)UNoTg6U>QpEFxy_?#NHpMaK^l&L1{7vIG zk?#cP_TQc^!8XN0Vb&X8TqW_)GMgk42Z%bj91LB(CChCu3`$X($m1x$VT}K)YQ>VS zJA*fkAH7XClY`Apz?{Pf@Q+m}G={Jn^NFjm zSROt@o!)~2C7+^&$T;!tQ)xSg&HK#AOHA$`qf|h8l5dG)fX@J#%+2Pl7wnzZ0l7C z$NlmE(77|ZMEI{ryWFN5q*I3Z%7)$WmXV)uTGY@p^6uA{Cdu^uiaKN_GWq0j&LB_bu6p_0zNt+Vh4Nc{ ziY}5Syz#r@CekOZ`n|E!)CstA)QNY$LG-Qfy-r{L>RTEv?ojE$`4N16kLclXcJ*jI z=;3J{D58EKVRN?6EFL2qdw@3n-UMv*1D_-cotd{-RqJqltqEY@k^Pi?LXQP( zar)X8WMve`A#CmN&z_GIcYY93L^XijQPZvRRS(^(0m97=JrCe{fGabgtl=kY%eOH} zRVH!hAkqMA!=EzUU^}b}KxF6b@yMuaAputCk?9y%hn)rO%tUg)1YjXR<_t_`CT-KD z%#a@9cTxaLL?g2}z~a!YN;Ek8i*4`b0cZ$4iZC1@d)0xc1DKZiJted5X=G)S>nW#l zntl`eL0>~GdXDlSFCIV+W4zm94MK9%8o(D83=mH@Kc{7{Cg+eDfNwCFGuxWsFp7a) zX^{YJ^^hIsk;eac$p-8>@@^ zi?TMJZR|hAm`0zgY-45MH{D&0t)O#Ec%k*-vP+w=_5tBPg4Gyrr~ZMnuhOwXqSyG<`%I;9)0wm#gn zvln`UAJL!r@)`Z?1EHU{b70y;w&!%5BumNDvkqjcQ+nF+PE0L!zstlbdf8I=AR&WU zpE%8G)TyMHuwAFUWXx@wEdObivyph8$O#Q_O1st$H|c=bIo-MUh`#i$(6^7E^EbZz z7A^OVld7XmJa|I%=s~56igx9(btRXn?I@yKeJWi3b zyfQG<%Pq!g?gteq_|kx+9EX#q?<(uqimW(PW*3SBz;=Ns0fJ=;Gtlp?IGixztaf`a zXRxIfXS62PbFE|k9zSx0?uYY{Lo>{dUrS&+X;yH|6$B^=WNIKZfPDar0Ph1(lBj15 z)+m77%!cmuDr1b!?7WAgFR2Zy1LdXgz*L*-mSaTsqiOsA8Em;H0#nS}f?`WI?!|9i z22&X`aGU{aXJyuWa99}t&AkL5)emZvU?=ysDoX;1Ah)Uq8l}2}5uJBMYrNd?Fv_8B z6LT1VDp<}Zncb9tTIS*YvF|W2X*lp}EK9J_*}=O73kPc**`{@5faki*$rq3~%Iqw` zHR3nZI-19eVhuf!sA1&qEw*HbAx} z9e3NZ(IhdY!G1-&e6-oPh{HpBt;TfiVQNwvVLZqSWB9w*75Zc`XAv3#{UpjbgS=R< z308LWcR7^CsksTpq{Z&_{zxS0K`atMCbf(V&zXVU?{D`lV}8g-pBc-tSbsU#e+mf$ z8E8EtG>8MtQyl?-YX}aXEl>uigXv4&zqe~{|4T6A!IUP7MN1!c^Lr`Te=0Lr%{kme zAAu)ka{fNpzr>EIy!f2Qv2pyD&CVYzAQ#_p5W*VA{|N0toWot%_%GF2)V+@@0eB98 z`eoz4)iKvEgUo%A4CB8oS~zH(#_+yyVE4KGr;s6T|AeqhsDn^8E=DJSR?NR|QtwF# zT6NvDCyzZqGv>N90Ik<}1Km7L&oIWCk}vJ1hjI@o;<5^o;v+Ar+oe8-yxGx3pjw+mt~WCJB;xA@4iL<=ntRJM^Elh zJsgM3=Ae1~-RGXf-y_~rJ z@=zP|3o+r|`&oAK7VUp<61T)mZn)bIAK~OsiUR}sXH3+kru${DY&>im%ft(ofYJJN zw`$f^4s>?s0loc|qYnJ&E&9f{zDW1q;3LQ^^zdP&haVk*=L@DM#}__2G$6vjwjNjc z_`bSmn~6@jn-f#KToxO&ntgMyrCKUR*#cw6>q8^R=?tb6ixUoS>;GG<&o~6ooa(xI z97WxhjqUJohBNrd38aPdyf|AGDSZ5nQme(7A<>YBq?DF zATD&aB(T=xf^vf$-Rf8@#6Y~+8#%EZB|T^LN1m$zGL+bV9%Grn=CT9qgwi2~%0vbjn3>JQ!A9M4KxZ&MhnC3g zij)uM>)>5l5QL2V-WqkyDFgMHz3n>%s1EFCybm#ZRkuSo0qo^A(f35&o&8#sMcSE` zCAYuD=B9KYWdee8oxN?{eyrWFEnn5q+23G^djFGRx;p6W`Q~`QVgKItX+Z}a0Gr;N zwRq=^JDY)0k0Hz*Fvg2KBu&k6g{>{DK+YUC`E>2?p;K0SZvd@YoCps>wr~~UJG3@F zRugS@CqM`H7PfR7y(q&xfpv)QpWA4$T_s)S#7Q?L**T3d_pOXr5W|77cqSjxIsn=d zeT$C66#dI|Xk&m9G6H%jPq%;5t)7n`@J9}=FRoLIG30f8M_-WpHewWACi`Sa-0KrI z6LOlzzF@6uo_XPv2~6y`H}sXrVt`OQ!hN2IvA!BBT^Zmd^qg>ea+a$0Ulc+hQ&|+m&4A%#CMs(ChT6G>KgKZ%4LvsT$~^Y z0I%C(o`}1jGWHiavCO{}dkb5LiDp*^n?n~1QxW}#=0OqKXU>k-`9hilZGD52exgJ; ztC^4;;b-FIJoyVsu+R`hx>3RALg;Vuy@FjSCLfLkQad_1b`qcv_R-glJ7dHiK%T+; zW-B`~OPxS2zOef^iUUkK;DRBY^DgQBt{ZEAuFuUZ|G{UkF>l7GvtsUJ zr!cgero1?O<-N==AOM}^GYMs{Z@f*n={8+29gd^gn|BWM!>buycC*ol0N-_8t1>cix~kzr=K2&*|a$O7H*djLy%Q9zQwWbySW+JMFnm z9{S-?3!Pb`w>ff~wqe^}`?pPm?>IoFTh6`eKADrDkeE0ZY^hH`l!wA7!Po&yushF^ zoEr(y0n9r}00SnmErE50*qQ*9I=HGC9%qn7_mYoU2 z%rLFkiq46Z+*FUHgJxtC`PkY_1V*Ob8wW!Mm}&JX@wXVD7EDZppCD)9qD;M<#x6uC zhjM12K@1oL;8~~X{Q$lu&=O#s*WE(D3_uYDD>*=AE1w;1=FBuq&MgMCxZ0)zw>w#q*gplMGl%*q zv;C7e)47GX5t;2@W!-IB3q^52r)^w!Z)BBcy^{$D?R7MH3jlix zd*Kpso_kq(TU5#m9eehlO$-YGXt%6OYX4&h9JCi%`}%GR3r{oHzw2nQS9^U5jeTjd zSv|Z_Qk#TqwTvidmS|iNJX8cd%RgSNnV@PMakR&Gs-_qhhvVX`kX-dz{ z`xDgw-|?W2fS$5dG)};#aEvzBPm_;f3-iw+$|Dmx_%Ox&t2F{-q%~b zF?ZN4ZZ4XPyDlV^H^z_j9-kNU_&e|CPp8_^)H1(s_~9Cfhv%MQI_azSA8qU!N)mk| z#)6~XA>1JAWVekb^zccczwx*J3H|&3&aWKv`FLkRXOmtwg86mG@t-mPeYJ7& zjqbip&o|w+z>Ax1+8gPX*E{P4{R>}ujsDpmUi8ok>k(mI+Tbc;2a0e9`>H$PJWhso z-!CVw(}{atw6qTdb1Jjk@Y&1nyUw%MZ(rQ0pietk>oMJZt-WN_uZIR6VW!jM|}<+U|`dP;ByABnFlCeX-f5JCfqi z>vYY^2OwYqEePNnKp69QF!?)M5EIlUiY0>(#Tg!yoiz@}X&qx8=+7k>J`DERGjSyIVm4hr}i2L zm64tPAfYQY;@dM6!U~?_dKWCDB|ru`K?%6-Ea&5YE3E^7-w!6_O2JGHU`xlA04-Z`jW6|9za;0{`L?VsAmct(c>;B{oDhJ_s9Pj@3pMFGydoPk_V=g@yl=0`@jEy4$IjQd~U3bvwm3N0iagZ zsfyT9!JUm!`{piEk2OuCI&G}(zB5t=>L@Y3t~0SqIi7InPVM-)Tx-*GEI%(cd2W+y zbK2H<(B0h*CXwxx%au3j#PS5(zIQ4cJ8OXJ`SJS`y8njI_kVCk-~8_DbpP!_kB`mr z;gd>F9tu5r!pD!$#bGhL764Ohi*CMAj|-`S#;kW|mbomMBdQGk_j|3nc-J$^tFPStb%0 z!O;vpV^M$-P_W=2C67B=H}RY6z{)FxgV+%BIY5;%fHMIEl>v;_YXKArAT(mTa}SZ?0sRDhl7l1 zn{_|LYOlSl6gmG4xaIZ(>l47H%UjGQOJ=T8x;MZG1^md%jhiG9Yjp_WIC*eSB`S%`Ys9JHa%02ZFM_VJ(UwOGTJ}m{s!_U`-eW@5J8L; zYY*>4!|n?*pgDuNAv2vjhy$NxlzR?sgT9XwIBX#{Y6g~v@n24i{}U_U@&-d2X+B`m z?ZRXeNAuY{px0s9)Nuovd-1HEglW>a0G7x9=rhC*EHrbWI@rI>$sABlb1ETUm>>H| z^3X?k3@m8$9#(<=UBke^xHV(r&+kl&XZCP}Px0Ai4j0vT=My}#O9D3+63-Q=m%fFNB{JXe@;)1T|k4DmNs$j zj;pbt+9b8NHDZ~%U!n7|(?PagzI39`!KALc7J|v$RTX>+dl9-;Vxw33USTAKa%eeWlQHm+8S{rVl=>N5Hw#mcc3VI(S?nvn@jL=IX7IOzz3Z?*PGW{uzAY-h)^J6MUiW=MxJ zwJhc?8Svn&qI`&uqi(@+#zBNAvpUMLP21!AGMHYLe+>a;kU*S07hAS_O?Y&`XOIjj z4$mV8|KaF@lLAl(pv;Q6nFh9W#$r(>vIE=Jc5tS_#B^tj06v0&T|JBmfF&@zw4A{@ zl^uo`;!&%Va{VOYBb&3G9hDyDKqAzGZ{H{OIIJ4~n`0}w$pUeL2llfBt8oKzN&-?T zKvRHR3MMXt-WW=tF)1yMvH%3N+d4SmKmzn8AF>H>s1U%C^>Co&==eZ?&@O&hl$9vQ zea?r$c~}HatoQy@b@0X$r|QTURs^9R~YwD}G?RCe~+WoaR`oO9H*HbsylX$N9DLRiYH57LK?v zyEz!*4tlRT!YZH~HkzI497cZPjbI^1`>AMaFy;Z=g(aC*7b1gkuDgZ zzm7i0+0PeOec{B$ zRIr(|44w7t<5Bf;W{?<3$Nw>0PK^JHhx5n>4xS$WYa0I-Z}$w87mLwMn2U5|J+t6L zUmPGec?_Vp0qJV%(FY-kPrAoNv3y@1TRm^P=JiM3r4Yh2!G4|bTuSuiX};#;y!Gq7 zNF{;Hl;_C_P|l{YA*h(XUkbL4&!{YFAcitCcKawe0+75+cbFVDWtrb;0NWOcHD4;d zl2aYME~n=I`FbiF0IP8%aXc+G=}B(@&q{Y_7(6oy*^CW zPQ&ddijL;UfL1GOIayU6UvQO7=BMrU76ba&5qA;v#b?p6`}}AtzxCUHM8EsT-=Ob* zW1+JOZuku<{=%nIK=Z3q$J_KQ(+e1aqb0ufuQ%%^ZqxHgw;jx@k~$n<%%peUd_v#; z${l*|y*AlC>i~4yYF&il5Fkp^F-)}FDAR=O#QU=In0*{cz!HB(>NT(*E<3520`wr+ zzg0d-M|G`db%NhtEq2&nX-?^5`o{^2jZMPK|1)A`Y-_~6k>4ptP8vi2>{jAVMkb z_~b@QfNed*#Lfba$7D7@+8Ndo@vbH5y~-p)aR3<3&vbCVACy!zZm@%|H2e$O1t<+> zV@_aAL#O)l06DEC@@{~VYy}|VEc1b3N&$?ZExJCG1gM%$fdLryk9v%(Lcs!G0-5l9 z(pr}#7HY)%=3pVWezzE)i?bEDWY(fYZj$>R^0?D|=K-UCBG=0qpvnwOy%vo1k#VW- zRNSi!AT}112%zH>DyiMq4}>(vc{N#;8Omw>6l}4z52Jn5W-|j^^*6B_$?U%b1KAI$ zbkLVm|5RPa(aq&UM047(h1u*s0nJ#jaQnw%nD-Nuz;C8}sA?_~xm;TwXH?U|NDkAX z@v0Y>WiBf~!ljfQ`;UGu&!YgY7h|RdfT}ksKpP>CAmZ9$m%&$`$&f(5n z{^av7Cjd~4{~f6IzTD;G}+poWcv9<3gS5CAyy6I_;&x+iCx|}!6hhMCGp4oeO zzr9|TRQSaz>rLBt-l89=(oNDV2aVWZ&gOA)e3u{4_kUrbAOHLTJzkF!cwUqV%?4CA zpr=0+lRVvF2B)-_HoX89$PRvF-=G$2h!te~Q&ymc%MwL)Q%0 ztHy4U?4(c%g~B7_Gc%$6@J4^H5P;0ie6#Qw&VEj@PZ9H3Y|ExQ-&TSygLRZa9Et^S zja-I)AX^Pk+8z50%n)#bxXx4TQi9r1cqd@)DkzW`wWM`%P}_j!4g!>r85m;u9o;4k zur7_ATy4RG0>pqEm{T~4njKDZCi=KIqyGmc8UQDhjZ$mF_K*N*InzBINQkz~F~ED> z#b;%GA*j^i#4)r*W;^G4bYQZ?frPp4A`uQkJvo$Z>_cbJFo#F!hh+LzdSk}JrbR{| z&ij!#%+R)AI0)Qz)!2RxtngS@NdRyhPPQh{!QNQ|{K|k$O#l+Wa%ilxbcKd68Ay1a zGPkh+!ejqqW!8HZA5&zqf3?-H&1J{_QLb$N3PS4wT1krn8~aE9E@W*I0e%y^h`3FSD#M8WFsi+ClN?MyZ# zCV7J)-sNrMpe`WL5bi3ooq^P6`$t^pJpNPCsgl^TV;CDsx{-k1#9}T>vj4QhY6gi( zVy5Q@2TJI74yiFPhMBJz|7#lmlZ~W&pjXx?z5|Sihp|d^CP2|4gb3tO^Y|Zai5&${ zkX|Q@|5N!HcFxh~t8Og2eJtcB=nJji=EZrXu?Wa5EI(=IIpvAaahHBjXKVAaG$rWRF{?B{i@J+fABhe`Kw1qf}hZbj~~;c$9L$# zBcjKLwKJUB#8=rtX9ljZA4k&W1nqnOn<);e0$@i`${zn&$ivjNx$?nSPW7M+zjhc$ z1=A1{J7@1E#uh4O4ooE+yrusq_J@Om#yabc-J&czY@5!9P7Ule+ZsB`5?U0V*R}U#83d99p>P z&nelR)prR0RKRG(_?duJAeX1mETtkGr!dHgq-_znmZohTNxY7itS-;+Rh zE4;RcM1KHwzg{1AtmQI#pP9y3RU^!%#CHgh0JOI}P9bD@`kN|tYVLeJk3iD>3Gx;i zz7LtP5Y4X?P7OjQ-og8?=gZ4C)=ytD`$F2k=6mLs;NJX~9(D&S!=l8=l1L6MLe{&s z)cTTTx9mf?_rx$)EnoNX@Jb<#w_M})XO&JCUxL*yk|gE>1^I#)Z2bH@&A(3cG=pHlB~o1Rg+ZLe1$@${`tSMJs)^vmD4OTY8s zV|r5V_ZY*6eiR|tv2B9cR^5y4Ot6WF7h;*IP~#b z9LhItyM_qx%=m7=I11$89*z5K&sePOg%W$5vSZ8xfCYx^5Hf;dYq0~WZr~#Tk-_H- zybQpZ0WS&|kB4Sij{3U+mMA9TxdH$Kz!G7ynYsYz9=p8_D zKxbIMp#;*0B>XYzyFtkBQ&3~He|bv#4{U}_B_zOSXK_YscmRxGPA+`P{wewgiayWn zpJPGG!$nZ^x1k>+n{x(wRfZJ*S{-^j&WlP+et2zf1{Me3yq!s6yqN%UUnmt_NT4%a zIPloWC3Y27V{+1L|AfOqeb`EM$T6^um3+)I`W0Jr;8A~^IKZKc?dw{@zH~Yuw(AG> zN}(qbV|p-cgN+Oz8RLHjO_|ep&HD^ftZjZU$B-y+7lQh^dfMcRG zcam`{qQ`>fEf(nbn@|c}LSr3vV;@iTq%h$PXk>_YpsA7E&!uPHH{=4*BKYow?yWjhOe)QcpMu+M)-KN{LNzVa**2#5rA36bp ztpfzPJyh^E-KNhj>2|vVed8;4=oh{q^zi2wbl$@?EZt{nKyurLd+u&XQE=HN*O(;d z{KQ?DJj<{NZYd{Avd4lreaInioLIa3?9zN{wt0#B<)kap@Wdv&MY_l-rv*O6U=J^dXND2s?3soIq0@_`RO54%1SB*a5SK(x3|#1 z;_Ua<2+c4b#1%klb#N2RX8)#E5R4qu%HbqBTXBuWmj#O@?Z2`I zE}?D!kj8K>8G!dVxrx!nG`1&F28!{!vzh_^NHv-3)?0vp04?=<0DGAs%I3^t(Z}my z?GhkAkscf+G_$F5Se|OJsI}ayzYjfLJ~T3e&ycHL7nfxQP5>}!{NJ#Dg!&nn$t|{Z zVFTl70#LObGP5 z_TS%Uz*M1h;F`%F0QG49a@zh)zm#}r_Ale%e;FV{!s6Dvpv5R}`~9r7OZ9v*;08T$ zTj8(+nc$Bc&mMgd!02dKd#~F+V?-lKptv6}S;a$1puM~w?;;V;bCh4&wZgOs&4V!u zbpi_)3oDYILvmmoc9QxY#{bm_kD-f5wh-Lj=W(!OaiIgE#=33ATbX^g2lT+f;APo@ zxh6k=w;5!f&pgolLJzV`*A!ZdIWw`>p$z%GahR@LGX9$#Tl{FB*$%cT1M^rHo`RW; zazj?ciD{0uvGVjq>D15X6nc|@{&b(~nn((VL~&@KmDa+(#KKA3N~Gez|T8U_6`K{CNjjxPF@D7P78Web4-U+}G0J#+~|3 zlyU0#lWAOFNdKPlCO>(S?!#1bme^)hz29IO7A<;zx3c>-O?58noAm3y{yX%G-}{%3 zS08Swd7Ez2ZHn|98PMpaV?}h1?R*<*<2KzW3Eie=l*G0kzjpk;U;f4$^at;MOe?)j zcl1}fAY;N1z^7)(IuU1~0A2EItS5GG5r1EvKA)Wc`oa#hP=_XuPR1j8?e&$ubzD9F z_7C17zRPs}c%=^>EcDSsqQ^(z`9k1?YMe3+t6>L7c2Vl$UxNWK?bE| zaLhQn;}3?UIof#!oP0yt1B81vR-ORs+C9tUyvN_j5YA_I4!aY~qZ8}^6Aqv=2PZR| zd+gNYJX>xKHe*2}wxugDudY}bz`J&>15A`+-2osc0DOpNje3v+uaI8`{lZbshg})S zhSTrA!?bcMXn8RJ?yaA}|c;*=^tWic2F z`NBdD2a|z)l&R}0LjI63Kqooo=Q0qD`g<%|*n88FCAW{o^)+cZ>(;>M+@F9YxM%+w zyE|B`&}{&Qh~Er(K$ANBDFK){bKmuvwf<@042u{f0iurfzijH^p;)~CjDdR3{=rsX z%>LWBzfu75)tI;JA$QZ@kz3$0`|l%F-7s1K*bnwEI8=^?_XPWu3GtOtpRNyimrAo` z4x6lL9Ljo!a{4nghPUX?*4VwE@_?;Y+Fy921jbS|KbZPin@;%RM%Te*vn$8*u3)_f zXzcRDJBTPBHkcXSuHQ)qa%d>j1K>03z^K;mU>^Iqr>ZCEyoRONyv@ce1Dgo|b>V2A z=tZNRJK(7T&IVYDF5|>+f&qgxZjbCuD~8ffGLc?rRh)3H}~@%xU6@)CTqU* zz42^LDa-}$F~PSfFc7<+O%5mCaCzDhTt44s{^`=^dB`Hz=Gk|!`4nGLU!g0jz$fm_ zUBB+Yy_qzgK4qOY;Mv}f_}}fHr5!MPv^VYd^oDx$p#Sl2e?Wiy-edaOSJpn(v+L=n zQ~KLqK|)m1c48Q&JSy6JnN1}Ho!~Sb&Zw05L?(302}r@*`i-_W&q&X z+{!`eYAonBe>?y{J$~)mfY0dR5p4e82sD5EV5LWo&W}L!5tcX{!HV@RU92Sl0G{GA z!s+ZUpaEcUW{!j)y5m?aWI`*ifkZuz$>AEd%%*qQ3r6Q#f;BX-m*BkN0HyBOt?Dc} zkQqRv_?GB!c_Oa>WAxxajn9X+h%)B`7!#mKv8A_zSjIHs1U^EOg~XlU9FLZ|!>er3 z&Ornt$-tlHn09cn6c34zs{w#S!TuD!GHxaBzx zWYjI+y`~%>X@BQh9n6t5VQ_HHVm1S?cd&qBn|G*L06*k_f8;mlkpYz+7dprOwJ<1k za-;{~kG#o-e3eB8FoU{&1o#<$6D20D_p=nB9zdCV4if+x0~Y~0=XQ<5%nV4aaljYk z29_hh)BwC@8xjYZy8f-J^-C!v0@{txckv+44Dc&B$%B3o1&djd4FH_X*U9X2VDK?- zz{J!v5&wEvFwzBzZ2uXAQoE)>4*IXMmGuCzkhei&&QQb~{18_TAghO>@mS=x;L9Ak zM2PiXEwn{|Y#HE(T?1SS`(Ji|dj*b7i+V+j7pVP+C@Z=q(DX+3Ps&Ig?4QQN2sPwJ z(~mXDa&eG3z-Td?hFv#G$>DS2u)rJ_n-kFK`B3DO7dlXYw!@+wE{M3szJO75L8GRD zE!eeUo4umX_5&~p{aAHeMcg$1B)n}i{>zE+-)s*% zaSYgX*olJy?c+aDvKt=8PBb?T4yJ;61cw|F&`UfnDEL8)VsY2|!r9`#k22QaYHv#kTp=j-Pu9euZl z_vr8a{eMpX_W$yGT`#r!mP_)yO}FXunVuN{&BNB4h;x?Hb;52G-rrnt>e=$?_e`J5 zbgErWrJ0rSiIRjSebymdo@u?FK{|EX?8*DxUUcHvhS4{d$MolZVWB@d0?-FO90$=e zcr<+rt|S>^oAn*_!?+_8M$?IwkA9xhbCt z@o~fcAs@~(zEe)jA4Z@gm1yr~ole?}O4i5p`Vn~kGrxSF-u?PpJzVTZ507B)$16QJ zZ*iX6q#r<hT%?7eb}87*4gO6rjIE%cV-#}6uf z^yokjA65GBAmAbVxlK;ylyU+r4P2JVxmVzj99-(3RY6Aw2}{gf!Qjch zp5{k`)9RDlyj~@TIZ&_DxqsMX;FxLXSnz!x(5FCN1NfXk+fpFwKM1bi} z2Z?NG%%DdD0Ba*u~#v4cQ~%}+^J3z)PAk2ei)b1{$r34mF| zvmIG|9#6H$oyB5`bT+&ApjVL1^20*4i(`_}!H{Y_GbKQHr zWgVEiE>~;243fGIP%xm!>!I&Cj}BrQut^h`+{?PIE_;;E?O(QA_f<~=;G9#BWiE*= zNf9oyiC10x>$@|W-Bi^D2g&&7f&rIS z;J%0p&@;2Y6%g5$TY>zkUc_;@qv(QnZ!hfx#<+R%Lv&?@ST}r z?6yfxDo@?W1^@Ihmqv~>LSASIR)XU(_pg|plxjM)?S8%3J|J|vJ9wU#C$@I>FfG83@ zn3wqp^CJg?8O%Ho7faGor=D>@6)h_*&c$Z zVBVLWr|>QMAOGf;^wd3klaObFRArm>2Z!`$9kd(>wIRS8h`a#rfczmX-5L z=R1wXx)TGB776$88trchuzAy+3mOg=?Ej3pj(Ydc741Z72QGhi+npX-chVTv3&?yf zbaqB``b3s;Z0T|Vopv*K;CVM|{Ktm9C?IZiffK5=bf;PkvjDbWj{{T&v(#k*P$X>` zCW)=u9n_fX=%jjENU#Uf^#K0JK_e|F7EHv!vyx(UVr#9xcg1|vyc6@7$N^2nw*|PB z!A1Z@-N8tUC7EqJZGr{ejroCjCobh+Jb`U%x>Qt`YJ0^o{v@N};Q&@-Ro@perK9r!tS-esbXn`am047eJJ8Ls*yj2V=Bmpt>Kb(n zKnd*(Fq_B#juvq}9ef~!rXiD=x!aSLB7mFe%#_-9~mkh0Pl1zZ}jS05Uel7Bp4DU@Z*t?VMGQ+*rLNwsg~VZpdFb)n zU5|-nH*-{CRb33swLWl#W3T*QJ!ay>3J=BCbQGPOeo!!WV!{s0s2ZKo+v_gju8U!#{ z32dY8w9PZ+Ljx^Kf@AAjXlVsb^uO_r?0C66Xk-;Cb85}z3@|2llVJ-qC7{bdBtIC7 zR!k;1w9*y~jM2G{u}JFBg>Mfq)0{a2_nfJh!c#az>t3$vYy(VWiddT;`wt)poubHIrXLLv9~)gH0S<-!oz9RJ4a?BK%NVv}>ao&Cy$axU)Qt|P*)AA>e`UoA_x_m1j~r_op(w!EAN3Et z1t2MTNQ;_&&)`gaH~l9X0R7Cc#Ddtg(*Kg)zt$h5e6VN-^=8u@>vuCkfDi_>R6ZXw zngcuadIiu8@OkW?kTK-mb!>SA`cHfMk8w6#V+H0LU@QqFrUC4V_RaG&`roznpD7)} z7x_W=#SWL~I!*|^vkzA1`13w@xK3MNEV0xitGDjyp2$?{@4<`o^2=d&Q#Zl z<)>|*x89=v{@?sP{pDZ&E4uv>!ZzNdoAkP->-O$EDn2&=?U{%TSuZkL97wHFx}8D4 z--OzDS;;0AUJbauJ?1q@*01s;Qr)P&Nmoj;uct>t+3-32@LNpZ{2kLjp3U9yz10o3 zWkuJz1{@QX$tHMpxMnKhpw!7ttYUyE3NxDRcD1DKdv-(ZVLjxCxp<@ka->)A;rqt} z;v$u&>A;75VtKWR?*W z%(Jk`1<6mIrxn}E?(2Xkn8d7oxwXN@wlq%(_;dDYtpoF_1Ad#yfN29z9Hb29S%BTF z3`Z*`7;`+>>AGFr%WJ=ZfnIF8a|YYj2Rtc5FIa|oum@085&#Tv+!@cg4;U~>+PTb>IOs%d!L*xei}ZGcar8!=USJXrF9Rq{g-ApW-Z5 zFs5?9&FxhZqg+z#;;jD}hz>S;jJeSN!okP}n-_J-;78Mcl%-PA{}S81eL?JH=)dhe z$;|kCux4gV*Tii1K1bp@qWK0O=lzaq*o;j#Ve49dbQW%sE5bA>FgfeOXcrR>XYJMu zVKD%;^~FD;J$C+~Lj(av=K8q)7qoZu<96%pz%F_J>iPQ|m2oAKTu9~q-I_-zUd;J|8@;-Md6gcDa5@k{^;7ot68wAjDoaFQ;nVrQGn zPNG)X-q6PcGYvsKN0{04k0`~Q=4aq1EtA@Pv3T=!SlvTT+U2tSIh3x(Amg?)v>rEA zd%mbYiEWsl0*2sz(2?JJD{>;_u+>?PlniC&G50>!qdGQ)=uDtFm#!1G0J-#G=8czN z?)TrJU;g@I`ul&lM}PL?FLfQ^S1g;Gbdx^q1bxe+{IQgEP(yycC<9u?&o3Q>PWfSK zxLHhkS!s-U^tvaX@L?a^^n)v>r|YR1UW-xj?sS{}{2LSf_WyW7b9twSE1TMO_zGv# z46gp%xiubM%J z0Agp~K5NdGIc^RDQg-OlHer{sL>P-XKxuW@$**-F0sx;PIkpv-eJeK#nAutTfD|0- z2p55E;10H#(YlW5>>ynJJt=?#GwB&gCwmTzIRdCEu2TN)Rf-sm;$U*E0qjW;&kuQv zg&W8R#vycrzZZF@g#mjyKwAl>7#NV5$*uA<8K$z2Y-j)n!6aRSo>?Z&eyzdK+^?TG z;Q~KD1A2NF7{(nuBOU-Gq5y6oBL^ud0j~W5ufR?6J_P{C`ww9^f;g~}?}NPXydN9~ zu&0LX5npsR_A6pp53+|$Os8EoCF?Qx?(fX09ozp5 zkoWc>lVN|0whLtBeU;g_LGOp767Pe1W6%0d@!I&pNFVRG9@hU31kc`X)`f>y&ges0 zpO>Wnsa^Nj(9EHyDSmX8Mb;BAjX6E1a@W3rLs_w)B9ayiDHy~anjp<@0FGztL$i&q zV;p84*rTwIAfdRAM)s=M?jOjl)?r+OypTb$_ZKFg<51@gqGkQJT`eA}$I3}wHY{f7 zqO=2_ZN32bOtc!atSB`==E(q14`Z>?uMD!zb1Z6feH!#XwXiY4`+Qy!*w*JIt*f*4 z0b09Fz~lU{g-{l;fy+6(#@_tT)@JrN79^k>d8dX@$aEdknTdk&%Ylx=W<{!t3$Vn8_V%kr6P#IhESMd=XOI8Xaa z@DU3Fvi1$?FjEaIT))g?!99;S#F)lh2HP=&l^EOoJ=q7gdn}%^-w)etH8$&_91V3D zQ(6TQvt^macS>3i5PCL#f)Eb<#(h8QaDpUw@5-~&7zSl8XGWNgnhG!egdBVhw(hga z{gjj|a3q@=Q;HIHFc#9Wbo>|L^{^)9lt_$p82& zLjU%+3rKpV2K`jU&O@Gki?ycWP8~M=s?mCQ3|NDE$mWP?v-iyK>}#096l`VQ(z{>U z()WM3p>KTmHZ6EBeY^nA7maCr(TsUz1XYXwSVRvPYyk9RStw{i5#yQD_*Y@f>$^J$ zVu#pK-~K&y<8~^y>AZ#6cwFg|`u??HfS-0|fSz1p z?8}UCDgh9n-LMc5@6ntc#7?nIRaeSzuQR&+bJ|W$lz=YjF&RCEv$45bzwfdE*q-_) z@|LY;`~#f*bTt&QLyxc(O_q$K@M;BJ;Z`XO}oh4r6S`cD8a z#{(WS@D9Pmf(JQRr|kXa%3uJ%P#wLGcNX*P^P~40TI;{XhR!>|7_q-;0LQ7s zK<$fQ*1udMs15Po1Wbj?{iJcHRhO`fUp4+j+85NH5qyzWzc)Sm2^HZ{| zv2&5*&R(}eC1YKDk>P4NUVJ{VIB0X&ky7CnPZGr&=ka{+5#Q-hdDilX9R&xj^>#~# zDALngDuc*-zu34FH1PF%#jqM4oBTlj&zr6yqJwYctLA#V{=;1oV>@E8yPmf3p6<}! z|NTewyFcEiZ-3?1i&pz4-K5txT}LPLz1Iey2WCnh>|T;~ituSKOgDE z0XVa2*6qd5G9X@U+N)P~#$e07f+l@a`pH$xIUGnQ`vb#%2oBbRCE9PYqqpB8`sug7 zL?8d%j?PK9Y?l^fqp?VneOPfyaC08*z>{irNoNwN{+$dO1JbZp2Jx!V0qgUw}*xzL@vkLgc;ewRM@@a=AdJa{DZ=v?S@`FB~temm*+ zZ&of`n`;~$fsqFrZm=7~JkbKNfgcILRWdl!KF(IcYAjq!Z80MMs1 zU0k-q4VU&TcQt-@S9drP3Q!cmHek}QAOaT`(Kur3G!wSs+JS5a(m3*B;LJeysKNSD zM+U(17?TkPpY1t|63j6i>?NJmoDWG;1_A)*08aq=#5Q|zFebC3#X*f=&Pf12G=j`{ zZ}cB=CMBM035T1F;2gHavV&^DtRV*g8J0Xpd#FP@yF%^KrLR`m;lGdFbwSP1PjvvF(LlIB!TUb98t|UwioUE2Mg{T#X5#tKH=8e};<28+ubZ53kRIMT ztwJF<7;6Waz7+lEyu%_wd1UZz4ekN3YvBo8A1KB`au778jhc4lu(9=e9N->q#^$;N zjG>)f{~cr*+gSCV4Csw9E13RP=Xw8}0+egA7-bpU!(oIDFq@$<^}Zku)?%Tcddamj zM%Wl07F%M0wY51zDf--tIfOWa&sJ{^{b@f+3OUm9Y;nh(VQlQ?0jN#}*#7Uau$<>g zfXR7B75ac^Cr>-7!r*0-AKAEzx;c=}JRDd&%>NCvPvKI0@uNfxYUZ*BGWYw3@EO7A z9a!LLjvhmF7%<3bsgT+GFm^WK0>qIIc^v0|6B#F#vPjH9)}a8N3XK4DpJ@suX1|Q% z!dyLEkIp@l$^{+OifUQue?VMGw}eiWz%k*2<`@?+Br|iGUBHA)5oF27N8Bb6R8JYZ zczfE7CC1`y&&-=tzB%PI`&Av@(do#?-yzjB&$NX#t8R{dN~XI}wGGU6urAhQ(tC{PB6%%X zG&a3#b5dL6oUPoY?LOGh>BWZr-M{-aee17(LRYKN^QB{R@FDqprs>#0jPi1J;g=(F zsIQwG-td%hB+MgE>)$zqGW4;f&u~vbF7ENp;UJpOD^=hxbjrx?>k!*Q4t~5z&q(V~ z8`pTU|C?EZY5eS)Z__V-`3L&t>22CIR&KW|!no7?D}l9v1tLt|@ZWN`ibJ{7Sh~t$ zf=JyfXRT@=f0ilR(A@!&3%dIr(GPyKp>KZcUE1!19-g&B1)0uvJG$I1Mtd#B!c>_x znQp2&mIgt({oS4FJnm(ZlG$wSV5{vGEK%;EJkGZhJ$iCUrw_Mu`lNIg`z)mc&vSR! zTV5OvQgXu7FpYYVJO1$*o0*ue?QA;QSeYW6x!Wc>q^zh8;j;GxGDcdKD$RK@M=PA0%ZuA~~Fb z8MM94Q=S0?nmo;C0Nb+z4FndG%3(q=nunSQCn$qW>YxRf&gQVSxRqk{UmM-Z1P%FT$DGX(pAqZW zwvh)@JVL(Y1N-{_O0;cWbbx>Fu_)a~gh@sgm(%1yp$fhr*JHDSrJ2~o6Z`$lnGH%q z8|8a=u#k9IKma(?LNN?7p>SUOu*E_4?ALS3V+Vk22N^5@pj?Cag>x*+r~?*B_S8Ss zW8Lr2A4kAiJj4b-nK-Oa+opmwZ}*fGA^^s8jzjD+W_;EUIotujO7soLwu8k6)Vn-M z7wx11Ix%2+Pyg9v*1v-lTHQr<{qGY- z-vr(0ODtqmo3~t+{S}pJ(*GPsHv`c*oJ4Q))tLh* zcV>*|#evir>`+(<{kK}?1(c~A(Eqa5e+A1?X{n*_VA1l*L(1WCdLFeJ0A|Hwdjf4@ zG9expT|Cr=OIr&Da1_5Y^PtrLoYx>o#3D9>hjen&`9DBH7iSI&BQlIJuqAR^M%`na zD${EIuNs~MZPGzurs4e_1KJxRwL69UYA##q8~9vI4+#C(KzA->SR{s?qP{{&6r2~H ztB3Z16!DIJ-!Oo(>oTg*cLVS=ec z`%St@uR8fWl62;27>|Y4e^CHh==l?;T;#yj!*{Qzn45H+bWC!5g?m1|G?eBGH&(9= zsH>-^Pp;2;ZL!I9qW4dp(4T*&&>#N8DP7Q8bh22Uo2qNXjYUvf$Or@OYI3|X_{{wD z-u7nda4>*7W3BG!&fRnR&i9$V^WD2NpAbDb6?$^EUBKYdf#}&lQVqDTYwQ#0z}rCP zDf_Iew-vR;EylC{KJTc1)v5l05do$XU<2QpTq(G&3Y)HM89YC%JSU_HE z86Cpx+_#@p0_1B9Ll+b988AiM#9Y?RC8Byp%; zcFeKeKezF~W;FR||C1ps0KN~P7Kh9afiM6FGFTZpklIk<5Gr3V>4$tp-u+O}1eUs7 zMe{EP(j?lY_LUN$J_cZ$*u%sW&M{XZ*FpUU07L;<_IyhkAJAt2Dr->y<5BAX+_Xi4*~0vEc?|6Rr~}g&&c!Q4*w?7u4gm~z0=vyMRum7q4^}18^V?A7#27E;fu*q%H-huEj z-tJiNII9098yB?!gsUAylAS=4>D*;x2SkI74Uoy^V>S@E+G43-cM`?IW$zm)-;O<{ z#onycU=Zh6(OSN$-9L?EI*$5w7n}cMJdOosauC-6Ys&LKd4{qI1rzg%GIkNZ!@)ae zgk%2aGU{bSuNz{hF{PBY;$?it+-vh>>dZ)@&wS&sAsA#?!y6rSj_R~dLJrg z>!^vRbNqa8{$KZXFOQFLJm@W#+lzj^?Vz{z*T}K6pT!PpWay<>BkN+v#_T4x>zO#v zn96lAdd2*W9;he(JA5g)reBdFEB5XXSiVaXqcI59VVG`aaJT*xI@Xx~q5T z<9kHEyLU?8{_rHa)=NmQPLeM>y*VYlNiUYNYCKaP>4gC3ZkCWk-dCp3V=5(`82TKg zz*bAs72XQ0q@{Axx38F1?bYMNrnd0g%)I<8n9#C6@UuMM{QTx6^z8NO`++uEr9+`M z(k`pLd!Lo2dPYC^R-tcyRO$TV)5X9#p%dP8=e|2L?SCFmRr?i7ut_?*z?}XFpOOKY zG;AEJ+CjxudDOZ;)|6ud!8NcMQy$R|etehy`Bybm2N?j(Pw4~wqm2XJCiq*Ev(wv5(nG9HbqPj~7|@{4VkFq_FwmM=Jb$bjd8A-k$v4h4Yz0$|CV)#^V5pp*t52k4UH>p*lmOpQb+ zpDYh{NXv3c_i2po1#sXxfNqdA8|o4aPXI{jbOF3qV8>$QW=pn#HB&gjU>$nBB(W(i zAKyajeb3sC6?~l+r*B};5m=DqVA(nrY>ri{@sSY{#rhP=B!^h$D-gzQ1oFP4pw!5w z&fp>HA8|1O*ogL}&8GKbXZkY2J(K|m^K#J$Zf6#>-#-8z%Hqpx*A8M(byg(~ha6e5 zG=fL=Jp*EpFBV2{SRcUW2#El|O_iT1;y2?y^ldI2?GITdW+g!5d|(*BAzUvO3dIjI zOn{`bPYuApZ+^%i%P3c&gV!^=S=n-wfJ7Qn59=c~n`Y37+4VC6qx=vsweFM9KgeV%2uNx6nkoBc!f?A8qi=@&)kR!f$9B7Y%zs25`28k9kf2RrUAv zoe(`{IfV=j7|cNYp*YR}4?075x6`m4d-^YFfncrw!8#xH-}(S>cZspfnZ0Bf-~c8= zr|m}xxquBUX--1jT>ov%>vIP5pJZ6*L8uXox6vxm-!dB+e=*L`(2_EQbHTWdusC>E zuwK#jM8xAeT>o3Y;ZYA%{}DGo&u_MPW(;pmZIbURHZN<8Xzu_D_NRFe!1k0_(P&@S z{{%2cW08lSa8R1k*kB*8z7fX3|E=5`F6(WNW7Z(hM5`ZvmeQ>O5^`rraUoSGcHor zpDsckThn~F!6w^F&AD4<-*-1c|KhuE({Jv5Ogny;PTEh6VbvK8){h+FDZSj%Po?I) zclGbNT9Mmnc5qFDek|<*EPPoUO>)@a<|C+NEpjw#nU|!d>om#g_!IebkfId27%*yBMqW)IkVh?AY;ITi!6 z0@&3BmCnesL;nUZ+5Uh93CB|?oNe!`6ad_uSkns3C>WI)RBe$dxpWRNBUbAg(CuZc z`*P}SfrG0U;9vp@DB{;5`~#kwtPcec9rbk}0!}z3wmgwD1ko=#Aldgg@NkdU&6sFy z>vyky0=6=Uguk-{^S{?mVh4t|2aSN>jDt5B;C0owjRG((77sG00I-=khf7ERGKF05 ztOHR1A_g5H%Ahx%!{K;Q4>4Ix4z?&3#L7%3@BE(Yv?DO^{e5K_wvtoGjS z(=^meBo;Lye*iLRp(C;NGxIa|ld;{!->2gnJ7|nP)f6qhqK}yue^*F`{UznpbE*r>}foMFJ7m6@e=eaY7Xn+h_REG?TN(yU| zby=Cq6lHmq{)6rBIyy3hMVN3PD-PZR=sEcUCVM&A%~#3o90Ld)$ zmjlug?C-tsBbIR8=d+|Ybr=h|ACfuD{}im|oM1utq8Z*Pu_G*iU?MD5;o4kf*mZ(& zbUhXm(J&U}g~CI?e%=w5ceB{woyH3VYx}M{wt1LiG1eaPzbZqvOG$6i9MQn*koif! zHkG$bw?Hb;d2eTb8z8Nn9TH4Nx1@GlH^2e^OXU%MqYa?L&`BhFES4*!~Y2KVP*g-tlJ=aLm4Xn)qMt%SNLf`mcqSJc| z0MI}}GrV+CwMiFSfyKf?zyZ%?dKrmF<9x5wM`lret{$Y*IBL>BF9wlEt)k56YhJ1ex^Ht^ZDBa?1<&Z5b&_%wF($ncCWaGJEf-46k< z(yk#^pqJHJBF#3=Dl}(Q0aIfm!nx@?D9fr1wI9tmcu2$?3mhI32Z1RYX|`)qf2QA& zK(pTBD`pSa&Du{j*8sH*fHS9U4Gaa_Cwad1$HB-33USO{*$IYUnh#W~37}hF9~f3i zzRCj+>oP8L!@9V&6)3h|Exo*GBLDjsK5W5_!AmbNG3 zzMKG3d;j8afDzgt0G{gXQ<3UGAKHTi?-vJ2ei0cXfX9gqWj=IP705jWf z0lsq_ghdg*7oZ86s)Hlh=}&-FzOUEsa5-4!+_Z z01YI;gme9AU{H&*Yd}X{fKgUva>|o#k+5HwcKuIf1PG`MY97XDjH#;sO-7UHzm0JQ z;8`(N=Le6>Li7!^eU7&b{g(>e2D{cDwlD^&Zvc=zp0&3*`65iNcfWps@r?0mUWG`? zp@`yOM$0cPK4I5JK0^TS@B@1DGwA>JA8n(R{tL#)v^ZohM>()is(m4!bpSTGGWati zzt7F4yNE+B9>;pIS8TCVR{Gy%TguRep#u~kDL!-Bu_PAqDuqvi005HunAXbZ13=n| zVT+9Y+EjdjihYqqSNG#!!dOHjs~hCn$3&~A%5xeP9mAH;mMQ>RQ}W(p_n`mhg$eYz zVV?J~FT!i|>+AVn#=aXi7Z2f-Fy^9ASYXzJ!ucTEIkVOsoW}eQ{m-_uP^wSf8OB}N zW27ji{A^~W&DE(6`}1pYFire=l-9?UzGK<|tb!9T*zcbP_V~6lq-A@t0D_km z@@q?b6}obY(uHkE=~LF}aiU;a`9oshp|@|7;`G!vL!Z)>#M=qu>1cA^pjB?^1xUFXzqpi+@)U zNq+mMBf^(c-<$M$r|b5s=K!GBD}?I-=vm1esJ5z!37KQ7XiLvxG#9!4Tc0$#bpU{-pX#0KMr z)v$bLv!(y?Cm+xs{^p6sGiJn(7DI%BspnJ_uW*4pme*y~C? zCXF!d=2ZT?-EWZ6k0E!&=2;zf1l{d zWudc+d8z-b=0ppzu{h<;0N#ii<<0D#%n|ZK1vv}_KVQWT$?o8DZJ{=pwimT;>AGA# zKYr9e=N&zIvZ2#+ri+~#`E$i{>{6avjq}Oh67T8_&>hmKD);30<%0vWW1ktx(VpyJQUE$KIIzPOTq0)% zsTho**%(^I&FJVEaEv*HMsOekj;DAik~P4%{;m?2p&xp_nZ+eC0G&C_mZ>wjBs+*1 zl%N5GhJ%84sf;EEnLPgSECUebU||Q%keBAog$F<)7|XHU-M7Ujt62tshCR;!ThT`} zPX~%-1spuAMFXn)*b~4Awmv&ZodCmP%QNF)ge3uhDa-~1;G*qR9E|q$=yy ztYSM0jq3LOzs25v+9~_q}|eAV72P>vlc=j?ZPawcYjK z#wi7hVnJ-(21Cs33?9)qt>^J6gB8UVbuthI{lfj8B<-@G==11TS^wM4nG8Y=`kw$e zgvRJ#yaAA$#@b*^E4zy*+E-bzG0yGlKPCO=R1JwZylef>01cCmAuZ`Rox)mFW%^Q* z!Jz-Ct|}kZ!BPKtl-u5ziT-V2jttcG10u~n8e)^X9^Y`bjB|NUrvGjvkk`H4 zI~kK(BtkAkok|a#q<}Rgz?Qx5_cIx=Q_4VluV>SXX>!1elK!(@V`DKZ8+Ys<7}&vd zMyzLmnd6~|qYm}{oEE_xaK7^VpZY04a$6M5Y;esRY~eA6`7rw_F~-p;ou@GwQ#|Y$S8AV2yewUj zHho5A9{tO%jtO+;Vd7VdRZV5?HY*I|v1QYES-f&4hES4XO@K7?)UvcNVNe9vwF1E!NGxhmXu0GxA{iRPxO)Wos`xgED>s$J_zuwVqne1mX zEGJQ?r8zT*6xZ%AA|CHKOmIrZUX)2+m`iqeAi&lyH@~kl=<;>?xj76iT*YGKyz@?_ z?|ttsedQaqli(Aie#VoP*kaY36bHWpX0{hLIYa%{i>Q%w4PaI~MFB6^Tu+itsn zeY?h_p4GtF&9~_OgB?A1*bWw4K<909!loW-L;3-Tv?nf?v53n);yTC8IM`3WB>8x} z>DIQhvW3<2Qn~a;iq%7u^-c%@VXn11F>rokn>rk>Zt~jpP#Ag&*HZ#gf@$OBHjph? z(yOie)`r<(!gBxuaebeq!p|4GDN?35pa_6b#Dk<%ep<1kXw`mJ zMhk7Chb2)sf(C#KjAiBoJd?{GTfFBK%Qgc*gFFGArC80)$nW(v$4AZikwIA#BeJeT zuUK8i_^Gl2%Cz7fBRmPift;xf04;98mTPUd03PCyI$i-C`dkhj62LIpESSwGL*8nf z9cZxR!r0@51Gf|VffpCW!Fv9;qHH1+)>2E?s3HH9Ke8BNF63;W}|QQx~IN{aiYJ2V&I27 z(YIQfO5(w-Ko@4zl$_zYZcAjI>zl7@yQm{OiFkZj4Q*l}RSIJ6#^Mi{>Uo@5FD~)Q z$#$@kh!E?wFV2bWVyFQeM+hGt04vr1Nyk}_n@c_Zy!NAU7mPD5UH>J8^$eDBo^CpD zYi-0OgS0f%bsaw$AZ;G6vd&VE2F}Y1A`Z$Mb{!Tgfwf8D%IXF@aP0^MV<^ z$6}>KSSi-YK6E(74=kcU9`lj@<3UpAt*j zWwu(>2=vXri=;(e-Us?Hr(y2Qrd7=UCIf3Ufbrw}AE7gPz9}D})%;Im8uVDuH_=zY z=4Ue=ejksA82A*-JWb`S+R2kO;=z>yjQRNJO;<^4okA8vj(b@}d*IvCU%9G-&{d0fG(Gp@5@W;OPuIw|jm?|QhAu95 zHWtjica`!s{oUW)r?YdWySFOwb497%Pn-%lS~T{1o|F0Tv&VY;t4}Z3*f;65OxJ-H zj{?w#hOTGdd7UILl*3Keecr^Yzc=agp03x@=49DJ8#<>y`}Q6ByFWfzz*i+aoYcO? z+YP;HW@2AOC58X0P1(X=c!=k0He)K&vqu`Ht4xwF(4U9Qo0E7-Km5UlzW?L9)Q&kh zJ*)KiiN<=~r7fk6E3|1LHw4bAZlueAGgbgy>&(vWw(jB}Y+KyuwllCS;Qm}X0R72> zN)H}g(&_nj`K=uY(?V@*I#})Ikc2_Y`3)k2r7N^DLRP=yxo&VO`q;l0#1w@=X?5~L zfb5wLo-_FtdUZV5NDXBGyN4DMG>{C_1P_U|>&uAuG2P5v9IpfEovg5&${IeJeZf_jw1;C;;1<#tr>R ze7qPBC`B8{pi{-dKGX^@ulksoV@;#15l5E?z%j}fY_0ZPV_DBhW(FelB32KLpzq5e zMnb=Gzs`#<9Z;Q&ZPX6;TG3Ae%*y&NEB$A`C)jl+uPi5yHiAB9JvxX;c`Wu7W6`8L0Pl-FgWotU?Djqkpd904jD_=FxQKBcuGT2++rWn2 z(|?4(h^x{`5G0EA#@PB|>gPWHr+3F?iMkYNX4nwAZJT_!-we z+tS^n&n6uNpj{R71V}gOCf%ejR$5kZPoB_+AAFtuuRl1U|NsAfzSw*kR^y`Cn%vl| z>aaIsPni;G617-udfIO{As3sin32R`&bIp*Mwed0)}8FP2*+4-bam~>g7V-14EHCX zpqUOmIVrL z0-<0tn636%i?zIMwtHB^kXYHd-vHxV!4m4*_rN4A$#F5D6UH1T7*AwyWIV=hax$~C z**@b?r2^-VMo@bFj8-{;S{xuj|1HO%l;mtNwwLN>-;NJ<9LHa~-M zGK?X){J7anzD*pCtsiVx$m{8#3B^0`!iY6pT<%)86gDA+xB&1GAdCW>!JNf`h9OJe zMsG5VL(hVdmRX;@FHGU!2CFrmZ&l1Oj{($D)#5VwkH|@>Kq~hK+kMW zcuNXusne*ybM#GYS&)4CfTjI`<3@`W)PM0j3@J9?ZX9D| z%Ast?<%Z{v>c91CgcU-bIJ8a2&L|yr1OONv!Yb4Nn+N^3cJJl1vc&>g{DzP#YX)^* zq!9_gF6&Pm?#aWVNFOs-p=CI=U9oW={cBwG%YD_xN&S(q_=tmiwO?vpGY;=d{oMgx zo0}0z12rfXqomFeD|t`<)4O>!9}ROchus9A)QXnoul@O7On$pO|D*r=TtWMxKxiD} zu#=~zkRa$gUOxTc^&IE_h=Gm2`5j@qXq|liU)@7VwmScBY>^_hr;X2p{!{Eg$%`!* z%OQ{aduB9y-WCQaA4;s??f%Z04D#o>Vm$C!y6svf)lS_pp(mgy5m+Hh1!7@~>2>%5 z&9)tgy?rbNkZVG4oq$a9E&`o_w7BTx%7*SXGMjJGe(k=Cm8knGjTOBt3fyktCT`Qo zox5~#c}CldbE><`<=QqGT$7i97%?@HlahBfaEzbo3yCwMU-ri1E&--jzM(l|LFj^g zrw$*#pY8Xj;YfL|?+M1$rSJv|NE~N z0QxKRvXTusKL58=kJJL8HpD*r{hy}1drC5Q`OkEdzIf>~48d`eZqiM9ty4GR?k+~+ zmVWf@cj$Y+`8ECK!Cg9AjI|c^t-+y_J8In%=*FQ>ZtTacbQcn{wRqlk8vO9i1Lb%j zqlAZyhHON66NNA6s~^tvgFm@T?|r$_>7y-OJ~*M%3!(F^#z<=hu1nl)e!c4NFYiEJ--ohfs<(?bj&KCJZU@g^h_Se@ zaOU$td#I&4qx)7~$Bs!>hag(ZBp(7+#s-jAs?toBRMBKai~kAO|NZ4j>Dl*o$UN$tAUw2}lWC?ktgo$#CkQylG}?_qmy9l#2(^SYCl zfSz8rq0SLkRm_|P5Tn6$s=W{OF^9DTAf{Ww(=~5Xtxo{xQP*nh-yG&a%OrzX*Gxv& z2N?XVpVjCy87xJcYD{|jePAt%o5IeXH=qK{U{xB#5ugfsAg$OBey1{VOJ_5%r}?rq`LzFCI8 z2U&puxf-TuSQzSO2E=vM{}_(|FT}R^XwwYppv>N%SV79}1kM?VElK}l;bf2lVgW<{ zMFA+Ri0Xn84Ry^kSO<60@vqT;NMn?vELiR*6UEK8F0JzLZ9`R&$hJQOv1~c4TLM=Q#s?gJiT-)(iYO zb<$@ zS1ZobMD(0#%*f~dD?BOb@!lh*4Q)9-O+9O4}bp&?dmPM#alh-o#>_1 zp+4oeu}9kdFHLSQkYug*&(o7{(wm%a0O*@^lWx-CBo^CkK_qWakLa&{c#HnqzqzE- zvKVV~16vh*ox1ha47w@oD^dpTAp^xQG(ya_LvvxCie7AL%I|H)U;|E1bd|WC(>rff z`q7V0=-c1DOQ)AJ-M=q%c1CouoBQ@`v-G>8*Nk{2r%o2Ad{5T;H}B&l>h&reLAymhjPe+mjWXJ_CyfiNiRq zdLP&LmCe#pRy28h=i&|thjU{8x|3#GSv&a5>E!3;%XG$cgc}IwNd_mkAUptb#5^_- z005P~K7d+xoUCZUFj|F3NRC<#%|Yfs15}j+T=jaCU?LLkE8?K>Jja&Z%v8)wsFu{3 zo*WEo|EV0{PHb7n7EZ`U zhpwR1PjX+QaLCu}*8ZM}_3$r3?9Bi)^!4mO6Rx9LV1KI9omh>j9Uz-Q6s8x>pfvr- zENGRi#8_KmxexX1^(rmCae%c^Mj2$8<&57tKx}%GL)0Lw1KK->+3-Unr-?G-u{bzL zgN}HcCE(Oqc|;Dl zLa}SZ7Oxbz4VhP4v;)xO04L(NrZ6dJgUnn;oA;xwgS_y5 z48oCO`vR~JZ0^HWVg ztFosRtc5+c)_(_|P3K5b$e&`YRqT$Dc^Kb)T(IYh^+$vUqOAXt=0)pBy&NeI*d&za zPwVptCqjAb>Idx21JDcEdZ;biB?7>Goc}T2ujl{b%vZ4nciY$X-@t2;U?y^~>rKPm zp6T=d5&idtK8OHwF0mV(uAga9&_ki%I>vqCJ+`w}hK6w&ZMN=?Vu@{Yw5Fzjhn8{ak1>u);V+mmU}>9L)nln!h=l*I1k z;Z5{h{t-XpsoV!Jm}Q?r@qN8E^MUdj^IHzrB9()pPt#|WFeor#5j5|-eb$q@u)&yQ zC>Ee~(V|`1%^Ujo9?|`W7xdwK?SRb5^q7t{_Y0?2lI2eW)TrV)|D-5xUA_`str;=m+1svls@2?mZ%UvH;JQmlN&!09f=e!hU#@fk>o` zZ#KgO#hNVtUawg%w$Jmf>h{;=+O~z3TUN#!xP5;CoFlyD?`zJ%#(-UmS=S|I z2aK_qeZI$r$l6NoAwKqW#0pd==H1?&u@B6Xa=eqv`a zkpWpe05h3!+uu{;fT`{*S-B-SpNORj01$aOi#36f*~tee3Fo;zKP84SGx|#~^CBz- zjUfY8Te`zcO<<-S1gG^1CmCC=HRK0-KXV(G5iTL(O7fshJUHQ*6z!(oY_3_kT>pqB&Iix{8oNyiUI_pEp08f?Sx1Q%*9r%Q7(LNrtG~b`u(n;5R zp@>x1*!WU?ltH;EoN~m#js8|$mvW3?G**C^DeQukd0>jB&?)Of6vct;r2pQ}js2YZ zAKI?#ztxSC-s-!duhzB=2wb-ZN6&TUCk8tMTwR739}~EQ9RnQ@FFpt=SXRfl##hmQ z2kW1r|C02-Gf|Nj#y*?YEA$)S7Rk^z0Vt0LCq~~yKfv#Kv1Xs0O)gh&D?12Q- z&L!V!rR!noD&4+)n{M5Dcd?Ck9gKeb_!HWmJ?c9E?Y4u-?RH~q>%q+yBAvw*@yD7xCe{^}f<#EmqBQwoq>x zl8-D8kV^zY*Zjqp@Zycp%j5S`=#ZbxZU;v8Uvhbp-QP$ym8~6F{TJBG&q{mk#due+ z)KzzqmBf%ghs=#o!#>HTg@e|HZE?+XyU7miQtP|)Pycw2zWy)2Lb8LPua3D~7oAz_ zRuOuxbeu7LUA$r)tKE`3XTfgL8=a0apl`avO?o9McdTd67dPoZ;!jgK8HQSq_(gy5 zleg)24?d=kp1j))gf@UwMjTZ&jj-)1uYNO(LV~dnu7zVlvTtzMEzjRqk`t&b8lrD} z^OAn@i<7=h>cMFPg1H04mlw+F?#7#eg54n|N+CB$Z3dwTO}7Gf>jFG)m%kTh7t4*C zC65hVTxg8vd!KCS^lSmStH#ov=NxO&CS+$wupJDz-{9lHg87zYz>4^mLkH%}Nn!`8 zB7-g;Ask9DiU5@jSx^uMHYJfeQ`+tkgH;`+*wWh=ff_e$4m+7q z#^4Gec_;*eGoHc-P>DEkQN4vAu#{mW!!6yf@D43RDZsFZ=5LIkPhwMFm zqg8ka1>xXau+I@A8ekKE$IRk`8~`+cftnM*Yupdn10+CM$UrQQw`+YO4%Z6?W_47E zJYz28+s-?XBeAf7&y67rwr~%Bp4he#Mnf0k)(pn(G=ueD5*S|W5G*QIzuebo0L>KW zq8>LGLV%3X#$Kfanq^jwFW@k_3$G#=!5f!b305(f-^d?zbN%CB)MfdC6$=25Bo=#0 z>JLN690$NcXV7100DTfz#lh~?{x^Ggkj$(^9$-G_Llmd96+O#u?biatT0!;~|xuX7SpOgTdiH5w# zSmx1hXJ^=^@t$eW=dS;vLg<1*?$uIF)$l3r+ND+6gcz#1o0-dbe&y8u-tKsZ+ad)`JlG1@&8CYEuty;O>U{)fPAE}h@@J)_ z@zM_W?f3X$e5tP!`*@ZU=8|4^CIfHPvgwQCE9y%Rzk#h^0rl*b<%q{ z6t;N&^7RN52T&q?`0I z(s~-YN!L%G?wn;HrfnDc+WVLEmp^!${>{H@GwLncHgIN{U1wX_ZwJ@u_V(heUBy#H z!5PZ-izJY-rE;(Y>N-Df*;|CS2Ci=D{V(t6hd(}{Z+`O*J$}e^|8z?a=PhlwcY1kC z+4O@IJGjgSbdfsI&FF2V>nq5W9N6vlS=E1yF|pmwwA(hBqMjrZ|YW!C0-V9EYfzf`T zVa;d)4$~00jNnaX+!e%j zG#9`fp5%P0Q4EkkK^tt#2grdf?}&dot>gn44j~S#pXE53nW^Y3N)E;uK;jITLAGoT zcV{dbsEd?;lbRf6N-R4AkX)t`ELsPFcVJ6v7!C&bWsbw4SjP@Zi;gE9IGF*)wS^O~ zcEZu*m7_hx%_L6civ^1O&V1;XGe-+Ku+f1Q07MHw(fUsY#R5M`p-$2QpNGYvG$s(G zJ~ILr9>&7z#kM$t@0o2*=CJ3O?N|_^1TL%-!Wh)lZeU7-?TRvW*1Q2?_&bbkg+~C$ z##aTM=RII9VkB$ppdanUh&B+Yu{V{C9L&kyKYh_dGpY!IkU=}^k2zdQ4*8)m?``2? zQWn*)0F=Vn_!$gI-vL7ESg7}v7tsIuO#SBputohbW(|i&@;+-j?oay9JaDT9{g(`w z@c{gSNv&n1G45^~OXr<4y>aMafZx0~<`ept14*`U>W3v;xS-TWWHq1XGYKRNBAq`9 z`e%&q$XBeQa}L);v53G1v`z~!rg56*VE3jzAF+lb0kman^B&ilLLcxK`WRtsdWCww z!+Z^J8FkfmF219IOeWBM=HvR`^~Az$K%UhOQRJ2W7cheDug-nCQ0IrDmWlFWQknE{ zuuM9{f>I8VG|vB&+E$IjKL1l-98gpzTmM{XC_r&12= zP{}(!!Upp?ShyC9gOHQ9o2UGwE3@_tnBqv;~4L3VDE;o(BW+h zIoTKQ{-V1oy_aEGc5uJ7?X)(=Q}a{Vs7PJ7pnm+)YE<}Dl{zM(62J>T;((pAH7jPKRh{3n}< z&Mz*t--|Aa%u65or+>arkI#4X{w=ymH|YzV9DrV{D-Q!8wr{jl=qBByYbT*$#n3Om zoO$94k$5G;?mT>I@>4@%vlyd4{?7aKtKUAM|KlF@gZbLlvWYd8D?~yuV}eYWWIdYN&lq05e&o%)E2%pdaPTPtI`PAg32gpg`7+Zp@$Uwd|5CflD zo5o~mkE_h9#mB4`FFKrUwzhP@$u!jgFb8VF`6r^(wg3lhYdeqaAAr=z@N%HgSa%%| znN98qeAYSze}^-BmV%WxS!_;xMw=)wv-4}nua{jSv_J!?x_nmUMjB#dBaDkNQ2|=J zY$){CfnX+=r5}zs0G`2&^szJpmlTZg48o(%Jg>kb37z$w2a|z>9rT)$b0`r!U zQkBFc4UiFS4S+7>SA1N=GkO4J^}5V<0A>I+&Yd-j7c4fv+&hb-kq49LU72vO+2 zGsAggKku{rlKvaOmci!<2c~(7K99bpi(O217Gamin)!<|w{dT_P!9KXS$YqSNZ`|<^3k+b&%9vN`ZyAuzK>cK6E@X-}>H5E$ zQ_Omd*$A6ZA|L2K$q-%w^+eqfQb?KMHV-G+5XJ){2j+EADA=oe0Hh-BI;Wr?iVS&z z;Vi3N1Fc`qW|mPJtI=KvjnU^Jn*;KB3;@!{od~g5wA?|aw2be)#C=M78^Z)W} z+Z_VCCFXzec^l&U*N0bfsMI+ zu;7k`E&RR)r|lQDO=|T8j?B8o*kV#Aguzl%rFgw^d*OXCj`#pT^N2`s2_gfhMf-HXxrEtCj1UbSur7Wb<@9^VY~dP< zHy|=kuh9>5jf^J{ob~G1GT0oawyU{IWK#@0QQ^pPbXL|L_NT_xoR2ng$C! zH|ZvQ@zNC!A+!MvD2#l1N`8|*Ux{zV+80h)hAPEasic>v$)EFSjo%x%ZtUZ zm|LB0(dCxu@#A>`pLg`+@dAG@^0{c?HYz(a!r4?AO&JQ*jx~=? zD5+tWwzDTr4$ADa0em!|3SdwNZs8OHurV+R z@jN@go8;HR1aybPK_4r#IkQZ<#*u+W=fLU{q)fbB>zo&bA+wvGJ^Od|kJfrT?;*M+SX|=M%6! z=)WA$e~tyiJ^kl(XqpI}0eNMBIm>_nju8$0D(AmmsEfb2*8q1SXU+F=*uqio83v9x zlldz8KZEIy1+Ka`mtYQRmv*x*hWY%I=57p*C56xE^QtjehcGZi17KY|)P~w~d65xv z-zEKL@24gU^aAHuBNT6{%Lql@?w{UUg0MLv&409ye zyl?%6y`E|QN2iOInfBYF_5uBO`^5Si`US#n^acAQS9V>pal&@-M42)F=W+V!^FM5s zJT3;RYS2fMz71}mF(8jR6CG7ea5wlZB30|#3;Kj>gd0m<$%2{oWDmIFyE-{i*eJAmAzHytuK9zZomCDoi9fJlgE#! zURq3JuvU6X1e?9@1`r=YdxxTjE<8JBI~BOi^$CQDgspQoA9huaK7Z)q%4CM9Aq}DD z%=Z;1Iq+_CZFPP#KeEYr(?e%%)Xsseu>8KAH}ntx^pJk?{cm*Q({s?QZ_-WrT%;=k z&@Fuy>VA_xZ)q5~=_Wl-+A|@AJ~a?px4E6spMLE<`qg)C(I@|Wu>c%XKhak-*aan& zb1B!{!*__4QH?|nTM7{iDEEia;@LNu_fr@K+_%EL^ZptA;uk0Mm9K94;ez+>%{|uh zrG>oM$YLNAU8&~om`MLlWbA37A6Sr;(7ZN=a1nzLBw;bWms9&G8! z>5k@Iq3v$dPd;u8fSTktl=z?$@E~vd5KfCIPywQY8^o<1!sa|w?;9PYr2yl=XwINZ zzo*8w>V8iZXGP;*hk8;qml|LnIg{A|I0F#E@eb!&9nb6x1d9)0 z1N?m`lL7o%e{#l{AH-D(l_4C4v0{l5vosvie8?35rX1hZMMJS|A5MO>MQq0{DNZUF z?j2C|1p@MSI8b16)I4f>FTm!><3l^JU>zIrmP=xj=jQJ_D;;NW zh+OnLW1=z-+vO3b)&V9N5A9MGYIQj~SeN@+Dl>pL=)dZ4)HR3M;QUSl>ri2Y4$4e) z$Om9(k_<+_VGQvyQGlVyGXsKP?XH>id%F=N@_hCBPu{*g4~)Sw0)+?l-^RmY4AnvZ z(>-|aI<~X-GojFbW5-7yj`!ofSoDc{hu+1(cuWD#Y1`StjxSI@r~cRI*Cq9Juz07U zWB=@7Q(~U=uo`8IeGWi$T)d!|=g}ed^dIe}V5HbR?ODk5Q1WpBb5?E|8-HChuT0NtrFLY?M!f>msd;r=mb`Fj6*SAu!oAv^$Sot=J-5! zS6`5)p>OLV&szWWyX(IjLF96(Y5qrF)Wsd_;wZ$c@KNi&HjekHOuRqtt7xL1>w7>V zXnLUst+g{wx}KB9fF`tkDIrTiec9^ZFCL8gz3Vavh}Jhty0RbPLf;pM*$KsI+}X<* z$Km*t%7(UN5K=I3G#j(DkkVA{oY32M-lyB|UC^WZ_v!MmRz9yf zUAdgBJxF79rOOh(zsc!Uw^u&B_R~DLpd6}KGrD$X^cO#`^vjRW>Guy#=(I5*79&T2 zfLV=O9Lz;(0I_W?ld@t0Ab#-jyKmR3yMyJCf$53o7vs08vv9Jxq@Vnp>AOFCk9Nyz z?mZ$pJr#O#u>i&9)NYJj+RWq5dS(R?iXWax4n7yL1#J7*s@2}JyU;@>b_?+Q=uxFd zk1y%L!$Rkm?Y3LpK5Zd4y36Z~vEt<&fL0jF-5*$)UMY?;hY4>EB$-24!!Z{vqn{#< zFc~6VFE_xO^WL7V%4)6#I(w)WfEA)3TPsUHeY@vXtxpDULJ4@T6096J!6LXToG37w zWi>FsKF>_QsYEa)3K#x%89OD`F0t-C1Uk0KwAgblef-HnYYn&gILp0)smMd(t3Q32X-d=uA$^EPGz*gzavqIG;e@JBGP1wz8#b>%X;K znwpjEEIO`Bih+)5OeJDF1L0nWxZst5@}Zl44gF?M|7irbggm@PFK1O_Vm+TghJKi# z0m&X-gJ{sv3_AOwOAI7KIm#yW@d1n#?;F-5ZT_$6edU1u+x&@FW_GRBk*6|PWMZ8( z*Eh$Cj&L4C<+}Qhx|Wbh%>VlK0E#66-4WB7R`dM&e39H>=gD2ZLO3ut1jc5^3kQ?Fo!_J6ptdMfNxU^k=R88& z0}s-8-2I-C8iU9;W%_QD&@gHw9{ zox|^b+M>dB(lLBY>hNuL&5 z_a?oX)Y(4ENem{)Bx(X!${!35}Wq1%LC`y7t=c4dgymKPwp z`{3V?bP_ix4M3p=C^vxUl)n4zLO=bpJ5*1E9-b1NUl450-(I!NV<`K3U$id~g3+sEy7Msl~wx zvz=B(9O|HkVV{cKqI3)k`oR_VQ(?8zBw@pCBWZSTMw-uxdV&GknZm__GG_qjw2j~HCUFxh@1fU z_^0PqV|-jGkq z7l73?jR43P7d1c_b-u_zcy+$pZ3?7V-;ij#kr9Uc0Myp*q;<9%LRB~p!YhY8$)7@g z11QVsopAP2#Sbnz7}!J!5Ja2cUQT5|A4L|BzogM3v-0{ALaAM3Ri_o$Y}W_&90dRf z&<@G_nE@g5qW}58Fp>;jruRXQX=Lj5Fd?Zv=+9o>^xlY*Y<(it3H8C@bs2Qldg_0Q z9U{jTwg607W$&^BzzFL?JUJ`e`xet6!~R|{pe5pSLvE;l=xVfEP5@M$8Jlzt^3kC? z7L;%;sqx-)$}X#8`cJ0+cCXD-uT=k27>zysm#qKDqjye^ja_SEx3eD5C_YFg`Etms zx1&W42>sV_os;|%f6@EUK|SI9G3S~3@9*OPJcNcF4!U3y_s^?21Aw{LvqU^%j2&Wm zLRynWnqDc{hwH7&mCG|NNBs-~LC81(&*-|H;Rk;XvVG z{!epJ4h^uoJtAvv_~wL+l%-QMMj4f+-*TH!z`PWxL^1X8L4HTv;82gAQ#_)O#v)n8^>3 zT*Pqet#|3<_H8=9`}P7v-=p36Iq3q{A#m^Bi%uJ?g5>0Ejfy~=dF$T0zPCuE(_rCh3Q(>YnS$4x&w zy`*~|f3g73Z_(#IeR|Dulisj&6N2M&nS^fA>z>}+QCSbV6S}qFYd`#8N8kJQU3&Pt z(;kLn1EZ|p!REM4y}H%tx1CjNMgvQN8P*Kg18HTV(tLSJZ@;~zzx-Dl`s#;w>0&XA zfAi#m&Mp)rrmEmnb6f#9H?Xw*-H@&23+LlN^bJcDcg?6@>Nsze0a^Q@a}zx|W%}e{ zrTY&rHJ)_c^uq@Y>*+}eLST9z{@U>x4MuSK^;j>#%5XPO>v&xpK(&G-M?)JT0Vno5 z4k1+VS&dtEki}vxt4Cta)9m0;IKH9>-<8p*Y(EG45{JQsgQ0Z`V6hIX=R(6GxQLtY zYbSlqj3PJ!5S-=V;VLF}c5nw%06?KUiQTsUUE+Q>e#rqWFt*$Gc0d)jHRn(UZ~(D& z7S6qsODunYf0UeQePbDb^(^d)zcR)dO(Jzb8fDcm26l)Vle6{*rWCOsI;M*R5z=A= zGfigQcODNVi)IXPLV+b3wx8!bd>edW562;1_5ijbga&*6aCRz3{%G$WYgG)qGB)lS z9Kk;YdEmSu+yz3zRNwvKtjfXzt2wuOb^smxadyAk0?cS+3p>69Z9Q zdoM$Ezk7&}TrAuHds_wDorm&f{U5&@i;>1KB*o&eAg?|qrNhJ4@&}NZV?ARI6zdbg zU^e}C#fXFbvYa!h6yxKlds#N#&uVqXws;JAw1sZ%SN$&@YGl;^0KlHE|2m%dP7eam zPeWLhgZj@AYDCf)iJnw4!=LQLfjY9rTXOwxz;#}b@|JigE;T|v-Y93&cFL}%cg0<%?)Qf|UJhEKpTKB-r9QuSf7JS$`U!7%O?UpO( zKd<_nA3nH3XmCIwc9_5AB<{)dTTI}UIW%x1wDZv7+!)Rf1UtpCik4o|W-|1-PE zFwATCE(yqESdD36i=wTcs{aO34>7cdF|i~7c%1+B{@9@r*TNP9usmK5dE+|t9C4+! zPsLm(X4ALtVA1Q}j((DCCcwRY?CAM2?Ij0*6G-jl={J&(AZWF`)DQowEPb(Ug`z35!BkP5j(H zk{u{HG^Stwv{DY+Jo;!HSK6Glv4g{{%({_wqV3`U|MvGE(f5Dwyy%zrvG|4Z z9Ho1cK3~ZJXf&;#i*?i1Z)oanV2qCR{IQ>I(yK_A=F95ZV0yjg$;{2(#kTZ+|I4@O z<3}_7`X19|a}U^fTD3R`T`e{-;WX;LB~?rs;ehw=%h!Tfio@(R5plY=JfUCw*)96v z5AJp+;}4H#dUCd-CsH&%k6&a>Ef0xmF%`x?5vLEk2Wfu6{_O z-lJ@fez1=@NJS_B~11Hq^_U-c(4j?&rz=<^{#$-VrT2v-lIm7YU#Fm&= zBkL-)9cLyW4F|W42l)WhVZzpIufGrlvzBdrAjiQ5Fj)y+(Gc^qd+=jCQPc@_$=h;q zE#hUf*E=&1dmAMuHpd9#&?19HmTbc1!}m!`vBx#p{TA zz=ey0F{7Uj?Cq&o{~B3yNEy`afVG7_$}DLI!00g8?h8Of#t4o&^l%muz&_rencq0v z5EUp6mt|b(C9&LX>~SDG{f350&&{{WXk z%Z?oT^L_Et04m>f?&AcZS3V>1hajn^q$;5po4jVqncqdmC0r5AiIIX=o>z-5_z~O>ydg} zN%J~~E+C9Y)?<}()_=Sx7Kqqv2EzD{@@xDY)qkre>Gs{X>B)mn==A=* zWkG3|`kf4K9Lr6s-_pIT?>c_})e_th$=M!D-67G?BmR9=29{(yGg*j|16k3k=IO;b z@N10RH28(SYh(5N;lL0tH|4VC@^vY&`h%Mmv%c)q7HR&gY-lIV7rjmY^v@sDfBv8S zfM~DBefFuhXi~H10?B2+9~}#Se(>R*!AdXW#rpY8dc9J|UVK>3qre5A=$O z_(o}8yEM>NKaJ_~d8Kfg=wzR&bzcR>#x-KLAhp4-mqifE_}b=KNe z+{vz~k!g;cTQmBPf$2#Lvr%bxS-KH5xnZb}Z=;6r080A3ITm9n?wn`GvS*b* z;|{nB58*Em)4BK4#3WZyfJGDlY)d&dCs^Pf*O{_o7v{F!L;hSp43UG02`7F8Vra+* zV)KLXT(3rk-66(WOL z?u?Kr`YU8S=a3^c4k1L}jRO?f!CNp>H53Wjg}S_0g89e7i5boVxZLxQh!u-|*86ZZ zh9j{8hyZ3NbT{JSiq{4GW8Gb~>|*_T?0m=czpj{_07`u8GeB z_LAylVCquSm;|ZhRtM2HcksTO10bn|y|8k{)cA7TNIp6pIT3!#3&N2n4S5KaCAp|7lPEQKtY^ zZ5T7QbA%l75JVhI4u}ik$<5#lK)xV~jwXfxV1=D69E@ zPyf^Wzji|aF8llsHpyx-EQ&GKSlTXdN$ z2J~pTt_l>_q;S}?oEGxifBoP#=ux?SkquiU1$-~E6-`QsmGdv<2F=`QkiWA-V@cU883 z(|)<0BlR4vb0`xlkwWFYBDyhASVDG5unTt8I^ML$>yTr1AHyIeeYlDUUskG2LmeY= z(!trrvBtb_pYPIde)sXxFK#X0FQ}6Xgg>=1UnOO=sHR%aQ$9YdQddlQVe-wyNp8~d zwDHN74on~NJRRmHy&mbN;cn8Wk(NnwOZ3wZH}v3VU!ni{e|x-46DJ<#qBDWJmtU4? zx2jRr#}zT4bBa}C3Lr)u02p%Z-WIF)l5XAE(vN<0hkpFCJG8x&1rQc`TsL&u?YBuC zSn2$R&MayjeZisF_WTqtnV1JK&H-%$ z#3TZf>YwC5x?{)c*t0pa>M-m5`9Q4fV67RyoWdNm5DOYQr1Zl@#8{@Kz&X@y>Tu4$ zTvA{K%$br5(g5vp`v;&Ab?UNB<%Jyk!7dqqFd6pHAG03f*}#WsDwF}-EUOH7`4(_i zr?}WQTW2d*=#svi1<9B7jj2OfSv;dx+{hNTnjysiN zI+WSXAxi~CGySMX%gMrBaJRKX+uYHjwg@D1XlVTxx z07Ps2=O{-GZ32)m#^>nIs{aAlgPlC+e@UQqwVgFJfOd^zT8$YD_9dkna2*cxj~51Sd{_w zG=H($H#M=IiSisqlmXOYhZ_pfutNal#UdegRJFf8Z?E*9GJu;FaIk1a>-j(FKMq&b z`9I2l#iafDzYNUoEDIkis@j|5{8oIXt@X(KFEaYTmbU}S0-GiE1CFt)Grav^*h*kJ z*94*z3mGE<(D^y%f3#!C3lOtC+w4@m*7{8bl8?{-B|V?Rl*FRCj;8<`g?vYshXEPq zkwK2bbjC+MleTfo$NG${e-k{zL;lg{tM?n)FAA;aigg({Ka|I1^utvuX|}DsUt1Yv zWSG|`qdrb;mVa#=y+dFA)?K>)(eLT<^fAeHcGj@I@6%7{jfdVo_R?qnf?bGCj^W&D zvj1L@qh%V)c09TNNS|%OT+~TZ%i_$*$q8Lt&Q^h@W80+yL?xjjCI)w@YAkT!i1h0>;;QeToL6n-;SEsm`Mzd32msKu!Nde!T*lJhZ^&!?Xb zSyn9>xOd&$UXnb^3*^(B!`ssZ{rQjIqJQ{!NB{KE=>iJh0T*`3TRQODjDxwY{x&AG zonWjCBn5Jn#YVP*4M)B7XL))+-})xeFMjb=;#(6vc(S7>{op^LZJjL4hA8OW;yshb zd?qsn6nySEc9kfs0B&Pn_SY|V!NvKGn%zFv6FNI(y7$RU4^QWQ*x=<(SykO#HUqQk znGbK#cCy;y4yOY5`Sa#jX`SWp3Nu2Hv>a+2d?S#ZXjlxgH_RO&5@SK@)>(GrE;)D| z8R@VBjb>+6Ct2XUx3)88M>RGI&=jw)-lrh}Q`}0c`!sE69oH4C)7~eHhRD`l_#FqU z0bC0|)X^ye3lP%6ek*X)5&${J*7fXsI?K+PuH<1M*iXs{Gguu*3q4?LW^by!ZM4cF zLLA6=W^{srEya5bvT+;i=r9!qdr)OrEG}rzzsY?0-|Sn+$FXG$Eur8^-U9ASS_S|} zl*4lX%)q#zU0n7KM{C!nEL(ejNgxfoJoDjt@p}W)HRdD@%<>F^*Bt*l$<{-kB+Ux2 zGx|~+Jvy)jkjz+3U=@R<9Zbgr1|p6(q5sc)!6M&-GO_hpZwHa&bY>>$tW3`Vs5jYB zfIS^xpm-kdaj+!EbS|*~1VD(=v%MuOWJzX7L)JNThd(Dm8L$Vt7hBIec-#77UFkoE zD=H3r=Jv??Ke9%H0i70{3i*8iPBO?4vBPBmp8>pTe+*VI>OwwySbNn7Jp!OU+OiJv zY-uVb>A#JU1Tfml0GTl-{Xq=lF^mFa*Gshm{H6r5O`A>6T}|lq0d<)7rX1G8ick`;=Fk!PSP3QReSf!A9fba1*M3#t8la-SG{9|T znH$sB=8yKgE*Qj^q&9-h18Gb~dn4{G>VUp;Q2#l=`?dc29GCh4LbGW7sUPeM{cq#B z)H*COxXf%!nEDp)VEHo900jG@8D-GX#>uRM)^RYtdfTSHw~n#y*D+toIL2U1*pv-b zIimlqkG46LV{8S0*h5Z{3;?4pnw0VV*7v+#zT+hHAE0xu<}m-4y*b$rZ^SC&>U~Ii z2lO4#|1y=KzvZwdpPJKMBh$9$-|rXCy>$9(4f(-_V;b_|;k)H` z=#WDzGx33NmNr-PGFKhrd*lr(4i-waKY;na6W~Z@2qPjh&N^c^#~?*qxS z^9YLib^UCD3Hg}*G@q|6!?fQ;`-l|iLDlnspyQbD*bab4XdA{D%PaBg`5P`Wj8CJg zSX<;ap>Z4mxrB)Fxf{ol+biqO6z_%o)%+h4_?<;};`ZHSZ_)4n@Q}X$gN^D@@Bj5_ zuYKhycmE>Z4UeW{p*gA?&hzSo*4z*CW$W`VY1jBM+@p%n%SgxY8F@+hzv=JYuUojs}apv7lylTeGrD$U7}9^<(mGANB1st&#z z2IlkuJVjXMcEI4}xo)r9?lyEeGd+Gp^vS&~JvpTwx2xIV3c$?nSiou<2G+fPo~$4l zFH8PTu*CsR=R6a1CJCUY#6q?@A-1SrBjhOtR_kwKOlLNLu79pzf!Q^(zf0v6n6qc? ze)Dd~5jFc8+aT50;tBcDc*sx&#S#dk-Ki}&1Rw)%K{pu_$XDhSV zin9Q{ojk@X95cjl4ktvM|oYBk^?3zl(cXi^SF4H zLE#MQto6xd1Mtwsb@31(s-M-ig!g-x2jCjzoHC%){Sfhk)y6&|0ay({Qh?AMteX)( zHMJY`l1E@#%Qdq5Gvm>(+qg5aZGo1g|C02-q&n^tSY#4^9%Fg2`yzCYI_07N;<16( zF`>%84MYq!b1}b4}XtM78OoLZxU$eQiu*U#~uK3QB^u7+j)u-vd zzH7I3PtgJyv!kog+##dm62X;SOIDoGIX{QMC)xNX4n*Q5w zS^tTVf5dvmySc+YHvd_W|ZT{U1ZGh|jZ47djE3gl)kFl=imf z+26yG7}rc!(tjKVhVs<){9kK~vA!rYrQHK!<>1f}^y#t>raE>d<6@t;73pvL^M9I$ zX#^v(BMlft+0SV{rEzi0^`8&S{}l77zL&2(|I2Fr&oQC%LU@;X&A@e(7-4coFnMgt z_#WVVo)7R`*SV%w1q+oSsVqFyf0##1ez;X_bc`KwQQsE!Raqlgo_{`*qTgxlG3xZQ z62|&x-bbW`DsrjzkeEu8FM?53PUj0wy%rN zT9-wD21Wns*B{aMe)z5B$K7XF=xe6WBTM@xeKu*6hpwA`^?6EHnz=re^!k+K%}Q^Y z+)fr_^;@?e(|_{QJM^2seYhCAcWtG2S=Eo_KJZ+3z=*<79t>cn zWTyjRwCm#603IX$^YD7Hm1;P-9?zL9?sb6E_}5Lt8u!KDbbpqFJNbHWjxs^3I|!-r z<}exyi42s2!(`5OFqhPEuaXQ|4l$|U6Em0-h77Ffd0Sjk2e7Ndrq0$XC@+OW2|(Kc zbUOs_kTuTcQ0QkK9n;j#U>4~iL5JB%+36e{>LhUh;>8^7EHeV&YG7k`ifnsmIF#fd z3EB-nfY!az2y9#Xr#j_$&yaz4Nq1zcgBd;F6@Vk&k3!~8I|vbuw>!?gp9bJpR&3`E zAsg^h>l(O-uq>!^ZYu>1Czma@r335~imm-@C`dkFEH5~$<63K-Cu>*ndIFGjK-%gE zW-=!w0!ujSSOAH}CY6=!<~o9?wgbR~#_ zu}!>xPF9aHgq6`-d<7yMc1nM50MYA=A#dZ=X`^xO}OX9N3szbZ-p?fyakt2ppk zO%{@48z+3I_h2jt5XSTX%FubMjhFlSAApt&GOxb-V6E%uLwQVyd7^s1T#pyW^`BSz zpXRd!5-WfZx~t_91NzAOS-bC${CCMxId@=-h0^_lAN|zi$&uYIpnKzxfEt6sHvlSj{|u zilYQp`SWORIZ<)|0}rPmMy<$TKO9QVZtkXsL^vg`4n_~%!|Z8R#Rxlku`TAtdNq6b ztuNnMfav$>{_lT7+tbIS{!xB&O|>3sK+jH+{vN)6xSC>an>l^8*U&f@9givPLRdZg z>=*6#vbc_6Lg;!a%1hUOc)t`WW7S0+7S-NteP$*d+kf@Dd$gL%)bSE-tErm?t5qSSO57p>75Tw=%Y)b z(*-C#JFlIMR2RdoF`V1KTWrh~7CU@U9l~xTVplF1P}RV=%+zTto-dyBT#Y1thv6|Vyk{ZEz`}H1z!@zd&>*8hZ2Dk1Nj^|ie zk8p0;ELO%=c+%%kIW=a*V=8wr#3<73vlYBJ4bLElr^mjQTlP^CuxS^o=1 zn3s-i)zs$J7HnXP0OYXo9ozQN9=@O;u{#7zX8?U#E=Hr9o)89_)E^R9Ml`hLpx;c+ zM&`8jzZ4!|2&6&(Jw!{e!z1=Jdz{M5F75pRU}aL@lF9>6vd@hk+J_w2M0g|-S=l;S z|B>$j{pXRPnZdh*`p%Zxi%D#GRV=Qc; z;F!;uh}PjEhOi(8;-Y-TKwe2~dH~z0N%T-r^f$j>d>$o9i;*Ql^c>QEEb!vlGL4|` zx{WYS_4(iXNEzC--zUNJAIAAS|Mwju(QkeJmlVGl_uw6=hml0+BkVFzxlJ+Ga_S#Y zSG1$Vt{iRGa*g?aJfq>d^M95lY87o$ynn`GSNx?k4&{&>CX(U39+JdkJr^tMTKx8_wIG5vfJg$zaF9xb471D zmDG^-PTxb{Lp6FyQG0q;+Pg!J{ScSUydV61mj$NKXTSPr{w-kI&-UPWd2EaTCoh$|at3Q2@{^Pyh z(?8#1I^*J?bBkCyo6(M$UJq$e;NxPur62wDE&B1Fzu#l|{r+L4hnI^P)(%!NL$5KN zPpHLtu6+ROai77O5{j7i?rbT*x7$s0aj{#R41MqElLdHwAoSqzj!sXT12^?JW!3AG zE0^mzUe0Yq>9eE<+}O>=2|gufz=2htxyg-HhSQZ_F2Q^bFUGF7&lP~N_;tz*=oC_; zn@26o2%g3J?A~ys&|b>SR6qd)CNYP$*uh1K^+xu&Xnnz+>(2vRrVz>iU=~^d3c=7a z#Jf9u*#4YBl^o+4Y)_^*nO*^|Sser7m7ICaM0m7uR;61s&qb-o2W9Zue^LYy3O5ZhZIi6PWP;=M< z4fUaY2TbFV7_R_SI!I-}dkb~4&IiBmEnrlM=W@OjIz7akeI+J>BDSkibYc5Nao z;Gl0tKM$Y~%;zr08Gt;yiQoGhcP!C(0|FG^|SSVx9I<7(f`WYuY3$Zzt1{FMC*e{u`mk30CYz97|9IqT-Pau zq5%R%!T1G8j5;E$3bx2oVlww#6{YTvBZ=vJYyoq9h+gQwF4ku@uXbMcZV-cw1XYfK7h?!8y&_<=2fo zZ_|7x=~_K6-F)?>kDK&GNSpPAn~rglUUuU3=R*_OP1;Lun%vq-esfSZ%jEj*?FaP# z_^a>I|NFoD75(bsuElBP4)RTsm{{G=T^!lErT4x}^k@I+m+8F^Pw1ojmvnwfbhayf z8)*mlNFAs)Xq_}rpykyMIHVp*0y65SP21;YP;PgXcH6}XT;9LE+$^7o9z9%u=TByO zd^#`JOAo_Q8`F*T8MCM(9WhGy8K2dr;AFfe2OwoG#wvkf>tJy|Y>;RTF2fUNAYch3 z=JXwh4XQkZMnGHtX-JCM9pml{cdyKDbf&PzhUOH*xqs&XwE82UJ;0g=vnM&(ieC_*p^17zXBOr>D7q5%NSKxM9X zc6uU|fr3u%fV*Rwx~JDg+Z$jpQg`foXcUA?fE>rI$#94P9CsNa-YLld8nS~jmRCJ+ zm|m4sZw1HHaaYrr2e7nwJ_qo z>_GcG3l=wM0GihQ6ybg%rYrhMBuV8!|8SPH)Rq2w1I6=L%(74;zH=eHBf#g-y$tqp z2LEK-r7-~jhR&q=WyZ4~-p3kJsDsZwK2ri=g6Yb3557A?mx+ke_$rAFi8|SQ06Dw< zZ%PMDkS8!IEId#eQ?xwVr-wyawmvo2L3dpL?Y^h#zxM^?$wM2?tGq-11I!NKF2>gA zGwk^UIG6Ol9M^x%QNwif80*!-f2HwsTvUwR7{$l=#P%i{V)z3zg>@9*>nSbqI&! zyM9WvZ@aAn^_1DpWnfYh={@rS{cjof^2~8)pfjJ*F=(x~>>#sWr(imh=$RYNdKO7W zRW}?4Ireb_;4=rPPegld3BC2*773s(2LRgqd_KH$?JUo=(il?1j4cxq@>?_6eg0pu z`eXhZ`?{8`B=FhfDb^VN?zlGt)9AyJ%9ZE;d@l}y#TbTm?(?32bxx}9$d59Bi*dVn zdGh&T5x&C3c(P91r$zNBvvMv*d8x zGwWhXSLRB2%TpJ7vz^PWHfqqVci*M2-9DjvzyBRwJa~Y+=ujI!JFNtKjl}6y2SvHs zE}t#${H$NUPO*=bCuehw{QQi?PbHc4U2sN(tb9T0VIUtrI;Rir82N=>|HP}$Z$g=G z((9Qv4RG3Sr|-~@ zfAJnYxDfj7M_amRAu<+=Y{xn+w*v+@cGz3nt~QA>p~1Au&TT*7#X#HLj_BgN8HdWC zzW<=o{riQj(d53**$ ziHHuOS4`_{jAXL!Re_K0Z0yXYQDzg{A%kj=39W7Dy4>&gbd()z3dD63q7)t^KyWk2 zMcL5~jGA-n;0GxSwIBACLe+5sPeYbrxJV6Ps1Ao@g>?P!vdq#_#3X=({7$=<0Lc0_ z^qJO&@6;i7b>3QxXUA67`z&T=$}3l|JB$FVsIHtTjctz4;tq^GYrtX$4UC=M;+4C+ zQoM9;i@ne6%vT&xwPv9rECEq4u_VbEKmqQ}Tgun>B9C7Fi3izEX)AOOKLD_R1Bk>H zcYwl~1&zMnerwFa)<+Mq>6j=v&g@`kPT7Ii@8snKqbt~ZmGXiEK#&et;lM6pW1uU` zFcvjN5I=A4FH^*w23R@v9Uj?_gWA{uf}%`BzwY%{25_|l_o|N-G5}+^hPdbej{!nc z^eE4#qywoCTRP_pHuYTRvF-qtWOU|{5N8#im0dpSKR~63r(H(z^md za0WneuE;a%4MkWYd)5!cdz$|DFqNFfH}ZJ;09?E7mfRl$WN&iHvCz>aLjT#?D;;_& zF%CO>{gD3i0sZIe>i;43?rh~r`d^9zy=(nv+YKV#PR9NQ80_FBdt0L*kl&$29_YYq zp=umZrT|=L=)dV;^<5LeNC$A*b*&&CvF#F=R)G(o3$`dcCs0{f_Vgd)$)M|nQ{U7Q z=epIjgF#S!krXbA9MtwO9Az5%I^^K*q_l9tJg}cRvCN4gL`Tg3BS^NMLwqqe{k9%| z^5KSu+A=Q&$8M^477H9Y-(}g+FjtJ<$N3*SVaB-)v1rNlUGspBr}-Z?R*iYW`Fq6yD_meG7hP)q~o#KdRmL+gNEt4b@wiP z_^t2I!#j8B@x70z?kr9I%EeQC)J|AtF+LB7RE!X z-pZ*9M%G&?1%inM6T3E?Z7Aa#v<`<_D}L^N8gPDw9UuDflt=gOLJQ;k9nAMiK*DD$ z7F{j*CxAd~w@l8)R4CtHm@=_Y8`HQ7TH>st@CbaEnl@_p> zw)CT~-=hEGrytUP{SQy*v|jYU2UFYFDBEQctn~J~XY?=r<=5$*51Ib(i0Hxj+=1c- z(up}~4gP5WbTdA?(=Q5k7hd%@C6MaDhl`_DcMAZ$-O%L%KsPq^#}6*((c_u6m$#^H z+W{cTI;d0!2O@*bSE=&|mBdFg{nnR>^2z7<2N>7xyo%S!Eu?PK%;6ZN@EQROQ+Os7 zAY?G3eUdYSu7z!Ikhzk9PNcD*Ew&|r{Y-dAK9DH3X=;6Y1nJne&Q=@)ESPz)kHwzp zK!hDeBwlBIxb=n2R7M~h01fc~*hQF!h{vf;`p8gorj&gTP^%1}bvS?3oQ!xTmxVaC zx2x!l@#coL)+GRrFw_7_2Pk4dbLv1*)^IXVhiZTX%7BB;;E1EYIEYAf1>8vFE!yS) zUIHA7!?(sH9)ovJE;KGaxYKLEtAjABXJr84@QyK#F@P&b2#X+OvN=?qe7GJMxOfko zcI|R(@+|{+k1!Mw{v_TPOtSGHJml%X9hmnNfY!iJH^-*~UAtMG6($2>!fA&S*Y2G< zFjEGm|C+H3@Yw+?lwWArVoom0$)CxG4APt&HQFyf^x0#;n!}tK(FwZsvP}l;d1w>p zi1h`8KEPYh7nsI{A_dh7DXxrItfv3|J~COdUx+>t3{->{(R{(C*OKQs!}|?EIdu#L zK%3hjgRrPel_Wc&6oYnLFk>PgW1zpPm*n>;__*HT!7dw(eIvuzfw>6dZat#^a!~)t zfo6RN4UR-+UsngLM_FV!4)T=L$5-Jr2K~3|QH~?}pP2HJz{j<&;t_;SC<(-DpP#1x zI$oIE6BrpFe_}mb8Tw8QYkx3+0d#x&r#Z{ziF!;^UyzTsPK%5N(z@>Hf2{nL*AULi z+GYx-Z$4zOhoxZl&bror*cAb$M;MR}%wdN|H6Wzj&$>$lF__(!L1UQy5BP|r1)2fW zw!UvnaxD1ZP(p&7iH7k&)z-p+q!{wJX>GemuJDn*hH)yrDaoU(=KFXa3pVQov+*6z z)_>QRr2jbvHNa_aXDcHXUWsAb#r#hab8cGz#ycteL21P>ZNt(lwCF+kFc?=rKD5tL(-YC2Jln_hrTI* z?95@N10XLCEvNV9_>BS7z_C_f2|b5balyqMGO)L_pVi!P;#qe}h=zrb6@US@SZ2v( zhqu2=qRbgQLmeGxg!RvqfY$(G_4UE%MZ)(0epWy+E56kkOjaM?>TJ$yM4DyVOOn~i( zYK$=pi#FPqGz5pFXP|iaZ)iUyAUO0e{~hAe8rWKrJm8DZ_I+eYhy3zb0LJk8ePtCl zSFb%=|Hbd+UONEml*)nkYa2E{yZ9K6`UBXcq#wEbxedXl77J05-*Hs`<$(T+>@kbS zKBTRfLmFTXi0}w=2irPsT4Se#%N_Yij8y=QbG;BIrx?iG67(m7#X?E{aWI~R#K3#n zJ-Xl~11rDx>Z;=>S^sMDvqM$`NGcxY%0qkDVS;{Mg01vpfrdSXKab^~V}6@T*8gDP zl7rB+Hy8Ht%|dSAeSO@+!OPwBs6*ccFgo;|Hczv*)ok~pjRyUfn7@5MT+ONYeboOl z$Z-t25&byI75cQUw9Cb=NwRB*##r-M2*RSxT7TT0q%^MZINuc`1-K2xR(`9eg6zfS z;b+hP{YGoEE=8VJpky9v*zE&lI#Ae6{r1!zw%bvsXd6|ThC}TN9A)U#qj?Ng19O=$AepGPa;_)xkL_15Ns{-1yH0sX%|Ij6trN)1C>?b$JGf-|6f)`*6l7V|ub9}2g;n~jD7kpNc$bVmD*j$sB7;ZWx7u>jx|psYj*Ed|4wld~e>SyU0 zF;F)EBL;Xz=t5vY0`MI}RuCm-p@XGS{s5RJe`Wx^DB_HExhKYD0I_UkkI)V{;0~ac zb=U^=^!pryNx%T)aA-^aY%E+4C*$R@?fdpW1qiCOmx0a(1`Oac#bQG4vpHq3Zmz-B z?BO#=1`uuCFAn`(FM8xUg6T|_FAl>Cd_n8h$GTDt)QON1lKR+ev5oON-k0Us$3`1# ziD>|Q8si9I2*8?$E@rkZfJgKj2Wc&zAv}P@;z_lzNN8^W>trJU>YK-$vfA>RLz85{ z7cz@?SzjUzIfah)jOGRhOO6dE)qKjUFXlEl~w@PeMZ_te$cvUiiU zU-uVe)N#Ls$9y>FZ@=%kbu`}BQm)Z>VCbR3T{qd=Z~(paf9V#aw!tzxE(?RV=w1uK z(GTJs?TycEk~GDLG5vXU!$GaRNuRfL13j^!|AQNkLa)e)dzI`&q8ni%6on72@ zWH?R}Vu=R841iB$3?&gjG@MgTK*nU-+0BuzR$h?=dK-II<^gEZIwuguUAADNb@0I! z1{eUb^|Ah})pvA=ZK1;AIp%oL?)ZD%R^UOu82vP}0psAU$z_nipm3&=lgi5MV)rN% z2noN2W5N)k@es1i2ur}A16cw1f+3$lk&rQY$ONq~d%tFv%xLWEK{Oejv@9e^AN98p9#Ipx&=nz8Z<*f{BHCQ zPS2?Bg#PczFo80D;3JdkzXCaAY~2x1%<<4se&}WHyX_jrPY zYHRjG;SyNveZ<(ySx47laiH7y4M1y_P!0ovK8p|!zN^Am)vT(rBkdMJ$)B?=iotKH7DP1;)zN z=U<)c5ZgF>TQ>Vse@)J2so`G|>~E$F{^q1{f30%-vq|jHs`AsUfPU!wef9N6f zyiiO>5DV!q#qMJX=oAgf@Gr8OGar z*TZRCoV7LOO+Qii!6TuEk19QS!nD0q19}z(r^Ntq?U->?23>c~&kidk=3(ma&;_?q z{aNl{Z@#xXQ0~Or)8;J0K=03x#SDbeYlgA_-0{B>G1lPR^%8=`!pL=Y(Dh?{){tkT`Py?W`}1yGO+1c!}? zlXJXw^vLgBhqmAYqgMve0h-JPK8rK8?LJnv3qax_gn~IgIZp4$nhHQ1>@on&jp41p z#mEnVqwjG;%>jcG+}U`^@$3Y7D^r>B!EPlvi2zZ9VW{ng@`m$0f`H08^ENAq{md#K zl8}9lL){h$;8ZJ!6o6R7^VVm_!x3X!e%G8@J#PRq?QfwG$f_1o-D9yPX8|C7&tr<~ zaKv+cGY|pU46&7sd3-E!Fj`Y5bt=Tmgq#`ot zG}_CDA?N`ocB$#kxV8P5{#Vz39A2nk8T)Pn5wK`A{%m6|&jvK2Y*}aYUE@4~T^0zz zGPb!g^VYyI+AuF706ZPyI7?ojtFAke^f7eo1@vEXjAtHnF8kT+ZOvA{GJx25A?I59 zFGuu$1!QL#;63O#3SeqqopOw5*Z=4*SU~d5Mv0}IbR_yxKs=~JZcC4ce1Lh3xf6#D zLN-NL@8jMy-giBz;7g7+%Mi*3b2E=^Ior;gXX$@e^%SB3&-XdZfK33jTGuHtoo(TV zwX9tWP5<{;-n^Rs-5z1T2My-1pn<#I?ywbFzer(@G9xxW7I>r?f= zg@~AJjJ41aNnYr$=u7w>KwymnCkvKJ`wX4*VfMb%J_C3zZof8AkCPlYg(9QFsap6s z9`#X-q@jJM_%AZoA+LTf(=bnH?S(u{7iT+^R0bAGujD-_=}viD+6U{onQxs?VV#A|2|&DO!9xE| z`m?)jrOO3?-ql-ldAb144{HaYpPWetwyQbF-B_-%wYulw3;zMO!eBa-nz0y0GrM!6 zhsTAJ#TI%)l79zwv_jy);89?i)u3+9L`4DYkeUv6sG+Pz)g1CY)B+u?Yg7qy%3E1L z`IhPqv)K0{8nn5Lgw@hq&xHPW`=w-4HY}1t?^P9%=hB4Z?zRMz)1o zQXJ_9;8u0yvQtJxD`0vItC3kNp<9yJtQ7a4&5YfX<4uaQws`=d8z>hsbZ2w8?OxV8 zDC3)kG5`PoSR@&MD`n4t$>1a6eQI;m-haf(n3*5@UO0`Q91Lbg{k#t? z;7q9mu}6H`6mQzvI`_XEdLhO;rX*kr5LRV)CdqfE+#^)E)fARJp z;vuidBiaXgoB{Cb=s&O8Kfvf`>Ax#kyw`WgSm+}&WK~ugPJ&B5e9`*gTK_ree;OC_ zE`&qZ`g3(P4+xmG2LNzmvv#Jk%n@%o9VXcO&=h?;hnrB~ef&Mz?kf6ky*sg=`|l(v zZgg6tpqSeLdP)YN6FXNrTQKzBfqo|6d4T?^?+hC&bPxZPAaf%i2lm~ z{l_HTb}Dk&s698t$8&M^G8N9_19lj-dnZCKVGnsxx}A*iow!{OT~vTreFe`m?SLzS zqoSJ+BCBu=)-(2y53_Zt>>0FOmYa~NB;y`LfWEk6=4_wWBv`|p*=@Eq^MBij+6AzCyjCa&X+!*TbmR5lS-m|koeZt(OLBSb-K(%vlytX0YVXu?OleFh z-M8uaOg08~1}&58*^wRLl|wA~mt$VK&g10v2_7nX(23nt`eH%BI5NnojSsVil_a*X zhI+W7cW?JEKmRXh?_lZ(j1*?&bx6zD4JkOlJ%DeDC8ewZoxz^GV-+ zNCp*vSn1m=d0o<{$Uohjw{8K9>fforf~P(FB;7<7Gm?g%XR2#9IoD(iRvFfh+mHxF7H7CcACF#z8~@ z2D1T~B^ZJf*YO$PAL76I`-vi)fB~LKO!k~mUQ_@esxlrKli3l>?V1^k0qTtLcdLxd zHU+7R#S|9{(V$L3nc|?L)|PDnL>ZL927^B09U60(M)|M-WfW}Y%(i8(Ck|kpyx%Ao zG{>{ZSAucr%vapEl0jy~uE9hR0NjN#(=PWP$a*$lHa}kha8()Z-viymMiWWxZeZVB ztAl0J0hVi*tNqR{qcQ+N-oA-V*#4^ii`A=!BS|CMsBj#Zr)t372BZFugJ9PGP=A|i zASzavMesk!g=mPCo!PRJfdL-Qh{i>zyptr}zt56A)aJOK_T(7z(YP4&g8IJ#>+gO~@#!hr=1ouY9b&1snb1Cb)P zwd^@8v`Dgn`q*b}hA|lVvM_+~+5)uLIR~53Tgy2Pu@T?AuX?^j~U?5KL$T zRuHiR*VeyEvZ!;&sJ+j&7#$2`={A1v~7w2(ou$@`YXcPn4ZR}|aGK@(@ zRQ8Pxee0dK>FeMB9{u6hzoyI6voO4`m9Bd~5$(O^(0lFL(~7kIjrU!Rz58)%de%e! z3B9y%A6H7z{f;C9+igytguH+1yjSSa!^iZsFMmL=CvVbC`XZzi0DaT(-@L@v`2DkK z-%oQcc>U5~Ssc9M&6W?_gbzcQI`etExkdle<$Lt2i%K6|R(gE7q0_}s+bxFKi74Pa zEmp!wL3j-_u8b{El0zZ0o(?R##Q@$4?JgStJ<*d>ru&bnhuk>7Xu!*60ic-x)dKYt zH%p&d4cedglYTp`=fU1n#u)79zfzDph26<7^c?h5f64`$K~zvW4!H=CCQ9;6RqQu z0{C154sh60ReWo@GCc!)R(WP{4oqU|v0F2+un#0?Uj%!)JNxGNaq0^Ju+@PLm}L-P zxXHIf*}_TAU;+&XK*hp@0TZd81d6QzX0+!hbLfHUQtpcY zyjA_Hhm+Cv;~{P}z#U?+iM3AoV9LT{Sd0v=5|3kogT37;AHygFI4cH7rgoYGC?JW& z2mnHeAB*y4{r8x=SI~b>;Tm#p8B!jKa$k~+X!~aFpfa4RA+-Fi{$$6 zjKSOw_+UBXxfjv@F+@fN;?@V7>HFdy9UDgd?;uqP@Y&SW<<}Q=EUx!FCzdv|g@BpOy6OQNv@=af~qi&$fYW4J1g1j;T0K~k(sCa{~t$Y9_}(^lYKetOE#ssbf42_tEyaM zb%Txps-LO??j9MLm9+<|BE!Sn42DG&Q2n6zpteBB3P5{boGatOodMqOZD&ychQ243Ry_y6 zZ0U+!l9hapD8ty>Cw`-0HeZ3&1L^lS5W5|SQ}x=u?IQi?3H^2hq5t?#f1vAEudGu? zyD=H3Eddk>sv&~mQJ^^+m?XOMGqD1#wNK* zPHnrFyRd731a$+SZ??t#^@i!@y3mW4M6X^8z1o21mVY&xjcnpn2k-R9qjTC{9Fb== zcY@!pbyI*vO(gg$)$X&aad=3IoDku-N8(uph*J}~o{E9W97d;o$6hg3UN|@z?nqUo z+UOD9;b8Ssq!pcY!&pJ))$?S@*Y!JZuO3a^+F){6?b*zE=rjdpO?H|BJ3NpX+mh8$ z^23>k2YQ3h3W+wcZED`8)=wyk^Bq$1iIOu<6aXTC&NzsWC>z7ro(d|89Obsw;D!W% zrQ6}>g9wX*1;_)G8of_S+ESLkv#O&_YI+}@>vS8~4lZ$WbZh6e^T~;~Lodg=($KOK z_>jSmW1s_~0~PoI@VZbwNAYXam%N zk9>>wBjluIyCe?v3`Pr$pgtF-yj+#rXFk-@BQVo@y$y@f>#Pazi@p!Q3xF6>9mWw! z*AD^R+;1qm$OuXT%<|_-NsBbqfe;-kEP~59k!v3lT3h;7bBl!R<1wAReHfMwwR!V6)5uTpej2;y}CH9-;r_;AQAo$VBLWiT3*- z`p>D{ob+=X!!x&YfY77@5dDWjV(|m=*Xe!{ zNes{!^J@vJ2i5;o0clD4Z@QKbXXN1!T^>;_L6o$$Mh2m~(plRN`agL+Hn!?}w5=8! ze})dBr2o4e!N&0Uf31V8#5g)1M40A(AH$e3pFNTYO}Y}hRMeJW2b=-!w{r;kA{vDu ziTpF~HpUQdOM?E3%MbJ6ZWsTY+JDx6!VZ82%r~l}HeNEy9`>-#qdGSBGa!U*&W$$D z2NPQhXoRSZJQN`AmwQx|Bz`j-Cp?2_ib+0RS8afqo8(VtNhqzge zp0QDe8hu53b78HIj_J+5-sE7}Z`ao3glLcNn`pKPuzY0Q!|K7azF=^Mby zqVlf?iL)L&$dsrBE1f-lLVxwI|C;{thdLa}Z_YAi-X*Oiz&;AGY+{u^+e6 zVe<2ldxX+~?^+koY9I<-ZCs*zA<8VN>|?#mM06UI@D%hK%J;s1 zjLG&}`sWTj!(f#ZFPdzOMz?W&Tl)cnH&;wo8wmaC2}qKfy$>!*i1*A z==u>JZXDWgKKf8tG=9xZC4X)(obGNWHB6F2lL2Jhlbs4O?q^9d1MnGOaRA5(Ohul4 zk4^OcK2bo~!Y^>>ihiy%IK8Yq)C13ZM(U=I07yIVW*poe&CF59;O4I87^LXK1W@=r z#)+NG-UFwpm(3l(aF}QS5{o(H)xl{mKfo~#r*Z)J^1Xzuzlgpw=eh&{=AZ`C5Z&yN zXcXYGM_dlu`BR(+PjW*vf~4k@bw3XPHb7CUr-B7q_8h4?1J1F?Kpp{#sBzGr^n3w? z$>_jl2Rn0fYuU$oup!Xw2Ovr6Q}Vu?fydy4)h*kcjnq_+WhtqAG=QN10{cQqZx0#3 z+qrGvtOK0Q-yds7INy-FUT&kBSrh2jO4ro5SPdR7<5S8fPQ;bchH`}PMfEMm&`=1k_SyLNlpd|EP zBjZDt*6H9V4ZvgvzYp~vQT3~j1*86p*8}4 z8s+Xj`tOj+QT;b&DvPcK7~Rr7aS9i{TmQk|d92(A`k(qI&rcq~o$f;vb*?M!>&x9X zPWU1g%9#M^YO?O&Aw@q`yBFf_ZB5Z(*TG0k)_xgO}ZQHL-u zWKQP*pW}0u9Xt;XW;M-%8beF&(=vwOL{Z|c!O50#I{|q{`{hXWlk>kl+aEci|4Z75 z)O3l>Uh-W&96ZduoSkx`U1@plFzR=zA?JaUUAH;4wX6*dWCfJn&jo3m$lZ! zu**tI)8``DqSwCjvp12F=U{nmTtG#U4;8Gx&UnBVt+H&zWZY7V&7!0 zwfzP@m)gPTV!lSN_StrAgIO9`#_p_knz?G@CKif%JDRNY8IhIaSo=clw$@#Zn8bG@ zLYI4IE2s0m-M?Gt7ys&C^fLtBeEFyFWk!yV^w~zvo*{@&>U7WX6gyw#^!*{i6yUM8 zKPwt`iGrH%a^zG=AuP=oh$IXk{ha; z^qt|v951(<1jh^>_thrn#q)o+#9AG9nli}e7^5U7JVkKi`<%BK*Ad|cfKw9aENUFP zRcC;695g6)E{I-mgD6EK1`oI9fvB-uul{}jsGUexojHIsYA3QsLTeS_XaaDpgy`mo z>{1(Z#ep|O?%eh*k0R4HWH@u=jvZ(mV65jT*_nRB9mI4U5njFSaPSOl!b$J|l#~(y zPK20^9AFq6cl2F8ecdB*B}2b^ zK`$|aVBi#ua^-u1HlTO}SeMI0{gF9g0VYTtzw7e2lqpXG!#PG42f}KAr%T@YZ@`BT z4GRgmy>eS-Fl>xmT@LD?^@_;JSisRbWgyVO`XoEK9V7wE0Banmbs5uIXP{cV543L@ z@3c(%?|j1cz30!dP|(|L$=l$`BL^Kk&bo%{bvk&EqMmF(g@RRj@Q~|28U2l7AqwwoW~^nA{1&a>;k z@f7PpyIKCp<+vs6DiDiO#$kb@Fpc`}hgoter!BUDLZd%sV^QXd&Up_qmd4wz`?jrX zdLJj(_f5Was9;>x+%VSppfNnbrwJb`v=0JHr{BDCAq=B*L9XRg66%~dp_vp_y zZFT@z$N}aSA=+%5b=^STde$RHd%bDxU~g}0x!(G{p?J5OJgypvyxrfy+5I)~&DHjb z+YRv$1wFQRFWAXv?`(56Z@x?idYf*wg()u99=l$~wFA`)-RRm-AJ^ON%fg$iZTBp! zi`#|Q?%$m4TKlwGbdPBJZogr~do7FE=lfo6v0W@{KU^I)Hx~EQR|25UM6g@h9K_jv zF5Pbb)nEV14uZe_>MQdnARi|jBLCLp)8_rV;96MCkR(Rf>fcyVNOJmd(Gd^rCS|{&*tKK45yAJU*nKa@x64v?Pdt`Tn~7 z;AGSfoj?CfMA}J)(qRif1Nx0`TYm1JYyv-+AGKcwVvbbg`hkl7ZOVBwEZe~vSLe6% z`sq3S+x_SC4_{UK>go~gZ;Bq`#8u-RTC}tE38J1G1wyIjsk52?uyyuo_}|{HbamC_ z_qW`bfj$CCtXCi+Y@NKq7FcLUBG$S9GH-yMYR*NanUD8jsI zbVz@9+PZ0gcTj?ulZSUua3yzcJ~MpVRzr6@%}jNW%le{oL9a>h%^{QFQbZ52N7JP3 zbY$W|029anGCegO2_SPBxS)$itKz`8UJuUPnGtb{NFJ>}yMx*s+AqVN*`E?IQ)L^&|fU;r#L@GC$79zYJVwl3x}AWpWFIA93?8I1ej%Z$j` zV+Y7}kiW)(b7Ryd?%}a}iD)=jFM(6-TIPO5od5`P8C2?I8o4*eF)qO0@jA9bmqNpK zV*tgS+j|{3SVuq%b%@;oDsScB-5DTIYK7P~j|Gx^zqYN!_~O(J!2yl->Qo1uqUKVY zWN??$JDf6O0I4#FQYJty>Xjp+XMoV7YQ!L|K6OJlHy$#S^%BX{s$8|EG z$y#r?kHB{;6S&R;Xp8Zxzt5s63&-MA9(#Jf2*4UviVxR+@_wmSzr3L1+kb6B(?yTP z$Gwf^# zF5@Tkzc0v`T8Ieof!_h0(RmGkqR%BvgS-cbACi{qxuz&*U*KDo0~&_|K%An?8NAQ; z_~MA^Goq?9cs<{be4*!AXIFs35{Gp1K)IoLEe-~n{-W-pHcm-%l_w7Qo&kBz5!H$A zBYGt63Cb<8-7NaKEQ`wwo*|LJ6pjP(V%I@gmV@5!eFy#Lap4dB>Y%mQViuP{SMvPp zdRA<_Y>QZ{o)3XGL!Dc>_WSVwS42mTe9+_kg?R|`%e=7T3p0kH`N4iLa+3aMdY+zV ztr69HME{kKnS4F~z)Wd=%6VjZplDO}GI?K-b%5RH^if;8?aI#dy;-BXZd-PnvA1dI zPEDU4qyf4u%K5DG-nLF%rGc-z4m97^n+DNt@9UGbE&yx&0P zs|%`^FKE4fMeEJQ<}X}R-9Tp9Z$CFT8xFnwz1<_U{jRUJS6^&-ZUFYaDllE1kRBH3 zQr3ZGI)6%fWb9U%^Rum}=ft~5+t-h1Ie$#cM7!OS?Yn0i zki4VY&0pDX_iHz9`P`HatS@xd0qEWNj?T{7+it1RdGH2EpPd!;mzE8D-rC@dw|3ad zs2dX1_EmYjb;anGU+a!ehtp)t^q@yoE8W;{|N5`#&C`$Q55N08)edq)v5I?2J=z+| zCaVL_oREBd#)LjSb;g8uH+IsMnyH}qnEMz3$T)&5F; zXhx5AwykPys%h>;zXtP$NAYQM-2P_28IzT6ZkR6K6ne7(&R@T{p^NJ?y1s3WjYcB$ zNDBbI-KcIkyuYjmk258M?38%ts}irx_ovT1?G1}4|v|^8scO?aL{`JOd?onj@-C5|~T?-~7PD04EXo$qc#* z02B(oWdJ_|O(UQ+f;s_I={*1wf-^TFl@aYX9x@owxwt+XR5N&_&RZN%*OG6!w|e2- z`b>64^gU6Yg$@=0Bm;%)`GIC8>X$$hYww(TG%u~`?})VL1g?NOVgQaz?i{#HWpZGy zM*H)zL%wJP_%jeU=A{%hh}z@{(8hs)#TSV*k7WYkKslm1goDxm#s_zDzYk@g5d^JL z4?xu!Tu0q8wpXLysJ0l_VTau=^q|H9jSTuuQ_LK1K_g3m|?i&!aT@GQ#=$^f7_>vEO6P(vv~SEhH7*HeM&I*jY+ z`v6$A#u$s7Ho~HQ`}jBLf1<0fNel1u2xRtI&E~7nEXYNSV=7Cb{{c?V`iwSOjiMvB z(`o(3TxT>psc%MVl1yErCGTKoqL1|`=%oJx<%TsV%mx6e0@<*+1ktg1kujIui$F90 z+;|@M=X$GtEgf8;BwJl)Y=M=_NH^E1E%NTF_B_Qr<@%5Qgg$5eH@nhXE>UjaGv;b7 z3qaghpo82vEmot1GyM-+q7oLdv+n5UpeKsM0&_iip!mYBt0vR?7QyS0o8)$wFQ~Id zZ?}b+!ZSC#fzn6y-)uk*z}jbj(~;0Y%u70UuUKd>Wggnu>g?1Y5@i&#(^}aVJ|~+A zNQ`DfA6OJn?oq_r-`(nJsN@DBmwls+*mv-_{RmxA*#Owa+tsK!}0QZ7!Uj1$Z zn*T&{{pB`hY@qVZMF*xg1XW2D*Uun02k>_V0ZGiULBf6W-*cL&XoZjw5 zZLe1Dm3tX0=&~&61b%@m($B#8_?KVMFSkp7{{25$-^smPb|o??bl)T~0^9TNmaup$ zcRlN0s&4s1Ig`P2y1NwbTE@GIg~HEyvX!^%uV|o<0Eia#KUx&@%}tF=9@0blnWP5_ zj-Pt^7MR-~B;@CmltZ}zzNJt2J9@Pl?0>%*o&Ws>(LY~R`g#L~uQmhiRt$7zak`Bi zYYxW#MvI7_i_xcBBfV~O@y(Xk<(t~K)?Q!k=;iZDU%kAct1bWi+MLE_;_fJ)@E*TD zj8p=2y}#*l+@Qbd<=guKuIHV#Jq04xJ&VFQ!)1Rn51aC?sG1~4@8W$HUw?o&D^LNwHHt21gIEK*{O%CRFD=@YUGUM%=fK%j` zpGUjq@;TSJ>uTPWAii)h=37wtXlsgSYG2GrQJXkOFM!WjoItd&<}pT!X3#pD7B zTL9O`qTcdCLvG7q_f7`VMfsug!G_2OGLi4EGq_FD{BLc6s`&1YK|iA^0H*ucIJE<( zamVv-*Z9c%pXdrg25kPH#<#F5FjsKUq=*941%2Ab2pgvh`S&_;2T(<(FS)!9_!3Qa zOj_tobExZ;U_q?yO5>s3bp3s`gF0b&Xqhlh1yxHdG^7@{d8q-Zk2|0$?Wfahs6E&z z^|(=J&;~F!NOJ>p>*WSKzog~z6_u-7y19HqHy5wz_Tp>0di6(IFTNtVz1e``4OrfO z(*{WM20GJj1D)kUxsiJ`@7`*%T2r(M_qK!H+`wJY11{A*+UmGJ>-8mzU{}uBVIQjI zg&xF$_i)M?T{anMk^Q?3nEvD!8!-Kh&OiAT zef0TnX*t`#>)q4s+9$M@XLMU1Z>@5+RkK6&eL?hW1EL?FtN!oK&*;&UWy@=&v-)TQ zDlcfgy`{C4zg4|eq1wD*e~VFatZf(GcKwrI{espFkpAj-f6#szd+}&uvnz!$P=IUs z)B{3;ia{Cgk#MWr@AiY&L=i9#^uLB@-sYoyqXhfnNQQkUKtFZR7Q))cip4x_(-ytH zZ=5cT1D$T^=ami{?Y?sGkbeB>Ap-g#-9JeT7k8b0`;dMjsT*^pAFfe1Yv*b+oc_E# zroZ1T%71t9Fx?ayWU|Rzcgp;$-u9Xx~Q}4f8-x3aKQ(r%fCz(GF zNrBEDX;1^qb4+Oh4g0CzMsWJJ?D=A_& zA6%6qa^tX`93hQ1(t!q%()k{5?*S0VpkJi`t)n;Nz@eZjH~_CGwlH@}3`tvW$-vs8 z09!SVzA6A#MsPy8E=NNhAaIUg%peCqqFOUQ3+Z-cX%TMm9JZMIR&WkSR=ZjI1hgBa zM8qeyC+A2vr|B?{Xu2JoPJQB0bI~;Z*K|t?J~&`SzjGA z#DS#2Z|uN%TDa-?aOgkAguZx^Kx($d8}u>K5P_Zy7SIsQuqL;(cKZjRSZDWWg22E;$Sis2{E3tMU#`n!lz%S$fFoX zIsobnu!CM>m{(zhkb(InKyOY9VmjA_{xc$(MduDdnMC|P^fv}o0JrFCNO2sXIYyET z1<;%iT+IDr7^@G+_nQBihxr9mN})r#@Y3#q{Q`=wZY9}}spgT5R*7e?&;Oj}Ynvy+ zJ~cUAW3h@vY3zi?oez!U9tSBRB6`$++tE;LF>SNgv6wb2YGB?1oq)+zIDhQ(f04(V z?fvNno9*b5)u!*Z+E%XH^$qa`BG=7PSa09Z#qlYVE^ffg4*Lm&O$O@%HJ_Hhf=GA7|vYgTOkT+d(j_+b>&7bTKHmW2_WAaT_SbKEUe~$TZ*T3qz^z|S9sB&UH)SZdbO1q-+G#?)Lq0$OF z39qK(<NdF)4Kbnd_@1{>?8WyJ=32qR(jp+ z#%lwInmN{~HWY|x(a#Nd?tIV1j2$!R07}A;zukr0|nZ<^6n>BXydAj4+7UY~W) zd4(g|%Vb71Wueo28W;_b_dZFcKNuI~9yUNWD1;r19f8I1ei%KV4H=NoDQSMFV*q=2 ztKz^ChYtdp5^}(U%vofa3p2mWfDUZmJ958d-Y%4l!`V6(C8uYKYkvj684g@HekglK__H6K7o{?;T@H5SIC24`)i-cSIr?Iu}< zVq_iEat5%BNY@dR9O(fv&=PG!G*pxVjLV?Sq5iY?u}5tKtTH*xQO7cYvktg3AIK9% zL4ZwJ_7o7xptH$<;Wznkx;{!xQQWGo5&e$^vs3!t=OgEXX4_&OheBmATo-k0mx4vS zW{_36F0)LJv<==16Zknt0^}h~a zab5_4Ob+8oDdTq4Af_^{S>e~mp23cXb)cyvA&vZgi!_q(9Gk<045vw z9B3c<4!|vTMcCq#FQCNYVB2P&WicNh=s+T(qZgB3Hy|v#1WW_;q=T{1F7|;m^aBe` z9RN2#nnT#5kNX5rVmD6ece3we`nR&67^Mttoxx%BO|fX-0cf83SjU^v7k7rm^;7e| zO!I#kcfw>niv@A;_0}~1*W92!7WFa3=DQgG#)VDxy7L%KKh?q8#K!$-N2`lH)Us&( zq@byEo4JplOX!YgYuEEaM?~AJthDcM=!{;p!vp1V%ll2|V{Rw(-Mshyz*_Ov%?N|}Bb$s@* zy0>S~)JpGtW6{&%Mp7gh+u8L~ke|)N)n;v5On^%u3@&7)@=*KB0LT5RZFF@>x36E& z&diDjKHTsS(eoMQjAJbZ%Y-8)L|6E*3k1T(4wJornF`exedVKzv z9-XxpU(v2M3X`j?C2l&M1C_PcQ&v5P2Qe?d`1No4*!Guy{2ke4A5ZR1kYV^EZwvN` zIhyEn-Z@7+b@YyjYD4&Vd1iW>w^l2g=64tM8>X;@MjsJ0bZ7MXV(ULq`J5Mye{N}F ztUU0oAJR`JJpj-T>75hLpM@Sk=$}yP2U)bhuC}_q8Ju4|c}jnGTj=j!ZY$^)XY{-o zbH=6C)}NdGdS+bDEiGcyX{63dF>q8-5k1IdzZsa98<2f4l`jvtX-BHR85>bHf4t|lfWqt?s zHe;Wy&3M1p#0?ka?(g+u0H5jrD)mNeH8qez3}ixaDS*ffo*+5z>HxlKsb)|ir}5ys z;1R}ixenUq$MRK!77nLJ;#r&LlpTJJJTtyq3F-u0wpWKYcYr(Y#12091KSdK=aJ4F z?ItNocZkSSv@AJXLF+JsDmgkDMqRsS;l&ReM3fsMvH^@MP&l?fKu&=A9WbeLgfb`K zS+C^?_S^>w5RIJB@viu+K=m^9{|GAecBmtmsvvX*VQGp~EW>x>`*Q^FD0BXfNiHMW zl^l!)Fx{fpJPO#_9DXh$;YyZ=Tm}-Cx4e)sygTg>m=_2}@XjP`0`YRY)tW&W^h*LW zi4N#PuyB#}2V+ClpFFxpR5T>RMpmX1`ajkYGNk&CgWb~jYDUVOSAbIr>gi}u{rcPV zzwiFB{zu=D1FSU2WCvQUo&cX6yf?5Za|ff0$09RlJ@alkdt{n(n9MH~vkQXt)!GG{BiiNMa9p0}0BQJOc#`86dtKJ?I z^bc82FrMajCJk|rqC}<5J`~4oO0b*9;$|tK=bhI5LczpgJ`kZ5aLLMmDY|i+i7NrPo z1KMRodr0XA_(1;wa}4u89S4DO`SYRzQJxcYd{%Ddr2p+6k5X3fdCB_E6p_wp-a^E< zFFF%j-zu=5#V=E`pw+sZSd=@)Z|Hxc=D>Gi_M`&iHjnsN;oa!+(DJ>#c}-Ve{XN~j z_$Rt~{*QF^^&hCdc|~%$fz9ica^6~WuF7q(`hh}&yuI4>K1SFmY?nx*TYH0&ay;9C zbSZd(`mVF~_kR0c1820HmFHtyZ!D_ua+I@#2_gNJ9d8Bvu z%^%W_DLnwt59wYh16eiOsV7E;pXvbmQ=b?b_}LB;yeXBgx0UvP+3yq<5rE4_ZT0o!kwUNtbf zK6d!DyEF;F?7um0C1u-kMHZ28m`w!# z=OY}WHlrwrW=146BBt3LQ~(@gh6}dp>Q*{4!ka6I&&`p*R$h_xeo5EH&*bllGK=Mv z+rke(0{CgX&)Ox$w|{oW0idk)7upEXuE=kf4j}}HtiI17_!)fA$st17>b$K|o#yO} znNMZTq#DX&WTf@D@ss8QoH8I=Q{8v~GQ#L2ccKI20st@^G?>5)ckm~!Sw9d>WB^=> zZA;hZ*tcEx{P5qT9=ae<{awhXfzcV5K{)_Wm$cPdEP|;T{S7D`00a^t3NZRRQ#&|- zW&Mrky^IpTy8>gS{}5%cYt*9|kR7AbBmoR`0NzC((80Yq5C6`hRf3;*Y-6uiNs*on zpiR+$y=_Wty&O&nPk)S9Cy4SeL-(Nl7Jq<3on82D&~4P6=OB67Q;UuXH4|Xcv>o2|){lso&H#AmuF8s}yyrS)KI;DLf&MQ8^~em$AJ_j_fXPw&xowbKhmua^ z=v?Gc4SYUEU6NYZ<+#%&n9O0P2czs_R2X=w#tw+SSXGpArkX79z4Tu~E_k$Us@Vis z_{`DTlw`1jqPD98Jl$F6`n+La_OLsk6dxCf10?nGVE!+0$eznbmIufO(E<3ZdJ|>I z$ro^=8?-FS19u>I`aB=V653MVLBsp}W!H8H)n#r+6KrudCU^H=BQYqj`2i zc_lI)Ubesl(vX;bNToLiM^Q40sZWTCu-SFZHm;B*T$hZ{7wy1qA2k`+bq>KU&Bf~8 zo^NAEZk{*5bTRMOIIo0yH5(Hn|^T0vX zmpKYrd=BU{v+c~%02C#r_RXBVnMz+oXlJJMyZivVKt#VBpdR%^ws&@Vv&l2M20F$$ zVjcbvD@GyXP|$TjLKSix6EuI)k~z~w?c)@KCaY3R+?rjuZc8VX z&f9oA86ir@9P_S*$xZoEARb=4m!8-N`Vxm+t7$-Gh_({g54-O_qKqU ztDD;mblxW0+eh@~4biKY?WfY4tD>h+GmO!oWf+VI16RIzMajW~0E+2;GhVu1jvO%P z9|gv?P=MX_01zTLMb+-Fkr#Vb8X1je;E)QyVh6Cr9zESg9Iy3v+})%?e#nR<>%fDf zSPfZ3AWK9(<1ictXUsX>uZX%;qcH&>2!2HzPME>yaKekXSb&oNnR#$J!%3eb z?W$d?V`LTaz&%x<`5wrao~z=DysM*JH3 z2ftPS*Fk2SqC`d@T_i_>Lx0EtJoM8*>p|qv&-mQ8l0hhHaE0r9Ek4bIPZ{~59r8j# z=J1959y@%n-M6wGI!9^`V(!K}F>VD1J@xWwyRz$h*C-rvYv?Q%AZ9-A94K%!vfuK+ zIGT4MAnKc8J4%{U4G1G)*WGdc=Ogn!K!2IWLL2FsCVOS9k z^f8d5UXE3PzycW|%AjRxaUwA~jrOh+AR57cnLWLlcir?0q*31-9MT0JAV2%<|82~9 z^%cE%^@8~Pzti&gGkW~lZ|IX>{)To>o^5xZb*}5$4zb%ay?WCQSzh~s*V88-(fRok zYKJ&VJG8L1Pu+WmEt==ihHY_p+lnob(?4&s&qv_C$Ahy^Qat+c;q6^pmrX z>&K}x?tbrgonWuv+?^_EQL~LpMVA5k?#woZ=EdEgYm)fwzIp!ohts_e=^La60QyIf ze&&PGk0RwhIzBr7@W)K5R+R<109bMe+)nQ^~fNciut^v=BZD=dH zUhTlMBqPFnkLJ7G+z7qgz~-x~g)Xn!=apW+UV9|;TE}g}{n2CzI$fK5n8^pAtD8Fh z`R$o=x?k?<>q#Wu&88SjBmVEPOk%b+*O2ZSGrCJD`a7F?C!bK18wgU$Cpj#fI6!UT z0nyWJ5ufUV7K$iBBD4O(pAbYW1Dr&Z=IAJOFwc2;qfC13NHpVcFMwD zh=!=m24++PEdXvO03$n_1Atb8D;IwcO}yQ|+wC-O;sH3$;52>|EUG z5Od5skWho;QlDj-x6bDXNC0za4}hxpd*)WnQR)FaO9IYDP!nlMk?`2Io+Aur00I4i z_T@>>=4i*L7r>`Ox`Ipxl7T7BN238d(8Lizhb`w0aFPuDkv}{5Y~Yh0MrZ(ueN6pP zd{JTm5{LXbwE+*Hey&IEE3^ZEe{9pu?>W|&nV;PcqcYim`~u_>nGPZ3hz8Y#j98Qs ziO68ov2hKzDDYgK@YxN(Pn0ew&m0Mz56$$Q0#cn@I~KSQshsrRzzG0`&UZ^ZEK)%y zw0(_kgp*ux9GI8oR~^*DL-NqC4$d<>aC!;P77%-jN7-0E0M}&OG;u8(e^}90o zTt_~52QN7-F7%(sGu{_T75-XNpMX-~eA^ zK12jB`laQF#T3YLDFa+3xveA?C;IoMt1g>~Hp*oI;CLM)p~oooJpYH?f(FngkKH&J z4t~onsn=gwS&~rN_nkbaP4tr+f zh{kEi3SG2!+MXz7}kuLxEl%9O{1%33zFX_oAzohlivkk63r@idD?JISmSNoOD zJ6H4*I@>+9Nbt+;`-{Gi-sIvJzx^fMu6ug^$3Kx$ny>=&%&D@7NPdUp?S7hqBloPk z6^y%u?o1Lgb2MikyT0!v$$!(u5YBcpDFD6nMHSJ74OV)XV{_xrF+m@*L~5Fx>xcBC zOb-C`4?fvo?z7_kw#q!D?dX%2SarVzP!Grt4pT+&5mBbc}y=~)$Mns z%S+i-?w3xV(G1m@MdQG}qp{uI=Y(A6qNZ@-ur+UlWBVJ3C`DhP@45l5TfO30BEdd0 z32F{l+7r(HzEghathdS?W{>7Ii2zuAXZ-s@GGas8>J0 zP;hul&odk}6cvHbFam1&+>1J#&Ym108MlnW;UwclRDdlx=?O57DCE&m%s?hyr>`3C zlgvq5BT6?w9&sl#NBi{Rm6D=$qf8!U#-ppmMmf;7bHZqhgTBatI7DeV&`vS{b)dh{ zW*2|ffyUlf;@~sB*FF(m9!u!2q{C3U>p^NZ&@MA`!M5E=j=t$dEa93v&+ z&u7p%+KdN~0nyMrP^+Y9Hwi#GKcBB<@c9rxEe>V}@J*BtnVJ(0BE$}d3_!&KM7S7P z1^lqBe4WO61#oHoO)<8NpjV0jwf+&3Ve5Pb6X)piW9`;QiMkG8f8J6XU=2Ai5xPYK zn5EC_NI!$39uaNr<#{{xPEgq7$l>6}CZ`Rpz`;) zAAL3-pqKl!A3%0g|7p1YsQ%Lt{Ud|Lmf_GG?8 z|Cgb?2K^tv>6*R|a66Y3_0iunjGLIh^k(Zz<^jO=1qjo9^fwkKyuLQq@-p>TjRnID z&}Ohd^-g~tz%ItBfeH$3CNk*lsQ=`V<{3CI22Rp+9fuPR<+gtH#S{+ur@4N!eyJ?B zvah~C30cE<)aJZnv>Qj~f6nGj=E_$tY>~z9QIJ_dvUbg>WZYm0+a(qY7U%mG*n~!Z zfs7>s-S$21$K2Ti0?a1swi01}WE%r#{ZI3hy(33l1E}s1%rdrv3nhe?G$N&n0gntU zFcx{;rpLT!?V-Ly_HAun$vAZQD`$VINJN-YJ$L6oBkcF2lpj}H*`9V<3aX7G`Ld1H z{fCZ>0jQR#tO451!Y-*0JMyR-_sz{fXHJ!c?I?5*_R()qdW?82>|}A8!OHtCYwHF^ zzy9M3di|H*(eBx2^!U@?&_}=c7xeh!&$qc`v*WnYD4o;IO$+W>I@rA16*@bAyvawS z4cX=bzU^=M&A``AfC`y)H}$Dw)gnjgvJ=Ws|3aKCX1oKDMyXyh<+lnL>P2 zNWSl6GGKHYwbQZ0oYR|NHEI}cfWTZG@h=RIA%X@@MF(ZvPP^XEiwE|{)ww(tAt**3YL zG#sCE348uxMvHxZ*OY-%;ChGo+@n(fKHss5aFDORc=|bV%gHleJc1O?wHP2JG^DYK1Guj8vmpu>1y7O`( z0-CLiB|w7!q6}=XvZ-?(0Ep)=YOpmEy>kzj@$f7xHWcGq1n7n`3^HKvKE`{U9rd11 z0!K4&lffY|8JT&XnTf_N`tcp^ZTEDUvFV~TR|z&}a@*pj2X^f0NB$|C=b{_VR! zN*qw8-%1UDFQ^=Nh*ZvPpkP`=m14mr zQ>NrJgLMaGAOMF}))XDfG}S}Iz?Ic`b2DeD?w|-j-}{A9Bs9u6$WrvlEMv=(X(cvU z*@Ms80Ot;z1wfAa5JjYLrIGdleTvA&4t%RStXqKccL3Ea(lxi`48FDp76a0;Lv^3PK{Wk7JPbvSU)<-=qa{R^sz3>a~0+fzE7)4lbd`GEI17EzX=4lUtc zfWXJzhcpAx`JMS)kkxz;Bl_+@|E*kzaEI*G8f^gCW3P*(1Nu~d%hXq1uB11!edsdK z<%}FuE=$m}%;iNJbkNnt%f85I;~=h${U`m5;QU-!2ylMCK!QTuX*G; z2lWYLwx%+#_8yLo8TH?OP)}ckC32b#`$Eg&GNp}}WgZksplu3Ww7T2x5G9OvF{cyp zq>D-aaqu9M^E9_PV@>*>=jU!)WAUhzh=8WBnJ})$JENU@b_L@K4f+p28S@ap>5)={ z+|Gi{R#zGN-MU2Wi8_wMN;?set_lz?@CX8)&iOH=KI6e}h*rnq?3~2^&GZX>yyitE z0~z+z#tGwN7PUVGyv+8V224ZBgoutAy!GHOR3d$5MEy=t!{!^Z(Rc9CTqh_d^GaJg zW^=#Sv+imC@;SY}xS}^-e?^Zz{**rX<*(_XD`eu&ntpU%rhwV^C)ix_oT_m|As6g3o@!G3v3 z^!iN$0M6;vE2ft(q(?umn?Y3jJqF%jqAq+C2kj<^gej7NZ$(`Mt^U0I|A$58* z_Z~$G5Sk-GwYoDE9K3MYXaWrLJGvufeMbh`1+9hFN|FZ=5q*mTLs}N)c+5^}j$m7s z9pwXnhBiS|h<7uhjRMdHZ3xQm5z&-DYXFIqqd+J6jiMG8BIuPmAle5J(*UEi9eFtT zy#Rbl;Imje74=?+sK9(kNCubi?g4zR8Q>`f46nU?iDtk|3zUJl?#veLdj~xMY*aZI zFjs&=L<6V;U`+cugO4Tk8xMe7j+X7a879!qL~dwX1x|BhraJG@1`)lh+k&+ZtBnm< zB=F~H0*lgbPJN7n{krT3J2(f~LIg6}S7{4y0NP>;Jn^m!h?XN!=eh1dUBd_MjE+&7 zcS-dyy<3X+PX^s$5k(`hp$~a+#I!l}1^c*%Ji0u##e@A}#Bc7)Rt`43fDQvV%R3QR zjN7{(h^X?%X|z=x0MKG?u>+R6kkS5wzCnNoKvyF2IU>0&5*mPQl2f!fp3D5MJlzMq zD!I)#IE^#NstZ6x;gT9$*$z%?VQoAo2Wn3Ny7^tl?#ZD10G3k1Z21oKc~2Njq{j%k2}Qmc;@xm~ikOHK9t5H$V8Sow)r~d|1!=03*|$Qy>0XS@7Jn5 zXY)Ui@5lfM8}q+6P0arZ<3FU|(8UGaq$Jw+>2Tpy#@!2{XP$w}PzIkNyS{L4J3=sD zMcrty>llZ>q<89kwonX{h<GtB$rZYn4yF!n5=k(}o^X=%Ge*LfhimqS3 zrkjh)J6ir&b%oyTfz#<&J&)hV^o_dcdr14VV49P%#YjJdP)W+^A>EN4n&+pL-Wh;C zb&BP?reg-7D#!w)^Fk$E^Hs&QLnH(ZIwDt#|$dvD(i zw5+t}$Mie;g#PA&>Azhqw68n5+;6MuZM9s~foOKyVn9~&dv% z8|B7D2cUQK>bcP621H+9H88r-eb8|Dh6A~k@}fVP-!l~-PWzbZDT~A$Iyf}2mx^T2 zC-+6{?-KK9!a>x6hZ8h!1q!ac><*^T0D_||=8O>~=gGJ>I@nh^%3+4J{?Z5! z7V>hDzXG%iH95K554z~!rf<0;$_FH}Z*w*7GS4SPS-C?GXT>6R7{JTu_`)#(s6pQL z#sf{d-FN4pnP$#*U#0BeDF_D&02#oTnm{?t7g5j|oP+~~av<7hzuyxgo8Y8o;0Lk+ z+K1J)yef!e+i8s_)*Hx6!W4YF5!sx984_|z4hKdUeJTz_I!yqLPBO}eXw=>pQV#)A zNbG-~c8%XeakW z6Sy!&nkJf;BVbpK3Z6l;4xUm5#%qe)Q`ta00rKOW88{^ao>qxyzzlq%zLdUWlTYVU zM;%Q+oRUN2U|!|~bU?o6DDw97xaMtCgOC5D{+Hmb2Jj4e zhCc6d>epi69}a{Bc358rqA7wP?xsmJ4X+e+ zlmOp3L(XjWTQ8o@6+#GH0D0jW+4d`%m*AV;&ZK4Q3mr??ce1BaVVhUF`1((D@#<^Z zJ$ptU|MIu=^pnr&tmuNpx|O4GMelD)--Y^ksr2OWZUe19rN8=r{NL!G{`23{{`IB4 zF9YK3Q273_SQ}TH)p7dIeUsIw)mzm0X)@DyN96Nh4ia`)wN!2Q=~l*)qom`fEi_b)7`v8uERWjzdCoXWm_N+jD@Kcs#EIW-k)!}Ye(~N{uA+uKE%9yYWMl^ z7u@mMqp9$5`Kj`*IUP^$inGZFdhhp@9wMM0(wMS5znd;RBu_uohO=$k@|5AmLEXpZcl z#&FmmC^+nUSefe7spGKP_Z`HkVNAfOLji|ulD61`riM6yOOo-fArcgAUnX4{^sJ`H#nih!gss zd4fg8{wWC*nDoC+kUxfJ1q|VJC?-DfAW_5B#Bo=Vyh@0Ho61)(|6xT z5-;gN(lK8bwP-Tp?<+eGDbn}d)eq^zrUwA}N0YuA)q9`G_2-*Twa^c1m~3-&-Bx&a z8@SbY!M;3uO8@!#5&hd2La+7QRX5fGBZIB{fJhIl>MO^J=sJr(v1AH%D=HP(kRCmzY z2xaOGfD?M15@;4Y+R^9e=W&Msz>+wSD}xk#AP*VDM0=N{V?*S~0hl7*w?3rdJBqQw z0ZNZ>7GEHVwjK3GBa5w#B=~2`G5t3krL>4K>tXdVXGL$32NdV(5jjOpL^=mphp{V~ zBJ?ybBFycKIwb7zBruEX83>(qX9lG4oWJjF`aeAj02#n_IRbp+*<7AM|EId-F%tF3 zbqM_rfHG5f%pf*-Kj~sc0N&#PzWS~)dOCkT(ElYs^Gtiw*IBk}`*j`Yb4ZTqfBd}| z$FhU#iSOJgVtkA=5VJ&^wb$neavxKCP7d(18V7#W2}sWlC~+WXKa)V_MT(G<45)kL ze@R^VB`AAD>Onuyp#MTyA3V~t;nigsqMnP%neU2{QDedN3=lmIH(tKM{9k;BmSU}0 zKbSlo0rwOh##8h?`ob3{6;ZeGnGO;_<6$Uu;Fmp$J@nZ6s!-BT=wC$fLl4|Obo~!% zq2Y}Hm@Vp-IP)DNau>j$0*Er$_GPS;=bT&de(|8{H_+fa=)r~n@GTO)e{W-U^FLYy zapT-=KkFyz;M6AP7esYE@gkJ%=;hN77+MVZ9!>t)K(}u>SI%>ZTPS5V*@b)e~`wNH#?X@IkIez1OO^7h1z)jre+XgzSrDI=_!?epz6!M?fJ^1oT=x`EHnE4_Fn zba7QXorjiU``iueVvGwDu+xDwY}uy%HnZF8dD4lx`*rhlf5dc=>8jgyx@AytB$#Z7 z8z6Vw*gtFJa|Vd|fhKx$cSwftnfyNgY)+kjhNH2j_i|isZ>eHVre5m@Fs5fYf9_kr zYdCLq-T9Io*&N^7t}eurlLg1QMn$Cbm|dkHsSdDc8&wB^hvd#^L`ahX2;E@;5R<-h z@QWlxCQc5Zy_XVDrrwirOVbFTWUy`E#hk!MuYC=AkK}tmqAK($-s8hErHqq6ljdF^}Gy-jp$VB2TkSZTGV*}TqpoBf4>lU z)F}xK0I=A0?aATpfQo}s7VDnC5&(mU97PHG^#nNOHuC-iSU?7TCI>uetq&WEfz9p^ zPSKHgM@wr3_(cv9ppOCKIOPLHUCRX0cog3hNjrml4h$NQk9U?@1~4ij`T;O&d2pB_ z>cBp%$WR_h&aT#PT!_dAI35BMJOG6_j4-F%juGKX1L%o%(NZ0@pGH61*fk{wjmRSL zYShV9hP8f1)9z8!O9J-CWSrYBPf7ndXjq_k?f2S0=XpkKoTCoL^qEBzdFTzJpUA(Ls4LaHoqmV?=hDA{WRd zpB|Yi0dP8ipAMPJ*GK)gdEEZY3z+(BMAi2CP-;U0R_?P&92v#+(CF*mdEciR|c z^>MnCWItJDC^xas|0V4h^TkK>0YzTS!-AsrP3$Vk2NMqVpd>&%*=NYF`3?fAkpV;l z2R3=siVQxH$>E7D^YvZfqk;%i>V}}$ITVy;`d$xrZdbKK`)i(1I|!~{>uq^SPKl8c zY~JCuW?qG#4BMH9+Rz;|74WCno^3XwpMh<8`HnS7w#=#gRJzoz>@KQ)e)HllbaC;V zKK`T~R`?s*J$gd>EuR*Yv^4)~d+F_MlZzew_J8`n()F9y^yfeP6J1`uAm0ue=H$Dj z=^?%|lR^jWCE*Wtn<61VGdFWDHjBnqtWtwKNE zgt_eC+Cy{xpwj~Y{g8(A&OxX@=ftCdLj(AnKYx#n+5n+-N9*nx{nt(1|K`O?f4UZW zaZ~Baczu^`a$jn5YING)ZH8rYn2P}cY7T6_L6g<<)zACQQF;A(rOT^A*Vlz!Y~b^& z4Sasx0tvui+yGKBXxSW|RJ>eRm|5hgLAzp2*nU+wG2Wzy?VJxR%=7s$N!5EyOE_$B zpbLQo77 zAv{M$X9ys)gIac<*cQ(ofu;zlIg|#Fc853fIl>9!aNHzE;EFqkEy3ATPRE5ZUv!R! z>h*9(juU_oAOpZG1stk7vzaHFXgnmWM~+AUJK=1b185O$algbV^9-k>I@nb>_?CCO z9p#8YyyKYT4)D|uAq4ohMil1^F7@9Af@T0qBYkySI6!GQ+3@EBhzY3yK*P*KBx*~3 zKw>Ee;8_QkCNM4}ku2(%1|TU*uh;7c*nsbQg!K~9=dk;9xvY%<0|2=U!f5n*J&68`e${L1 z#NVs$E}mZoAu~{jen(W}z?aUHqLTq!Z1?W#AUhZrGO!N1kF3irwYqdZ+5IhnMyJ@S zgfGMl`kx{zjgL}H=gFR9jzb2;qU;8cD;*HmsVdUqh)363J^T<%>!qrQ7UgK)8PJ8! zgSr6GyDepKw@#7#z1$NIZl=CCs{edK|Ls7-8GO#;Q2wp$TZVfxusk1-h-Y2@Qyw|B zyfR=Pa$1Kx2EZ$&8K6fV+Qy)ni8|#S9hhsPEXY%PJA>Pj#=8OZw7GG&>;?*&-Zw^< zlywpJ>0B}%OzGoap`(4;X{&OZKyZnN_U#eFB@R*Sc~KhMB+fk0xi`(#Q+?6$SwCHe zi3Yy(4roqo)PGlUoy?KYutK1#8DtNASZ)4a(;W4o=Ko!az$b6ZK5p3HpW7euis{BG}Uve4?D7aTkao_Sojx4eSSS-)HJcyvUTu?P}#i|HvAuFVz` zL_k~L!fw|?UA43OIU)^|=7@wRgGvt)-^1pelGGH1ZH|hKa>-V#6hLZ<0PjV9w*5S! zdfV)cCXW}E!?eBS?oyUa$E0j=+*Nt z>FVl|o_+ocdiw11tzS3$c)9IBG;eZ!v)y-lvrsu(=-2=Hf1;N!{!A~w{0pr&H&Z>{ zv6sZV;@vxV%;pD`vcEajO9gq~?2kH*rEy1##V_`J9ek^Y^zJEZU7?5cLr)I?^g|lb z3`aerx20n+VL9^s_tBc|gyRhiKL42hV?C$8ea-Zb`^~`EKx0`pBf1^Ju_%bsDL1GY znHsI7RCN~d3}AG~nK})@n>V-g=7P6X@(p}`QR(%|wMRm?6R>MH*7p(RIy`;4%=lN{ zYN+s$&oUriYNN?po;{H}0O(08a*x8ELY@(MJ-t)rd*hjdB!|x)O+%j~H}Nf^rftF_ zK<6)#llMo5L`{x@aLj`PE0h3Lcr*HdIWhrc=2P0cFGd{gQKt8p1Mj@4=71qmoGmg7 zfOgAD4;w4$IM<-$m>r?ar-%a#vlHuw=s7=Slr4a};F^>ymlGI@?{Lu50I=2Q6^&d^ z(Xl*wYH-xs|KO2^Rb0uUO3m5y$l4QI^82;5j=aMXQnr+3c<-_x0$PSV(0+Xn1)S&_ z;BU#%a4DJ&?_AsB!4#nkN{&1{WDslyKnEUM3JK4ENc5RS`IRyH7j?;$3*MHK3TL1m zKqs7iK|izs*0yL%9l;PRAhqFx9XxCj>;xh9a@+CZ$l=!2YK z@05JdtBoV#3yw6{6@JKZ*3GmKj{^iVke%frgWIUD1F{LAjsps|flJr61&S9G=9cFt_BC&awkG^&Is|BmvUSHDJfBHS`udX&A z`U^UHwE1Zp_`LRojV9}lH<{LP>*LS9ppTzDqc8vbC%Sn46}d6p3xC7_I+5Vhb=jl$ zPxtJN?<{fp8IlE`Gzt_wTWR#x`gqrU%=S$oAEqACL;9JdpDX~){GiG2lx$Mya7h~7 z{qwinoaIN;Uulg^A~Lg2HQsJ%`xbwgb+~tt=d~LU8>qZZdVe?*`d=@0^t%h8FZYG6 zmWbSH+kVcrI_!#W8QhuC+_|4cooH#_8IDzxL$q#-;jdrr>H2op4;lRW`F{JoO}4i! zGK6~zv{Qb2YnAMBXjCUAXNF@#@W|ZBxfKY7r}fqExe+#eetekqpje9PBd!7HAK& zwK~Z)Ku|llMk;`4`&$yQyr@GJ5i5KMz!ta_dL7O_Dhe)J5p0t!?)xsuFpjO()O8T`qm^I#6!( zwy{Wb7N(g)HG@ShjbN^Ly^oDiaM;mCdCM}|*?|z}5RT~Rk|G=de3W!>7383UU@1Z~ zgVv;+?{tD8*?52X>y&4frASGQE-(n5$W5@R%MC`mC%Ku{c_Y= zfC=l7L*4)k7lz$mSob5(Ny9*77(#s!VYJOxi8Wk5sa#m1B>BQQeR z=jdnL<8>hN8W|8Zj7|ez`5ZLJo0LLKF}enm&-kX8`pg~0Ce!29-PX$MLp#$ zo=+^s&D^am>7lGN0KhpqJcFniw4H&>d~cSi09a$O0y6bZ`Y&S?@tkH(=Q{P_p#RYM z0YnV>EY78y%K=$vv@|mCPlp_=-m}L5{wzzO6Ec)>z6W*DvPSfEaNv(o>(Ku`FBw=o zM}=c7Kh}O-zbHOCJ%^Q%I8l>WgsPSm@?LyS1VHM)Z4BqsK1x%BT^P2A*bdf9WAm*4 zkmI->5uOq^hODbHS;RFDR8qMtSSZblIk+dIQRCuDENEaMVwnF;W*j6>X#nMi`G1s+ zasD4|PN`|Z2V==Rf8e<)zkv~4kk>Cj2RnW{c8UvvTxtyMNL-PyK37x zH9A}zkM0X+u#vl8plGBdt5Mr)wfA86WZS*k+C^oQgNIJrMdE2rb~xFB^s5(N(e=#@ zJ^lPsI{)aS&F_1>J$k;~)1sZ1PJed2$>O8U{{GExe@m|)KcTPx@)z3Q-k4u!a^$vi zBpZDR)?W9G`cLUm>McBK9Cy)2*j<|7DGn+U^19HSR3v%c$cfV~v2Q)KabRCv>DwC@ zA0u0x+L(IQX-}423A_FWmX02VNpvK*>_eyfwMQ?VB&Z>Mf#LAvb4Sv*U8^5UI;A7C zP5Hj*Ap-j6nzH;%GWNjxe7`g_(+{Z8%4Ve8ZY$aUZTAWN`{zRc{AM#W)(w0%*P2Nk z*~Na^e2l{e`;XXE58KJ|h2y&J8|_A=tIHj|deaUY-16_>^U@8h?kq8Y)q4!_Z{d9z zILYaBc6gH*P~3TwBbURcy<+ikJZzAs7f3iemcRCUIlLddArh}WsHPldPi8bRy|r1U zs<1tqt|jAhZf^1W*Qr2OkYwqzJ4WdiJRz~2)lZa{aDo8JaN_3ePHc*r@vh+%C7FQi z=6IJDB~T*r34UV%kete=eytg{YjenVPB#IA6b^bXgGGw&`_@(fZxM;*AaMe*@Ht0H z)jIY_0Mi*v4$!4#qz+#=xBw%)ZHNYE+G-zpIY*!wuM*&#^M-SBoH=cYPC)n~ivx1= z0bv;=$skuv5mJZklegW6T;h2|MP`7l7)aA7Dd-p|B`$?S{@Rp?q$?(W0GilAR4t%OY+!aQhUoD}?qCzAc9OxNLBtv&BQro+P3}GFMZ`gAvPi`$;?9}BjY09S(8#mA zm>kGK-y8#7aM&Q){P+QaY(Pi`1p{!km7&}bcd`RGTlYjH(6tj zNvS~2+C6D&xhx|$FyspTfbnex3zddr*Q1zK2Mi=k2TcXvytaFQQlpMAC(znuYPF%O zkR9RXsV2QapBZ$Z?=V0ua~L~_Hns7f{}SNVF)()kt+Py;9A!|K89d6d)jz;r13~W6 zf965I=P2wMT)tEP(*hFFF;IG(5K&(JSrZ_LC}~RXEItl*{a;290`Hn5ursKMd|m%j z)P3km$e~lt=#@ACkW!@bsE+=gvZTWsYdl*MFp2l%Htu;AEZn69y+pTQ#j#h~VsM${ zh)`#v$0)j}haMR8-}SZlRE|2UodF;@WMs7k=$Q=G<*cw@?)qO;R`bG8^wGFOChG-c zUgeEr{;!#$Ch7k?{}1weIKO4xuA>1E3sy%W(iLyh_CYkU%bD8?QKwP=Q(i9P*=Ud+1i1i}-@D~J>@Gdt z43fUYZ%*Gup8Cy^`&nI)A)s2=>(O|h_t!V{>d#-%)9YJ$`s}j}6>5vkjkkE$e_B-g zzHU0ZJ@EM1=kzZ=`m{$wU%q-l$usyC(uwv=?R7Vo^!ue8)cs8;NiC*`_M7eDG##m| zZ2G`-MrUW+&k{b&LwZO*hx7nI|De)$H}Xu-+CzGeG=m4n)7y-a50lzkN;9N3y?MRg0OvD$ z{gUbB21H+8w{1p^7nY3=SQ37DqRuC0cE0nFZ256vfr#Womt`3CWW7|ji( zF!*vl2IAN^2Zti2JG=R8#tO%4hG*~AQE}Y3KO?COUdQA-x_fvepCely+-{Y*ZQ+zH z4sQD4KHVW=a?gl0rykvt=_~9&FiMVgCxbC(y32JwWj&P$Kxzin)ZrJ8@BoNJ%*63)+fZ+f#0J<2+$z;)ZJUHaTK}&FMxePP_ zdHXzBtw_}UQ;>jCna%mOcIV(OQJ|LM9Xaw1lmti}aG{9Gok6Yc5OX-J3IZ<&(T)Iv zA`1G@X>!ikTF%II5wJ)q@j<4o)%u)D0h%Wl!JB2lA|M3kv>@)j-AQc@H@+Kk8-DHJ>^ zUe-Cy;MRfuCqOqx!MrERtce7;8nue&E2jS;cPLW^rt$ue z#r3rQFNGpfSq|hz!NHQi!F1pusF(b`SoDf=#X*5|pa(fZeg>asc>`#Vfjao0tA~3r0&(W4!0Qpjg-dP*DR=uz0c9+>-yM z1bi2-!>~&QZ7<_)i`nM!#RrasHP@-uw`Jt@?k0pSgdj8I8Qk}2{vSZph|VXP@6Gz4 zKx#QT|JQ!zLg%qZ^e@Ml-X7QSF%|-S{%0D%{ec#PM*T5~@p@z+_)!1J-bd*$LmDYF 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 z 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
W!zo3kEoK3jjEe!ao!?IRf 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 From 2288dbe045bf7cfe531b7f760be03160399393ba Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:40:33 -0400 Subject: [PATCH 093/111] added items for IoT to TOC --- windows/configuration/toc.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/windows/configuration/toc.yml b/windows/configuration/toc.yml index 75b40b03c5..bd322690a3 100644 --- a/windows/configuration/toc.yml +++ b/windows/configuration/toc.yml @@ -25,3 +25,12 @@ items: href: provisioning-packages/toc.yml - name: Windows Configuration Designer href: wcd/toc.yml +- name: Unbranded boot + href: unbranded-boot/toc.yml +- name: Unified write filter + href: unified-write-filter/toc.yml +- name: Keyboard filter + href: keyboard-filter/toc.yml +- name: Custom logon + href: custom-logon/toc.yml + From 8709e68b73a9e3439902313df75e7153eba1b512 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:46:26 -0400 Subject: [PATCH 094/111] Shell Launcher updates --- .../configuration/shell-launcher/configure.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index 95dbe8ea02..d59df53298 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -231,18 +231,28 @@ Depending on your configuration, you can have a user to automatically sign in to ## Remove Shell Launcher -Once you no longer need the kiosk configuration, you can remove it. +Here are the options to remove Shell Launcher, select the method that best fits your needs: -Here's a PowerShell example to remove the Shell Launcher configuration: +#### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) -```powershell +Unassign or delete the policy that contains the configuration. + +#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +Uninstall the provisioning package that contains the configuration. + +#### [:::image type="icon" source="../../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) + +```PowerShell $namespaceName="root\cimv2\mdm\dmmap" $className="MDM_AssignedAccess" $obj = Get-CimInstance -Namespace $namespaceName -ClassName $className -$obj.ShellLauncher = $null +$obj.Configuration = $null Set-CimInstance -CimInstance $obj ``` +--- + ## Next steps > [!div class="nextstepaction"] From de6e54801a391f70b1ab8675cbbafe094a186534 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:55:11 -0400 Subject: [PATCH 095/111] updates --- windows/configuration/assigned-access/toc.yml | 3 + windows/configuration/keyboard-filter/toc.yml | 98 ++++--- windows/configuration/toc.yml | 12 +- .../unified-write-filter/toc.yml | 239 +++++++++--------- 4 files changed, 177 insertions(+), 175 deletions(-) diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index 994d64e36d..79538c7896 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -5,6 +5,7 @@ items: href: configure-single-app-kiosk.md - name: Configure a multi-app kiosk href: configure-multi-app-kiosk.md + displayName: Configure a restricted user experience - name: Recommendations href: recommendations.md - name: Create a configuration file @@ -13,8 +14,10 @@ items: items: - name: Configure a single-app kiosk href: quickstart-kiosk.md + displayName: Configure a single-app kiosk quickstart - name: Configure a multi-app kiosk href: quickstart-restricted-user-experience.md + displayName: Configure a restricted user experience quickstart - name: Reference items: - name: Assigned Access XSD diff --git a/windows/configuration/keyboard-filter/toc.yml b/windows/configuration/keyboard-filter/toc.yml index 7c09e1a75c..ed899d6508 100644 --- a/windows/configuration/keyboard-filter/toc.yml +++ b/windows/configuration/keyboard-filter/toc.yml @@ -1,53 +1,51 @@ items: -- name: Keyboard Filter +- name: About keyboard filter + href: index.md +- name: Key Names + href: keyboardfilter-key-names.md +- name: Predefined Key Combinations + href: keyboardfilter-list-all-configured-key-combinations.md +- name: WMI Provider Reference items: - - name: About keyboard filter - href: index.md - - name: Key Names - href: keyboardfilter-key-names.md - - name: Predefined Key Combinations + - name: Overview + href: keyboardfilter-wmi-provider-reference.md + - name: Class WEKF_CustomKey + items: + - name: Overview + href: wekf-customkey.md + - name: Add + href: wekf-customkeyadd.md + - name: Remove + href: wekf-customkeyremove.md + - name: Class WEKF_PredefinedKey + items: + - name: Overview + href: wekf-predefinedkey.md + - name: Disable + href: wekf-predefinedkeydisable.md + - name: Enable + href: wekf-predefinedkeyenable.md + - name: Class WEKF_Scancode + items: + - name: Overview + href: wekf-scancode.md + - name: Add + href: wekf-scancodeadd.md + - name: Remove + href: wekf-scancoderemove.md + - name: Class WEKF-Settings + href: wekf-settings.md +- name: PowerShell script samples + items: + - name: Overview + href: keyboardfilter-powershell-script-samples.md + - name: Add blocked key Combinations + href: keyboardfilter-add-blocked-key-combinations.md + - name: Disable all blocked key Combinations + href: disable-all-blocked-key-combinations.md + - name: List all configured key combinations href: keyboardfilter-list-all-configured-key-combinations.md - - name: WMI Provider Reference - items: - - name: Overview - href: keyboardfilter-wmi-provider-reference.md - - name: Class WEKF_CustomKey - items: - - name: Overview - href: wekf-customkey.md - - name: Add - href: wekf-customkeyadd.md - - name: Remove - href: wekf-customkeyremove.md - - name: Class WEKF_PredefinedKey - items: - - name: Overview - href: wekf-predefinedkey.md - - name: Disable - href: wekf-predefinedkeydisable.md - - name: Enable - href: wekf-predefinedkeyenable.md - - name: Class WEKF_Scancode - items: - - name: Overview - href: wekf-scancode.md - - name: Add - href: wekf-scancodeadd.md - - name: Remove - href: wekf-scancoderemove.md - - name: Class WEKF-Settings - href: wekf-settings.md - - name: PowerShell script samples - items: - - name: Overview - href: keyboardfilter-powershell-script-samples.md - - name: Add blocked key Combinations - href: keyboardfilter-add-blocked-key-combinations.md - - name: Disable all blocked key Combinations - href: disable-all-blocked-key-combinations.md - - name: List all configured key combinations - href: keyboardfilter-list-all-configured-key-combinations.md - - name: Modify global settings - href: modify-global-settings.md - - name: Remove key combination configurations - href: remove-key-combination-configurations.md \ No newline at end of file + - name: Modify global settings + href: modify-global-settings.md + - name: Remove key combination configurations + href: remove-key-combination-configurations.md \ No newline at end of file diff --git a/windows/configuration/toc.yml b/windows/configuration/toc.yml index bd322690a3..7d7497ddca 100644 --- a/windows/configuration/toc.yml +++ b/windows/configuration/toc.yml @@ -26,11 +26,15 @@ items: - name: Windows Configuration Designer href: wcd/toc.yml - name: Unbranded boot - href: unbranded-boot/toc.yml + href: unbranded-boot/index.md - name: Unified write filter href: unified-write-filter/toc.yml -- name: Keyboard filter +- name: Keyboard Filter href: keyboard-filter/toc.yml -- name: Custom logon - href: custom-logon/toc.yml +- name: Custom Logon + items: + - name: Configure Custom Logon + href: custom-logon/index.md + - name: Troubleshoot + href: custom-logon/troubleshoot.md diff --git a/windows/configuration/unified-write-filter/toc.yml b/windows/configuration/unified-write-filter/toc.yml index d8105e71ec..b4d1417d81 100644 --- a/windows/configuration/unified-write-filter/toc.yml +++ b/windows/configuration/unified-write-filter/toc.yml @@ -1,126 +1,123 @@ - items: -- name: Unified Write Filter +- name: Overview + href: index.md +- name: Hibernate Once/Resume Many (HORM) + href: hibernate-once-resume-many-horm.md +- name: Exclusions + href: uwfexclusions.md +- name: Overlay + href: uwfoverlay.md +- name: Enable + href: uwf-turnonuwf.md +- name: Command Line Utility (uwfmgr.exe) + href: uwfmgrexe.md +- name: Servicing + items: + - name: Servicing protected devices + href: service-uwf-protected-devices.md + - name: Antimalware support + href: uwf-antimalware-support.md + - name: Windows Updates + href: uwf-apply-windows-updates.md + - name: OEM Updates + href: uwf-apply-oem-updates.md + - name: Servicing master script + href: uwf-master-servicing-script.md + - name: Servicing screen saver + href: uwf-servicing-screen-saver.md +- name: Troubleshooting + href: uwftroubleshooting.md +- name: WMI Provider Reference items: - name: Overview - href: index.md - - name: Hibernate Once/Resume Many (HORM) - href: hibernate-once-resume-many-horm.md - - name: Exclusions - href: uwfexclusions.md - - name: Overlay - href: uwfoverlay.md - - name: Enable - href: uwf-turnonuwf.md - - name: Command Line Utility (uwfmgr.exe) - href: uwfmgrexe.md - - name: Servicing - items: - - name: Servicing protected devices - href: service-uwf-protected-devices.md - - name: Antimalware support - href: uwf-antimalware-support.md - - name: Windows Updates - href: uwf-apply-windows-updates.md - - name: OEM Updates - href: uwf-apply-oem-updates.md - - name: Servicing master script - href: uwf-master-servicing-script.md - - name: Servicing screen saver - href: uwf-servicing-screen-saver.md - - name: Troubleshooting - href: uwftroubleshooting.md - - name: WMI Provider Reference + href: uwf-wmi-provider-reference.md + - name: Class UWF_ExcludedFile + href: uwf-excludedfile.md + - name: Class UWF_ExcludedRegistryKey + href: uwf-excludedregistrykey.md + - name: Class UWF_Filter items: - name: Overview - href: uwf-wmi-provider-reference.md - - name: Class UWF_ExcludedFile - href: uwf-excludedfile.md - - name: Class UWF_ExcludedRegistryKey - href: uwf-excludedregistrykey.md - - name: Class UWF_Filter - items: - - name: Overview - href: uwf-filter.md - - name: Disable - href: uwf-filterdisable.md - - name: Enable - href: uwf-filterdisable.md - - name: ResetSettings - href: uwf-filterresetsettings.md - - name: RestartSystem - href: uwf-filterrestartsystem.md - - name: ShutdownSystem - href: uwf-filtershutdownsystem.md - - name: Class UWF_Overlay - items: - - name: Overview - href: uwf-overlay.md - - name: GetOverlayFiles - href: uwf-overlaygetoverlayfiles.md - - name: OverlayFile - href: uwf-overlayfile.md - - name: SetCriticalThreshold - href: uwf-overlaysetcriticalthreshold.md - - name: SetWarningThreshold - href: uwf-overlaysetwarningthreshold.md - - name: Class UWF_OverlayConfig - items: - - name: Overview - href: uwf-overlayconfig.md - - name: SetMaximumSize - href: uwf-overlayconfigsetmaximumsize.md - - name: SetType - href: uwf-overlayconfigsettype.md - - name: Class UWF_RegistryFilter - items: - - name: Overview - href: uwf-registryfilter.md - - name: AddExclusion - href: uwf-registryfilteraddexclusion.md - - name: CommitRegistry - href: uwf-registryfiltercommitregistry.md - - name: CommitRegistryDeletion - href: uwf-registryfiltercommitregistrydeletion.md - - name: FindExclusion - href: uwf-registryfilterfindexclusion.md - - name: GetExclusions - href: uwf-registryfiltergetexclusions.md - - name: RemoveExclusion - href: uwf-registryfilterremoveexclusion.md - - name: Class UWF_Servicing - items: - - name: Overview - href: uwf-servicing.md - - name: Disable - href: uwf-servicingdisable.md - - name: Enable - href: uwf-servicingenable.md - - name: UpdateWindows - href: uwf-servicingupdatewindows.md - - name: Class UWF_Volume - items: - - name: Overview - href: uwf-volume.md - - name: AddExclusion - href: uwf-volumeaddexclusion.md - - name: CommitFile - href: uwf-volumecommitfile.md - - name: CommitFileDeletion - href: uwf-volumecommitfiledeletion.md - - name: FindExclusion - href: uwf-volumefindexclusion.md - - name: GetExclusions - href: uwf-volumegetexclusions.md - - name: protect - href: uwf-volumeprotect.md - - name: RemoveAllExclusions - href: uwf-volumeremoveallexclusions.md - - name: RemoveExclusion - href: uwf-volumeremoveexclusion.md - - name: SetBindByDriveLetter - href: uwf-volumesetbindbydriveletter.md - - name: Unprotect - href: uwf-volumeunprotect.md - - name: Migration from Enhanced Write Filter - href: uwf-wes7-ewf-to-win10-uwf.md \ No newline at end of file + href: uwf-filter.md + - name: Disable + href: uwf-filterdisable.md + - name: Enable + href: uwf-filterdisable.md + - name: ResetSettings + href: uwf-filterresetsettings.md + - name: RestartSystem + href: uwf-filterrestartsystem.md + - name: ShutdownSystem + href: uwf-filtershutdownsystem.md + - name: Class UWF_Overlay + items: + - name: Overview + href: uwf-overlay.md + - name: GetOverlayFiles + href: uwf-overlaygetoverlayfiles.md + - name: OverlayFile + href: uwf-overlayfile.md + - name: SetCriticalThreshold + href: uwf-overlaysetcriticalthreshold.md + - name: SetWarningThreshold + href: uwf-overlaysetwarningthreshold.md + - name: Class UWF_OverlayConfig + items: + - name: Overview + href: uwf-overlayconfig.md + - name: SetMaximumSize + href: uwf-overlayconfigsetmaximumsize.md + - name: SetType + href: uwf-overlayconfigsettype.md + - name: Class UWF_RegistryFilter + items: + - name: Overview + href: uwf-registryfilter.md + - name: AddExclusion + href: uwf-registryfilteraddexclusion.md + - name: CommitRegistry + href: uwf-registryfiltercommitregistry.md + - name: CommitRegistryDeletion + href: uwf-registryfiltercommitregistrydeletion.md + - name: FindExclusion + href: uwf-registryfilterfindexclusion.md + - name: GetExclusions + href: uwf-registryfiltergetexclusions.md + - name: RemoveExclusion + href: uwf-registryfilterremoveexclusion.md + - name: Class UWF_Servicing + items: + - name: Overview + href: uwf-servicing.md + - name: Disable + href: uwf-servicingdisable.md + - name: Enable + href: uwf-servicingenable.md + - name: UpdateWindows + href: uwf-servicingupdatewindows.md + - name: Class UWF_Volume + items: + - name: Overview + href: uwf-volume.md + - name: AddExclusion + href: uwf-volumeaddexclusion.md + - name: CommitFile + href: uwf-volumecommitfile.md + - name: CommitFileDeletion + href: uwf-volumecommitfiledeletion.md + - name: FindExclusion + href: uwf-volumefindexclusion.md + - name: GetExclusions + href: uwf-volumegetexclusions.md + - name: protect + href: uwf-volumeprotect.md + - name: RemoveAllExclusions + href: uwf-volumeremoveallexclusions.md + - name: RemoveExclusion + href: uwf-volumeremoveexclusion.md + - name: SetBindByDriveLetter + href: uwf-volumesetbindbydriveletter.md + - name: Unprotect + href: uwf-volumeunprotect.md + - name: Migration from Enhanced Write Filter + href: uwf-wes7-ewf-to-win10-uwf.md \ No newline at end of file From 897c4085cc1efd7476511709524b480b3f6c20c4 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:02:00 -0400 Subject: [PATCH 096/111] updates --- windows/configuration/shell-launcher/configure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index d59df53298..4b3a413ef5 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -241,7 +241,7 @@ Unassign or delete the policy that contains the configuration. Uninstall the provisioning package that contains the configuration. -#### [:::image type="icon" source="../../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) ```PowerShell $namespaceName="root\cimv2\mdm\dmmap" From d6ffe5f60977d2f6f5530c8ba08b816a37a79476 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:07:01 -0400 Subject: [PATCH 097/111] resolved conflict --- windows/configuration/keyboard-filter/toc.yml | 92 +++++++++---------- 1 file changed, 45 insertions(+), 47 deletions(-) diff --git a/windows/configuration/keyboard-filter/toc.yml b/windows/configuration/keyboard-filter/toc.yml index 0a08af732d..a8dfbab30f 100644 --- a/windows/configuration/keyboard-filter/toc.yml +++ b/windows/configuration/keyboard-filter/toc.yml @@ -1,53 +1,51 @@ items: -- name: Keyboard Filter +- name: About keyboard filter + href: index.md +- name: Key Names + href: keyboardfilter-key-names.md +- name: Predefined Key Combinations + href: predefined-key-combinations.md +- name: WMI Provider Reference items: - - name: About keyboard filter - href: index.md - - name: Key Names - href: keyboardfilter-key-names.md - - name: Predefined Key Combinations - href: predefined-key-combinations.md - - name: WMI Provider Reference + - name: Overview + href: keyboardfilter-wmi-provider-reference.md + - name: Class WEKF_CustomKey items: - name: Overview - href: keyboardfilter-wmi-provider-reference.md - - name: Class WEKF_CustomKey - items: - - name: Overview - href: wekf-customkey.md - - name: Add - href: wekf-customkeyadd.md - - name: Remove - href: wekf-customkeyremove.md - - name: Class WEKF_PredefinedKey - items: - - name: Overview - href: wekf-predefinedkey.md - - name: Disable - href: wekf-predefinedkeydisable.md - - name: Enable - href: wekf-predefinedkeyenable.md - - name: Class WEKF_Scancode - items: - - name: Overview - href: wekf-scancode.md - - name: Add - href: wekf-scancodeadd.md - - name: Remove - href: wekf-scancoderemove.md - - name: Class WEKF-Settings - href: wekf-settings.md - - name: PowerShell script samples + href: wekf-customkey.md + - name: Add + href: wekf-customkeyadd.md + - name: Remove + href: wekf-customkeyremove.md + - name: Class WEKF_PredefinedKey items: - name: Overview - href: keyboardfilter-powershell-script-samples.md - - name: Add blocked key Combinations - href: keyboardfilter-add-blocked-key-combinations.md - - name: Disable all blocked key Combinations - href: disable-all-blocked-key-combinations.md - - name: List all configured key combinations - href: keyboardfilter-list-all-configured-key-combinations.md - - name: Modify global settings - href: modify-global-settings.md - - name: Remove key combination configurations - href: remove-key-combination-configurations.md \ No newline at end of file + href: wekf-predefinedkey.md + - name: Disable + href: wekf-predefinedkeydisable.md + - name: Enable + href: wekf-predefinedkeyenable.md + - name: Class WEKF_Scancode + items: + - name: Overview + href: wekf-scancode.md + - name: Add + href: wekf-scancodeadd.md + - name: Remove + href: wekf-scancoderemove.md + - name: Class WEKF-Settings + href: wekf-settings.md +- name: PowerShell script samples + items: + - name: Overview + href: keyboardfilter-powershell-script-samples.md + - name: Add blocked key Combinations + href: keyboardfilter-add-blocked-key-combinations.md + - name: Disable all blocked key Combinations + href: disable-all-blocked-key-combinations.md + - name: List all configured key combinations + href: keyboardfilter-list-all-configured-key-combinations.md + - name: Modify global settings + href: modify-global-settings.md + - name: Remove key combination configurations + href: remove-key-combination-configurations.md \ No newline at end of file From df6ed689dd3171d01414b2db99256fb946106a11 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:10:26 -0400 Subject: [PATCH 098/111] added secondary tile for Win11 Start menu --- .../assigned-access/configuration-file.md | 2 +- .../configuration/shell-launcher/configure.md | 8 ++++---- .../start/images/windows-11-settings.png | Bin 332648 -> 335630 bytes .../configuration/start/images/windows-11.png | Bin 170819 -> 172844 bytes .../start/includes/example-start-layout.md | 5 +++-- windows/configuration/start/layout.md | 7 ++++--- 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/windows/configuration/assigned-access/configuration-file.md b/windows/configuration/assigned-access/configuration-file.md index c27b68e9ef..ae9ebb8fad 100644 --- a/windows/configuration/assigned-access/configuration-file.md +++ b/windows/configuration/assigned-access/configuration-file.md @@ -296,7 +296,7 @@ With the exported Start menu configuration, use the `v5:StartPins` element and a ``` -Example with some apps and a Microsoft Edge secondary tile pinned: +Example with some apps and a Microsoft Edge pinned site: ``` xml diff --git a/windows/configuration/shell-launcher/configure.md b/windows/configuration/shell-launcher/configure.md index 4b3a413ef5..da5de3ddb3 100644 --- a/windows/configuration/shell-launcher/configure.md +++ b/windows/configuration/shell-launcher/configure.md @@ -101,10 +101,10 @@ Shell Launcher processes the `Run` and `RunOnce` registry keys before starting t Shell Launcher also handles the behavior of the system when your custom shell exits. You can configure the shell exit behavior if the default behavior doesn't meet your needs. When a custom shell exits, Shell Launcher can perform one of four actions: -`0`: Restart the shell -`1`: Restart the device -`2`: Shut down the device -`3`: Do nothing +- `0`: Restart the shell +- `1`: Restart the device +- `2`: Shut down the device +- `3`: Do nothing > [!IMPORTANT] > Make sure that your shell application does not automatically exit and is not automatically closed by any features such as Dialog Filter, as this can lead to an infinite cycle of exiting and restarting, unless the return code action is set to do nothing. diff --git a/windows/configuration/start/images/windows-11-settings.png b/windows/configuration/start/images/windows-11-settings.png index 18150b3ff8dd56f4ffb7c1ddd71dd029e1940255..4875433cbc8def481fbe617237347199e4b4247c 100644 GIT binary patch delta 283317 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

    SQ64{6gd>QV`1(`P84Kt<#)BRGA3(uE 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

    %qmC%zfTf(-* z5$GuxSdpOCK0hhd_6x@LudH1Be(_~aLI``~=n`qe131JcAgh@z#zaizqkGEi{9SUv z@Ny{liGa9Xj-aVCgYddOvmf zW>R2~XFINwY?|20U-efO+veD#zQWctuR7tZkYgW1H<$sp7Z+rZp$8-EZ!O<#op>_% zOhlw={Mj3N+!gORoH$E>xBm#Q?z|Ndmi;1cMw|+#sd5|~?^=5KLwTI1hzA?C#r;Y^8tR&`gT8xf0Cj8oj)IPS`!>Q&$#kegFs;oQ8us7B6S{iCnENNQ2TRVmLlS- zd9s_swK5l+<+|E$G6?{-BL*5~&ADdxTZ22(L~|?;e8wV7p+a&{XvSJiE@;ebDf+ooscgkG`8#GL0R~CraWAe<;S4y}N%ILY=q3K5V+|T}ceBS{md*o-(pODZ z(zAOCj(C31`!;&8y%M7+%u>}kzBy=|I!t0-o=&Cbof5bRd}tG*^GGU?>@m4!aC zOSo{r7@~P1SfiTTVD;?FL50D5-=%nn z3RqriF(0v~1S}{#3@GB`@>qN$yz`*2w$Ig__(tk@r|5D7S7y_vYTrtQQTI#5={wu- zpwjwej}3>kpZ>4961p=n3cC%zjl%vUheErJ+&PWvHF23R|NHhQ=E|{^d2>69+5zST zlSqUikFco)vG@bHe`I_Dyy5qG=9WgOkftVE-=XAjZ22U6fCioBW-$aejkYhei~c4z4HDXFdi#_ zED5~KWqiRgX|7v&#iipW5Z)zEBrYBQ%k=mAj} z#jQrx!U%~GUR+j>Vy3Q$N$X%6`EpT8tPvQf6e;CKir;bBHAEl;jlzkWBxoR z=+9%Ref2ZR7ceP*bcXSJQ7|2j8lf+&q==Z^D+*XWchbdQt%a*s!|jpBUCod&bfi@O zlbU*vR!;n|dRp9_yxG9C^yJqpQeti zv&7Sr-OL1y+)ytv(D+rT9gFkyH@Q~&s^L5-VkOhNSL5e0;2|2#QQ&ughigOjHOb3I z|G!%S#~ro+-ApT#*%S=W&621>gS~8Fk_n`NwZ4H3V;zO}F5Hz5-mA3*fVM?RUfBZwE zsXoB`cmCkZ*vQ}ji7Pp9xLy+Y_NEgBF0F$b?)09n-mW3Tp=xpKM{sS2c**P6ViB5V z4YHn7`JrZFTqAP#-%hC@X2wL4W~-xm3~Yk;#>A}Ttto=P{hyYN4wM=_tKjvwT!IVm zL4%fRIWR+U9A5HU)8Ftf$`*cx*Oo?v_5;77@#zbLm8->faiYX*(&|k&Lv;jkrs9J> z2PX8Yp|6CsBghShSFLphC{Q%P%2|N}5tiz&O(rlW^V3|cbqgyCeji1zN0z^<&-cZ9 zoYzAmT|D9;7ANjU#PAhESin?R2nLH z-QD?20@�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⵻x=dpMa;7=i1y>AqXo!TVGjqZ!Si! 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%0AgQ2P!*!t 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�#>0AI{dY%iZ#> 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

    4kk)fK#+geac~sc>2B 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 diff --git a/windows/configuration/start/images/windows-11.png b/windows/configuration/start/images/windows-11.png index 32925b625e2483a0759d3edf71c95ab1a9e216f1..09cf03651154df4bb56cc472276a446d37def969 100644 GIT binary patch delta 167846 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 $3dwG4ME1q^q}E9*NX(a!``U6O|;$>vd9>} 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

    BOdN_dG4x_fv-VU_WuXVDuGlI*x6d z52`&Z6|u+X-jk!bS%`|cYbMIP{rxFr(J>9l2ue!H^w%D`2T?{nfA)(QJCMYbEHZ^rL};-PBAwYM=T->KjYx_>hJ)j$qm`|$q!%%MsUXQsfB z!M{US#-u_FuIx^AoL9hS)WbXKJTva+ao+S3IAR5LewF9vLmm(<9zjYR#Z{CSZYr)f z)7EtxK zhZ!sK6(UmCsk4LAV{O!WS6*v5m*oFl;aI!4W;C*v_{mp+?1xEV)}Y?2U3ndaY(64j z6(iy_0gxL8D0UY_WHNG-B`;T|+7s>Bt*>odAw`jv6<-`skC|@Psu!Hg%NP~0m$faj zhv6YjlKHK}N;wMYtHfJuQy}DwJgxUdnZPr&PS|fZ?U1($`(aSk+dipz88n;xd#$*4 zR4PUR8K!=586O6|GG5?fwlhNh<=6hbGsDsTFSJ;tepUY)*%s*CgI1V%Cp$Vx_cY}w^p;a+OoKBe(CcM*4cdawBw6Utbi;qY|HswcBAX$ z*pfvC!W^f3ejZ%JK=a4j&l}BX`|QudKrSLfMgf%h__tSpO1<#~w}mg4xnxDJZ;3y$ zN&Tniy)NSqiyLA*9J&+!8ugZP%iSfZqY}3u^m!d6G<6~%#?_75_f}IrEV5Tw8Epfm zgN|g9{I|?>)TRU zc-*EEEIsh(V@vz zfe-#{#xZl0`RzcfL1A@?#jp*?H+GE)9I-Nnje{eA*5if`0~!~f*kBa*gqWo9ueoW6 z=B+q4=3BI1x@yAz93P_5V0+$3qV68@TiF1V^9UoK;eG92dUYgda{_VW&61sTOZsse zLJ*J-Wj=K(PViTcsjFJJk>nD4)IjCNRtbeIHjW=pXm6Jz2=JPmXJ23iSD$BS%9px8McGcJcIUxCnRJ-*7w$3eI%2p!4c% z{5H|o9eU5Te9c+9mX6`Mf_YT;vTA9b3>XdiBEPhjF@NI!z~1HO7opyGD)y?Z!w(+f zIvoBrT;@Xs57DI3Up?DLRrI_~tXA%?2MIbsdpse!EJ?-?hlIdW2oK(_EqS0ZQ)4>+ zOITU&@vo`Kop8y*SA@wBC+ zzPClQN~QHKGMgc(6)lcvR4 zWN=@|9Y3Qwy|Lv@#+7?!XWX}5Dem;vEzGMVGlwS@UUiJI>v*&|9~`d^+D?>c>;Vqs zX}-3|P~cZ6L?72!h@(hHE$b(dz91wr3@B+J;(~2V1hYSGW7Q}+xOa6~rHFI&7(^{9 zx{tb0ZhiwScRxA@d<}kfg8#Ya)1HU(S~XW~147Yr7$vq~i@&debW~$?&Rp(E6@0dd zInguw%t9j5(dlOO?A1*0a%f79I zF;V`0fl0f!g^LaMEw0<6c7cF!#`xy2C@eJ@iRZwtS+zhgz)178`lQ^uWYB`lL@&kL zAT5j=ufE}XJO8Vl7@)na4`Qm>Kn22)6O$#Y^6sB^0xptZMN+wgKKcM>"Q`C{$t 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

      s=rpRkv$;4bK@k@2d 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 bWC%J>QGeX%Ke&Dj{DJ8hY8T$IeewSQ_5rI+ diff --git a/windows/configuration/start/includes/example-start-layout.md b/windows/configuration/start/includes/example-start-layout.md index 94957b8fa9..d0ad996459 100644 --- a/windows/configuration/start/includes/example-start-layout.md +++ b/windows/configuration/start/includes/example-start-layout.md @@ -39,7 +39,7 @@ ms.topic: include ```json { "pinnedList": [ - {"desktopAppLink": "%ALLUSERSPROFILE%\\Microsoft\\Windows\\Start Menu\\Programs\\Microsoft Edge.lnk" }, + { "desktopAppLink": "%ALLUSERSPROFILE%\\Microsoft\\Windows\\Start Menu\\Programs\\Microsoft Edge.lnk" }, { "packagedAppId": "windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" }, { "desktopAppLink": "%APPDATA%\\Microsoft\\Windows\\Start Menu\\Programs\\File Explorer.lnk" }, { "desktopAppLink": "%APPDATA%\\Microsoft\\Windows\\Start Menu\\Programs\\Windows PowerShell\\Windows PowerShell.lnk" }, @@ -49,7 +49,8 @@ ms.topic: include { "packagedAppId": "MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe!App" }, { "packagedAppId": "Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe!App" }, { "packagedAppId": "Microsoft.SecHealthUI_8wekyb3d8bbwe!SecHealthUI" }, - { "packagedAppId": "Microsoft.OutlookForWindows_8wekyb3d8bbwe!Microsoft.OutlookforWindows"} + { "packagedAppId": "Microsoft.OutlookForWindows_8wekyb3d8bbwe!Microsoft.OutlookforWindows"}, + {"secondaryTile": { "tileId": "MSEdge._pin_mjalfbhoimpkfjlpajnjkpknoe", "arguments": " --pin-url=https://www.contoso.com --profile-directory=Default --launch-tile", "displayName": "Contoso intranet", "packagedAppId": "Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!App", "smallIconPath": "ms-appdata:///local/Pins/MSEdge._pin_mjalfbhoimpkfjlpajnjkpknoe/ContosoLogo.png", "smallIcon": "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", "largeIconPath": "ms-appdata:///local/Pins/MSEdge._pin_mjalfbhoimpkfjlpajnjkpknoe/ContosoLogo.png" }} ] } ``` diff --git a/windows/configuration/start/layout.md b/windows/configuration/start/layout.md index af0a608300..2bd6d4e1aa 100644 --- a/windows/configuration/start/layout.md +++ b/windows/configuration/start/layout.md @@ -431,9 +431,10 @@ You can edit the JSON file to make any modifications to the **Pinned** section o | Key | Description | |--|--| - | `packagedAppID` | Used for Universal Windows Platform (UWP) apps. To pin a UWP app, use the app's AUMID. | - | `desktopAppID` | Used for desktop apps. To pin a desktop app, use the app's AUMID. If the app doesn't have an AUMID, use the `desktopAppLink` instead. | - | `desktopAppLink` | Used for desktop apps that don't have an associated AUMID. To pin this type of app, use the path to the `.lnk` shortcut that points to the app. | + |`packagedAppID`| Used for Universal Windows Platform (UWP) apps. To pin a UWP app, use the app's AUMID. | + |`desktopAppID`| Used for desktop apps. To pin a desktop app, use the app's AUMID. If the app doesn't have an AUMID, use the `desktopAppLink` instead. | + |`desktopAppLink`| Used for desktop apps that don't have an associated AUMID. To pin this type of app, use the path to the `.lnk` shortcut that points to the app. | + |`secondaryTile`| Used for Microsoft Edge pinned sites. | ::: zone-end From 3d7c392a1ee1ac954fa46dc21d352591576d165e Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:33:22 -0600 Subject: [PATCH 099/111] Update wdsc-account-protection.md Fix broken link --- .../windows-defender-security-center/wdsc-account-protection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/operating-system-security/system-security/windows-defender-security-center/wdsc-account-protection.md b/windows/security/operating-system-security/system-security/windows-defender-security-center/wdsc-account-protection.md index ae3cb0475f..9548dd1826 100644 --- a/windows/security/operating-system-security/system-security/windows-defender-security-center/wdsc-account-protection.md +++ b/windows/security/operating-system-security/system-security/windows-defender-security-center/wdsc-account-protection.md @@ -9,7 +9,7 @@ ms.topic: how-to The **Account protection** section contains information and settings for account protection and sign-in. You can get more information about these capabilities from the following list: -- [Microsoft Account](https://account.microsoft.com/account/faq) +- [Microsoft Account](https://support.microsoft.com/account-billing/ace6f3b3-e2d3-aeb1-6b96-d2e9e7e52133) - [Windows Hello for Business](../../../identity-protection/hello-for-business/index.md) - [Lock your Windows 10 PC automatically when you step away from it](https://support.microsoft.com/help/4028111/windows-lock-your-windows-10-pc-automatically-when-you-step-away-from) From 7ad9d8aabac539033b8d41897a00d7db63381d1a Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:59:15 -0700 Subject: [PATCH 100/111] Fix broken "Important" alert --- .../provision-pcs-for-initial-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md b/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md index 8c63049b2d..ecc3e67f2f 100644 --- a/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md +++ b/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md @@ -27,7 +27,7 @@ In this example, we use the **Provision desktop devices** option which helps you - Create local administrator account - Add applications and certificates -> [IMPORTANT] +> [!IMPORTANT] > You must run Windows Configuration Designer on Windows client to configure Microsoft Entra enrollment using any of the wizards. ## Start a new project From 26100f7493c7fb1a49eee8c2cf01424d118a1224 Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:59:18 -0700 Subject: [PATCH 101/111] Remove unnecessary backticks --- windows/configuration/shell-launcher/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/configuration/shell-launcher/index.md b/windows/configuration/shell-launcher/index.md index 50eeb99ef6..c62d38837a 100644 --- a/windows/configuration/shell-launcher/index.md +++ b/windows/configuration/shell-launcher/index.md @@ -38,8 +38,8 @@ Methods of controlling access to other desktop applications and system component ## Differences between Shell Launcher v1 and Shell Launcher v2 -Shell Launcher v1 replaces ```explorer.exe```, the default shell, with ```eshell.exe```, which can launch a Windows desktop application. -Shell Launcher v2 replaces ```explorer.exe``` with ```customshellhost.exe```. This new executable file can launch a Windows desktop application or a UWP app. +Shell Launcher v1 replaces `explorer.exe`, the default shell, with `eshell.exe`, which can launch a Windows desktop application. +Shell Launcher v2 replaces `explorer.exe` with `customshellhost.exe`. This new executable file can launch a Windows desktop application or a UWP app. In addition to allowing you to use a UWP app for your replacement shell, Shell Launcher v2 offers more enhancements: - You can use a custom Windows desktop application that can then launch UWP apps, such as Settings and Touch Keyboard. From c149678551fb179ad774180d19bbe9de18d24a9a Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:00:16 -0700 Subject: [PATCH 102/111] Correct self-closing BR tags --- .../configuration/shell-launcher/wesl-usersetting.md | 6 +++--- .../shell-launcher/wesl-usersettinggetcustomshell.md | 10 +++++----- .../shell-launcher/wesl-usersettinggetdefaultshell.md | 4 ++-- .../shell-launcher/wesl-usersettingisenabled.md | 2 +- .../wesl-usersettingremovecustomshell.md | 2 +- .../shell-launcher/wesl-usersettingsetcustomshell.md | 10 +++++----- .../shell-launcher/wesl-usersettingsetdefaultshell.md | 4 ++-- .../shell-launcher/wesl-usersettingsetenabled.md | 2 +- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/windows/configuration/shell-launcher/wesl-usersetting.md b/windows/configuration/shell-launcher/wesl-usersetting.md index ce3019dbf0..4e3cf46894 100644 --- a/windows/configuration/shell-launcher/wesl-usersetting.md +++ b/windows/configuration/shell-launcher/wesl-usersetting.md @@ -76,10 +76,10 @@ The following tables list any methods and properties that belong to this class. | Property | Data type | Qualifiers | Description | |----------|----------------|------------|-------------| | **Sid** | string | [read, write, required] | User or group SID. | -| **shell** | string | [read, write, required] | The application to start as the shell.
      The **shell** property can be a filename in the *Path* environment variable, or it can contain a fully qualified path to the application. You can also use environment variables in the path.
      Any spaces in the **shell** property must be part of a quote-delimited string. | +| **shell** | string | [read, write, required] | The application to start as the shell.
      The **shell** property can be a filename in the *Path* environment variable, or it can contain a fully qualified path to the application. You can also use environment variables in the path.
      Any spaces in the **shell** property must be part of a quote-delimited string. | | **CustomReturnCodes** | Sint32[] |[read, write] | An array of custom return codes that can be returned by the shell. | -| **CustomReturnCodesAction** | Sint32[] | [read, write] | An array of custom return code actions that determine what action Shell Launcher takes when the shell exits. The custom actions map to the array of **CustomReturnCodes**.
      The possible actions are:
      0 - Restart the shell.
      1 - Restart the device.
      2 - Shut down the device.
      3 - Do nothing. | -| **DefaultAction** | Sint32 | [read, write] | The default action Shell Launcher takes when the shell exits.
      The possible actions are defined as follows:
      0 - Restart the shell.
      1 - Restart the device.
      2 - Shut down the device.
      3 - Do nothing. | +| **CustomReturnCodesAction** | Sint32[] | [read, write] | An array of custom return code actions that determine what action Shell Launcher takes when the shell exits. The custom actions map to the array of **CustomReturnCodes**.
      The possible actions are:
      0 - Restart the shell.
      1 - Restart the device.
      2 - Shut down the device.
      3 - Do nothing. | +| **DefaultAction** | Sint32 | [read, write] | The default action Shell Launcher takes when the shell exits.
      The possible actions are defined as follows:
      0 - Restart the shell.
      1 - Restart the device.
      2 - Shut down the device.
      3 - Do nothing. | ### Remarks diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md index 6be4813c8c..98c7eaa8c3 100644 --- a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md @@ -25,13 +25,13 @@ This method retrieves the Shell Launcher configuration for a specific user or gr ## Parameters -**Sid**
      \[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for. +**Sid**
      \[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for. -**Shell**
      \[out, required\] The application or executable that Shell Launcher starts as the shell. +**Shell**
      \[out, required\] The application or executable that Shell Launcher starts as the shell. -**CustomReturnCodes**
      \[out, required\] An array of custom return codes returned by the shell application. +**CustomReturnCodes**
      \[out, required\] An array of custom return codes returned by the shell application. -**CustomReturnCodesAction**
      \[out, required\] An array of custom return code actions that determine the action that Shell Launcher takes when the shell application exits. The custom actions map to the array of *CustomReturnCodes*. +**CustomReturnCodesAction**
      \[out, required\] An array of custom return code actions that determine the action that Shell Launcher takes when the shell application exits. The custom actions map to the array of *CustomReturnCodes*. The possible actions are defined in the following table: @@ -42,7 +42,7 @@ The possible actions are defined in the following table: | 2 | Shut down the device. | | 3 | Do nothing. | -**DefaultAction**
      \[out, required\] The default action that Shell Launcher takes when the shell application exits. +**DefaultAction**
      \[out, required\] The default action that Shell Launcher takes when the shell application exits. The possible actions are defined in the following table: diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md index c32948ad15..3a7f52dfd3 100644 --- a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md @@ -22,9 +22,9 @@ This method retrieves the default Shell Launcher configuration. ## Parameters -**Shell**
      \[out, required\] The application or executable that Shell Launcher starts as the shell. +**Shell**
      \[out, required\] The application or executable that Shell Launcher starts as the shell. -**DefaultAction**
      \[out, required\] The default action Shell Launcher takes when the shell application exits. +**DefaultAction**
      \[out, required\] The default action Shell Launcher takes when the shell application exits. The possible actions are defined in the following table: diff --git a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md index 1125bb1d92..0b2753c1c7 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md +++ b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md @@ -21,7 +21,7 @@ This method retrieves a value that indicates if Shell Launcher is enabled or dis ## Parameters -**Enabled**
      \[out, required\] A Boolean value that indicates if Shell Launcher is enabled. +**Enabled**
      \[out, required\] A Boolean value that indicates if Shell Launcher is enabled. ## Return Value diff --git a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md index e5058577a9..6fead06a2b 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md @@ -21,7 +21,7 @@ This method removes a Shell Launcher configuration for a specific user or group, ## Parameters -**Sid**
      \[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for. +**Sid**
      \[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is configured for. ## Return Value diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md index 5b788c9295..0d3a9a6045 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md @@ -25,13 +25,13 @@ This method configures Shell Launcher for a specific user or group, based on the ## Parameters -**Sid**
      \[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is being configured for. +**Sid**
      \[in, required\] A string containing the security identifier (SID) of the user or group that Shell Launcher is being configured for. -**Shell**
      \[in, required\] The application or executable that Shell Launcher starts as the shell. +**Shell**
      \[in, required\] The application or executable that Shell Launcher starts as the shell. -**CustomReturnCodes**
      \[in\] An array of custom return codes that can be returned by the shell application. +**CustomReturnCodes**
      \[in\] An array of custom return codes that can be returned by the shell application. -**CustomReturnCodesAction**
      \[in\] An array of custom return code actions that determine the action that Shell Launcher takes when the shell application exits. The custom actions map to the array of *CustomReturnCodes*. +**CustomReturnCodesAction**
      \[in\] An array of custom return code actions that determine the action that Shell Launcher takes when the shell application exits. The custom actions map to the array of *CustomReturnCodes*. The possible actions are defined in the following table: @@ -42,7 +42,7 @@ The possible actions are defined in the following table: | 2 | Shut down the device. | | 3 | Do nothing. | -**DefaultAction**
      \[In\] The default action that Shell Launcher takes when the shell application exits. +**DefaultAction**
      \[In\] The default action that Shell Launcher takes when the shell application exits. The possible actions are defined in the following table: diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md index d829d7d717..efe4587efe 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md @@ -22,9 +22,9 @@ This method sets the default Shell Launcher configuration. ## Parameters -**Shell**
      \[in, required\] The application or executable that Shell Launcher starts as the shell. +**Shell**
      \[in, required\] The application or executable that Shell Launcher starts as the shell. -**DefaultAction**
      \[in, required\] The default action that Shell Launcher takes when the *Shell* application exits. +**DefaultAction**
      \[in, required\] The default action that Shell Launcher takes when the *Shell* application exits. The possible actions are defined in the following table: diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md index 64d952bf88..c143bf6206 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md @@ -21,7 +21,7 @@ This method enables or disables Shell Launcher. ## Parameters -**Enabled**
      \[in, required\] A Boolean value that indicates whether to enable or disable Shell Launcher. +**Enabled**
      \[in, required\] A Boolean value that indicates whether to enable or disable Shell Launcher. ## Return Value From 4f90afc3ca4af9a9f5d858374437bc90be0561be Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:09:01 -0700 Subject: [PATCH 103/111] Correct slugs for content types For a list of valid slugs, see the instructions in https://review.learn.microsoft.com/en-us/help/platform/metadata-taxonomies?branch=main --- windows/configuration/shell-launcher/index.md | 8 ++++---- .../configuration/shell-launcher/wedl-assignedaccess.md | 2 +- windows/configuration/shell-launcher/wesl-usersetting.md | 2 +- .../shell-launcher/wesl-usersettinggetcustomshell.md | 2 +- .../shell-launcher/wesl-usersettinggetdefaultshell.md | 2 +- .../shell-launcher/wesl-usersettingisenabled.md | 2 +- .../shell-launcher/wesl-usersettingremovecustomshell.md | 2 +- .../shell-launcher/wesl-usersettingsetcustomshell.md | 2 +- .../shell-launcher/wesl-usersettingsetdefaultshell.md | 2 +- .../shell-launcher/wesl-usersettingsetenabled.md | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/windows/configuration/shell-launcher/index.md b/windows/configuration/shell-launcher/index.md index c62d38837a..bcdfe0fba9 100644 --- a/windows/configuration/shell-launcher/index.md +++ b/windows/configuration/shell-launcher/index.md @@ -86,25 +86,25 @@ This example uses a Windows image called install.wim, but you can use the same p 1. Copy install.wim to a temporary folder on hard drive (in the following steps, we assume it's called C:\\wim). 1. Create a new directory. - ```CMD + ```cmd md c:\wim ``` 1. Mount the image. - ```CMD + ```cmd dism /mount-wim /wimfile:c:\bootmedia\sources\install.wim /index:1 /MountDir:c:\wim ``` 1. Enable the feature. - ```CMD + ```cmd dism /image:c:\wim /enable-feature /all /featureName:Client-EmbeddedShellLauncher ``` 1. Commit the change. - ```CMD + ```cmd dism /unmount-wim /MountDir:c:\wim /Commit ``` diff --git a/windows/configuration/shell-launcher/wedl-assignedaccess.md b/windows/configuration/shell-launcher/wedl-assignedaccess.md index acdd00a9df..aa991281b3 100644 --- a/windows/configuration/shell-launcher/wedl-assignedaccess.md +++ b/windows/configuration/shell-launcher/wedl-assignedaccess.md @@ -13,7 +13,7 @@ This Windows Management Instrumentation (WMI) provider class configures settings ## Syntax -```powershell +```mof class WEDL_AssignedAccess { [Key] string UserSID; [Read, Write] string AppUserModelId; diff --git a/windows/configuration/shell-launcher/wesl-usersetting.md b/windows/configuration/shell-launcher/wesl-usersetting.md index 4e3cf46894..56ab9c4ffc 100644 --- a/windows/configuration/shell-launcher/wesl-usersetting.md +++ b/windows/configuration/shell-launcher/wesl-usersetting.md @@ -13,7 +13,7 @@ This class configures which application Shell Launcher starts based on the secur ## Syntax -```powershell +```mof class WESL_UserSetting { [read, write, Required] string Sid; [read, write, Required] string Shell; diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md index 98c7eaa8c3..f36d7aeb54 100644 --- a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md @@ -13,7 +13,7 @@ This method retrieves the Shell Launcher configuration for a specific user or gr ## Syntax -```powershell +```mof [Static] uint32 GetCustomShell ( [In, Required] string Sid, [Out, Required] string Shell, diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md index 3a7f52dfd3..31d20adae5 100644 --- a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md @@ -13,7 +13,7 @@ This method retrieves the default Shell Launcher configuration. ## Syntax -```powershell +```mof [Static] uint32 GetDefaultShell ( [Out, Required] string Shell, [Out, Required] sint32 DefaultAction diff --git a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md index 0b2753c1c7..5ed82b449e 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md +++ b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md @@ -13,7 +13,7 @@ This method retrieves a value that indicates if Shell Launcher is enabled or dis ## Syntax -```powershell +```mof [Static] uint32 IsEnabled( [Out, Required] boolean Enabled ); diff --git a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md index 6fead06a2b..63bb9b7782 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md @@ -13,7 +13,7 @@ This method removes a Shell Launcher configuration for a specific user or group, ## Syntax -```powershell +```mof [Static] uint32 RemoveCustomShell ( [In, Required] string Sid ); diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md index 0d3a9a6045..a83258af31 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md @@ -13,7 +13,7 @@ This method configures Shell Launcher for a specific user or group, based on the ## Syntax -```powershell +```mof [Static] uint32 SetCustomShell ( [In, Required] string Sid, [In, Required] string Shell, diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md index efe4587efe..6f8e169487 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md @@ -13,7 +13,7 @@ This method sets the default Shell Launcher configuration. ## Syntax -```powershell +```mof [Static] uint32 SetDefaultShell ( [In, Required] string Shell, [In, Required] sint32 DefaultAction diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md index c143bf6206..ca5dbebba8 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md @@ -13,7 +13,7 @@ This method enables or disables Shell Launcher. ## Syntax -```powershell +```mof [Static] uint32 SetEnabled( [In, Required] boolean Enabled ); From 1e59df7cebad939cb813a6bfe6e3853ba27efe86 Mon Sep 17 00:00:00 2001 From: Samantha Robertson Date: Mon, 10 Mar 2025 14:36:22 -0700 Subject: [PATCH 104/111] Add essentials-security to ms.collection in index.yml --- windows/security/index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/index.yml b/windows/security/index.yml index 4fba3d9794..65fbde4219 100644 --- a/windows/security/index.yml +++ b/windows/security/index.yml @@ -7,11 +7,11 @@ metadata: ms.topic: landing-page ms.collection: - tier1 + - essentials-security author: paolomatarazzo ms.author: paoloma manager: aaroncz ms.date: 10/18/2024 - ms.collection: essentials-security # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | tutorial | overview | quickstart | reference | sample | tutorial | video | whats-new From d796d7bf2772b6b76d0463fb3e9c69af385899bd Mon Sep 17 00:00:00 2001 From: David Strome <21028455+dstrome@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:45:02 -0700 Subject: [PATCH 105/111] Update AutoLabelMsftContributor workflow from PAT to GH app --- .github/workflows/AutoLabelMsftContributor.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/AutoLabelMsftContributor.yml b/.github/workflows/AutoLabelMsftContributor.yml index 66992cfeef..c41825acc8 100644 --- a/.github/workflows/AutoLabelMsftContributor.yml +++ b/.github/workflows/AutoLabelMsftContributor.yml @@ -31,10 +31,5 @@ jobs: PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }} secrets: AccessToken: ${{ secrets.GITHUB_TOKEN }} - TeamReadAccessToken: ${{ secrets.ORG_READTEAMS_TOKEN }} - - - - - - + ClientId: ${{ secrets.M365_APP_CLIENT_ID }} + PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }} From 8ee01eb6ff933e7ae3bdc0991d8e307506c7e68c Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 11 Mar 2025 14:56:32 -0400 Subject: [PATCH 106/111] added manager for iot-related content --- windows/configuration/docfx.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/windows/configuration/docfx.json b/windows/configuration/docfx.json index 954b3313fb..e4672dc5e7 100644 --- a/windows/configuration/docfx.json +++ b/windows/configuration/docfx.json @@ -145,8 +145,18 @@ "wcd//**/*.md": "vinpa", "wcd//**/*.yml": "vinpa" }, + "manager":{ + "custom-logon//**/*.md": "vlokeshwar", + "custom-logon//**/*.yml": "vlokeshwar", + "keyboard-filter//**/*.md": "vlokeshwar", + "keyboard-filter//**/*.yml": "vlokeshwar", + "unbranded-boot//**/*.md": "vlokeshwar", + "unbranded-boot//**/*.yml": "vlokeshwar", + "unified-write-filter//**/*.md": "vlokeshwar", + "unified-write-filter//**/*.yml": "vlokeshwar" + }, "ms.reviewer": { - "kiosk//**/*.md": "sybruckm", + "kiosk//**/*.md": "twarwick", "start//**/*.md": "ericpapa" }, "ms.collection": { From 3f528872dbe3f2150cae5e4b02997848736451a7 Mon Sep 17 00:00:00 2001 From: Meghan Stewart <33289333+mestew@users.noreply.github.com> Date: Tue, 11 Mar 2025 11:57:49 -0700 Subject: [PATCH 107/111] fix merge conflict --- windows/whats-new/removed-features.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/windows/whats-new/removed-features.md b/windows/whats-new/removed-features.md index e5355a6805..10ff6580d7 100644 --- a/windows/whats-new/removed-features.md +++ b/windows/whats-new/removed-features.md @@ -8,11 +8,7 @@ ms.author: mstewart manager: aaroncz ms.topic: reference ms.subservice: itpro-fundamentals -<<<<<<< HEAD ms.date: 03/25/2025 -======= -ms.date: 02/25/2025 ->>>>>>> 71b0d9bb4ef9efbbde36d5e804ee75e1648d0b23 ms.collection: - highpri - tier1 @@ -42,11 +38,8 @@ The following features and functionalities have been removed from the installed |Feature | Details and mitigation | Support removed | | ----------- | --------------------- | ------ | -<<<<<<< HEAD | Location History | We are removing the Location History feature, an [API](/uwp/api/windows.devices.geolocation.geolocator.getgeopositionhistoryasync) that allowed Cortana to access 24 hours of device history when location was enabled. With the removal of the Location History feature, location data will no longer be saved locally and the corresponding settings will also be removed from the **Privacy & Security** > **Location** page in **Settings**. This feature is being gradually removed from devices using a controlled feature rollout (CFR). | March 25, 2025 | -======= | Data Encryption Standard (DES) | DES, the symmetric-key block encryption cipher, is considered nonsecure against modern cryptographic attacks, and replaced by more robust encryption algorithms. DES was disabled by default starting with Windows 7 and Windows Server 2008 R2. It's removed from Windows 11, version 24H2 and later, and [Windows Server 2025](/windows-server/get-started/removed-deprecated-features-windows-server-2025) and later.| September 2025 | ->>>>>>> 71b0d9bb4ef9efbbde36d5e804ee75e1648d0b23 | NTLMv1 | NTLMv1 is removed starting in Windows 11, version 24H2 and Windows Server 2025. | 24H2 | | Windows Information Protection | Windows Information Protection is removed starting in Windows 11, version 24H2. | 24H2 | | Microsoft Defender Application Guard for Edge | [Microsoft Defender Application Guard](/windows/security/application-security/application-isolation/microsoft-defender-application-guard/md-app-guard-overview), including the [Windows Isolated App Launcher APIs](/windows/win32/api/isolatedapplauncher/), is deprecated for Microsoft Edge for Business and is no longer available starting with Windows 11, version 24H2. | 24H2 | From c20c8e2b9858756f8c3671360e61d586bc8a1857 Mon Sep 17 00:00:00 2001 From: Meghan Stewart <33289333+mestew@users.noreply.github.com> Date: Tue, 11 Mar 2025 12:00:07 -0700 Subject: [PATCH 108/111] metadata update --- windows/whats-new/removed-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/whats-new/removed-features.md b/windows/whats-new/removed-features.md index 10ff6580d7..bcbd63bbc0 100644 --- a/windows/whats-new/removed-features.md +++ b/windows/whats-new/removed-features.md @@ -8,7 +8,7 @@ ms.author: mstewart manager: aaroncz ms.topic: reference ms.subservice: itpro-fundamentals -ms.date: 03/25/2025 +ms.date: 03/11/2025 ms.collection: - highpri - tier1 From d33d9ac5dca03ba9175a46b257789ac3b18e43cb Mon Sep 17 00:00:00 2001 From: Meghan Stewart <33289333+mestew@users.noreply.github.com> Date: Tue, 11 Mar 2025 12:03:13 -0700 Subject: [PATCH 109/111] metadata update --- windows/whats-new/removed-features.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/whats-new/removed-features.md b/windows/whats-new/removed-features.md index bcbd63bbc0..9207100001 100644 --- a/windows/whats-new/removed-features.md +++ b/windows/whats-new/removed-features.md @@ -7,7 +7,7 @@ author: mestew ms.author: mstewart manager: aaroncz ms.topic: reference -ms.subservice: itpro-fundamentals +ms.subservice: itpro-fundamentals ms.date: 03/11/2025 ms.collection: - highpri @@ -19,7 +19,7 @@ appliesto: # Features and functionality removed in Windows client -Each version of Windows client adds new features and functionality. Occasionally, new versions also remove features and functionality, often because they've added a newer option. This article provides details about the features and functionality that have been removed in Windows client. +Each version of Windows client adds new features and functionality. Occasionally, new versions also remove features and functionality, often because they've added a newer option. This article provides details about the features and functionality that have been removed in Windows client. For more information about features that might be removed in a future release, see [Deprecated features for Windows client](deprecated-features.md). @@ -38,8 +38,8 @@ The following features and functionalities have been removed from the installed |Feature | Details and mitigation | Support removed | | ----------- | --------------------- | ------ | -| Location History | We are removing the Location History feature, an [API](/uwp/api/windows.devices.geolocation.geolocator.getgeopositionhistoryasync) that allowed Cortana to access 24 hours of device history when location was enabled. With the removal of the Location History feature, location data will no longer be saved locally and the corresponding settings will also be removed from the **Privacy & Security** > **Location** page in **Settings**. This feature is being gradually removed from devices using a controlled feature rollout (CFR). | March 25, 2025 | -| Data Encryption Standard (DES) | DES, the symmetric-key block encryption cipher, is considered nonsecure against modern cryptographic attacks, and replaced by more robust encryption algorithms. DES was disabled by default starting with Windows 7 and Windows Server 2008 R2. It's removed from Windows 11, version 24H2 and later, and [Windows Server 2025](/windows-server/get-started/removed-deprecated-features-windows-server-2025) and later.| September 2025 | +| Location History | We are removing the Location History feature, an [API](/uwp/api/windows.devices.geolocation.geolocator.getgeopositionhistoryasync) that allowed Cortana to access 24 hours of device history when location was enabled. With the removal of the Location History feature, location data will no longer be saved locally and the corresponding settings will also be removed from the **Privacy & Security** > **Location** page in **Settings**. This feature is being gradually removed from devices using a controlled feature rollout (CFR). | March 25, 2025 | +| Data Encryption Standard (DES) | DES, the symmetric-key block encryption cipher, is considered nonsecure against modern cryptographic attacks, and replaced by more robust encryption algorithms. DES was disabled by default starting with Windows 7 and Windows Server 2008 R2. It's removed from Windows 11, version 24H2 and later, and [Windows Server 2025](/windows-server/get-started/removed-deprecated-features-windows-server-2025) and later.| September 2025 | | NTLMv1 | NTLMv1 is removed starting in Windows 11, version 24H2 and Windows Server 2025. | 24H2 | | Windows Information Protection | Windows Information Protection is removed starting in Windows 11, version 24H2. | 24H2 | | Microsoft Defender Application Guard for Edge | [Microsoft Defender Application Guard](/windows/security/application-security/application-isolation/microsoft-defender-application-guard/md-app-guard-overview), including the [Windows Isolated App Launcher APIs](/windows/win32/api/isolatedapplauncher/), is deprecated for Microsoft Edge for Business and is no longer available starting with Windows 11, version 24H2. | 24H2 | From aeb8f2bbd5d93e85c6f2a46e2705928aa1df9c9e Mon Sep 17 00:00:00 2001 From: "Vinay Pamnani (from Dev Box)" Date: Wed, 12 Mar 2025 10:39:50 -0600 Subject: [PATCH 110/111] Remove Windows SE from CSP applicability --- .../mdm/Language-pack-management-csp.md | 28 +- .../mdm/accountmanagement-csp.md | 14 +- .../client-management/mdm/activesync-csp.md | 54 +- .../mdm/applicationcontrol-csp.md | 42 +- .../client-management/mdm/applocker-csp.md | 88 +-- .../mdm/assignedaccess-csp.md | 12 +- .../client-management/mdm/bitlocker-csp.md | 60 +- .../mdm/certificatestore-csp.md | 152 ++--- .../mdm/clientcertificateinstall-csp.md | 154 ++--- .../client-management/mdm/clouddesktop-csp.md | 10 +- .../mdm/declaredconfiguration-csp.md | 40 +- windows/client-management/mdm/defender-csp.md | 243 ++++---- .../client-management/mdm/devdetail-csp.md | 72 +-- .../mdm/devicemanageability-csp.md | 16 +- .../mdm/devicepreparation-csp.md | 26 +- .../client-management/mdm/devicestatus-csp.md | 102 ++-- windows/client-management/mdm/devinfo-csp.md | 16 +- .../mdm/diagnosticlog-csp.md | 78 +-- windows/client-management/mdm/dmacc-csp.md | 72 +-- windows/client-management/mdm/dmclient-csp.md | 216 +++---- windows/client-management/mdm/email2-csp.md | 68 +-- .../mdm/enterprisedesktopappmanagement-csp.md | 54 +- .../mdm/enterprisemodernappmanagement-csp.md | 446 +++++++-------- windows/client-management/mdm/euiccs-csp.md | 50 +- windows/client-management/mdm/firewall-csp.md | 274 ++++----- .../mdm/healthattestation-csp.md | 34 +- windows/client-management/mdm/laps-csp.md | 44 +- .../client-management/mdm/networkproxy-csp.md | 16 +- .../mdm/networkqospolicy-csp.md | 18 +- .../client-management/mdm/nodecache-csp.md | 38 +- windows/client-management/mdm/office-csp.md | 26 +- .../mdm/passportforwork-csp.md | 104 ++-- .../mdm/personaldataencryption-csp.md | 20 +- .../mdm/personalization-csp.md | 16 +- .../policy-configuration-service-provider.md | 44 +- .../mdm/policy-csp-abovelock.md | 6 +- .../mdm/policy-csp-accounts.md | 12 +- .../mdm/policy-csp-activexcontrols.md | 4 +- .../policy-csp-admx-activexinstallservice.md | 4 +- .../mdm/policy-csp-admx-addremoveprograms.md | 24 +- .../mdm/policy-csp-admx-admpwd.md | 10 +- .../mdm/policy-csp-admx-appcompat.md | 20 +- .../mdm/policy-csp-admx-appxpackagemanager.md | 4 +- .../mdm/policy-csp-admx-appxruntime.md | 10 +- .../mdm/policy-csp-admx-attachmentmanager.md | 12 +- .../mdm/policy-csp-admx-auditsettings.md | 4 +- .../mdm/policy-csp-admx-bits.md | 30 +- .../mdm/policy-csp-admx-ciphersuiteorder.md | 6 +- .../mdm/policy-csp-admx-com.md | 6 +- .../mdm/policy-csp-admx-controlpanel.md | 10 +- .../policy-csp-admx-controlpaneldisplay.md | 50 +- .../mdm/policy-csp-admx-cpls.md | 4 +- .../policy-csp-admx-credentialproviders.md | 8 +- .../mdm/policy-csp-admx-credssp.md | 24 +- .../mdm/policy-csp-admx-credui.md | 6 +- .../mdm/policy-csp-admx-ctrlaltdel.md | 10 +- .../mdm/policy-csp-admx-datacollection.md | 4 +- .../mdm/policy-csp-admx-dcom.md | 6 +- .../mdm/policy-csp-admx-desktop.md | 60 +- .../mdm/policy-csp-admx-devicecompat.md | 6 +- .../mdm/policy-csp-admx-deviceguard.md | 4 +- .../mdm/policy-csp-admx-deviceinstallation.md | 18 +- .../mdm/policy-csp-admx-devicesetup.md | 6 +- .../mdm/policy-csp-admx-dfs.md | 4 +- .../mdm/policy-csp-admx-digitallocker.md | 6 +- .../mdm/policy-csp-admx-diskdiagnostic.md | 6 +- .../mdm/policy-csp-admx-disknvcache.md | 10 +- .../mdm/policy-csp-admx-diskquota.md | 14 +- ...policy-csp-admx-distributedlinktracking.md | 4 +- .../mdm/policy-csp-admx-dnsclient.md | 46 +- .../mdm/policy-csp-admx-dwm.md | 14 +- .../mdm/policy-csp-admx-eaime.md | 26 +- .../mdm/policy-csp-admx-encryptfilesonmove.md | 4 +- .../mdm/policy-csp-admx-enhancedstorage.md | 14 +- .../mdm/policy-csp-admx-errorreporting.md | 60 +- .../mdm/policy-csp-admx-eventforwarding.md | 6 +- .../mdm/policy-csp-admx-eventlog.md | 44 +- .../mdm/policy-csp-admx-eventlogging.md | 4 +- .../mdm/policy-csp-admx-eventviewer.md | 8 +- .../mdm/policy-csp-admx-explorer.md | 12 +- .../mdm/policy-csp-admx-externalboot.md | 8 +- .../mdm/policy-csp-admx-filerecovery.md | 4 +- .../mdm/policy-csp-admx-filerevocation.md | 4 +- .../policy-csp-admx-fileservervssprovider.md | 4 +- .../mdm/policy-csp-admx-filesys.md | 18 +- .../mdm/policy-csp-admx-folderredirection.md | 16 +- .../mdm/policy-csp-admx-framepanes.md | 6 +- .../mdm/policy-csp-admx-fthsvc.md | 4 +- .../mdm/policy-csp-admx-globalization.md | 50 +- .../mdm/policy-csp-admx-grouppolicy.md | 88 +-- .../mdm/policy-csp-admx-help.md | 10 +- .../mdm/policy-csp-admx-helpandsupport.md | 10 +- .../mdm/policy-csp-admx-hotspotauth.md | 4 +- .../mdm/policy-csp-admx-icm.md | 54 +- .../mdm/policy-csp-admx-iis.md | 4 +- .../mdm/policy-csp-admx-iscsi.md | 22 +- .../mdm/policy-csp-admx-kdc.md | 14 +- .../mdm/policy-csp-admx-kerberos.md | 18 +- .../mdm/policy-csp-admx-lanmanserver.md | 10 +- .../mdm/policy-csp-admx-lanmanworkstation.md | 8 +- .../mdm/policy-csp-admx-leakdiagnostic.md | 4 +- ...icy-csp-admx-linklayertopologydiscovery.md | 6 +- .../policy-csp-admx-locationprovideradm.md | 4 +- .../mdm/policy-csp-admx-logon.md | 32 +- ...icy-csp-admx-microsoftdefenderantivirus.md | 188 +++---- .../mdm/policy-csp-admx-mmc.md | 12 +- .../mdm/policy-csp-admx-mmcsnapins.md | 210 +++---- .../policy-csp-admx-mobilepcmobilitycenter.md | 6 +- ...y-csp-admx-mobilepcpresentationsettings.md | 6 +- .../mdm/policy-csp-admx-msapolicy.md | 4 +- .../mdm/policy-csp-admx-msched.md | 6 +- .../mdm/policy-csp-admx-msdt.md | 8 +- .../mdm/policy-csp-admx-msi.md | 50 +- .../mdm/policy-csp-admx-msifilerecovery.md | 4 +- .../mdm/policy-csp-admx-mss-legacy.md | 38 +- .../mdm/policy-csp-admx-nca.md | 18 +- .../mdm/policy-csp-admx-ncsi.md | 16 +- .../mdm/policy-csp-admx-netlogon.md | 72 +-- .../mdm/policy-csp-admx-networkconnections.md | 56 +- .../mdm/policy-csp-admx-offlinefiles.md | 94 ++-- .../mdm/policy-csp-admx-pca.md | 16 +- .../mdm/policy-csp-admx-peertopeercaching.md | 20 +- .../mdm/policy-csp-admx-pentraining.md | 6 +- .../policy-csp-admx-performancediagnostics.md | 10 +- .../mdm/policy-csp-admx-power.md | 52 +- ...licy-csp-admx-powershellexecutionpolicy.md | 10 +- .../mdm/policy-csp-admx-previousversions.md | 26 +- .../mdm/policy-csp-admx-printing.md | 54 +- .../mdm/policy-csp-admx-printing2.md | 20 +- .../mdm/policy-csp-admx-programs.md | 16 +- .../mdm/policy-csp-admx-pushtoinstall.md | 4 +- .../mdm/policy-csp-admx-qos.md | 40 +- .../mdm/policy-csp-admx-radar.md | 4 +- .../mdm/policy-csp-admx-reliability.md | 10 +- .../mdm/policy-csp-admx-remoteassistance.md | 6 +- .../mdm/policy-csp-admx-removablestorage.md | 66 +-- .../mdm/policy-csp-admx-rpc.md | 10 +- .../mdm/policy-csp-admx-sam.md | 4 +- .../mdm/policy-csp-admx-scripts.md | 26 +- .../mdm/policy-csp-admx-sdiageng.md | 8 +- .../mdm/policy-csp-admx-sdiagschd.md | 4 +- .../mdm/policy-csp-admx-securitycenter.md | 4 +- .../mdm/policy-csp-admx-sensors.md | 12 +- .../mdm/policy-csp-admx-servermanager.md | 10 +- .../mdm/policy-csp-admx-servicing.md | 4 +- .../mdm/policy-csp-admx-settingsync.md | 20 +- .../mdm/policy-csp-admx-sharedfolders.md | 6 +- .../mdm/policy-csp-admx-sharing.md | 6 +- ...csp-admx-shellcommandpromptregedittools.md | 10 +- .../mdm/policy-csp-admx-smartcard.md | 34 +- .../mdm/policy-csp-admx-snmp.md | 8 +- .../mdm/policy-csp-admx-soundrec.md | 6 +- .../mdm/policy-csp-admx-srmfci.md | 10 +- .../mdm/policy-csp-admx-startmenu.md | 136 ++--- .../mdm/policy-csp-admx-systemrestore.md | 4 +- .../mdm/policy-csp-admx-tabletpcinputpanel.md | 34 +- .../mdm/policy-csp-admx-tabletshell.md | 46 +- .../mdm/policy-csp-admx-taskbar.md | 46 +- .../mdm/policy-csp-admx-tcpip.md | 28 +- .../mdm/policy-csp-admx-terminalserver.md | 182 +++--- .../mdm/policy-csp-admx-thumbnails.md | 8 +- .../mdm/policy-csp-admx-touchinput.md | 10 +- .../mdm/policy-csp-admx-tpm.md | 22 +- ...y-csp-admx-userexperiencevirtualization.md | 254 ++++----- .../mdm/policy-csp-admx-userprofiles.md | 18 +- .../mdm/policy-csp-admx-w32time.md | 10 +- .../mdm/policy-csp-admx-wcm.md | 8 +- .../mdm/policy-csp-admx-wdi.md | 6 +- .../mdm/policy-csp-admx-wincal.md | 6 +- .../mdm/policy-csp-admx-windowscolorsystem.md | 6 +- .../mdm/policy-csp-admx-windowsconnectnow.md | 8 +- .../mdm/policy-csp-admx-windowsexplorer.md | 146 ++--- .../mdm/policy-csp-admx-windowsmediadrm.md | 4 +- .../mdm/policy-csp-admx-windowsmediaplayer.md | 44 +- ...policy-csp-admx-windowsremotemanagement.md | 6 +- .../mdm/policy-csp-admx-windowsstore.md | 12 +- .../mdm/policy-csp-admx-wininit.md | 8 +- .../mdm/policy-csp-admx-winlogon.md | 14 +- .../mdm/policy-csp-admx-winsrv.md | 4 +- .../mdm/policy-csp-admx-wlansvc.md | 8 +- .../mdm/policy-csp-admx-wordwheel.md | 4 +- .../mdm/policy-csp-admx-workfoldersclient.md | 8 +- .../mdm/policy-csp-admx-wpn.md | 14 +- .../mdm/policy-csp-appdeviceinventory.md | 10 +- .../mdm/policy-csp-applicationdefaults.md | 6 +- .../mdm/policy-csp-applicationmanagement.md | 34 +- .../mdm/policy-csp-appruntime.md | 4 +- .../mdm/policy-csp-appvirtualization.md | 58 +- .../mdm/policy-csp-attachmentmanager.md | 8 +- .../client-management/mdm/policy-csp-audit.md | 120 ++-- .../mdm/policy-csp-authentication.md | 22 +- .../mdm/policy-csp-autoplay.md | 8 +- .../mdm/policy-csp-bitlocker.md | 4 +- .../client-management/mdm/policy-csp-bits.md | 14 +- .../mdm/policy-csp-bluetooth.md | 16 +- .../mdm/policy-csp-browser.md | 114 ++-- .../mdm/policy-csp-camera.md | 4 +- .../mdm/policy-csp-cellular.md | 12 +- .../mdm/policy-csp-clouddesktop.md | 6 +- .../mdm/policy-csp-connectivity.md | 38 +- .../mdm/policy-csp-controlpolicyconflict.md | 4 +- .../mdm/policy-csp-credentialproviders.md | 8 +- .../mdm/policy-csp-credentialsdelegation.md | 4 +- .../mdm/policy-csp-credentialsui.md | 6 +- .../mdm/policy-csp-cryptography.md | 18 +- .../mdm/policy-csp-dataprotection.md | 6 +- .../mdm/policy-csp-datausage.md | 6 +- .../mdm/policy-csp-defender.md | 86 +-- .../mdm/policy-csp-deliveryoptimization.md | 60 +- .../mdm/policy-csp-desktop.md | 4 +- .../mdm/policy-csp-desktopappinstaller.md | 32 +- .../mdm/policy-csp-deviceguard.md | 12 +- .../mdm/policy-csp-devicehealthmonitoring.md | 10 +- .../mdm/policy-csp-deviceinstallation.md | 20 +- .../mdm/policy-csp-devicelock.md | 56 +- .../mdm/policy-csp-display.md | 16 +- .../mdm/policy-csp-dmaguard.md | 4 +- .../client-management/mdm/policy-csp-eap.md | 4 +- .../mdm/policy-csp-education.md | 14 +- .../mdm/policy-csp-enterprisecloudprint.md | 14 +- .../mdm/policy-csp-errorreporting.md | 12 +- .../mdm/policy-csp-eventlogservice.md | 10 +- .../mdm/policy-csp-experience.md | 62 +- .../mdm/policy-csp-exploitguard.md | 4 +- .../mdm/policy-csp-federatedauthentication.md | 4 +- .../mdm/policy-csp-fileexplorer.md | 16 +- .../mdm/policy-csp-filesystem.md | 6 +- .../client-management/mdm/policy-csp-games.md | 4 +- .../mdm/policy-csp-handwriting.md | 4 +- .../mdm/policy-csp-humanpresence.md | 24 +- .../mdm/policy-csp-internetexplorer.md | 532 +++++++++--------- .../mdm/policy-csp-kerberos.md | 26 +- .../mdm/policy-csp-kioskbrowser.md | 16 +- .../mdm/policy-csp-lanmanworkstation.md | 4 +- .../mdm/policy-csp-licensing.md | 6 +- ...policy-csp-localpoliciessecurityoptions.md | 168 +++--- .../mdm/policy-csp-localusersandgroups.md | 4 +- .../mdm/policy-csp-lockdown.md | 4 +- .../client-management/mdm/policy-csp-lsa.md | 6 +- .../client-management/mdm/policy-csp-maps.md | 6 +- .../mdm/policy-csp-memorydump.md | 6 +- .../mdm/policy-csp-messaging.md | 8 +- .../mdm/policy-csp-mixedreality.md | 60 +- .../mdm/policy-csp-mssecurityguide.md | 16 +- .../mdm/policy-csp-msslegacy.md | 10 +- .../mdm/policy-csp-multitasking.md | 4 +- .../mdm/policy-csp-networkisolation.md | 18 +- .../mdm/policy-csp-networklistmanager.md | 18 +- .../mdm/policy-csp-newsandinterests.md | 8 +- .../mdm/policy-csp-notifications.md | 14 +- .../client-management/mdm/policy-csp-power.md | 48 +- .../mdm/policy-csp-printers.md | 40 +- .../mdm/policy-csp-privacy.md | 206 +++---- .../mdm/policy-csp-remoteassistance.md | 10 +- .../mdm/policy-csp-remotedesktop.md | 6 +- .../mdm/policy-csp-remotedesktopservices.md | 26 +- .../mdm/policy-csp-remotemanagement.md | 32 +- .../mdm/policy-csp-remoteprocedurecall.md | 6 +- .../mdm/policy-csp-remoteshell.md | 16 +- .../mdm/policy-csp-restrictedgroups.md | 4 +- .../mdm/policy-csp-search.md | 36 +- .../mdm/policy-csp-security.md | 22 +- .../mdm/policy-csp-servicecontrolmanager.md | 4 +- .../mdm/policy-csp-settings.md | 28 +- .../mdm/policy-csp-settingssync.md | 8 +- .../mdm/policy-csp-smartscreen.md | 8 +- .../mdm/policy-csp-speakforme.md | 4 +- .../mdm/policy-csp-speech.md | 4 +- .../client-management/mdm/policy-csp-start.md | 82 +-- .../mdm/policy-csp-stickers.md | 4 +- .../mdm/policy-csp-storage.md | 28 +- .../client-management/mdm/policy-csp-sudo.md | 4 +- .../mdm/policy-csp-system.md | 68 +-- .../mdm/policy-csp-systemservices.md | 46 +- .../mdm/policy-csp-taskmanager.md | 4 +- .../mdm/policy-csp-taskscheduler.md | 4 +- .../mdm/policy-csp-tenantdefinedtelemetry.md | 4 +- .../mdm/policy-csp-tenantrestrictions.md | 4 +- .../mdm/policy-csp-textinput.md | 60 +- .../mdm/policy-csp-timelanguagesettings.md | 10 +- .../mdm/policy-csp-troubleshooting.md | 4 +- .../mdm/policy-csp-update.md | 152 ++--- .../mdm/policy-csp-userrights.md | 84 +-- ...olicy-csp-virtualizationbasedtechnology.md | 6 +- .../mdm/policy-csp-webthreatdefense.md | 12 +- .../client-management/mdm/policy-csp-wifi.md | 18 +- .../mdm/policy-csp-windowsai.md | 24 +- .../mdm/policy-csp-windowsautopilot.md | 4 +- .../policy-csp-windowsconnectionmanager.md | 4 +- ...olicy-csp-windowsdefendersecuritycenter.md | 46 +- .../mdm/policy-csp-windowsinkworkspace.md | 6 +- .../mdm/policy-csp-windowslogon.md | 20 +- .../mdm/policy-csp-windowspowershell.md | 4 +- .../mdm/policy-csp-windowssandbox.md | 18 +- .../mdm/policy-csp-wirelessdisplay.md | 24 +- .../mdm/printerprovisioning-csp.md | 16 +- windows/client-management/mdm/reboot-csp.md | 12 +- .../client-management/mdm/remotewipe-csp.md | 24 +- .../mdm/rootcacertificates-csp.md | 178 +++--- .../mdm/secureassessment-csp.md | 14 +- windows/client-management/mdm/sharedpc-csp.md | 38 +- windows/client-management/mdm/supl-csp.md | 78 +-- .../client-management/mdm/surfacehub-csp.md | 132 ++--- windows/client-management/mdm/vpnv2-csp.md | 406 ++++++------- windows/client-management/mdm/wifi-csp.md | 34 +- .../windowsdefenderapplicationguard-csp.md | 34 +- .../mdm/windowslicensing-csp.md | 54 +- .../client-management/mdm/wirednetwork-csp.md | 10 +- 308 files changed, 5228 insertions(+), 5229 deletions(-) diff --git a/windows/client-management/mdm/Language-pack-management-csp.md b/windows/client-management/mdm/Language-pack-management-csp.md index 9824f9f4bb..228dfc5e2f 100644 --- a/windows/client-management/mdm/Language-pack-management-csp.md +++ b/windows/client-management/mdm/Language-pack-management-csp.md @@ -1,7 +1,7 @@ --- title: LanguagePackManagement CSP description: Learn more about the LanguagePackManagement CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -42,7 +42,7 @@ The following list shows the LanguagePackManagement configuration service provid | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -81,7 +81,7 @@ Language to be installed or being installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -121,7 +121,7 @@ Language tag of the language to be installed or being installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -170,7 +170,7 @@ Copies the language to the international settings (that is, locale, input layout | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -219,7 +219,7 @@ Enables installations of all available language features when the value is true. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -258,7 +258,7 @@ Error code of queued language installation. 0 if there is no error. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -297,7 +297,7 @@ Execution node to queue a language for installation on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -336,7 +336,7 @@ Status of the language queued for install. 0 - not started; 1 - in progress; 2 - | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -375,7 +375,7 @@ Languages currently installed on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -415,7 +415,7 @@ Language tag of an installed language on the device. Delete to uninstall. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -454,7 +454,7 @@ Numeric representation of the language features installed. Basic Typing - 1 (0x1 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -493,7 +493,7 @@ Numeric representation of how a language is installed. 1 - The system language p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -532,7 +532,7 @@ Language settings of the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/accountmanagement-csp.md b/windows/client-management/mdm/accountmanagement-csp.md index 5dbbb32e91..17077a08ef 100644 --- a/windows/client-management/mdm/accountmanagement-csp.md +++ b/windows/client-management/mdm/accountmanagement-csp.md @@ -1,7 +1,7 @@ --- title: AccountManagement CSP description: Learn more about the AccountManagement CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -36,7 +36,7 @@ The following list shows the AccountManagement configuration service provider no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -74,7 +74,7 @@ The following list shows the AccountManagement configuration service provider no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -124,7 +124,7 @@ Configures when profiles will be deleted. Allowed values: 0 (delete immediately | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -173,7 +173,7 @@ Enable profile lifetime management for shared or communal device scenarios. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -213,7 +213,7 @@ Start deleting profiles when they haven't been logged-on during the specified pe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -253,7 +253,7 @@ Start deleting profiles when available storage capacity falls below this thresho | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | diff --git a/windows/client-management/mdm/activesync-csp.md b/windows/client-management/mdm/activesync-csp.md index 08d97f311c..c1c962de15 100644 --- a/windows/client-management/mdm/activesync-csp.md +++ b/windows/client-management/mdm/activesync-csp.md @@ -1,7 +1,7 @@ --- title: ActiveSync CSP description: Learn more about the ActiveSync CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -58,7 +58,7 @@ The following list shows the ActiveSync configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -97,7 +97,7 @@ The parent node group all active sync accounts. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -157,7 +157,7 @@ For OMA DM, you must use the ASCII values of %7B and %7D for the opening and clo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -197,7 +197,7 @@ The account icon can be used as a tile in the Start list or an icon in the appli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -236,7 +236,7 @@ The name that refers to the account on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -275,7 +275,7 @@ Specify the account type. This value is entered during setup and can't be modifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -314,7 +314,7 @@ Domain name of the Exchange server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -354,7 +354,7 @@ This email address is entered by the user during setup and must be in the fully | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -393,7 +393,7 @@ Specifies whether email, contacts, and calendar need to synchronize by default, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -432,7 +432,7 @@ Specifies the time window used for syncing calendar items to the phone. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -471,7 +471,7 @@ Interior node for Content Types. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -511,7 +511,7 @@ Enables or disables syncing email, contacts, task, and calendar. Each is represe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -560,7 +560,7 @@ Enables or disables Sync for Email, contacts, calendar, and Tasks. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -599,7 +599,7 @@ The name of the content type. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -649,7 +649,7 @@ Specifies whether diagnostic logging is enabled and at what level. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -703,7 +703,7 @@ Specifies the time window used for syncing email items to the phone. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -754,7 +754,7 @@ Indicates format type of the Email. Supported values are 0 (none), 1 (text), 2 ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -793,7 +793,7 @@ This setting specifies the size beyond which HTML-formatted e-mail messages are | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -832,7 +832,7 @@ This setting specifies the size beyond which text-formatted e-mail messages are | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -873,7 +873,7 @@ Specifies the time until the next sync is performed in minutes. If -1 is chosen, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -922,7 +922,7 @@ Specifies whether SSL is used. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -961,7 +961,7 @@ A character string that specifies the password for the account. For the Get comm | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1000,7 +1000,7 @@ Specifies the mail body type and email age filter. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1048,7 +1048,7 @@ Specifies the email body type. HTML or plain. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1087,7 +1087,7 @@ Specifies the time window used for syncing mail items to the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1126,7 +1126,7 @@ Specifies the server name used by the account. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | diff --git a/windows/client-management/mdm/applicationcontrol-csp.md b/windows/client-management/mdm/applicationcontrol-csp.md index 8a598bacc1..83a667c0be 100644 --- a/windows/client-management/mdm/applicationcontrol-csp.md +++ b/windows/client-management/mdm/applicationcontrol-csp.md @@ -1,7 +1,7 @@ --- title: ApplicationControl CSP description: Learn more about the ApplicationControl CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -49,7 +49,7 @@ The following list shows the ApplicationControl configuration service provider n | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -89,7 +89,7 @@ Each policy is identified by their globally unique identifier (GUID). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -130,7 +130,7 @@ Each Policy GUID node contains a Policy node and a corresponding PolicyInfo node | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -170,7 +170,7 @@ Default value is empty. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -209,7 +209,7 @@ Information Describing the Policy indicated by the GUID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -248,7 +248,7 @@ The BasePolicyId of the Policy Indicated by the Policy GUID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -287,7 +287,7 @@ The FriendlyName of the Policy Indicated by the Policy GUID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -330,7 +330,7 @@ Supported values are as follows: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -369,7 +369,7 @@ TRUE/FALSE if the Policy is a Base Policy versus a Supplemental Policy. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -412,7 +412,7 @@ Supported values are as follows: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -455,7 +455,7 @@ Supported values are as follows: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -494,7 +494,7 @@ TRUE/FALSE if the Policy is a System Policy, that's a policy managed by Microsof | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -533,7 +533,7 @@ The PolicyOptions of the Policy Indicated by the Policy GUID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -573,7 +573,7 @@ Default value is 0, which indicates that the policy status is `OK`. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -612,7 +612,7 @@ Version of the Policy indicated by the GUID, as a string. When parsing use a uin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -651,7 +651,7 @@ Beginning of a Subtree that contains all tokens. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -691,7 +691,7 @@ Arbitrary ID used to differentiate tokens. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -730,7 +730,7 @@ The token binary encoded as base64. Supported value is a binary file, obtained f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -769,7 +769,7 @@ Information Describing the Token indicated by the corresponding ID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -808,7 +808,7 @@ The Current Status of the Token Indicated by the Token ID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | diff --git a/windows/client-management/mdm/applocker-csp.md b/windows/client-management/mdm/applocker-csp.md index 668e1f1cc4..055690ca84 100644 --- a/windows/client-management/mdm/applocker-csp.md +++ b/windows/client-management/mdm/applocker-csp.md @@ -1,7 +1,7 @@ --- title: AppLocker CSP description: Learn more about the AppLocker CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -70,7 +70,7 @@ The following list shows the AppLocker configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -116,7 +116,7 @@ Defines restrictions for applications. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -156,7 +156,7 @@ Grouping nodes are dynamic nodes, and there may be any number of them for a give | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -194,7 +194,7 @@ Grouping nodes are dynamic nodes, and there may be any number of them for a give | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -236,7 +236,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -275,7 +275,7 @@ Defines restrictions for processing DLL files. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -314,7 +314,7 @@ The EnforcementMode node for Windows Information Protection (formerly known as E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -352,7 +352,7 @@ The EnforcementMode node for Windows Information Protection (formerly known as E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -393,7 +393,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -432,7 +432,7 @@ Defines restrictions for launching executable applications. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -471,7 +471,7 @@ The EnforcementMode node for Windows Information Protection (formerly known as E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -509,7 +509,7 @@ The EnforcementMode node for Windows Information Protection (formerly known as E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -550,7 +550,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -589,7 +589,7 @@ Defines restrictions for executing Windows Installer files. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -628,7 +628,7 @@ The EnforcementMode node for Windows Information Protection (formerly known as E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -669,7 +669,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -708,7 +708,7 @@ Defines restrictions for running scripts. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -747,7 +747,7 @@ The EnforcementMode node for Windows Information Protection (formerly known as E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -788,7 +788,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -827,7 +827,7 @@ Defines restrictions for running apps from the Microsoft Store. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -866,7 +866,7 @@ The EnforcementMode node for Windows Information Protection (formerly known as E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -907,7 +907,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -966,7 +966,7 @@ Additional information: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1006,7 +1006,7 @@ Grouping nodes are dynamic nodes, and there may be any number of them for a give | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1045,7 +1045,7 @@ Defines restrictions for launching executable applications. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1086,7 +1086,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1125,7 +1125,7 @@ Defines restrictions for running apps from the Microsoft Store. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1166,7 +1166,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1204,7 +1204,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1243,7 +1243,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1281,7 +1281,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1320,7 +1320,7 @@ The EnforcementMode node for Windows Information Protection (formerly known as E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1361,7 +1361,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1399,7 +1399,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1438,7 +1438,7 @@ The EnforcementMode node for Windows Information Protection (formerly known as E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1479,7 +1479,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1517,7 +1517,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1556,7 +1556,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1594,7 +1594,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1633,7 +1633,7 @@ The EnforcementMode node for Windows Information Protection (formerly known as E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1674,7 +1674,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1712,7 +1712,7 @@ Policy nodes define the policy for launching executables, Windows Installer file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1751,7 +1751,7 @@ The EnforcementMode node for Windows Information Protection (formerly known as E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/assignedaccess-csp.md b/windows/client-management/mdm/assignedaccess-csp.md index 226d30cd6d..db69c66edf 100644 --- a/windows/client-management/mdm/assignedaccess-csp.md +++ b/windows/client-management/mdm/assignedaccess-csp.md @@ -1,7 +1,7 @@ --- title: AssignedAccess CSP description: Learn more about the AssignedAccess CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -34,7 +34,7 @@ The following list shows the AssignedAccess configuration service provider nodes | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -114,7 +114,7 @@ To learn how to configure xml file, see [Create an Assigned Access configuration | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -252,7 +252,7 @@ For more information about how to get the AUMID, see [Find the Application User | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -349,7 +349,7 @@ Here's the Shell Launcher XSD reference article: [Shell Launcher XML Schema Defi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -483,7 +483,7 @@ Additionally, the Status payload includes the following fields: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/bitlocker-csp.md b/windows/client-management/mdm/bitlocker-csp.md index 00bdf3ecff..5934d85fb5 100644 --- a/windows/client-management/mdm/bitlocker-csp.md +++ b/windows/client-management/mdm/bitlocker-csp.md @@ -1,7 +1,7 @@ --- title: BitLocker CSP description: Learn more about the BitLocker CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -73,7 +73,7 @@ The following list shows the BitLocker configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -151,7 +151,7 @@ To disable this policy, use the following SyncML: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -240,7 +240,7 @@ Windows will attempt to silently enable BitLocker for value 0. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -301,7 +301,7 @@ Supported Values: 0 - Numeric Recovery Passwords rotation OFF. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -407,7 +407,7 @@ To disable this policy, use the following SyncML: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -482,7 +482,7 @@ Possible values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -613,7 +613,7 @@ To disable this policy, use the following SyncML: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -691,7 +691,7 @@ To disable this policy, use the following SyncML: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -771,7 +771,7 @@ Sample value for this node to enable this policy is: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -844,7 +844,7 @@ Sample value for this node to enable this policy is: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -915,7 +915,7 @@ Possible values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -955,7 +955,7 @@ When enabled, allows you to exclude removable drives and devices connected over | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1051,7 +1051,7 @@ To disable this policy, use the following SyncML: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1144,7 +1144,7 @@ To disable RequireDeviceEncryption: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1201,7 +1201,7 @@ Disabling the policy won't turn off the encryption on the storage card. But will | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -1273,7 +1273,7 @@ Supported Values: String form of request ID. Example format of request ID is GUI | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -1311,7 +1311,7 @@ Supported Values: String form of request ID. Example format of request ID is GUI | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -1375,7 +1375,7 @@ This value represents a bitmask with each bit and the corresponding error code d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1414,7 +1414,7 @@ This node reports compliance state of removal drive encryption. "0" Value means | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -1455,7 +1455,7 @@ This node needs to be queried in synchronization with RotateRecoveryPasswordsSta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -1498,7 +1498,7 @@ NotStarted(2), Pending (1), Pass (0), Other error codes in case of failure. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1563,7 +1563,7 @@ Sample value for this node to disable this policy is: `` | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1631,7 +1631,7 @@ Sample value for this node to enable this policy is: `` | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1691,7 +1691,7 @@ Sample value for this node to enable this policy is: `` | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1767,7 +1767,7 @@ Possible values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1832,7 +1832,7 @@ Sample value for this node to enable this policy is: `` | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1919,7 +1919,7 @@ To disable this policy, use the following SyncML: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2028,7 +2028,7 @@ To disable this policy, use the following SyncML: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2158,7 +2158,7 @@ To disable this policy, use the following SyncML: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/certificatestore-csp.md b/windows/client-management/mdm/certificatestore-csp.md index 0f807dd26f..bea2a1f116 100644 --- a/windows/client-management/mdm/certificatestore-csp.md +++ b/windows/client-management/mdm/certificatestore-csp.md @@ -1,7 +1,7 @@ --- title: CertificateStore CSP description: Learn more about the CertificateStore CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -107,7 +107,7 @@ The following list shows the CertificateStore configuration service provider nod | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -146,7 +146,7 @@ This cryptographic store contains intermediary certification authorities. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -186,7 +186,7 @@ The SHA1 hash for the certificate. The 20-byte SHA1 hash of the certificate is s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -225,7 +225,7 @@ The base64 Encoded X.509 certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -264,7 +264,7 @@ The name of the certificate issuer. This node is implicitly created only when th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -303,7 +303,7 @@ The name of the certificate subject. This node is implicitly created only when t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -342,7 +342,7 @@ Returns the certificate template name. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -381,7 +381,7 @@ The starting date of the certificate's validity. This node is implicitly created | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -420,7 +420,7 @@ The expiration date of the certificate. This node is implicitly created only whe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -461,7 +461,7 @@ This store holds the System portion of the CA store. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -501,7 +501,7 @@ The SHA1 hash for the certificate. The 20-byte SHA1 hash of the certificate is s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -540,7 +540,7 @@ The base64 Encoded X.509 certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -579,7 +579,7 @@ The name of the certificate issuer. This node is implicitly created only when th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -618,7 +618,7 @@ The name of the certificate subject. This node is implicitly created only when t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -657,7 +657,7 @@ Returns the certificate template name. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -696,7 +696,7 @@ The starting date of the certificate's validity. This node is implicitly created | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -735,7 +735,7 @@ The expiration date of the certificate. This node is implicitly created only whe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -777,7 +777,7 @@ This store keeps all end-user personal certificates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -818,7 +818,7 @@ This store holds the SCEP portion of the MY store and handle operations related | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -857,7 +857,7 @@ The UniqueID for the SCEP enrollment request. Each client certificate should've | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -897,7 +897,7 @@ Specify the current cert's thumbprint. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -936,7 +936,7 @@ Specify the last hresult in case enroll action failed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -977,7 +977,7 @@ The group to represent the install request. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1017,7 +1017,7 @@ Specify root CA thumbprint. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1057,7 +1057,7 @@ The value must be base64 encoded. Challenge is deleted shortly after the Exec co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1096,7 +1096,7 @@ Specify extended key usages. The list of OIDs are separated by plus "+". | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1136,7 +1136,7 @@ The MDM server can later query the device to find out whether the new certificat | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1176,7 +1176,7 @@ Hash algorithm family (SHA-1, SHA-2, SHA-3) specified by the MDM server. If mult | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1216,7 +1216,7 @@ Valid values are 1024, 2048, 4096. NGC key lengths supported should be specified | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1260,7 +1260,7 @@ Although the private key is protected by TPM, it isn't protected with TPM PIN. S | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1300,7 +1300,7 @@ The value must be specified in decimal format and should at least have second (0 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1340,7 +1340,7 @@ Default value is 3. Max value can't be larger than 30. If it's larger than 30, t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1380,7 +1380,7 @@ Default value is 5 and the minimum value is 1. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1419,7 +1419,7 @@ Specify the cert enrollment server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1459,7 +1459,7 @@ or example, multiple subject alternative names are presented in the format ` | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1499,7 +1499,7 @@ The SubjectName value is quoted if it contains leading or trailing white space o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1538,7 +1538,7 @@ Certificate Template Name OID (As in AD used by PKI infrastructure. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1582,7 +1582,7 @@ Valid values are one of the following: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1625,7 +1625,7 @@ Default is 0. The period is defined in ValidPeriod node. The valid period specif | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1670,7 +1670,7 @@ Valid values are one of the following values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1709,7 +1709,7 @@ This store holds the User portion of the MY store. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1749,7 +1749,7 @@ The SHA1 hash for the certificate. The 20-byte SHA1 hash of the certificate is s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1788,7 +1788,7 @@ The base64 Encoded X.509 certificate. Note that though during MDM enrollment, en | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1827,7 +1827,7 @@ The name of the certificate issuer. This node is implicitly created only when th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1866,7 +1866,7 @@ The name of the certificate subject. This node is implicitly created only when t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1905,7 +1905,7 @@ Returns the certificate template name. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1944,7 +1944,7 @@ The starting date of the certificate's validity. This node is implicitly created | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1983,7 +1983,7 @@ The expiration date of the certificate. This node is implicitly created only whe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2023,7 +2023,7 @@ The nodes under WSTEP are mostly for MDM client certificate renew requests. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2063,7 +2063,7 @@ If renewal succeeds, it shows the renewed certificate thumbprint. If renewal fai | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2103,7 +2103,7 @@ The parent node to group renewal related settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2142,7 +2142,7 @@ If certificate renew fails, this node provide the last hresult code during renew | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2181,7 +2181,7 @@ Time of last attempted renew. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2220,7 +2220,7 @@ Initiate a renew now. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2267,7 +2267,7 @@ The default value is 42 and the valid values are 1-1000. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2306,7 +2306,7 @@ How long after the enrollment cert has expiried to keep trying to renew. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2349,7 +2349,7 @@ Optional. This parameter specifies retry interval when previous renew failed (in | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2400,7 +2400,7 @@ Optional. Notify the client whether enrollment server supports ROBO auto certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2443,7 +2443,7 @@ If this node doesn't exist, the client uses the initial certificate enrollment U | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2482,7 +2482,7 @@ Show the latest action status for this certificate. Supported values are one of | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2521,7 +2521,7 @@ This store holds only root (self-signed) certificates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2561,7 +2561,7 @@ The SHA1 hash for the certificate. The 20-byte SHA1 hash of the certificate is s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2600,7 +2600,7 @@ The base64 Encoded X.509 certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2639,7 +2639,7 @@ The name of the certificate issuer. This node is implicitly created only when th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2678,7 +2678,7 @@ The name of the certificate subject. This node is implicitly created only when t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2717,7 +2717,7 @@ Returns the certificate template name. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2756,7 +2756,7 @@ The starting date of the certificate's validity. This node is implicitly created | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2795,7 +2795,7 @@ The expiration date of the certificate. This node is implicitly created only whe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2834,7 +2834,7 @@ This store holds the System portion of the root store. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2874,7 +2874,7 @@ The SHA1 hash for the certificate. The 20-byte SHA1 hash of the certificate is s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2913,7 +2913,7 @@ The base64 Encoded X.509 certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2952,7 +2952,7 @@ The name of the certificate issuer. This node is implicitly created only when th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2991,7 +2991,7 @@ The name of the certificate subject. This node is implicitly created only when t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3030,7 +3030,7 @@ Returns the certificate template name. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3069,7 +3069,7 @@ The starting date of the certificate's validity. This node is implicitly created | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/clientcertificateinstall-csp.md b/windows/client-management/mdm/clientcertificateinstall-csp.md index 5e07bc1dce..d376336ca3 100644 --- a/windows/client-management/mdm/clientcertificateinstall-csp.md +++ b/windows/client-management/mdm/clientcertificateinstall-csp.md @@ -1,7 +1,7 @@ --- title: ClientCertificateInstall CSP description: Learn more about the ClientCertificateInstall CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -109,7 +109,7 @@ The following list shows the ClientCertificateInstall configuration service prov | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -148,7 +148,7 @@ Required for PFX certificate installation. The parent node grouping the PFX cert | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -193,7 +193,7 @@ Calling Delete on this node, should delete the certificates and the keys that we | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -234,7 +234,7 @@ Specifies the NGC container name (if NGC KSP is chosen for above node). If this | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -284,7 +284,7 @@ Required for PFX certificate installation. Indicates the KeyStorage provider to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -331,7 +331,7 @@ In other words, using Replace or Add will result in the effect of either overwri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -370,7 +370,7 @@ Password that protects the PFX blob. This is required if the PFX is password pro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -412,7 +412,7 @@ When a value of "2" is contained in PFXCertPasswordEncryptionType, specify the s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -467,7 +467,7 @@ If the value is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -521,7 +521,7 @@ The PFX isn't exportable when it's installed to TPM. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -560,7 +560,7 @@ Returns the error code of the PFX installation from the GetLastError command cal | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -599,7 +599,7 @@ Returns the thumbprint of the PFX certificate installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -638,7 +638,7 @@ Node for SCEP. An alert is sent after the SCEP certificate is installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -681,7 +681,7 @@ Calling Delete on this node, should delete the corresponding SCEP certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -722,7 +722,7 @@ Optional. Specify the current cert's thumbprint if certificate enrollment succee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -761,7 +761,7 @@ Optional. The integer value that indicates the HRESULT of the last enrollment er | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -800,7 +800,7 @@ Required for SCEP certificate enrollment. Parent node to group SCEP cert install | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -839,7 +839,7 @@ Optional. Specify the Microsoft Entra ID Key Identifier List as a semicolon sepa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -878,7 +878,7 @@ Defines the attest SCEP private key behavior 0 - normal, 1 - best effort, 2 - on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -917,7 +917,7 @@ Required. Specify root CA thumbprint. It's a 20-byte value of the SHA1 certifica | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -956,7 +956,7 @@ Required for SCEP certificate enrollment. B64 encoded SCEP enrollment challenge. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -997,7 +997,7 @@ Specifies the NGC container name (if NGC KSP is chosen for above node). If this | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1036,7 +1036,7 @@ Optional. Specifies the custom text to show on the NGC PIN prompt during certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1075,7 +1075,7 @@ Required. Specify extended key usages. Subjected to SCEP server configuration. T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1114,7 +1114,7 @@ Required. Trigger the device to start the cert enrollment. The device won't noti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1155,7 +1155,7 @@ For NGC, only SHA256 is supported as the supported algorithm. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1208,7 +1208,7 @@ Valid value: 1024, 2048, 4096. For NGC, only 2048 is the supported keylength. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1261,7 +1261,7 @@ SCEP enrolled cert doesn't support TPM PIN protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1300,7 +1300,7 @@ Required for enrollment. Specify the key usage bits (0x80, 0x20, 0xA0, etc.) for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1343,7 +1343,7 @@ The min value is 0 which means no retry. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1387,7 +1387,7 @@ The min value is 1. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1426,7 +1426,7 @@ Required for SCEP certificate enrollment. Specify the cert enrollment server. Th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1465,7 +1465,7 @@ Optional. Specify subject alternative name. Multiple alternative names could be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1505,7 +1505,7 @@ For more information, see [CertNameToStrA function](/windows/win32/api/wincrypt/ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1544,7 +1544,7 @@ Optional. OID of certificate template name. Note that this name is typically ign | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1596,7 +1596,7 @@ MDM server expected certificate validation period (ValidPeriodUnits + ValidPerio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1639,7 +1639,7 @@ Optional. Specify desired number of units used in validity period. Subjected to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1678,7 +1678,7 @@ Required. Returns the URL of the SCEP server that responded to the enrollment re | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1724,7 +1724,7 @@ Valid values are: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1763,7 +1763,7 @@ Required for PFX certificate installation. The parent node grouping the PFX cert | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1808,7 +1808,7 @@ Calling Delete on this node, should delete the certificates and the keys that we | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1849,7 +1849,7 @@ Specifies the NGC container name (if NGC KSP is chosen for above node). If this | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1899,7 +1899,7 @@ Required for PFX certificate installation. Indicates the KeyStorage provider to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1946,7 +1946,7 @@ In other words, using Replace or Add will result in the effect of either overwri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1985,7 +1985,7 @@ Password that protects the PFX blob. This is required if the PFX is password pro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2027,7 +2027,7 @@ When a value of "2" is contained in PFXCertPasswordEncryptionType, specify the s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2082,7 +2082,7 @@ If the value is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2134,7 +2134,7 @@ Optional. Used to specify if the private key installed is exportable (can be exp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2173,7 +2173,7 @@ Returns the error code of the PFX installation from the GetLastError command cal | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2212,7 +2212,7 @@ Returns the thumbprint of the PFX certificate installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2251,7 +2251,7 @@ Node for SCEP. An alert is sent after the SCEP certificate is installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2294,7 +2294,7 @@ Calling Delete on this node, should delete the corresponding SCEP certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2335,7 +2335,7 @@ Optional. Specify the current cert's thumbprint if certificate enrollment succee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2374,7 +2374,7 @@ Optional. The integer value that indicates the HRESULT of the last enrollment er | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2413,7 +2413,7 @@ Required for SCEP certificate enrollment. Parent node to group SCEP cert install | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2452,7 +2452,7 @@ Optional. Specify the Microsoft Entra ID Key Identifier List as a semicolon sepa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -2501,7 +2501,7 @@ Defines the attest SCEP private key behavior 0 - normal, 1 - best effort, 2 - on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2540,7 +2540,7 @@ Required. Specify root CA thumbprint. It's a 20-byte value of the SHA1 certifica | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2579,7 +2579,7 @@ Required for SCEP certificate enrollment. B64 encoded SCEP enrollment challenge. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2620,7 +2620,7 @@ Specifies the NGC container name (if NGC KSP is chosen for above node). If this | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2659,7 +2659,7 @@ Optional. Specifies the custom text to show on the NGC PIN prompt during certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2698,7 +2698,7 @@ Required. Specify extended key usages. Subjected to SCEP server configuration. T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2737,7 +2737,7 @@ Required. Trigger the device to start the cert enrollment. The device won't noti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2778,7 +2778,7 @@ For NGC, only SHA256 is supported as the supported algorithm. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2831,7 +2831,7 @@ Valid value: 1024, 2048, 4096. For NGC, only 2048 is the supported keylength. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2884,7 +2884,7 @@ SCEP enrolled cert doesn't support TPM PIN protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2923,7 +2923,7 @@ Required for enrollment. Specify the key usage bits (0x80, 0x20, 0xA0, etc.) for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2966,7 +2966,7 @@ The min value is 0 which means no retry. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3010,7 +3010,7 @@ The min value is 1. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3049,7 +3049,7 @@ Required for SCEP certificate enrollment. Specify the cert enrollment server. Th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3088,7 +3088,7 @@ Optional. Specify subject alternative name. Multiple alternative names could be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3128,7 +3128,7 @@ For more information, see [CertNameToStrA function](/windows/win32/api/wincrypt/ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3167,7 +3167,7 @@ Optional. OID of certificate template name. Note that this name is typically ign | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3219,7 +3219,7 @@ MDM server expected certificate validation period (ValidPeriodUnits + ValidPerio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3262,7 +3262,7 @@ Optional. Specify desired number of units used in validity period. Subjected to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3301,7 +3301,7 @@ Required. Returns the URL of the SCEP server that responded to the enrollment re | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/clouddesktop-csp.md b/windows/client-management/mdm/clouddesktop-csp.md index ad088e970b..7a0d03c18d 100644 --- a/windows/client-management/mdm/clouddesktop-csp.md +++ b/windows/client-management/mdm/clouddesktop-csp.md @@ -1,7 +1,7 @@ --- title: CloudDesktop CSP description: Learn more about the CloudDesktop CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -33,7 +33,7 @@ The following list shows the CloudDesktop configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later | @@ -88,7 +88,7 @@ This node allows to configure different kinds of Boot to Cloud mode. Boot to clo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -139,7 +139,7 @@ Setting this node to "true" configures boot to cloud for Shared PC mode. Boot to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -188,7 +188,7 @@ Configuring this node gives access to the physical devices used to boot to Cloud | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/declaredconfiguration-csp.md b/windows/client-management/mdm/declaredconfiguration-csp.md index 27ff417b8f..4468d30033 100644 --- a/windows/client-management/mdm/declaredconfiguration-csp.md +++ b/windows/client-management/mdm/declaredconfiguration-csp.md @@ -1,7 +1,7 @@ --- title: DeclaredConfiguration CSP description: Learn more about the DeclaredConfiguration CSP. -ms.date: 02/14/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -56,7 +56,7 @@ The following list shows the DeclaredConfiguration configuration service provide | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -95,7 +95,7 @@ The Host internal node indicates that the target of the configuration request or | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -135,7 +135,7 @@ The server to client flow of the **Complete** request is the same as an **Invent | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -174,7 +174,7 @@ The Documents node indicates that the configuration is in the form of a document | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -215,7 +215,7 @@ Uniquely identifies the configuration document. No other document can have this | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -254,7 +254,7 @@ The Document node's value is an XML based document containing a collection of se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -293,7 +293,7 @@ The Properties node encapsulates the list of properties that apply to the specif | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -342,7 +342,7 @@ The Abandoned node allows the OMA-DM server to indicate that the document is no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -381,7 +381,7 @@ The Results node indicates that this is part of the URI path that will return an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -421,7 +421,7 @@ Uniquely identifies the configuration document in which results of the configura | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -460,7 +460,7 @@ The Document node's value is an XML based document containing a collection of se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -500,7 +500,7 @@ The server to client flow of the **Inventory** request is the same as the **Comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -539,7 +539,7 @@ The Documents node indicates that the inventory request is in the form of a docu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -580,7 +580,7 @@ Uniquely identifies the inventory document. No other document can have this id. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -619,7 +619,7 @@ The Document node's value is an XML based document containing a collection of se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -658,7 +658,7 @@ The Results node indicates that this is part of the URI path that will return an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -698,7 +698,7 @@ Uniquely identifies the inventory document. No other document can have this id. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -737,7 +737,7 @@ The Document node's value is an XML based document containing a collection of se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -776,7 +776,7 @@ The ManagementServiceConfiguration node that's used to control certain Windows D | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/defender-csp.md b/windows/client-management/mdm/defender-csp.md index f03a64a586..52fd0d62f1 100644 --- a/windows/client-management/mdm/defender-csp.md +++ b/windows/client-management/mdm/defender-csp.md @@ -1,7 +1,7 @@ --- title: Defender CSP description: Learn more about the Defender CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -148,7 +148,7 @@ The following list shows the Defender configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -187,7 +187,7 @@ An interior node to group Windows Defender configuration information. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -236,7 +236,7 @@ This settings controls whether Network Protection is allowed to enable datagram | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -285,7 +285,7 @@ This settings controls whether Network Protection is allowed to be configured in | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -334,7 +334,7 @@ This settings controls whether Network Protection is allowed to be configured in | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -383,7 +383,7 @@ Control whether network protection can improve performance by switching from rea | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -424,7 +424,7 @@ Specify the maximum folder depth to extract from archive files for scanning. If | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -465,7 +465,7 @@ Specify the maximum size, in KB, of archive files to be extracted and scanned. I | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -504,7 +504,7 @@ Apply ASR only per rule exclusions. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -542,7 +542,7 @@ Apply ASR only per rule exclusions. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -580,7 +580,7 @@ Apply ASR only per rule exclusions. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -630,7 +630,7 @@ Set the criteria for when Brute-Force Protection blocks IP addresses. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -681,7 +681,7 @@ Brute-Force Protection in Microsoft Defender Antivirus detects and blocks attemp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -721,7 +721,7 @@ Specify IP addresses, subnets, or workstation names to exclude from being blocke | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -762,7 +762,7 @@ Set the maximum time an IP address is blocked by Brute-Force Protection. After t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -800,7 +800,7 @@ Set the maximum time an IP address is blocked by Brute-Force Protection. After t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -849,7 +849,7 @@ Extend brute-force protection coverage in Microsoft Defender Antivirus to block | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -898,7 +898,7 @@ Skip the 2-week initial learning period, so brute-force protection in Microsoft | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -936,7 +936,7 @@ Skip the 2-week initial learning period, so brute-force protection in Microsoft | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -986,7 +986,7 @@ Set the criteria for when Remote Encryption Protection blocks IP addresses. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1037,7 +1037,7 @@ Remote Encryption Protection in Microsoft Defender Antivirus detects and blocks | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1078,7 +1078,7 @@ Specify IP addresses, subnets, or workstation names to exclude from being blocke | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1119,7 +1119,7 @@ Set the maximum time an IP address is blocked by Remote Encryption Protection. A | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1158,7 +1158,7 @@ Define data duplication directory for device control. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1199,7 +1199,7 @@ Define the retention period in days of how much time the evidence data will be k | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1240,7 +1240,7 @@ Defines the maximum data duplication quota in MB that can be collected. When the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1279,7 +1279,7 @@ Define data duplication remote location for Device Control. When configuring thi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1320,7 +1320,7 @@ Configure how many days can pass before an aggressive quick scan is triggered. T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1369,7 +1369,7 @@ Control Device Control default enforcement. This is the enforcement applied if t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1407,7 +1407,7 @@ Control Device Control default enforcement. This is the enforcement applied if t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1445,7 +1445,7 @@ Control Device Control default enforcement. This is the enforcement applied if t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1483,7 +1483,7 @@ Control Device Control default enforcement. This is the enforcement applied if t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1522,7 +1522,7 @@ For more information, see [Microsoft Defender for Endpoint Device Control Remova | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1560,7 +1560,7 @@ For more information, see [Microsoft Defender for Endpoint Device Control Remova | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1598,7 +1598,7 @@ For more information, see [Microsoft Defender for Endpoint Device Control Remova | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1637,7 +1637,7 @@ For more information, see [Microsoft Defender for Endpoint Device Control Remova | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1686,7 +1686,7 @@ Control Device Control feature. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1735,7 +1735,7 @@ Defines whether the cache maintenance idle task will perform the cache maintenan | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1784,7 +1784,7 @@ Turn off ECS integration for Defender core service. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1833,7 +1833,7 @@ Turn off OneDsCollector telemetry for Defender core service. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1882,7 +1882,7 @@ Indicates whether the CPU will be throttled for scheduled scans while the device | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1931,7 +1931,7 @@ Control whether network protection inspects User Datagram Protocol (UDP) traffic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1980,7 +1980,7 @@ This setting disables DNS over TCP Parsing for Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2029,7 +2029,7 @@ This setting disables DNS Parsing for Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2078,7 +2078,7 @@ This setting disables FTP Parsing for Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2127,7 +2127,7 @@ Enable this policy to disable gradual rollout of Defender updates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2176,7 +2176,7 @@ This setting disables HTTP Parsing for Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2225,7 +2225,7 @@ This setting disables Inbound connection filtering for Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2274,7 +2274,7 @@ When this value is set to no, it allows a local admin the ability to specify som | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2323,7 +2323,7 @@ This setting disables the gathering and send of performance telemetry from Netwo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2372,7 +2372,7 @@ This setting disables QUIC Parsing for Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2421,7 +2421,7 @@ This setting disables RDP Parsing for Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2470,7 +2470,7 @@ This setting disables SMTP Parsing for Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2519,7 +2519,7 @@ This setting disables SSH Parsing for Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2568,7 +2568,7 @@ This setting disables TLS Parsing for Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2620,7 +2620,7 @@ This setting controls whether network protection blocks network traffic instead | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2669,7 +2669,7 @@ This setting enables the DNS Sinkhole feature for Network Protection, respecting | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2718,7 +2718,7 @@ Enables or disables file hash computation feature. When this feature is enabled | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2767,7 +2767,7 @@ This setting enables Udp Receive Offload Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2816,7 +2816,7 @@ This setting enables Udp Segmentation Offload Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2869,7 +2869,7 @@ Enable this policy to specify when devices receive Microsoft Defender engine upd | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2909,7 +2909,7 @@ Allows an administrator to explicitly disable network packet inspection made by | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2927,7 +2927,6 @@ This policy setting controls whether or not exclusions are visible to local admi > [!NOTE] > Applying this setting won't remove exclusions from the device registry. They will be applied and enforced, but they will not be visible via the Defender manageability tools like Get-MpPreference nor by the registry editor to the Defender owned registry hive. - @@ -2961,7 +2960,7 @@ This policy setting controls whether or not exclusions are visible to local admi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3010,7 +3009,7 @@ This policy setting controls whether or not exclusions are visible to local user | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3060,7 +3059,7 @@ This policy setting configures the Intel TDT integration level for Intel TDT-cap | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3109,7 +3108,7 @@ Allow managed devices to update through metered connections. Default is 0 - not | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3158,7 +3157,7 @@ This sets the reputation mode engine for Network Protection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3207,7 +3206,7 @@ This setting allows you to configure whether real-time protection and Security I | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3258,7 +3257,7 @@ Setting to control automatic remediation for Sense scans. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3307,7 +3306,7 @@ This setting allows IT admins to configure performance mode in either enabled or | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3360,7 +3359,7 @@ Enable this policy to specify when devices receive Microsoft Defender platform u | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3409,7 +3408,7 @@ This setting allows you to scan excluded files and directories during quick scan | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3458,7 +3457,7 @@ In Microsoft Defender Antivirus, randomize the start time of the scan to any int | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3507,7 +3506,7 @@ In Microsoft Defender Antivirus, this setting will run scheduled scans only if t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3548,7 +3547,7 @@ This setting allows you to configure the scheduler randomization in hours. The r | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3604,7 +3603,7 @@ This setting allows you to specify the day of the week on which to check for sec | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3645,7 +3644,7 @@ This setting allows you to specify the time of day at which to check for securit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3695,7 +3694,7 @@ Defines which device's primary ids should be secured by Defender Device Control. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -3744,7 +3743,7 @@ This setting allows you to configure security intelligence updates according to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3794,7 +3793,7 @@ Enable this policy to specify when devices receive Microsoft Defender security i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3845,7 +3844,7 @@ More details: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -3887,7 +3886,7 @@ Tamper protection helps protect important security features from unwanted change | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3936,7 +3935,7 @@ A CPU usage limit can be applied to scheduled scans only, or to scheduled and cu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3975,7 +3974,7 @@ An interior node to group all threats detected by Windows Defender. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4015,7 +4014,7 @@ The ID of a threat that has been detected by Windows Defender. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4158,7 +4157,7 @@ Threat category ID. Supported values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4223,7 +4222,7 @@ Information about the current status of the threat. The following list shows the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4262,7 +4261,7 @@ Information about the execution status of the threat. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4301,7 +4300,7 @@ The first time this particular threat was detected. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4340,7 +4339,7 @@ The last time this particular threat was changed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4379,7 +4378,7 @@ The name of the specific threat. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4418,7 +4417,7 @@ Number of times this threat has been detected on a particular client. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4471,7 +4470,7 @@ Threat severity ID. The following list shows the supported values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4510,7 +4509,7 @@ URL link for additional threat information. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4549,7 +4548,7 @@ An interior node to group information about Windows Defender health status. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4604,7 +4603,7 @@ Provide the current state of the device. The following list shows the supported | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4643,7 +4642,7 @@ Indicates whether the Windows Defender service is running. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4682,7 +4681,7 @@ Version number of Windows Defender on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4721,7 +4720,7 @@ An interior node to group information about Device Cotrol health status. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -4760,7 +4759,7 @@ Provide the current state of the Device Control. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4799,7 +4798,7 @@ Version number of the current Windows Defender engine on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4838,7 +4837,7 @@ Indicates whether a Windows Defender full scan is overdue for the device. A Full | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4877,7 +4876,7 @@ Indicates whether a Windows Defender full scan is required. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4916,7 +4915,7 @@ Signature version used for the last full scan of the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4955,7 +4954,7 @@ Time of the last Windows Defender full scan of the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -4994,7 +4993,7 @@ Indicates whether the device is a virtual machine. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5033,7 +5032,7 @@ Indicates whether network protection is running. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -5145,7 +5144,7 @@ Provide the current state of the product. This is a bitmask flag value that can | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5184,7 +5183,7 @@ Indicates whether a Windows Defender quick scan is overdue for the device. A Qui | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5223,7 +5222,7 @@ Signature version used for the last quick scan of the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5262,7 +5261,7 @@ Time of the last Windows Defender quick scan of the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5301,7 +5300,7 @@ Indicates whether a device reboot is needed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5340,7 +5339,7 @@ Indicates whether real-time protection is running. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5379,7 +5378,7 @@ Indicates whether the Windows Defender signature is outdated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5418,7 +5417,7 @@ Version number of the current Windows Defender signatures on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -5457,7 +5456,7 @@ Indicates whether the Windows Defender tamper protection feature is enabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -5497,7 +5496,7 @@ OfflineScan action starts a Microsoft Defender Offline scan on the computer wher | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -5537,7 +5536,7 @@ RollbackEngine action rolls back Microsoft Defender engine to it's last known go | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -5577,7 +5576,7 @@ RollbackPlatform action rolls back Microsoft Defender to it's last known good in | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5625,7 +5624,7 @@ Node that can be used to start a Windows Defender scan on a device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/devdetail-csp.md b/windows/client-management/mdm/devdetail-csp.md index 98224519ff..47df5b72b1 100644 --- a/windows/client-management/mdm/devdetail-csp.md +++ b/windows/client-management/mdm/devdetail-csp.md @@ -1,7 +1,7 @@ --- title: DevDetail CSP description: Learn more about the DevDetail CSP. -ms.date: 02/14/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -67,7 +67,7 @@ The following list shows the DevDetail configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -106,7 +106,7 @@ Returns the device model name /SystemProductName as a string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -145,7 +145,7 @@ Subtree to hold vendor-specific parameters. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -186,7 +186,7 @@ Added in Windows 10 version 1703. Returns a base64 encoded string of the hardwar | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -225,7 +225,7 @@ Subtree to hold vendor-specific parameters. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -264,7 +264,7 @@ Returns the name of the mobile operator if it exists; otherwise it returns 404. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -304,7 +304,7 @@ Contains the user-specified device name. Support for Replace operation for Windo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -350,7 +350,7 @@ On desktop PCs, this setting specifies the DNS hostname of the computer (Compute | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -389,7 +389,7 @@ Total free storage in MB from first internal drive on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -428,7 +428,7 @@ Returns the client local time in ISO 8601 format. Example: 2003-06-16T18:37:44Z. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -467,7 +467,7 @@ Returns the mobile device ID associated with the cellular network. Returns 404 f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -506,7 +506,7 @@ Returns the OS platform of the device. For Windows 10 for desktop editions, it r | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -545,7 +545,7 @@ Returns the processor architecture of the device as "arm" or "x86". | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -584,7 +584,7 @@ Returns the processor type of the device as documented in SYSTEM_INFO. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -623,7 +623,7 @@ Returns the radio stack software version number. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -662,7 +662,7 @@ Resolution of the device in the format of WidthxLength (e.g., "400x800"). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -701,7 +701,7 @@ SMBIOS Serial Number of the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19041.1387] and later
      ✅ Windows 10, version 20H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19042.1387] and later
      ✅ Windows 10, version 21H1 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19043.1387] and later
      ✅ Windows 10, version 21H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19044.1387] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19041.1387] and later
      ✅ Windows 10, version 20H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19042.1387] and later
      ✅ Windows 10, version 21H1 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19043.1387] and later
      ✅ Windows 10, version 21H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19044.1387] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -740,7 +740,7 @@ SMBIOS version of the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -779,7 +779,7 @@ Returns the System SKU, as defined in the registry key HKEY_LOCAL_MACHINE\HARDWA | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -818,7 +818,7 @@ Total available memory in MB on the device (may be less than total physical memo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -857,7 +857,7 @@ Total available storage in MB from first internal drive on the device (may be le | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -896,7 +896,7 @@ The VoLTE service setting on or off. Only exposed to Mobile Operator-based OMA-D | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -935,7 +935,7 @@ The DNS suffix of the active WiFi connection. Only exposed to Enterprise-based O | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -974,7 +974,7 @@ The IPv4 address of the active WiFi connection. Only exposed to Enterprise-based | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1013,7 +1013,7 @@ The IPv6 address of the active WiFi connection. Only exposed to Enterprise-based | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1054,7 +1054,7 @@ The MAC address of the active WiFi connection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1093,7 +1093,7 @@ The subnet mask for the active WiFi connection. Only exposed to Enterprise-based | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1132,7 +1132,7 @@ Returns the firmware version, as defined in the registry key HKEY_LOCAL_MACHINE\ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1171,7 +1171,7 @@ Returns the hardware version, as defined in the registry key HKEY_LOCAL_MACHINE\ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1210,7 +1210,7 @@ Returns whether the device uses OMA DM Large Object Handling, as defined in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1249,7 +1249,7 @@ Returns the name of the Original Equipment Manufacturer (OEM) as a string, as de | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1288,7 +1288,7 @@ Returns the Windows 10 OS software version in the format `MajorVersion.MinorVers | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1326,7 +1326,7 @@ Returns the Windows 10 OS software version in the format `MajorVersion.MinorVers | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1365,7 +1365,7 @@ Returns the maximum depth of the management tree that the device supports. The d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1404,7 +1404,7 @@ Returns the total length of any URI segment in a URI that addresses a node or no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/devicemanageability-csp.md b/windows/client-management/mdm/devicemanageability-csp.md index 6512893f20..2f7e16fec3 100644 --- a/windows/client-management/mdm/devicemanageability-csp.md +++ b/windows/client-management/mdm/devicemanageability-csp.md @@ -1,7 +1,7 @@ --- title: DeviceManageability CSP description: Learn more about the DeviceManageability CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -36,7 +36,7 @@ The following list shows the DeviceManageability configuration service provider | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -74,7 +74,7 @@ The following list shows the DeviceManageability configuration service provider | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -113,7 +113,7 @@ Returns the versions of all configuration service providers (CSP) for MDM. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -151,7 +151,7 @@ Returns the versions of all configuration service providers (CSP) for MDM. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -192,7 +192,7 @@ Provider ID should be unique among the different config sources. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -231,7 +231,7 @@ Configuration Info string value set by the config source. Recommended to be used | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -270,7 +270,7 @@ Enrollment Info string value set by the config source. Recommended to sent to se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | diff --git a/windows/client-management/mdm/devicepreparation-csp.md b/windows/client-management/mdm/devicepreparation-csp.md index d466c262e7..6da6e1c2ee 100644 --- a/windows/client-management/mdm/devicepreparation-csp.md +++ b/windows/client-management/mdm/devicepreparation-csp.md @@ -1,7 +1,7 @@ --- title: DevicePreparation CSP description: Learn more about the DevicePreparation CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -40,7 +40,7 @@ The following list shows the DevicePreparation configuration service provider no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -79,7 +79,7 @@ Parent node for configuring agent that orchestrates provisioning and communicate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -118,7 +118,7 @@ This node holds opaque data that will be passed to the Bootstrapper Agent as a p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -157,7 +157,7 @@ Parent node for configuring the MDM provider that interacts with the Bootstrappe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -206,7 +206,7 @@ This node indicates whether the MDM agent was installed or not. When set to true | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -245,7 +245,7 @@ Node for reporting progress status as opaque data. Contract for data is between | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -294,7 +294,7 @@ This node indicates whether an MDM policy was provisioned that requires a reboot | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -343,7 +343,7 @@ This node determines whether to show the Device Preparation page during OOBE. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -382,7 +382,7 @@ This node provides specific overall HRESULT causing a fatal error on the Device | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -421,7 +421,7 @@ This node provides optional details for any fatal error on the Device Preparatio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -470,7 +470,7 @@ This node provides the specific phase that failed during the Device Preparation | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -509,7 +509,7 @@ This node configures the Device Preparation page settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/devicestatus-csp.md b/windows/client-management/mdm/devicestatus-csp.md index 9c6ace8133..c5f1fb9c0f 100644 --- a/windows/client-management/mdm/devicestatus-csp.md +++ b/windows/client-management/mdm/devicestatus-csp.md @@ -1,7 +1,7 @@ --- title: DeviceStatus CSP description: Learn more about the DeviceStatus CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -76,7 +76,7 @@ The following list shows the DeviceStatus configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -115,7 +115,7 @@ Node for the antispyware query. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -156,7 +156,7 @@ This node also returns 0 when no anti-spyware provider is active. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -196,7 +196,7 @@ Integer that specifies the status of the antispyware. Valid values: 0 - The stat | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -235,7 +235,7 @@ Node for the antivirus query. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -276,7 +276,7 @@ This node also returns 0 when no antivirus provider is active. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -316,7 +316,7 @@ Integer that specifies the status of the antivirus. Valid values: 0 - Antivirus | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -355,7 +355,7 @@ Node for the battery query. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -395,7 +395,7 @@ Integer that specifies the estimated battery charge remaining. This is the value | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -435,7 +435,7 @@ Integer that specifies the estimated runtime of the battery. This is the value r | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -475,7 +475,7 @@ Integer that specifies the status of the battery. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -516,7 +516,7 @@ Node for queries on the SIM cards. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -556,7 +556,7 @@ The unique International Mobile Station Equipment Identity (IMEI) number of the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -595,7 +595,7 @@ The mobile service provider or mobile operator associated with the specific IMEI | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -634,7 +634,7 @@ The Integrated Circuit Card ID (ICCID) of the SIM card associated with the speci | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -673,7 +673,7 @@ The International Mobile Subscriber Identity (IMSI) associated with the IMEI num | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -712,7 +712,7 @@ Phone number associated with the specific IMEI number. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -751,7 +751,7 @@ Boolean value that indicates compliance with the enforced enterprise roaming pol | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -790,7 +790,7 @@ Indicates whether the SIM card associated with the specific IMEI number is roami | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -829,7 +829,7 @@ Node for Certificate Attestation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -868,7 +868,7 @@ MDM Certificate attestation information. This will return an XML blob containing | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -907,7 +907,7 @@ Node for the compliance query. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -946,7 +946,7 @@ Boolean value that indicates compliance with the enterprise encryption policy fo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -985,7 +985,7 @@ Node for Device Guard query. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1024,7 +1024,7 @@ Hypervisor Enforced Code Integrity (HVCI) status. 0 - Running, 1 - Reboot requir | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1063,7 +1063,7 @@ Local System Authority (LSA) credential guard status. 0 - Running, 1 - Reboot re | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1102,7 +1102,7 @@ System Guard status. 0 - Running, 1 - Reboot required, 2 - Not configured, 3 - S | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1141,7 +1141,7 @@ Virtualization-based security hardware requirement status. The value is a 256 va | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1180,7 +1180,7 @@ Virtualization-based security status. Value is one of the following: 0 - Running | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1219,7 +1219,7 @@ Node for DMA query. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1258,7 +1258,7 @@ Boot DMA Protection status. 1 - Enabled, 2 - Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1297,7 +1297,7 @@ Returns the fully qualified domain name of the device(if any). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1336,7 +1336,7 @@ Node for the firewall query. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1376,7 +1376,7 @@ Integer that specifies the status of the firewall. Valid values: 0 - Firewall is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1415,7 +1415,7 @@ Node for queries on network and device properties. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1455,7 +1455,7 @@ MAC address of the wireless network card. A MAC address is present for each netw | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1494,7 +1494,7 @@ IPv4 address of the network card associated with the MAC address. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1533,7 +1533,7 @@ IPv6 address of the network card associated with the MAC address. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1572,7 +1572,7 @@ Boolean value that indicates whether the network card associated with the MAC ad | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1611,7 +1611,7 @@ Type of network connection. The value is one of the following: 2 - WLAN (or othe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1650,7 +1650,7 @@ Node for the OS query. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1690,7 +1690,7 @@ String that specifies the OS edition. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1730,7 +1730,7 @@ Read only node that specifies the device mode. Valid values: 0 - the device is i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1769,7 +1769,7 @@ Indicates whether secure boot is enabled. The value is one of the following: 0 - | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1808,7 +1808,7 @@ Node for the TPM query. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19041.1387] and later
      ✅ Windows 10, version 20H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19042.1387] and later
      ✅ Windows 10, version 21H1 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19043.1387] and later
      ✅ Windows 10, version 21H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19044.1387] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19041.1387] and later
      ✅ Windows 10, version 20H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19042.1387] and later
      ✅ Windows 10, version 21H1 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19043.1387] and later
      ✅ Windows 10, version 21H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19044.1387] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1848,7 +1848,7 @@ String that specifies the TPM manufacturer ID as a number. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19041.1387] and later
      ✅ Windows 10, version 20H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19042.1387] and later
      ✅ Windows 10, version 21H1 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19043.1387] and later
      ✅ Windows 10, version 21H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19044.1387] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19041.1387] and later
      ✅ Windows 10, version 20H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19042.1387] and later
      ✅ Windows 10, version 21H1 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19043.1387] and later
      ✅ Windows 10, version 21H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19044.1387] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1888,7 +1888,7 @@ String that specifies the TPM manufacturer ID as text. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19041.1387] and later
      ✅ Windows 10, version 20H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19042.1387] and later
      ✅ Windows 10, version 21H1 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19043.1387] and later
      ✅ Windows 10, version 21H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19044.1387] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19041.1387] and later
      ✅ Windows 10, version 20H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19042.1387] and later
      ✅ Windows 10, version 21H1 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19043.1387] and later
      ✅ Windows 10, version 21H2 with [KB5007253](https://support.microsoft.com/help/5007253) [10.0.19044.1387] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1928,7 +1928,7 @@ String that specifies the manufacturer version. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1968,7 +1968,7 @@ String that specifies the specification version. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2007,7 +2007,7 @@ Node for the UAC query. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/devinfo-csp.md b/windows/client-management/mdm/devinfo-csp.md index 66333fd3ba..e20b421057 100644 --- a/windows/client-management/mdm/devinfo-csp.md +++ b/windows/client-management/mdm/devinfo-csp.md @@ -1,7 +1,7 @@ --- title: DevInfo CSP description: Learn more about the DevInfo CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -39,7 +39,7 @@ The following list shows the DevInfo configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -84,7 +84,7 @@ An unique device identifier. An application-specific global unique device identi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -123,7 +123,7 @@ The current management client revision of the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -162,7 +162,7 @@ Parent node for nodes extended by Microsoft. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -201,7 +201,7 @@ Retrieves the ICCID of the first adapter. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -240,7 +240,7 @@ Returns the current user interface (UI) language setting of the device as define | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -279,7 +279,7 @@ Returns the name of the OEM. For Windows 10 for desktop editions, it returns the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/diagnosticlog-csp.md b/windows/client-management/mdm/diagnosticlog-csp.md index 971e077470..ff1b3e5915 100644 --- a/windows/client-management/mdm/diagnosticlog-csp.md +++ b/windows/client-management/mdm/diagnosticlog-csp.md @@ -1,7 +1,7 @@ --- title: DiagnosticLog CSP description: Learn more about the DiagnosticLog CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -64,7 +64,7 @@ The following list shows the DiagnosticLog configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -104,7 +104,7 @@ The DeviceStateData functionality within the DiagnosticLog CSP provides extra de | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -165,7 +165,7 @@ This node is to trigger snapping of the Device Management state data with "SNAP" | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -210,7 +210,7 @@ DiagnosticArchive is designed for ad-hoc troubleshooting scenarios, such as an I | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -333,7 +333,7 @@ Additionally, the XML may include **One or more data gathering directives, which | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -421,7 +421,7 @@ To learn how to read the resulting data, see [How to review ArchiveResults](#how | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -466,7 +466,7 @@ The ETW log feature is designed for advanced usage, and assumes developers' fami | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -516,7 +516,7 @@ For more information about using DiagnosticLog to collect logs remotely from a P | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -598,7 +598,7 @@ Each dynamic node represents a registered 'Channel' node. The node name must be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -655,7 +655,7 @@ This node is to trigger exporting events into a log file from this node's associ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -713,7 +713,7 @@ This node is used for setting or getting the xpath query string to filter the ev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -804,7 +804,7 @@ This node is used for setting or getting the 'Enabled' state of this node's asso | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -884,7 +884,7 @@ To gather diagnostics using this CSP: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -966,7 +966,7 @@ Each dynamic node represents a registered 'Collector' node. CSP will maintain an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1007,7 +1007,7 @@ This node is used for setting or getting the trace log file size limit(in Megaby | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1046,7 +1046,7 @@ Root node of all providers registered in this collector node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1128,7 +1128,7 @@ Each dynamic node represents an ETW provider registered in this collector node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1214,7 +1214,7 @@ This node is used for setting or getting the keywords of the event provider in t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1287,7 +1287,7 @@ Set provider State: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1363,7 +1363,7 @@ Set provider TraceLevel: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1460,7 +1460,7 @@ After you've added a logging task, you can start/stop a trace by running an Exec | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1509,7 +1509,7 @@ This node is used for setting or getting the trace log file mode of this collect | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1548,7 +1548,7 @@ This node is used for getting the status of this collector node's associated tra | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1599,7 +1599,7 @@ The FileDownload feature of the DiagnosticLog CSP enables a management server to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1638,7 +1638,7 @@ Root node of all csp nodes that are used for controlling file download for their | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1678,7 +1678,7 @@ Each dynamic node represents a 'FileContext' node corresponding to a log file ge | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1735,7 +1735,7 @@ This node is used for getting the total number of blocks for the associated log | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1792,7 +1792,7 @@ This node is used to get the binary data of the block that 'BlockIndexToRead' no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1878,7 +1878,7 @@ This node is used for setting and getting the block index that points to the dat | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1962,7 +1962,7 @@ This node is used for setting or getting the block size (in Kilobytes) for the d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2001,7 +2001,7 @@ Root node of all 'BlockNumber' nodes for the associated log file. The number of | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2041,7 +2041,7 @@ Each dynamic node represents a 'BlockNumber' node. The node name is an integer e | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2081,7 +2081,7 @@ This can be used to configure Windows event log policies, such as maximum log si | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2120,7 +2120,7 @@ Contains policy for Event Log channel settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2225,7 +2225,7 @@ Each dynamic node represents a registered 'Channel' node. The node name must be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2366,7 +2366,7 @@ If you disable or don't configure this policy setting, the locally configured va | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2506,7 +2506,7 @@ If you disable or don't configure this policy setting, the locally configured va | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2640,7 +2640,7 @@ Maximum size of the channel log file in MB. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | diff --git a/windows/client-management/mdm/dmacc-csp.md b/windows/client-management/mdm/dmacc-csp.md index fa5cbb05be..a9070aca48 100644 --- a/windows/client-management/mdm/dmacc-csp.md +++ b/windows/client-management/mdm/dmacc-csp.md @@ -1,7 +1,7 @@ --- title: DMAcc CSP description: Learn more about the DMAcc CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -67,7 +67,7 @@ The following list shows the DMAcc configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -108,7 +108,7 @@ node is generated from the 256-bit version of SHA-2 hash of the w7 PROVIDER-ID p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -156,7 +156,7 @@ Specifies the application authentication preference. Supported values: BASIC, DI | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -195,7 +195,7 @@ Interior node for DM server address. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -235,7 +235,7 @@ Defines the OMA DM server address. Only one server address can be configured. Wh | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -274,7 +274,7 @@ Specifies the address of the OMA DM account. The type of address stored is speci | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -323,7 +323,7 @@ Specifies the format and interpretation of the Addr node value. The default is " | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -362,7 +362,7 @@ Interior node for port information. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -402,7 +402,7 @@ Only one port number can be configured. When mapping the [w7 APPLICATION](w7-app | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -441,7 +441,7 @@ Specifies the port number of the OMA MD account address. This must be a decimal | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -480,7 +480,7 @@ Defines authentication settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -520,7 +520,7 @@ Defines one set of authentication settings. When mapping the [w7 APPLICATION](w7 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -559,7 +559,7 @@ Specifies the next nonce used for authentication. "Nonce" refers to a number use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -607,7 +607,7 @@ Specifies the application authentication level. A value of "CLCRED" indicates th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -646,7 +646,7 @@ Specifies the authentication name. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -685,7 +685,7 @@ Specifies the password or secret used for authentication. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -734,7 +734,7 @@ Specifies the authentication type. If AAuthLevel is CLCRED, the supported types | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -782,7 +782,7 @@ Specifies the application identifier for the OMA DM account. The only supported | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -821,7 +821,7 @@ Defines a set of extended parameters. This element holds vendor-specific informa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -860,7 +860,7 @@ Defines a set of Microsoft-specific extended parameters. This element is created | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -913,7 +913,7 @@ false (default) -- Compatibility with down-level servers is enabled true -- Comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -953,7 +953,7 @@ This node specifies how many times DM client will retry a connection to the serv | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1001,7 +1001,7 @@ Allows connection to the DM server to check the Certificate Revocation List (CRL | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1050,7 +1050,7 @@ This node specifies the encoding that the OMA-DM client will use to encode its f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1098,7 +1098,7 @@ Determines whether the OMA DM client should be launched when roaming. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1139,7 +1139,7 @@ time grows exponentially. The default value is 16000 milliseconds. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1178,7 +1178,7 @@ When this node is added, a session is started with the MDM server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1218,7 +1218,7 @@ This node specifies the maximum number of milliseconds to wait before attempting | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1268,7 +1268,7 @@ The protocol version set by this element will match the protocol version that th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1320,7 +1320,7 @@ The acceptable access roles for this node can't be more than the roles assigned | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1363,7 +1363,7 @@ The SSLCLIENTCERTSEARCHCRITERIA parameter is used to specify the client certific | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1414,7 +1414,7 @@ the UUID of the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1470,7 +1470,7 @@ true: Nonce resynchronization is enabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1509,7 +1509,7 @@ Specifies the display name of the application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1549,7 +1549,7 @@ will use the default connection provided by connection manager. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/dmclient-csp.md b/windows/client-management/mdm/dmclient-csp.md index dafa7bc0bb..7a909b008b 100644 --- a/windows/client-management/mdm/dmclient-csp.md +++ b/windows/client-management/mdm/dmclient-csp.md @@ -1,7 +1,7 @@ --- title: DMClient CSP description: Learn more about the DMClient CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -140,7 +140,7 @@ The following list shows the DMClient configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -179,7 +179,7 @@ Returns the hardware device ID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -218,7 +218,7 @@ The root node for all settings that belong to a single management server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -258,7 +258,7 @@ This node contains the URI-encoded value of the bootstrapped device management a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -297,7 +297,7 @@ Device ID used for Microsoft Entra device registration. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -337,7 +337,7 @@ For more information about Microsoft Entra enrollment, see [Microsoft Entra inte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -385,7 +385,7 @@ For Microsoft Entra ID backed enrollments, this will cause the client to send a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -424,7 +424,7 @@ The time in OMA DM standard time format. This node is designed to reduce the ris | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -463,7 +463,7 @@ Configures the identifier used to uniquely associate this diagnostic data of thi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -505,7 +505,7 @@ This node enables [Config Lock](../config-lock.md) feature. If enabled, policies | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -554,7 +554,7 @@ This node specifies how the client will perform the lock mode for SecureCore PC. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -593,7 +593,7 @@ The node returns the boolean value whether the device is a SecureCore PC. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -633,7 +633,7 @@ This node, when it's set, tells the client to set how many minutes the device sh | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5035854](https://support.microsoft.com/help/5035854) [10.0.22000.2836] and later
      ✅ Windows 11, version 22H2 with [KB5034848](https://support.microsoft.com/help/5034848) [10.0.22621.3235] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5035854](https://support.microsoft.com/help/5035854) [10.0.22000.2836] and later
      ✅ Windows 11, version 22H2 with [KB5034848](https://support.microsoft.com/help/5034848) [10.0.22621.3235] and later
      ✅ Windows Insider Preview | @@ -672,7 +672,7 @@ Parent node for ConfigRefresh nodes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5035854](https://support.microsoft.com/help/5035854) [10.0.22000.2836] and later
      ✅ Windows 11, version 22H2 with [KB5034848](https://support.microsoft.com/help/5034848) [10.0.22621.3235] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5035854](https://support.microsoft.com/help/5035854) [10.0.22000.2836] and later
      ✅ Windows 11, version 22H2 with [KB5034848](https://support.microsoft.com/help/5034848) [10.0.22621.3235] and later
      ✅ Windows Insider Preview | @@ -713,7 +713,7 @@ This node determines the number of minutes between refreshes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5035854](https://support.microsoft.com/help/5035854) [10.0.22000.2836] and later
      ✅ Windows 11, version 22H2 with [KB5034848](https://support.microsoft.com/help/5034848) [10.0.22621.3235] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5035854](https://support.microsoft.com/help/5035854) [10.0.22000.2836] and later
      ✅ Windows 11, version 22H2 with [KB5034848](https://support.microsoft.com/help/5034848) [10.0.22621.3235] and later
      ✅ Windows Insider Preview | @@ -762,7 +762,7 @@ This node determines whether or not a periodic settings refresh for MDM policies | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5035854](https://support.microsoft.com/help/5035854) [10.0.22000.2836] and later
      ✅ Windows 11, version 22H2 with [KB5034848](https://support.microsoft.com/help/5034848) [10.0.22621.3235] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5035854](https://support.microsoft.com/help/5035854) [10.0.22000.2836] and later
      ✅ Windows 11, version 22H2 with [KB5034848](https://support.microsoft.com/help/5034848) [10.0.22621.3235] and later
      ✅ Windows Insider Preview | @@ -803,7 +803,7 @@ This node determines the number of minutes ConfigRefresh should be paused for. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -842,7 +842,7 @@ These nodes provision custom text for the enrollment page. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -881,7 +881,7 @@ Specifies the body text of the all done page that appears at the end of the MDM | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -920,7 +920,7 @@ Specifies the URL that's shown at the end of the MDM enrollment flow. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -959,7 +959,7 @@ Specifies the display text for the URL that's shown at the end of the MDM enroll | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -998,7 +998,7 @@ Specifies the title of the all done page that appears at the end of the MDM enro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1079,7 +1079,7 @@ Here's an example of DM message sent by the device when it's in pending state: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1117,7 +1117,7 @@ Here's an example of DM message sent by the device when it's in pending state: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1156,7 +1156,7 @@ The node contains the primary certificate - the public key to use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1195,7 +1195,7 @@ The node contains the secondary certificate - the public key to use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1246,7 +1246,7 @@ This node specifies how the client will perform the app layer signing and encryp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1295,7 +1295,7 @@ This node, when it's set, tells the client to use the certificate even when the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1334,7 +1334,7 @@ Type of MDM enrollment (Device or Full). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1373,7 +1373,7 @@ Character string that contains the user-friendly device name used by the IT admi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1414,7 +1414,7 @@ Character string that contains the unique enterprise device ID. The value is set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1467,7 +1467,7 @@ Character string that contains the unique Exchange device ID used by the Outlook | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1505,7 +1505,7 @@ Character string that contains the unique Exchange device ID used by the Outlook | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1554,7 +1554,7 @@ This node decides whether or not the MDM progress page displays the Collect Logs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1605,7 +1605,7 @@ Device Only. This node determines whether or not the MDM progress page is blocki | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1644,7 +1644,7 @@ This node allows the MDM to set custom error text, detailing what the user needs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1684,7 +1684,7 @@ This node contains a list of LocURIs that refer to App Packages the ISV expects | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1724,7 +1724,7 @@ This node contains a list of LocURIs that refer to App Packages the ISV expects | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1764,7 +1764,7 @@ This node contains a list of LocURIs that refer to Wi-Fi profiles and VPN profil | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1804,7 +1804,7 @@ This node contains a list of LocURIs that refer to certs the ISV expects to prov | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1844,7 +1844,7 @@ This node contains a list of LocURIs that refer to Policies the ISV expects to p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1884,7 +1884,7 @@ This node contains a list of LocURIs that refer to SCEP certs the ISV expects to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1932,7 +1932,7 @@ This node, when doing a get, tells the server if the "First Syncs" are done and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1980,7 +1980,7 @@ This node is set by the server to inform the UX that the server has finished pro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2029,7 +2029,7 @@ Device only. This node decides whether or not the MDM device progress page skips | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2078,7 +2078,7 @@ Device only. This node decides whether or not the MDM user progress page skips a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2119,7 +2119,7 @@ This node determines how long we will poll until we surface an error message to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2168,7 +2168,7 @@ Integer node determining if a Device was Successfully provisioned. 0 is failure, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014699](https://support.microsoft.com/help/5014699) [10.0.19042.1766] and later
      ✅ Windows 10, version 21H1 with [KB5014699](https://support.microsoft.com/help/5014699) [10.0.19043.1766] and later
      ✅ Windows 10, version 21H2 with [KB5014699](https://support.microsoft.com/help/5014699) [10.0.19044.1766] and later
      ✅ Windows 11, version 21H2 with [KB5014697](https://support.microsoft.com/help/5014697) [10.0.22000.739] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014699](https://support.microsoft.com/help/5014699) [10.0.19042.1766] and later
      ✅ Windows 10, version 21H1 with [KB5014699](https://support.microsoft.com/help/5014699) [10.0.19043.1766] and later
      ✅ Windows 10, version 21H2 with [KB5014699](https://support.microsoft.com/help/5014699) [10.0.19044.1766] and later
      ✅ Windows 11, version 21H2 with [KB5014697](https://support.microsoft.com/help/5014697) [10.0.22000.739] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -2219,7 +2219,7 @@ Force device to send device Microsoft Entra token during check-in as a separate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2258,7 +2258,7 @@ The character string that allows the user experience to include a customized hel | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2297,7 +2297,7 @@ The character string that allows the user experience to include a customized hel | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2336,7 +2336,7 @@ The character string that allows the user experience to include a customized hel | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2375,7 +2375,7 @@ Returns the hardware device ID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -2414,7 +2414,7 @@ The interior node for linked enrollment. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -2453,7 +2453,7 @@ Endpoint Discovery is the process where a specific URL (the "discovery endpoint" | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -2493,7 +2493,7 @@ This is an execution node and will trigger a silent Declared Configuration enrol | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -2548,7 +2548,7 @@ Returns the current enrollment or un-enrollment status of the linked enrollment. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -2587,7 +2587,7 @@ Supports Get Only. Returns the HRESULT for the last error when enroll/unenroll f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19042.2193] and later
      ✅ Windows 10, version 21H1 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19043.2193] and later
      ✅ Windows 10, version 21H2 with [KB5018482](https://support.microsoft.com/help/5018482) [10.0.19044.2193] and later
      ✅ Windows 11, version 21H2 with [KB5016691](https://support.microsoft.com/help/5016691) [10.0.22000.918] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -2627,7 +2627,7 @@ This is an execution node and will trigger a silent Declared Configuration unenr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2681,7 +2681,7 @@ The list of management server URLs in the format `` `` ``, and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2720,7 +2720,7 @@ Specify the Discovery server URL of the MDM server to upgrade to for a MAM enrol | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2762,7 +2762,7 @@ The character string that contains the device management server address. It can | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2801,7 +2801,7 @@ Used by the client to indicate the latest DM session version that it supports. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2841,7 +2841,7 @@ Used by the client to indicate the latest DM session version that it supports. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2882,7 +2882,7 @@ The waiting time (in minutes) for the initial set of retries as specified by the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2923,7 +2923,7 @@ Optional. Maximum number of concurrent user sync sessions at User Login. Default | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2964,7 +2964,7 @@ Optional. Maximum number of concurrent user sync sessions in background. Default | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3005,7 +3005,7 @@ The number of times the DM client should retry connecting to the server when the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3044,7 +3044,7 @@ Number of days after last successful sync to unenroll. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3083,7 +3083,7 @@ Polling schedules must utilize the DMClient CSP. The Registry paths previously a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3132,7 +3132,7 @@ Boolean value that allows the IT admin to require the device to start a manageme | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3171,7 +3171,7 @@ The waiting time (in minutes) for the initial set of retries as specified by the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3210,7 +3210,7 @@ The waiting time (in minutes) for the initial set of retries as specified by the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3249,7 +3249,7 @@ The waiting time (in minutes) for the second set of retries as specified by the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3288,7 +3288,7 @@ The number of times the DM client should retry to connect to the server when the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3327,7 +3327,7 @@ The number of times the DM client should retry connecting to the server when the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3366,7 +3366,7 @@ The number of times the DM client should retry a second round of connecting to t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3415,7 +3415,7 @@ Boolean value that allows the IT admin to require the device to start a manageme | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3454,7 +3454,7 @@ The PublisherDeviceID is a device-unique ID created based on the enterprise Publ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3493,7 +3493,7 @@ Not configurable during WAP Provisioning XML. If removed, DM sessions triggered | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3532,7 +3532,7 @@ A string that contains the channel that the WNS client has negotiated for the OM | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3571,7 +3571,7 @@ A string provided by the Windows 10 ecosystem for an MDM solution. Used to regis | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3610,7 +3610,7 @@ An integer that maps to a known error state or condition on the system. Valid va | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3649,7 +3649,7 @@ Parent node for Recovery nodes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3698,7 +3698,7 @@ This node determines whether or not the client will automatically initiate a MDM | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3747,7 +3747,7 @@ This node initiates a recovery action. The server can specify prerequisites befo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3787,7 +3787,7 @@ This node tracks the status of a Recovery request from the InitiateRecovery node | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3836,7 +3836,7 @@ Primarily used for SSL bridging mode where firewalls and proxies are deployed an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3875,7 +3875,7 @@ Character string that contains the device ID. This node and the nodes CertRenewT | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3918,7 +3918,7 @@ Used by the management server to set the DM session version that the server and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3978,7 +3978,7 @@ The following SyncML shows how to remotely unenroll the device. This command sho | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -4017,7 +4017,7 @@ Allows the management server to update the User Principal Name (UPN) of the enro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -4056,7 +4056,7 @@ The node accepts unenrollment requests by way of the OMA DM Exec command and cal | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -4096,7 +4096,7 @@ For provisioning packages only. Specifies the list of servers (semicolon delimit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -4135,7 +4135,7 @@ The root node for all settings that belong to a single management server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -4175,7 +4175,7 @@ This node contains the URI-encoded value of the bootstrapped device management a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4213,7 +4213,7 @@ This node contains the URI-encoded value of the bootstrapped device management a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -4262,7 +4262,7 @@ This node decides whether or not the MDM progress page displays the Collect Logs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -4301,7 +4301,7 @@ This node allows the MDM to set custom error text, detailing what the user needs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4341,7 +4341,7 @@ This node contains a list of LocURIs that refer to App Packages the ISV expects | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4381,7 +4381,7 @@ This node contains a list of LocURIs that refer to App Packages the ISV expects | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4421,7 +4421,7 @@ This node contains a list of LocURIs that refer to Wi-Fi profiles and VPN profil | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4461,7 +4461,7 @@ This node contains a list of LocURIs that refer to certs the ISV expects to prov | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4501,7 +4501,7 @@ This node contains a list of LocURIs that refer to Policies the ISV expects to p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4541,7 +4541,7 @@ This node contains a list of LocURIs that refer to SCEP certs the ISV expects to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4589,7 +4589,7 @@ This node, when doing a get, tells the server if the "First Syncs" are done and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4637,7 +4637,7 @@ This node is set by the server to inform the UX that the server has finished pro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/email2-csp.md b/windows/client-management/mdm/email2-csp.md index 2e9994efd2..8c4046ebd6 100644 --- a/windows/client-management/mdm/email2-csp.md +++ b/windows/client-management/mdm/email2-csp.md @@ -1,7 +1,7 @@ --- title: EMAIL2 CSP description: Learn more about the EMAIL2 CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -66,7 +66,7 @@ The following list shows the EMAIL2 configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -113,7 +113,7 @@ The braces {} around the GUID are required in the EMAIL2 configuration service p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -152,7 +152,7 @@ The location of the icon associated with the account. The account icon can be us | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -200,7 +200,7 @@ Specifies the type of account. Valid values are: Email - normal email, VVM - vis | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -239,7 +239,7 @@ Character string that specifies the name used to authorize the user to a specifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -293,7 +293,7 @@ Character string that specifies whether the outgoing server requires authenticat | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -332,7 +332,7 @@ Character string that specifies the user's password. The same password is used f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -371,7 +371,7 @@ Server for calendar sync if it's different from the email server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -410,7 +410,7 @@ Indicates if the connection to the calendar server requires SSL. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -449,7 +449,7 @@ Sets the schedule for syncing calendar items. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -488,7 +488,7 @@ If this flag is set, the account only uses the cellular network and not Wi-Fi. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -527,7 +527,7 @@ Server for contact sync if it's different from the email server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -566,7 +566,7 @@ Indicates if the connection to the contact server requires SSL. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -605,7 +605,7 @@ Sets the schedule for syncing contact items. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -644,7 +644,7 @@ Character string that specifies the incoming server credentials domain. Limited | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -695,7 +695,7 @@ Character string that specifies how many days' worth of email should be download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -734,7 +734,7 @@ Character string that specifies how many days' worth of email should be download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -786,7 +786,7 @@ Specifies the maximum size for a message attachment. Attachments beyond this siz | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -827,7 +827,7 @@ Character string that specifies the length of time between email send/receive up | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -866,7 +866,7 @@ Character string that specifies the name of the sender displayed on a sent email | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -905,7 +905,7 @@ Character string that specifies the name of the messaging service's outgoing ema | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -944,7 +944,7 @@ Character string that specifies the reply email address of the user (usually the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -984,7 +984,7 @@ Specifies the maximum size in bytes for messages retrieved from the incoming ema | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1032,7 +1032,7 @@ Character string that specifies how message is deleted on server. The default ac | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1073,7 +1073,7 @@ Character string that specifies the name of the email service to create or edit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1114,7 +1114,7 @@ Character string that specifies the type of email service to create or edit (for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1153,7 +1153,7 @@ Character string that specifies the display name associated with the user's alte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1192,7 +1192,7 @@ Character string that specifies the domain name for the user's alternative SMTP | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1240,7 +1240,7 @@ Character string that specifies if the user's alternate SMTP account is enabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1279,7 +1279,7 @@ Character string that specifies the password for the user's alternate SMTP accou | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1338,7 +1338,7 @@ Specifies a bitmask for which content types are supported for syncing (eg: Mail, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1377,7 +1377,7 @@ Specifies that stated parameter element name attributes is nonstandard tag prope | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1425,7 +1425,7 @@ Character string that specifies if the incoming email server requires SSL. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | diff --git a/windows/client-management/mdm/enterprisedesktopappmanagement-csp.md b/windows/client-management/mdm/enterprisedesktopappmanagement-csp.md index 1e7b4ce38f..6936961c53 100644 --- a/windows/client-management/mdm/enterprisedesktopappmanagement-csp.md +++ b/windows/client-management/mdm/enterprisedesktopappmanagement-csp.md @@ -1,7 +1,7 @@ --- title: EnterpriseDesktopAppManagement CSP description: Learn more about the EnterpriseDesktopAppManagement CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -56,7 +56,7 @@ The following list shows the EnterpriseDesktopAppManagement configuration servic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -95,7 +95,7 @@ Product Type is MSI. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -136,7 +136,7 @@ The MSI product code for the application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -188,7 +188,7 @@ For more information, see [DownloadInstall XSD Schema](#downloadinstall-xsd-sche | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -227,7 +227,7 @@ Installation date of the application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -266,7 +266,7 @@ Installation path of the application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -305,7 +305,7 @@ The last error code during the application installation process. This is typical | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -344,7 +344,7 @@ Contains the last error code description. The LastErrorDesc value is looked up f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -383,7 +383,7 @@ Name of the application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -422,7 +422,7 @@ Publisher of application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -461,7 +461,7 @@ Status of the application. Valid values: 10-Initialized, 20-Download In Progress | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -500,7 +500,7 @@ MSI Product Version. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -539,7 +539,7 @@ MSI Product Version. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -579,7 +579,7 @@ A gateway (or device management server) uses this method to detect matching upgr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -618,7 +618,7 @@ Product Type is MSI. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -659,7 +659,7 @@ The MSI product code for the application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -711,7 +711,7 @@ For more information, see [DownloadInstall XSD Schema](#downloadinstall-xsd-sche | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -750,7 +750,7 @@ Installation date of the application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -789,7 +789,7 @@ Installation path of the application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -828,7 +828,7 @@ The last error code during the application installation process. This is typical | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -867,7 +867,7 @@ Contains the last error code description. The LastErrorDesc value is looked up f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -906,7 +906,7 @@ Name of the application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -945,7 +945,7 @@ Publisher of application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -984,7 +984,7 @@ Status of the application. Valid values: 10-Initialized, 20-Download In Progress | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1023,7 +1023,7 @@ MSI Product Version. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1062,7 +1062,7 @@ MSI Product Version. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/enterprisemodernappmanagement-csp.md b/windows/client-management/mdm/enterprisemodernappmanagement-csp.md index 878a0a1212..4608501600 100644 --- a/windows/client-management/mdm/enterprisemodernappmanagement-csp.md +++ b/windows/client-management/mdm/enterprisemodernappmanagement-csp.md @@ -1,7 +1,7 @@ --- title: EnterpriseModernAppManagement CSP description: Learn more about the EnterpriseModernAppManagement CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -253,7 +253,7 @@ The following list shows the EnterpriseModernAppManagement configuration service | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -293,7 +293,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -357,7 +357,7 @@ Here's an example for uninstalling an app: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -408,7 +408,7 @@ This is a required node. The following list shows the supported deployment optio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -449,7 +449,7 @@ Last error relating to the app installation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -490,7 +490,7 @@ Description of last error relating to the app installation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -531,7 +531,7 @@ An integer that indicates the progress of the app installation. For https locati | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -572,7 +572,7 @@ Status of app installation. The following values are returned: NOT_INSTALLED (0) | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -611,7 +611,7 @@ Command to perform an install of an app and a license from the Microsoft Store. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -650,7 +650,7 @@ Used to manage licenses for app scenarios. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -690,7 +690,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -731,7 +731,7 @@ This is an optional node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -771,7 +771,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -811,7 +811,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -850,7 +850,7 @@ Category of license that's used to classify various license sources. Valid value | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -889,7 +889,7 @@ Indicates the allowed usage for the license. Valid values: Unknown - usage is un | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -930,7 +930,7 @@ Identifier for the entity that requested the license, such as the client who acq | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -970,7 +970,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1056,7 +1056,7 @@ The following example sets the inventory query for the package names and checks | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1110,7 +1110,7 @@ Here's an example of AppInventoryResults operation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1149,7 +1149,7 @@ This is a required node. Used for managing apps from the Microsoft Store. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1211,7 +1211,7 @@ Here's an example for uninstalling an app: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1251,7 +1251,7 @@ Full name of the package installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1292,7 +1292,7 @@ Architecture of installed package. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1332,7 +1332,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1373,7 +1373,7 @@ Install location of the app on the device. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1412,7 +1412,7 @@ The value is 1 if the package is an app bundle and 0 (zero) for all other cases. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1453,7 +1453,7 @@ Whether or not the app is a framework package. Value type is int. The value is 1 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1492,7 +1492,7 @@ The value is 0 or 1 that indicates if the app is provisioned on the device. The | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1532,7 +1532,7 @@ The value is 1 if the package is a stub package and 0 (zero) for all other cases | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1571,7 +1571,7 @@ Name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1612,7 +1612,7 @@ Provides information about the status of the package. Value type is int. Valid v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1651,7 +1651,7 @@ Publisher name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1694,7 +1694,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1735,7 +1735,7 @@ Resource ID of the app. This is null for the main app, ~ for a bundle, and conta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1780,7 +1780,7 @@ This is a required node. Possible values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1819,7 +1819,7 @@ Version of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1868,7 +1868,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1924,7 +1924,7 @@ Expected Behavior on an AMD64 machine that has x86 flavor of an app installed (M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2036,7 +2036,7 @@ NonRemovable requires admin permission. This setting can only be defined per dev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2077,7 +2077,7 @@ Interior node for the managing updates through the Microsoft Store. These settin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2117,7 +2117,7 @@ Identifier for the app or set of apps. If there is only one app, it's the Packag | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2156,7 +2156,7 @@ Specifies the app channel ID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2195,7 +2195,7 @@ Interior node used to specify the effective app release to use when multiple use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2234,7 +2234,7 @@ Returns the last user channel ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2273,7 +2273,7 @@ Returns the last user release ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2312,7 +2312,7 @@ The IT admin can specify a release ID to indicate a specific release that they w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2352,7 +2352,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2391,7 +2391,7 @@ Used to manage enterprise apps or developer apps that weren't acquired from the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2453,7 +2453,7 @@ Here's an example for uninstalling an app: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2493,7 +2493,7 @@ Full name of the package installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2534,7 +2534,7 @@ Architecture of installed package. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2574,7 +2574,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2615,7 +2615,7 @@ Install location of the app on the device. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2654,7 +2654,7 @@ The value is 1 if the package is an app bundle and 0 (zero) for all other cases. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2695,7 +2695,7 @@ Whether or not the app is a framework package. Value type is int. The value is 1 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2734,7 +2734,7 @@ The value is 0 or 1 that indicates if the app is provisioned on the device. The | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2774,7 +2774,7 @@ The value is 1 if the package is a stub package and 0 (zero) for all other cases | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2813,7 +2813,7 @@ Name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2854,7 +2854,7 @@ Provides information about the status of the package. Value type is int. Valid v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2893,7 +2893,7 @@ Publisher name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2936,7 +2936,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2977,7 +2977,7 @@ Resource ID of the app. This is null for the main app, ~ for a bundle, and conta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3022,7 +3022,7 @@ This is a required node. Possible values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3061,7 +3061,7 @@ Version of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3110,7 +3110,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3166,7 +3166,7 @@ Expected Behavior on an AMD64 machine that has x86 flavor of an app installed (M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3278,7 +3278,7 @@ NonRemovable requires admin permission. This setting can only be defined per dev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3317,7 +3317,7 @@ Interior node for the managing updates through the Microsoft Store. These settin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3357,7 +3357,7 @@ Identifier for the app or set of apps. If there is only one app, it's the Packag | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3396,7 +3396,7 @@ Specifies the app channel ID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3435,7 +3435,7 @@ Interior node used to specify the effective app release to use when multiple use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3474,7 +3474,7 @@ Returns the last user channel ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3513,7 +3513,7 @@ Returns the last user release ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3552,7 +3552,7 @@ The IT admin can specify a release ID to indicate a specific release that they w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3591,7 +3591,7 @@ Used to restore the Windows app to its initial configuration. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3630,7 +3630,7 @@ Reports apps installed as part of the operating system. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3672,7 +3672,7 @@ Package family name (PFN) of the app. There is one for each PFN on the device wh | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3712,7 +3712,7 @@ Full name of the package installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3753,7 +3753,7 @@ Architecture of installed package. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3793,7 +3793,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3834,7 +3834,7 @@ Install location of the app on the device. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3873,7 +3873,7 @@ The value is 1 if the package is an app bundle and 0 (zero) for all other cases. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3914,7 +3914,7 @@ Whether or not the app is a framework package. Value type is int. The value is 1 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3953,7 +3953,7 @@ The value is 0 or 1 that indicates if the app is provisioned on the device. The | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3993,7 +3993,7 @@ The value is 1 if the package is a stub package and 0 (zero) for all other cases | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4032,7 +4032,7 @@ Name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4073,7 +4073,7 @@ Provides information about the status of the package. Value type is int. Valid v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4112,7 +4112,7 @@ Publisher name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4155,7 +4155,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4196,7 +4196,7 @@ Resource ID of the app. This is null for the main app, ~ for a bundle, and conta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4241,7 +4241,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4280,7 +4280,7 @@ Version of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4319,7 +4319,7 @@ AppUpdateSettings nodes to support the auto-update and auto-repair feature for a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4358,7 +4358,7 @@ AutoRepair node to support auto-repair feature for a specific package. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4398,7 +4398,7 @@ PackageSource node that points the update location for a specific package. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4437,7 +4437,7 @@ AutoUpdateSettings nodes to support the auto-updates for a specific package. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4486,7 +4486,7 @@ Specifies whether AutomaticBackgroundTask is enabled/disabled for a specific pac | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4535,7 +4535,7 @@ Specifies whether the auto-update settings is enabled/disabled for a specific pa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4584,7 +4584,7 @@ Specifies whether the auto-update setting ForceUpdateFromAnyVersion is enabled/d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4625,7 +4625,7 @@ Specifies HoursBetweenUpdateChecks for a specific package. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4674,7 +4674,7 @@ Specifies whether OnLaunchUpdateCheck is enabled/disabled for a specific package | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4714,7 +4714,7 @@ PackageSource node that points the update location for a specific package. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4763,7 +4763,7 @@ Specifies whether the auto-update setting ShowPrompt is enabled/disabled for a s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4812,7 +4812,7 @@ Specifies whether the auto-update setting UpdateBlocksActivation is enabled/disa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4861,7 +4861,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -4917,7 +4917,7 @@ Expected Behavior on an AMD64 machine that has x86 flavor of an app installed (M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -5029,7 +5029,7 @@ NonRemovable requires admin permission. This setting can only be defined per dev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5068,7 +5068,7 @@ Interior node for the managing updates through the Microsoft Store. These settin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5108,7 +5108,7 @@ Identifier for the app or set of apps. If there is only one app, it's the Packag | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5147,7 +5147,7 @@ Specifies the app channel ID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5186,7 +5186,7 @@ Interior node used to specify the effective app release to use when multiple use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5225,7 +5225,7 @@ Returns the last user channel ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5264,7 +5264,7 @@ Returns the last user release ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5303,7 +5303,7 @@ The IT admin can specify a release ID to indicate a specific release that they w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5343,7 +5343,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5382,7 +5382,7 @@ Used to perform app installation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5444,7 +5444,7 @@ Here's an example for uninstalling an app: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5495,7 +5495,7 @@ This is a required node. The following list shows the supported deployment optio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5536,7 +5536,7 @@ Last error relating to the app installation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5577,7 +5577,7 @@ Description of last error relating to the app installation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5618,7 +5618,7 @@ An integer that indicates the progress of the app installation. For https locati | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5659,7 +5659,7 @@ Status of app installation. The following values are returned: NOT_INSTALLED (0) | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5698,7 +5698,7 @@ Command to perform an install of an app and a license from the Microsoft Store. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5737,7 +5737,7 @@ Used to manage licenses for app scenarios. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5776,7 +5776,7 @@ Used to manage licenses for store apps. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5817,7 +5817,7 @@ This is an optional node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5857,7 +5857,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5897,7 +5897,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5936,7 +5936,7 @@ Category of license that's used to classify various license sources. Valid value | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5975,7 +5975,7 @@ Indicates the allowed usage for the license. Valid values: Unknown - usage is un | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6016,7 +6016,7 @@ Identifier for the entity that requested the license, such as the client who acq | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6055,7 +6055,7 @@ Used for inventory and app management (post-install). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6137,7 +6137,7 @@ The following example sets the inventory query for the package names and checks | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6191,7 +6191,7 @@ Here's an example of AppInventoryResults operation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6230,7 +6230,7 @@ This is a required node. Used for managing apps from the Microsoft Store. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6292,7 +6292,7 @@ Here's an example for uninstalling an app: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6332,7 +6332,7 @@ Full name of the package installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6373,7 +6373,7 @@ Architecture of installed package. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6413,7 +6413,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6454,7 +6454,7 @@ Install location of the app on the device. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6493,7 +6493,7 @@ The value is 1 if the package is an app bundle and 0 (zero) for all other cases. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6534,7 +6534,7 @@ Whether or not the app is a framework package. Value type is int. The value is 1 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6573,7 +6573,7 @@ The value is 0 or 1 that indicates if the app is provisioned on the device. The | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -6613,7 +6613,7 @@ The value is 1 if the package is a stub package and 0 (zero) for all other cases | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6652,7 +6652,7 @@ Name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6693,7 +6693,7 @@ Provides information about the status of the package. Value type is int. Valid v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6732,7 +6732,7 @@ Publisher name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6775,7 +6775,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6816,7 +6816,7 @@ Resource ID of the app. This is null for the main app, ~ for a bundle, and conta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6861,7 +6861,7 @@ This is a required node. Possible values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6900,7 +6900,7 @@ Version of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6941,7 +6941,7 @@ Interior node for all managed app setting values. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7015,7 +7015,7 @@ This setting only works for apps that support the feature and it's only supporte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7064,7 +7064,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -7120,7 +7120,7 @@ Expected Behavior on an AMD64 machine that has x86 flavor of an app installed (M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7161,7 +7161,7 @@ Interior node for the managing updates through the Microsoft Store. These settin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7201,7 +7201,7 @@ Identifier for the app or set of apps. If there is only one app, it's the Packag | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7240,7 +7240,7 @@ Specifies the app channel ID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7279,7 +7279,7 @@ Interior node used to specify the effective app release to use when multiple use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7318,7 +7318,7 @@ Returns the last user channel ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7357,7 +7357,7 @@ Returns the last user release ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7396,7 +7396,7 @@ The IT admin can specify a release ID to indicate a specific release that they w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7436,7 +7436,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7475,7 +7475,7 @@ Used to manage enterprise apps or developer apps that weren't acquired from the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7533,7 +7533,7 @@ Package family name (PFN) of the app. There is one for each PFN on the device wh | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7573,7 +7573,7 @@ Full name of the package installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7614,7 +7614,7 @@ Architecture of installed package. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7654,7 +7654,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7695,7 +7695,7 @@ Install location of the app on the device. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7734,7 +7734,7 @@ The value is 1 if the package is an app bundle and 0 (zero) for all other cases. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7775,7 +7775,7 @@ Whether or not the app is a framework package. Value type is int. The value is 1 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7814,7 +7814,7 @@ The value is 0 or 1 that indicates if the app is provisioned on the device. The | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -7856,7 +7856,7 @@ Value type is int. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7895,7 +7895,7 @@ Name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7936,7 +7936,7 @@ Provides information about the status of the package. Value type is int. Valid v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7975,7 +7975,7 @@ Publisher name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8018,7 +8018,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8059,7 +8059,7 @@ Resource ID of the app. This is null for the main app, ~ for a bundle, and conta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8104,7 +8104,7 @@ Requried. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8143,7 +8143,7 @@ Version of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8183,7 +8183,7 @@ This node is only supported in the user context. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8255,7 +8255,7 @@ The following example gets all managed app settings for a specific app. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8304,7 +8304,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -8360,7 +8360,7 @@ Expected Behavior on an AMD64 machine that has x86 flavor of an app installed (M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8399,7 +8399,7 @@ Interior node for the managing updates through the Microsoft Store. These settin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8439,7 +8439,7 @@ Identifier for the app or set of apps. If there is only one app, it's the Packag | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8478,7 +8478,7 @@ Specifies the app channel ID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8517,7 +8517,7 @@ Interior node used to specify the effective app release to use when multiple use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8556,7 +8556,7 @@ Returns the last user channel ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8595,7 +8595,7 @@ Returns the last user release ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8634,7 +8634,7 @@ The IT admin can specify a release ID to indicate a specific release that they w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8699,7 +8699,7 @@ The following example removes a package for all users: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -8738,7 +8738,7 @@ Used to restore the Windows app to its initial configuration. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8777,7 +8777,7 @@ Reports apps installed as part of the operating system. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8837,7 +8837,7 @@ Package family name (PFN) of the app. There is one for each PFN on the device wh | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8877,7 +8877,7 @@ Full name of the package installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8918,7 +8918,7 @@ Architecture of installed package. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8958,7 +8958,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8999,7 +8999,7 @@ Install location of the app on the device. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9038,7 +9038,7 @@ The value is 1 if the package is an app bundle and 0 (zero) for all other cases. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9079,7 +9079,7 @@ Whether or not the app is a framework package. Value type is int. The value is 1 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9118,7 +9118,7 @@ The value is 0 or 1 that indicates if the app is provisioned on the device. The | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -9158,7 +9158,7 @@ The value is 1 if the package is a stub package and 0 (zero) for all other cases | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9197,7 +9197,7 @@ Name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9238,7 +9238,7 @@ Provides information about the status of the package. Value type is int. Valid v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9277,7 +9277,7 @@ Publisher name of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9320,7 +9320,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9361,7 +9361,7 @@ Resource ID of the app. This is null for the main app, ~ for a bundle, and conta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9406,7 +9406,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9445,7 +9445,7 @@ Version of the app. Value type is string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9485,7 +9485,7 @@ This node is only supported in the user context. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9559,7 +9559,7 @@ This setting only works for apps that support the feature and it's only supporte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9608,7 +9608,7 @@ This is a required node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -9664,7 +9664,7 @@ Expected Behavior on an AMD64 machine that has x86 flavor of an app installed (M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9703,7 +9703,7 @@ Interior node for the managing updates through the Microsoft Store. These settin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9743,7 +9743,7 @@ Identifier for the app or set of apps. If there is only one app, it's the Packag | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9782,7 +9782,7 @@ Specifies the app channel ID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9821,7 +9821,7 @@ Interior node used to specify the effective app release to use when multiple use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9860,7 +9860,7 @@ Returns the last user channel ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9899,7 +9899,7 @@ Returns the last user release ID on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -9938,7 +9938,7 @@ The IT admin can specify a release ID to indicate a specific release that they w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/euiccs-csp.md b/windows/client-management/mdm/euiccs-csp.md index d0c56c5e8c..f7f31560e0 100644 --- a/windows/client-management/mdm/euiccs-csp.md +++ b/windows/client-management/mdm/euiccs-csp.md @@ -1,7 +1,7 @@ --- title: eUICCs CSP description: Learn more about the eUICCs CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -51,7 +51,7 @@ The following list shows the eUICCs configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -91,7 +91,7 @@ Represents information associated with an eUICC. There is one subtree for each k | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -130,7 +130,7 @@ Actions that can be performed on the eUICC as a whole. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -169,7 +169,7 @@ This triggers an eUICC Memory Reset, which erases all the eSIM profiles in the e | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -209,7 +209,7 @@ Status of most recent operation, as an HRESULT. S_OK indicates success, S_FALSE | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -248,7 +248,7 @@ Represents servers used for bulk provisioning and eSIM discovery. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -288,7 +288,7 @@ Node representing a bulk download/discovery server. The node name is the fully q | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -336,7 +336,7 @@ Indicates whether the discovered profile must be enabled automatically after ins | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -376,7 +376,7 @@ Current state of the discovery operation for this server (Requested = 1, Executi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -425,7 +425,7 @@ Indicates whether the server is a discovery server or if it's used for bulk down | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -465,7 +465,7 @@ Identifies an eUICC in an implementation-specific manner, for example, this iden | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -504,7 +504,7 @@ Indicates whether this eUICC is physically present and active. Updated only by t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -543,7 +543,7 @@ Device policies associated with the eUICC as a whole (not per-profile). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -592,7 +592,7 @@ Determines whether or not the user can make changes to the eSIM through the user | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -631,7 +631,7 @@ Indicates whether the download of a profile with Profile Policy Rule 1 (PPR1) is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -670,7 +670,7 @@ Indicates whether the eUICC has already a profile with Profile Policy Rule 1 (PP | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -709,7 +709,7 @@ Represents all enterprise-owned eSIM profiles. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -749,7 +749,7 @@ Node representing an enterprise-owned eSIM profile. The node name is the ICCID o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -789,7 +789,7 @@ Detailed error if the profile download and install procedure failed (None = 0, C | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -837,7 +837,7 @@ Indicates whether this eSIM profile is enabled. Can be set by both the MDM and t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -877,7 +877,7 @@ Matching ID (activation code token) for eSIM profile download. Must be set by th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -916,7 +916,7 @@ Profile Policy Rule 1 (PPR1) indicates whether disabling of this profile isn't a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -955,7 +955,7 @@ Profile Policy Rule 2 (PPR2) indicates whether deletion of this profile isn't al | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -994,7 +994,7 @@ Fully qualified domain name of the server that can download this eSIM profile. M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/firewall-csp.md b/windows/client-management/mdm/firewall-csp.md index e782cfc9c3..88cf7531a8 100644 --- a/windows/client-management/mdm/firewall-csp.md +++ b/windows/client-management/mdm/firewall-csp.md @@ -1,7 +1,7 @@ --- title: Firewall CSP description: Learn more about the Firewall CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -172,7 +172,7 @@ The following list shows the Firewall configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -211,7 +211,7 @@ Interior node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -249,7 +249,7 @@ Interior node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -299,7 +299,7 @@ This value is an on/off switch. If this value is false, connection security rule | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -349,7 +349,7 @@ This value is used as an on/off switch. If this value is false, firewall rules f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -399,7 +399,7 @@ This value is used as an on/off switch. If this value is false, authorized appli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -449,7 +449,7 @@ This value is the action that the firewall does by default (and evaluates at the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -522,7 +522,7 @@ This value is the action that the firewall does by default (and evaluates at the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -572,7 +572,7 @@ This value is an on/off switch. If this value is false, the firewall MAY display | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -622,7 +622,7 @@ This value is an on/off switch. When this option is false, the server operates i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -672,7 +672,7 @@ This value is an on/off switch. This option is ignored if DisableStealthMode is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -722,7 +722,7 @@ This value is used as an on/off switch. If it's true, unicast responses to multi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -771,7 +771,7 @@ This value is an on/off switch for the firewall and advanced security enforcemen | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -821,7 +821,7 @@ This value is used as an on/off switch. If this value is on, the firewall logs a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -871,7 +871,7 @@ This value is used as an on/off switch. The server MAY use this value in an impl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -921,7 +921,7 @@ This value is used as an on/off switch. If this value is on, the firewall logs a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -971,7 +971,7 @@ This value is used as an on/off switch. If this value is false, global port fire | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -1012,7 +1012,7 @@ This value is a string that represents a file path to the log where the firewall | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -1054,7 +1054,7 @@ This value specifies the size, in kilobytes, of the log file where dropped packe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1104,7 +1104,7 @@ This value is used as an on/off switch. If this value is on and EnableFirewall i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1142,7 +1142,7 @@ This value is used as an on/off switch. If this value is on and EnableFirewall i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1181,7 +1181,7 @@ A list of dynamic keyword addresses for use within firewall rules. Dynamic keywo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1223,7 +1223,7 @@ A unique GUID string identifier for this dynamic keyword address. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1274,7 +1274,7 @@ An IPv6 address range in the format of "start address - end address" with no spa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1323,7 +1323,7 @@ If this flag is set to TRUE, then the 'keyword' field of this object is expected | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1362,7 +1362,7 @@ A String representing keyword. If the AutoResolve value is true, this should be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1401,7 +1401,7 @@ A list of rules controlling traffic through the Windows Firewall. Each Rule ID i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1443,7 +1443,7 @@ Unique alpha numeric identifier for the rule. The rule name mustn't include a fo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1482,7 +1482,7 @@ Specifies the action for the rule. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1534,7 +1534,7 @@ Specifies the action the rule enforces: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1583,7 +1583,7 @@ ServiceName. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1622,7 +1622,7 @@ FilePath - This App/Id value represents the full file path of the app. For examp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1661,7 +1661,7 @@ Fully Qualified Binary Name. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1700,7 +1700,7 @@ PackageFamilyName - This App/Id value represents the PackageFamilyName of the ap | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1739,7 +1739,7 @@ This is a service name, and is used in cases when a service, not an application, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1778,7 +1778,7 @@ Specifies the description of the rule. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1833,7 +1833,7 @@ If not specified the default is OUT. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1885,7 +1885,7 @@ New rules have the EdgeTraversal property disabled by default. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1935,7 +1935,7 @@ If not specified - a new rule is disabled by default. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -1982,7 +1982,7 @@ If not specified, the default is All. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2036,7 +2036,7 @@ If more than one interface type is specified, the strings must be separated by a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2088,7 +2088,7 @@ An IPv6 address range in the format of "start address - end address" with no spa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2130,7 +2130,7 @@ When setting this field in a firewall rule, the protocol field must also be set, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2172,7 +2172,7 @@ This is a string in Security Descriptor Definition Language (SDDL) format. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2211,7 +2211,7 @@ Specifies the friendly name of the firewall rule. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5025297](https://support.microsoft.com/help/5025297) [10.0.19045.2913] and later
      ✅ Windows 11, version 21H2 with [KB5025298](https://support.microsoft.com/help/5025298) [10.0.22000.1880] and later
      ✅ Windows 11, version 22H2 with [KB5025305](https://support.microsoft.com/help/5025305) [10.0.22621.1635] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5025297](https://support.microsoft.com/help/5025297) [10.0.19045.2913] and later
      ✅ Windows 11, version 21H2 with [KB5025298](https://support.microsoft.com/help/5025298) [10.0.22000.1880] and later
      ✅ Windows 11, version 22H2 with [KB5025305](https://support.microsoft.com/help/5025305) [10.0.22621.1635] and later | @@ -2251,7 +2251,7 @@ Specifies one App Control tag. This is a string that can contain any alphanumeri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2302,7 +2302,7 @@ Specifies the profiles to which the rule belongs: Domain, Private, Public. See [ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2342,7 +2342,7 @@ Specifies the profiles to which the rule belongs: Domain, Private, Public. See [ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19042.1706] and later
      ✅ Windows 10, version 21H1 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19043.1706] and later
      ✅ Windows 10, version 21H2 with [KB5013942](https://support.microsoft.com/help/5013942) [10.0.19044.1706] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2382,7 +2382,7 @@ Comma separated list of Dynamic Keyword Address Ids (GUID strings) specifying th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2442,7 +2442,7 @@ An IPv6 address range in the format of "start address - end address" with no spa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2484,7 +2484,7 @@ When setting this field in a firewall rule, the protocol field must also be set, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2523,7 +2523,7 @@ Provides information about the specific version of the rule in deployment for mo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2561,7 +2561,7 @@ Provides information about the specific version of the rule in deployment for mo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2600,7 +2600,7 @@ This value contains the binary version of the structures and data types that are | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2649,7 +2649,7 @@ This value specifies how certificate revocation list (CRL) verification is enfor | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2688,7 +2688,7 @@ Value that contains a bitmask of the current enforced profiles that are maintain | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2737,7 +2737,7 @@ This value is an on/off switch. If off, the firewall performs stateful File Tran | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2787,7 +2787,7 @@ This value specifies how scaling for the software on the receive side is enabled | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2839,7 +2839,7 @@ This value configures IPsec exceptions and MUST be a combination of the valid fl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2887,7 +2887,7 @@ This value is used as an on/off switch. When this option is false, keying module | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2926,7 +2926,7 @@ This value contains the policy version of the policy store being managed. This v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2965,7 +2965,7 @@ Value that contains the maximum policy version that the server host can accept. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3014,7 +3014,7 @@ Specifies the preshared key encoding that's used. MUST be a valid value from the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3055,7 +3055,7 @@ This value configures the security association idle time, in seconds. Security a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3094,7 +3094,7 @@ A list of rules controlling traffic through the Windows Firewall for Hyper-V con | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3136,7 +3136,7 @@ Unique alpha numeric identifier for the rule. The rule name mustn't include a fo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3188,7 +3188,7 @@ Specifies the action the rule enforces: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3243,7 +3243,7 @@ If not specified the default is OUT. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3293,7 +3293,7 @@ If not specified - a new rule is disabled by default. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3345,7 +3345,7 @@ An IPv6 address range in the format of "start address - end address" with no spa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3385,7 +3385,7 @@ Comma Separated list of ranges for eg. 100-120,200,300-320. If not specified the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3424,7 +3424,7 @@ Specifies the friendly name of the Hyper-V Firewall rule. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3464,7 +3464,7 @@ This value represents the order of rule enforcement. A lower priority rule is ev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -3514,7 +3514,7 @@ Specifies the profiles to which the rule belongs: Domain, Private, Public. See [ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3554,7 +3554,7 @@ Specifies the profiles to which the rule belongs: Domain, Private, Public. See [ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3604,7 +3604,7 @@ An IPv6 address range in the format of "start address - end address" with no spa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3644,7 +3644,7 @@ Comma Separated list of ranges for eg. 100-120,200,300-320. If not specified the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3683,7 +3683,7 @@ Provides information about the specific version of the rule in deployment for mo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3723,7 +3723,7 @@ This field specifies the VM Creator ID that this rule is applicable to. A NULL G | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3762,7 +3762,7 @@ Settings for the Windows Firewall for Hyper-V containers. Each setting applies o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3804,7 +3804,7 @@ VM Creator ID that these settings apply to. Valid format is a GUID. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -3853,7 +3853,7 @@ This value is used as an on/off switch. If this value is true, applicable host f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3903,7 +3903,7 @@ This value is the action that the Hyper-V Firewall does by default (and evaluate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3953,7 +3953,7 @@ This value is the action that the Hyper-V Firewall does by default (and evaluate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -3991,7 +3991,7 @@ This value is the action that the Hyper-V Firewall does by default (and evaluate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4041,7 +4041,7 @@ This value is used as an on/off switch. If this value is false, Hyper-V Firewall | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4091,7 +4091,7 @@ This value is the action that the Hyper-V Firewall does by default (and evaluate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4141,7 +4141,7 @@ This value is the action that the Hyper-V Firewall does by default (and evaluate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4190,7 +4190,7 @@ This value is an on/off switch for the Hyper-V Firewall enforcement. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -4239,7 +4239,7 @@ This value is an on/off switch for the Hyper-V Firewall. This value controls the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -4288,7 +4288,7 @@ This value is an on/off switch for loopback traffic. This determines if this VM | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4326,7 +4326,7 @@ This value is an on/off switch for loopback traffic. This determines if this VM | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4376,7 +4376,7 @@ This value is used as an on/off switch. If this value is false, Hyper-V Firewall | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4426,7 +4426,7 @@ This value is the action that the Hyper-V Firewall does by default (and evaluate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4476,7 +4476,7 @@ This value is the action that the Hyper-V Firewall does by default (and evaluate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4525,7 +4525,7 @@ This value is an on/off switch for the Hyper-V Firewall enforcement. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4563,7 +4563,7 @@ This value is an on/off switch for the Hyper-V Firewall enforcement. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4613,7 +4613,7 @@ This value is used as an on/off switch. If this value is false, Hyper-V Firewall | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4663,7 +4663,7 @@ This value is the action that the Hyper-V Firewall does by default (and evaluate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4713,7 +4713,7 @@ This value is the action that the Hyper-V Firewall does by default (and evaluate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25398] and later
      ✅ Windows 11, version 22H2 [10.0.22621.2352] and later | @@ -4762,7 +4762,7 @@ This value is an on/off switch for the Hyper-V Firewall enforcement. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4800,7 +4800,7 @@ This value is an on/off switch for the Hyper-V Firewall enforcement. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4850,7 +4850,7 @@ This value is an on/off switch. If this value is false, connection security rule | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4900,7 +4900,7 @@ This value is used as an on/off switch. If this value is false, firewall rules f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4950,7 +4950,7 @@ This value is used as an on/off switch. If this value is false, authorized appli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5000,7 +5000,7 @@ This value is the action that the firewall does by default (and evaluates at the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5073,7 +5073,7 @@ This value is the action that the firewall does by default (and evaluates at the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5123,7 +5123,7 @@ This value is an on/off switch. If this value is false, the firewall MAY display | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5173,7 +5173,7 @@ This value is an on/off switch. When this option is false, the server operates i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5223,7 +5223,7 @@ This value is an on/off switch. This option is ignored if DisableStealthMode is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5273,7 +5273,7 @@ This value is used as an on/off switch. If it's true, unicast responses to multi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5322,7 +5322,7 @@ This value is an on/off switch for the firewall and advanced security enforcemen | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -5372,7 +5372,7 @@ This value is used as an on/off switch. If this value is on, the firewall logs a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -5422,7 +5422,7 @@ This value is used as an on/off switch. The server MAY use this value in an impl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -5472,7 +5472,7 @@ This value is used as an on/off switch. If this value is on, the firewall logs a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5522,7 +5522,7 @@ This value is used as an on/off switch. If this value is false, global port fire | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -5563,7 +5563,7 @@ This value is a string that represents a file path to the log where the firewall | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -5605,7 +5605,7 @@ This value specifies the size, in kilobytes, of the log file where dropped packe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5655,7 +5655,7 @@ This value is used as an on/off switch. If this value is on and EnableFirewall i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5693,7 +5693,7 @@ This value is used as an on/off switch. If this value is on and EnableFirewall i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5743,7 +5743,7 @@ This value is an on/off switch. If this value is false, connection security rule | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5793,7 +5793,7 @@ This value is used as an on/off switch. If this value is false, firewall rules f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5843,7 +5843,7 @@ This value is used as an on/off switch. If this value is false, authorized appli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5893,7 +5893,7 @@ This value is the action that the firewall does by default (and evaluates at the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5966,7 +5966,7 @@ This value is the action that the firewall does by default (and evaluates at the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6016,7 +6016,7 @@ This value is an on/off switch. If this value is false, the firewall MAY display | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6066,7 +6066,7 @@ This value is an on/off switch. When this option is false, the server operates i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6116,7 +6116,7 @@ This value is an on/off switch. This option is ignored if DisableStealthMode is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6166,7 +6166,7 @@ This value is used as an on/off switch. If it's true, unicast responses to multi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6215,7 +6215,7 @@ This value is an on/off switch for the firewall and advanced security enforcemen | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -6265,7 +6265,7 @@ This value is used as an on/off switch. If this value is on, the firewall logs a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -6315,7 +6315,7 @@ This value is used as an on/off switch. The server MAY use this value in an impl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -6365,7 +6365,7 @@ This value is used as an on/off switch. If this value is on, the firewall logs a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6415,7 +6415,7 @@ This value is used as an on/off switch. If this value is false, global port fire | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -6456,7 +6456,7 @@ This value is a string that represents a file path to the log where the firewall | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -6498,7 +6498,7 @@ This value specifies the size, in kilobytes, of the log file where dropped packe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/healthattestation-csp.md b/windows/client-management/mdm/healthattestation-csp.md index 99029bde87..81d54b980f 100644 --- a/windows/client-management/mdm/healthattestation-csp.md +++ b/windows/client-management/mdm/healthattestation-csp.md @@ -1,7 +1,7 @@ --- title: HealthAttestation CSP description: Learn more about the HealthAttestation CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -52,7 +52,7 @@ The following list shows the HealthAttestation configuration service provider no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5046732](https://support.microsoft.com/help/5046732) [10.0.22621.4541] and later
      ✅ Windows 11, version 24H2 with [KB5046617](https://support.microsoft.com/help/5046617) [10.0.26100.2314] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5046732](https://support.microsoft.com/help/5046732) [10.0.22621.4541] and later
      ✅ Windows 11, version 24H2 with [KB5046617](https://support.microsoft.com/help/5046617) [10.0.26100.2314] and later
      ✅ Windows Insider Preview | @@ -91,7 +91,7 @@ AttestErrorMessage maintains the error message for the last attestation session, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -158,7 +158,7 @@ The status is always cleared prior to making the attest service call. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -198,7 +198,7 @@ Value type is a base64 string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -237,7 +237,7 @@ Identifies a unique device health attestation session. CorrelationId is used to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -276,7 +276,7 @@ Provides the current protocol version that the client is using to communicate wi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -325,7 +325,7 @@ Instructs the client to initiate a new request to DHA-Service, and get a new DHA | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -393,7 +393,7 @@ The report is stored in a registry key in the respective MDM enrollment store. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -462,7 +462,7 @@ If there's more than one correlation ID, they're separated by ";" in the string. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -502,7 +502,7 @@ Identifies the fully qualified domain name (FQDN) of the DHA-Service that's assi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -541,7 +541,7 @@ Returns the maximum protocol version that this client can support. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -581,7 +581,7 @@ Enables MDMs to protect the device health attestation communications from man-in | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -621,7 +621,7 @@ Provides the maximum preferred protocol version that the client is configured to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -660,7 +660,7 @@ Provides the current status of the device health request. For the complete list | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -699,7 +699,7 @@ Returns a bitmask of information describing the state of TPM. It indicates wheth | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -786,7 +786,7 @@ If the attestation process is launched successfully, this node will return code | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/laps-csp.md b/windows/client-management/mdm/laps-csp.md index 0f5b037f09..10accc14c9 100644 --- a/windows/client-management/mdm/laps-csp.md +++ b/windows/client-management/mdm/laps-csp.md @@ -1,7 +1,7 @@ --- title: LAPS CSP description: Learn more about the LAPS CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -54,7 +54,7 @@ The following list shows the LAPS configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -93,7 +93,7 @@ Defines the parent interior node for all action-related settings in the LAPS CSP | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -133,7 +133,7 @@ This action invokes an immediate reset of the local administrator account passwo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -178,7 +178,7 @@ The value returned is an HRESULT code: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -218,7 +218,7 @@ Root node for LAPS policies. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -268,7 +268,7 @@ This setting has a maximum allowed value of 12 passwords. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -313,7 +313,7 @@ Note if a custom managed local administrator account name is specified in this s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -375,7 +375,7 @@ If not specified, this setting defaults to True. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -431,7 +431,7 @@ If the specified user or group account is invalid the device will fallback to us | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -487,7 +487,7 @@ If not specified, this setting defaults to False. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -542,7 +542,7 @@ If not specified, this setting defaults to False. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -586,7 +586,7 @@ If not specified, this setting will default to "WLapsAdmin". | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -642,7 +642,7 @@ If not specified, this setting defaults to False. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -700,7 +700,7 @@ If not specified, this setting will default to 1. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -758,7 +758,7 @@ If not specified, this setting will default to 0. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -806,7 +806,7 @@ This setting has a maximum allowed value of 10 words. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -854,7 +854,7 @@ This setting has a maximum allowed value of 365 days. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -926,7 +926,7 @@ Passphrase list taken from "Deep Dive: EFF's New Wordlists for Random Passphrase | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -982,7 +982,7 @@ If not specified, this setting defaults to True. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -1030,7 +1030,7 @@ This setting has a maximum allowed value of 64 characters. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | @@ -1088,7 +1088,7 @@ If not specified, this setting will default to 3 (Reset the password and logoff | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1663] and later
      ✅ [10.0.25145] and later
      ✅ Windows 10, version 1809 [10.0.17763.4244] and later
      ✅ Windows 10, version 2004 [10.0.19041.2784] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1754] and later
      ✅ Windows 11, version 22H2 [10.0.22621.1480] and later | diff --git a/windows/client-management/mdm/networkproxy-csp.md b/windows/client-management/mdm/networkproxy-csp.md index f8e643ccae..8d60ad7cba 100644 --- a/windows/client-management/mdm/networkproxy-csp.md +++ b/windows/client-management/mdm/networkproxy-csp.md @@ -1,7 +1,7 @@ --- title: NetworkProxy CSP description: Learn more about the NetworkProxy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -41,7 +41,7 @@ The following list shows the NetworkProxy configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -90,7 +90,7 @@ Automatically detect settings. If enabled, the system tries to find the path to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -129,7 +129,7 @@ Node for configuring a static proxy for Ethernet and Wi-Fi connections. The same | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -169,7 +169,7 @@ Addresses that shouldn't use the proxy server. The system won't use the proxy se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -208,7 +208,7 @@ Address to the proxy server. Specify an address in the format ``[":"` | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -257,7 +257,7 @@ Specifies whether the proxy server should be used for local (intranet) addresses | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -308,7 +308,7 @@ When set to 0, it enables proxy configuration as global, machine wide. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/networkqospolicy-csp.md b/windows/client-management/mdm/networkqospolicy-csp.md index 3320f36adc..4331b899d0 100644 --- a/windows/client-management/mdm/networkqospolicy-csp.md +++ b/windows/client-management/mdm/networkqospolicy-csp.md @@ -1,7 +1,7 @@ --- title: NetworkQoSPolicy CSP description: Learn more about the NetworkQoSPolicy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -54,7 +54,7 @@ The following list shows the NetworkQoSPolicy configuration service provider nod | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -94,7 +94,7 @@ The value of this node should be a policy name. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -133,7 +133,7 @@ Specifies the name of an application to be used to match the network traffic, su | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -172,7 +172,7 @@ Specifies a single port or a range of ports to be used to match the network traf | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -212,7 +212,7 @@ The differentiated services code point (DSCP) value to apply to matching network | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -252,7 +252,7 @@ Specifies the IP protocol used to match the network traffic. Valid values are 0: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -292,7 +292,7 @@ The IEEE 802.1p value to apply to matching network traffice. Valid values are 0- | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -331,7 +331,7 @@ Specifies a single port or a range of ports to be used to match the network traf | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | diff --git a/windows/client-management/mdm/nodecache-csp.md b/windows/client-management/mdm/nodecache-csp.md index 91fb84f680..7a692c3da0 100644 --- a/windows/client-management/mdm/nodecache-csp.md +++ b/windows/client-management/mdm/nodecache-csp.md @@ -1,7 +1,7 @@ --- title: NodeCache CSP description: Learn more about the NodeCache CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -56,7 +56,7 @@ The following list shows the NodeCache configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -96,7 +96,7 @@ Group settings per DM server. Each group of settings is distinguished by the ser | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -135,7 +135,7 @@ Character string representing the cache version set by the server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -174,7 +174,7 @@ List of nodes whose values don't match their expected values as specified in /No | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -213,7 +213,7 @@ XML containing nodes whose values don't match their expected values as specified | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -252,7 +252,7 @@ Root node for cached nodes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -292,7 +292,7 @@ Information about each cached node is stored under NodeID as specified by the se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -331,7 +331,7 @@ This will automatically set the value on the device to match the node's actual v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -389,7 +389,7 @@ Here's an example for setting the ExpectedValue to nonexistent. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -428,7 +428,7 @@ This node's value is a complete OMA DM node URI. It can specify either an interi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -468,7 +468,7 @@ Group settings per DM server. Each group of settings is distinguished by the ser | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -507,7 +507,7 @@ Character string representing the cache version set by the server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -546,7 +546,7 @@ List of nodes whose values don't match their expected values as specified in /No | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -585,7 +585,7 @@ XML containing nodes whose values don't match their expected values as specified | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -624,7 +624,7 @@ Root node for cached nodes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -664,7 +664,7 @@ Information about each cached node is stored under NodeID as specified by the se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -703,7 +703,7 @@ This will automatically set the value on the device to match the node's actual v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -761,7 +761,7 @@ Here's an example for setting the ExpectedValue to nonexistent. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/office-csp.md b/windows/client-management/mdm/office-csp.md index 0fe23966a6..e9920a9a37 100644 --- a/windows/client-management/mdm/office-csp.md +++ b/windows/client-management/mdm/office-csp.md @@ -1,7 +1,7 @@ --- title: Office CSP description: Learn more about the Office CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -40,7 +40,7 @@ The following list shows the Office configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -79,7 +79,7 @@ Installation options for the office CSP. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -119,7 +119,7 @@ A unique identifier which represents the installation instance id. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -162,7 +162,7 @@ Final Office 365 installation status. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -201,7 +201,7 @@ The install action will install office given the configuration in the data. The | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -240,7 +240,7 @@ The installation status of the CSP. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -279,7 +279,7 @@ The current Office 365 installation status on the machine. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -318,7 +318,7 @@ Installation options for the office CSP. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -358,7 +358,7 @@ A unique identifier which represents the installation instance id. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -397,7 +397,7 @@ Final Office 365 installation status. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -436,7 +436,7 @@ The install action will install office given the configuration in the data. The | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -475,7 +475,7 @@ The installation status of the CSP. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/passportforwork-csp.md b/windows/client-management/mdm/passportforwork-csp.md index 1151ff64a9..2bc6d2300d 100644 --- a/windows/client-management/mdm/passportforwork-csp.md +++ b/windows/client-management/mdm/passportforwork-csp.md @@ -1,7 +1,7 @@ --- title: PassportForWork CSP description: Learn more about the PassportForWork CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -84,7 +84,7 @@ The following list shows the PassportForWork configuration service provider node | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -125,7 +125,7 @@ To get the GUID, use the PowerShell cmdlet [Get-AzureAccount](/powershell/module | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -164,7 +164,7 @@ Root node for policies. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2402] and later
      ✅ Windows 10, version 2004 [10.0.19041.4239] and later
      ✅ Windows 11, version 21H2 with [KB5036894](https://support.microsoft.com/help/5036894) [10.0.22000.2899] and later
      ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2402] and later
      ✅ Windows 10, version 2004 [10.0.19041.4239] and later
      ✅ Windows 11, version 21H2 with [KB5036894](https://support.microsoft.com/help/5036894) [10.0.22000.2899] and later
      ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later
      ✅ Windows Insider Preview | @@ -213,7 +213,7 @@ Don't start Windows Hello provisioning after sign-in. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -266,7 +266,7 @@ If the user forgets their PIN, it can be changed to a new PIN using the Windows | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -315,7 +315,7 @@ Enable Windows Hello provisioning if users sign-in to their devices with FIDO2 s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -356,7 +356,7 @@ Root node for excluded security devices. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -409,7 +409,7 @@ Some Trusted Platform Modules (TPMs) are only compliant with the older 1.2 revis | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -448,7 +448,7 @@ Root node for PIN policies. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -504,7 +504,7 @@ If you don't configure this policy setting, Windows Hello for Business requires | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -545,7 +545,7 @@ This policy specifies when the PIN expires (in days). Valid values are 0 to 730 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -586,7 +586,7 @@ This policy specifies the number of past PINs that can be stored in the history | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -642,7 +642,7 @@ If you don't configure this policy setting, Windows Hello for Business doesn't a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -690,7 +690,7 @@ Maximum PIN length configures the maximum number of characters allowed for the P | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -738,7 +738,7 @@ Minimum PIN length configures the minimum number of characters required for the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -794,7 +794,7 @@ If you don't configure this policy setting, Windows Hello for Business doesn't a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -850,7 +850,7 @@ If you don't configure this policy setting, Windows Hello for Business doesn't a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -889,7 +889,7 @@ Root node for phone sign-in policies. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -946,7 +946,7 @@ Default value is false. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -999,7 +999,7 @@ A Trusted Platform Module (TPM) provides additional security benefits over softw | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1052,7 +1052,7 @@ Windows Hello for Business can use certificates to authenticate to on-premise re | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 21H2 with [KB5010415](https://support.microsoft.com/help/5010415) [10.0.19044.1566] and later
      ✅ Windows 11, version 21H2 with [KB5010414](https://support.microsoft.com/help/5010414) [10.0.22000.527] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 21H2 with [KB5010415](https://support.microsoft.com/help/5010415) [10.0.19044.1566] and later
      ✅ Windows 11, version 21H2 with [KB5010414](https://support.microsoft.com/help/5010414) [10.0.22000.527] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -1105,7 +1105,7 @@ Boolean value that enables Windows Hello for Business to use Microsoft Entra Ker | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1159,7 +1159,7 @@ Windows requires a user to lock and unlock their session after changing this set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1212,7 +1212,7 @@ Windows Hello for Business is an alternative method for signing into Windows usi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1251,7 +1251,7 @@ Root node for biometrics policies. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -1309,7 +1309,7 @@ Enhanced Sign-in Security (ESS) isolates both biometric template data and matchi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1366,7 +1366,7 @@ Note that enhanced anti-spoofing for Windows Hello face authentication isn't req | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1424,7 +1424,7 @@ Windows Hello for Business enables users to use biometric gestures, such as face | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1463,7 +1463,7 @@ Device Unlock. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1503,7 +1503,7 @@ Contains a list of providers by GUID that are to be considered for the first ste | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1543,7 +1543,7 @@ Contains a list of providers by GUID that are to be considered for the second st | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1582,7 +1582,7 @@ List of plugins that the passive provider monitors to detect user presence. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1621,7 +1621,7 @@ Dynamic Lock. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1670,7 +1670,7 @@ Enables/Disables Dynamic Lock. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1709,7 +1709,7 @@ List of plugins that the passive provider monitors to detect user absence. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -1748,7 +1748,7 @@ Security Key. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -1801,7 +1801,7 @@ Enables users to sign in to their device with a [FIDO2 security key](/azure/acti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1859,7 +1859,7 @@ Windows Hello for Business enables users to use biometric gestures, such as face | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1900,7 +1900,7 @@ To get the GUID, use the PowerShell cmdlet [Get-AzureAccount](/powershell/module | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1939,7 +1939,7 @@ Root node for policies. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1992,7 +1992,7 @@ If the user forgets their PIN, it can be changed to a new PIN using the Windows | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2031,7 +2031,7 @@ Root node for PIN policies. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2087,7 +2087,7 @@ If you don't configure this policy setting, Windows Hello for Business requires | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2128,7 +2128,7 @@ This policy specifies when the PIN expires (in days). Valid values are 0 to 730 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2169,7 +2169,7 @@ This policy specifies the number of past PINs that can be stored in the history | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2225,7 +2225,7 @@ If you don't configure this policy setting, Windows Hello for Business doesn't a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2273,7 +2273,7 @@ Maximum PIN length configures the maximum number of characters allowed for the P | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2321,7 +2321,7 @@ Minimum PIN length configures the minimum number of characters required for the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2377,7 +2377,7 @@ If you don't configure this policy setting, Windows Hello for Business doesn't a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2433,7 +2433,7 @@ If you don't configure this policy setting, Windows Hello for Business doesn't a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2486,7 +2486,7 @@ A Trusted Platform Module (TPM) provides additional security benefits over softw | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/personaldataencryption-csp.md b/windows/client-management/mdm/personaldataencryption-csp.md index 68a0344e14..a1cc17475a 100644 --- a/windows/client-management/mdm/personaldataencryption-csp.md +++ b/windows/client-management/mdm/personaldataencryption-csp.md @@ -1,7 +1,7 @@ --- title: Personal Data Encryption CSP description: Learn more about the Personal Data Encryption CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -36,7 +36,7 @@ The following list shows the Personal Data Encryption configuration service prov | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -85,7 +85,7 @@ The [UserDataProtectionManager Class](/uwp/api/windows.security.dataprotection.u | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -123,7 +123,7 @@ The [UserDataProtectionManager Class](/uwp/api/windows.security.dataprotection.u | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -172,7 +172,7 @@ Allows the Admin to enable Personal Data Encryption on Desktop folder. Set to '1 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -221,7 +221,7 @@ Allows the Admin to enable Personal Data Encryption on Documents folder. Set to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -270,7 +270,7 @@ Allows the Admin to enable Personal Data Encryption on Pictures folder. Set to ' | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -312,7 +312,7 @@ Reports the current status of Personal Data Encryption for the user. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -362,7 +362,7 @@ This node reports folder protection status for a user. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -401,7 +401,7 @@ This node reports all folders (full path to each folder) that have been protecte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | diff --git a/windows/client-management/mdm/personalization-csp.md b/windows/client-management/mdm/personalization-csp.md index b08ee9521e..b9747c2b56 100644 --- a/windows/client-management/mdm/personalization-csp.md +++ b/windows/client-management/mdm/personalization-csp.md @@ -1,7 +1,7 @@ --- title: Personalization CSP description: Learn more about the Personalization CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -37,7 +37,7 @@ The following list shows the Personalization configuration service provider node | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later | @@ -76,7 +76,7 @@ This represents the status of the Company Logo. 1 - Successfully downloaded or c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later | @@ -115,7 +115,7 @@ An http or https Url to a jpg, jpeg or png image that needs to be downloaded and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later | @@ -155,7 +155,7 @@ This represents the name of the company. It can be at most 30 characters long. T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -194,7 +194,7 @@ This represents the status of the DesktopImage. 1 - Successfully downloaded or c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -233,7 +233,7 @@ An http or https Url to a jpg, jpeg or png image that needs to be downloaded and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -272,7 +272,7 @@ This represents the status of the LockScreenImage. 1 - Successfully downloaded o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index dcd77fb5aa..d71bb02821 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -1,7 +1,7 @@ --- title: Policy CSP description: Learn more about the Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -74,7 +74,7 @@ The following list shows the Policy configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -113,7 +113,7 @@ Node for grouping all policies configured by one source. The configuration sourc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -153,7 +153,7 @@ The area group that can be configured by a single technology for a single provid | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -201,7 +201,7 @@ The following list shows some tips to help you when configuring policies: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -240,7 +240,7 @@ The root node for grouping different configuration operations. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -283,7 +283,7 @@ Allows settings for ADMX files for Win32 and Desktop Bridge apps to be imported | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -323,7 +323,7 @@ Specifies the name of the Win32 or Desktop Bridge app associated with the ADMX f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -363,7 +363,7 @@ Setting Type of Win32 App. Policy Or Preference. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -403,7 +403,7 @@ Unique ID of ADMX file. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4520006](https://support.microsoft.com/help/4520006) [10.0.16299.1481] and later
      ✅ Windows 10, version 1803 with [KB4519978](https://support.microsoft.com/help/4519978) [10.0.17134.1099] and later
      ✅ Windows 10, version 1809 with [KB4520062](https://support.microsoft.com/help/4520062) [10.0.17763.832] and later
      ✅ Windows 10, version 1903 with [KB4517211](https://support.microsoft.com/help/4517211) [10.0.18362.387] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4520006](https://support.microsoft.com/help/4520006) [10.0.16299.1481] and later
      ✅ Windows 10, version 1803 with [KB4519978](https://support.microsoft.com/help/4519978) [10.0.17134.1099] and later
      ✅ Windows 10, version 1809 with [KB4520062](https://support.microsoft.com/help/4520062) [10.0.17763.832] and later
      ✅ Windows 10, version 1903 with [KB4517211](https://support.microsoft.com/help/4517211) [10.0.18362.387] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -442,7 +442,7 @@ Properties of Win32 App ADMX Ingestion. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4520006](https://support.microsoft.com/help/4520006) [10.0.16299.1481] and later
      ✅ Windows 10, version 1803 with [KB4519978](https://support.microsoft.com/help/4519978) [10.0.17134.1099] and later
      ✅ Windows 10, version 1809 with [KB4520062](https://support.microsoft.com/help/4520062) [10.0.17763.832] and later
      ✅ Windows 10, version 1903 with [KB4517211](https://support.microsoft.com/help/4517211) [10.0.18362.387] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4520006](https://support.microsoft.com/help/4520006) [10.0.16299.1481] and later
      ✅ Windows 10, version 1803 with [KB4519978](https://support.microsoft.com/help/4519978) [10.0.17134.1099] and later
      ✅ Windows 10, version 1809 with [KB4520062](https://support.microsoft.com/help/4520062) [10.0.17763.832] and later
      ✅ Windows 10, version 1903 with [KB4517211](https://support.microsoft.com/help/4517211) [10.0.18362.387] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -482,7 +482,7 @@ Setting Type of Win32 App. Policy Or Preference. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4520006](https://support.microsoft.com/help/4520006) [10.0.16299.1481] and later
      ✅ Windows 10, version 1803 with [KB4519978](https://support.microsoft.com/help/4519978) [10.0.17134.1099] and later
      ✅ Windows 10, version 1809 with [KB4520062](https://support.microsoft.com/help/4520062) [10.0.17763.832] and later
      ✅ Windows 10, version 1903 with [KB4517211](https://support.microsoft.com/help/4517211) [10.0.18362.387] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4520006](https://support.microsoft.com/help/4520006) [10.0.16299.1481] and later
      ✅ Windows 10, version 1803 with [KB4519978](https://support.microsoft.com/help/4519978) [10.0.17134.1099] and later
      ✅ Windows 10, version 1809 with [KB4520062](https://support.microsoft.com/help/4520062) [10.0.17763.832] and later
      ✅ Windows 10, version 1903 with [KB4517211](https://support.microsoft.com/help/4517211) [10.0.18362.387] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -522,7 +522,7 @@ Unique ID of ADMX file. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4520006](https://support.microsoft.com/help/4520006) [10.0.16299.1481] and later
      ✅ Windows 10, version 1803 with [KB4519978](https://support.microsoft.com/help/4519978) [10.0.17134.1099] and later
      ✅ Windows 10, version 1809 with [KB4520062](https://support.microsoft.com/help/4520062) [10.0.17763.832] and later
      ✅ Windows 10, version 1903 with [KB4517211](https://support.microsoft.com/help/4517211) [10.0.18362.387] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4520006](https://support.microsoft.com/help/4520006) [10.0.16299.1481] and later
      ✅ Windows 10, version 1803 with [KB4519978](https://support.microsoft.com/help/4519978) [10.0.17134.1099] and later
      ✅ Windows 10, version 1809 with [KB4520062](https://support.microsoft.com/help/4520062) [10.0.17763.832] and later
      ✅ Windows 10, version 1903 with [KB4517211](https://support.microsoft.com/help/4517211) [10.0.18362.387] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -561,7 +561,7 @@ Version of ADMX file. This can be set by the server to keep a record of the vers | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -600,7 +600,7 @@ Groups the evaluated policies from all providers that can be configured. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -640,7 +640,7 @@ The area group that can be configured by a single technology independent of the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -680,7 +680,7 @@ Specifies the name/value pair used in the policy. See the individual Area DDFs f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | | +| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | | @@ -719,7 +719,7 @@ Node for grouping all policies configured by one source. The configuration sourc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | | +| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | | @@ -767,7 +767,7 @@ The following list shows some tips to help you when configuring policies: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | | +| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | | @@ -807,7 +807,7 @@ Specifies the name/value pair used in the policy. See the individual Area DDFs f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | | +| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | | @@ -846,7 +846,7 @@ Groups the evaluated policies from all providers that can be configured. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | | +| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | | @@ -886,7 +886,7 @@ The area group that can be configured by a single technology independent of the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | | +| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | | diff --git a/windows/client-management/mdm/policy-csp-abovelock.md b/windows/client-management/mdm/policy-csp-abovelock.md index 85f21fa615..0df191d92f 100644 --- a/windows/client-management/mdm/policy-csp-abovelock.md +++ b/windows/client-management/mdm/policy-csp-abovelock.md @@ -1,7 +1,7 @@ --- title: AboveLock Policy CSP description: Learn more about the AboveLock Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -72,7 +72,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -139,7 +139,7 @@ This policy setting determines whether or not the user can interact with Cortana | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-accounts.md b/windows/client-management/mdm/policy-csp-accounts.md index 76022ccc57..c7a8579e25 100644 --- a/windows/client-management/mdm/policy-csp-accounts.md +++ b/windows/client-management/mdm/policy-csp-accounts.md @@ -1,7 +1,7 @@ --- title: Accounts Policy CSP description: Learn more about the Accounts Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -72,7 +72,7 @@ Specifies whether user is allowed to add non-MSA email accounts. Most restricted | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -121,7 +121,7 @@ Specifies whether the user is allowed to use an MSA account for non-email relate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -176,7 +176,7 @@ Allows IT Admins the ability to disable the Microsoft Account Sign-In Assistant | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -214,7 +214,7 @@ Allows IT Admins the ability to disable the Microsoft Account Sign-In Assistant | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | diff --git a/windows/client-management/mdm/policy-csp-activexcontrols.md b/windows/client-management/mdm/policy-csp-activexcontrols.md index e5822bdb83..977912f5ad 100644 --- a/windows/client-management/mdm/policy-csp-activexcontrols.md +++ b/windows/client-management/mdm/policy-csp-activexcontrols.md @@ -1,7 +1,7 @@ --- title: ActiveXControls Policy CSP description: Learn more about the ActiveXControls Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-activexinstallservice.md b/windows/client-management/mdm/policy-csp-admx-activexinstallservice.md index 9fe709cf14..0ceb98121c 100644 --- a/windows/client-management/mdm/policy-csp-admx-activexinstallservice.md +++ b/windows/client-management/mdm/policy-csp-admx-activexinstallservice.md @@ -1,7 +1,7 @@ --- title: ADMX_ActiveXInstallService Policy CSP description: Learn more about the ADMX_ActiveXInstallService Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-addremoveprograms.md b/windows/client-management/mdm/policy-csp-admx-addremoveprograms.md index e652181356..cf5e362ce4 100644 --- a/windows/client-management/mdm/policy-csp-admx-addremoveprograms.md +++ b/windows/client-management/mdm/policy-csp-admx-addremoveprograms.md @@ -1,7 +1,7 @@ --- title: ADMX_AddRemovePrograms Policy CSP description: Learn more about the ADMX_AddRemovePrograms Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -87,7 +87,7 @@ You can use this setting to direct users to the programs they're most likely to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -149,7 +149,7 @@ This setting doesn't prevent users from using other tools and methods to add or | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -211,7 +211,7 @@ This setting doesn't prevent users from using other tools and methods to connect | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -277,7 +277,7 @@ Published programs are those programs that the system administrator has explicit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -338,7 +338,7 @@ This setting doesn't prevent users from using other tools and methods to install | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -403,7 +403,7 @@ This setting doesn't prevent users from using other tools and methods to install | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -466,7 +466,7 @@ This setting doesn't prevent the Set Program Access and Defaults icon from appea | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -527,7 +527,7 @@ This setting doesn't prevent users from using other tools and methods to delete | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -595,7 +595,7 @@ To remove "Set up services" and prevent the Windows Component Wizard from starti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -657,7 +657,7 @@ If you disable this setting or don't configure it, the Support Info hyperlink ap | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-admpwd.md b/windows/client-management/mdm/policy-csp-admx-admpwd.md index a180c7b671..6cec919cfe 100644 --- a/windows/client-management/mdm/policy-csp-admx-admpwd.md +++ b/windows/client-management/mdm/policy-csp-admx-admpwd.md @@ -1,7 +1,7 @@ --- title: ADMX_AdmPwd Policy CSP description: Learn more about the ADMX_AdmPwd Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -75,7 +75,7 @@ If you disable or not configure this setting, local administrator password is NO | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -128,7 +128,7 @@ When you disable or don't configure this setting, password expiration time may b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -181,7 +181,7 @@ When you disable or don't configure this setting, password expiration time may b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-appcompat.md b/windows/client-management/mdm/policy-csp-admx-appcompat.md index eeea7fe122..60c7dc95e5 100644 --- a/windows/client-management/mdm/policy-csp-admx-appcompat.md +++ b/windows/client-management/mdm/policy-csp-admx-appcompat.md @@ -1,7 +1,7 @@ --- title: ADMX_AppCompat Policy CSP description: Learn more about the ADMX_AppCompat Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -88,7 +88,7 @@ If the status is set to Not Configured, the OS falls back on a local policy set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -145,7 +145,7 @@ The compatibility property page displays a list of options that can be selected | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -208,7 +208,7 @@ Disabling telemetry will take effect on any newly launched applications. To ensu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -274,7 +274,7 @@ This option is useful to server administrators who require faster performance an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -329,7 +329,7 @@ This setting exists only for backward compatibility, and isn't valid for this ve | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -393,7 +393,7 @@ The PCA monitors applications run by the user. When a potential compatibility is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -457,7 +457,7 @@ The Inventory Collector inventories applications, files, devices, and drivers on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -522,7 +522,7 @@ Please reboot the system after changing the setting to ensure that your system a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-appxpackagemanager.md b/windows/client-management/mdm/policy-csp-admx-appxpackagemanager.md index dd10e18ae3..433a649d73 100644 --- a/windows/client-management/mdm/policy-csp-admx-appxpackagemanager.md +++ b/windows/client-management/mdm/policy-csp-admx-appxpackagemanager.md @@ -1,7 +1,7 @@ --- title: ADMX_AppxPackageManager Policy CSP description: Learn more about the ADMX_AppxPackageManager Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-appxruntime.md b/windows/client-management/mdm/policy-csp-admx-appxruntime.md index 4dc7bea270..97ff4533b2 100644 --- a/windows/client-management/mdm/policy-csp-admx-appxruntime.md +++ b/windows/client-management/mdm/policy-csp-admx-appxruntime.md @@ -1,7 +1,7 @@ --- title: ADMX_AppXRuntime Policy CSP description: Learn more about the ADMX_AppXRuntime Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting lets you turn on Content URI Rules to supplement the static | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -144,7 +144,7 @@ This policy setting lets you control whether packaged Microsoft Store apps can o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -205,7 +205,7 @@ This policy shouldn't be enabled unless recommended by Microsoft as a security r | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-attachmentmanager.md b/windows/client-management/mdm/policy-csp-admx-attachmentmanager.md index 654b4071c2..82a71f9c61 100644 --- a/windows/client-management/mdm/policy-csp-admx-attachmentmanager.md +++ b/windows/client-management/mdm/policy-csp-admx-attachmentmanager.md @@ -1,7 +1,7 @@ --- title: ADMX_AttachmentManager Policy CSP description: Learn more about the ADMX_AttachmentManager Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -88,7 +88,7 @@ Using both the file handler and type data is the most restrictive option. Window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -154,7 +154,7 @@ Low Risk: If the attachment is in the list of low-risk file types, Windows won't | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -214,7 +214,7 @@ This policy setting allows you to configure the list of high-risk file types. If | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -274,7 +274,7 @@ This policy setting allows you to configure the list of low-risk file types. If | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-auditsettings.md b/windows/client-management/mdm/policy-csp-admx-auditsettings.md index a9d1568c27..71758bf0b6 100644 --- a/windows/client-management/mdm/policy-csp-admx-auditsettings.md +++ b/windows/client-management/mdm/policy-csp-admx-auditsettings.md @@ -1,7 +1,7 @@ --- title: ADMX_AuditSettings Policy CSP description: Learn more about the ADMX_AuditSettings Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-bits.md b/windows/client-management/mdm/policy-csp-admx-bits.md index 73bc2cb4d1..531bd51f3d 100644 --- a/windows/client-management/mdm/policy-csp-admx-bits.md +++ b/windows/client-management/mdm/policy-csp-admx-bits.md @@ -1,7 +1,7 @@ --- title: ADMX_Bits Policy CSP description: Learn more about the ADMX_Bits Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -84,7 +84,7 @@ This setting affects whether the BITS client is allowed to use Windows Branch Ca | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -146,7 +146,7 @@ This policy setting specifies whether the computer will act as a BITS peer cachi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -208,7 +208,7 @@ This policy setting specifies whether the computer will act as a BITS peer cachi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -269,7 +269,7 @@ If BITS peer caching is enabled, BITS caches downloaded files and makes them ava | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -334,7 +334,7 @@ You can change the default behavior of BITS, and specify a fixed maximum bandwid | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -398,7 +398,7 @@ You can specify a limit to use for background jobs during a maintenance schedule | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -459,7 +459,7 @@ You can specify a limit to use for background jobs during a work schedule. For e | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -520,7 +520,7 @@ This policy setting limits the maximum amount of disk space that can be used for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -581,7 +581,7 @@ This policy setting limits the maximum age of files in the Background Intelligen | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -643,7 +643,7 @@ By default BITS uses a maximum download time of 90 days (7,776,000 seconds). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -704,7 +704,7 @@ This policy setting limits the number of files that a BITS job can contain. By d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -765,7 +765,7 @@ This policy setting limits the number of BITS jobs that can be created for all u | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -826,7 +826,7 @@ This policy setting limits the number of BITS jobs that can be created by a user | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-ciphersuiteorder.md b/windows/client-management/mdm/policy-csp-admx-ciphersuiteorder.md index c5ac251bbb..33fd5b425a 100644 --- a/windows/client-management/mdm/policy-csp-admx-ciphersuiteorder.md +++ b/windows/client-management/mdm/policy-csp-admx-ciphersuiteorder.md @@ -1,7 +1,7 @@ --- title: ADMX_CipherSuiteOrder Policy CSP description: Learn more about the ADMX_CipherSuiteOrder Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -82,7 +82,7 @@ Link for all the cipherSuites: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-com.md b/windows/client-management/mdm/policy-csp-admx-com.md index d0d10f976e..5a796d7337 100644 --- a/windows/client-management/mdm/policy-csp-admx-com.md +++ b/windows/client-management/mdm/policy-csp-admx-com.md @@ -1,7 +1,7 @@ --- title: ADMX_COM Policy CSP description: Learn more about the ADMX_COM Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -85,7 +85,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-controlpanel.md b/windows/client-management/mdm/policy-csp-admx-controlpanel.md index ff11797b8f..71a95bc193 100644 --- a/windows/client-management/mdm/policy-csp-admx-controlpanel.md +++ b/windows/client-management/mdm/policy-csp-admx-controlpanel.md @@ -1,7 +1,7 @@ --- title: ADMX_ControlPanel Policy CSP description: Learn more about the ADMX_ControlPanel Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -92,7 +92,7 @@ If both the "Hide specified Control Panel items" setting and the "Show only spec | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -156,7 +156,7 @@ This policy setting controls the default Control Panel view, whether by category | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -231,7 +231,7 @@ If users try to select a Control Panel item from the Properties item on a contex | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-controlpaneldisplay.md b/windows/client-management/mdm/policy-csp-admx-controlpaneldisplay.md index f52bcf1b61..3e7da5b6d6 100644 --- a/windows/client-management/mdm/policy-csp-admx-controlpaneldisplay.md +++ b/windows/client-management/mdm/policy-csp-admx-controlpaneldisplay.md @@ -1,7 +1,7 @@ --- title: ADMX_ControlPanelDisplay Policy CSP description: Learn more about the ADMX_ControlPanelDisplay Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ Also, see the "Prohibit access to the Control Panel" (User Configuration\Adminis | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -138,7 +138,7 @@ This setting prevents users from using Control Panel to add, configure, or chang | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -199,7 +199,7 @@ For Windows 7 and later, use the "Prevent changing color and appearance" setting | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -261,7 +261,7 @@ This setting disables the theme gallery in the Personalization Control Panel. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -320,7 +320,7 @@ When enabled on Windows XP and later systems, this setting prevents users and ap | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -383,7 +383,7 @@ Also, see the "Prevent changing Screen Saver" setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -446,7 +446,7 @@ This can be used in conjunction with the "Prevent changing lock screen and logon | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -505,7 +505,7 @@ Prevents users from changing the size of the font in the windows and buttons dis | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -564,7 +564,7 @@ If you enable this setting, the user won't be able to change their lock screen a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -627,7 +627,7 @@ If the "Force a specific Start background" policy is also set on a supported ver | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -688,7 +688,7 @@ For systems prior to Windows Vista, this setting hides the Appearance and Themes | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -754,7 +754,7 @@ Also, see the "Allow only bitmapped wallpaper" setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -815,7 +815,7 @@ For systems prior to Windows Vista, this setting also hides the Desktop tab in t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -874,7 +874,7 @@ This policy setting controls whether the lock screen appears for users. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -933,7 +933,7 @@ If you enable this setting, none of the mouse pointer scheme settings can be cha | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -990,7 +990,7 @@ This setting prevents users from using Control Panel to add, configure, or chang | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1049,7 +1049,7 @@ If you enable this setting, none of the Sound Scheme settings can be changed by | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1107,7 +1107,7 @@ If this setting is enabled, the background and accent colors of Windows will be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1175,7 +1175,7 @@ To ensure that a computer will be password protected, enable the "Enable Screen | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1243,7 +1243,7 @@ When not configured, whatever wait time is set on the client through the Screen | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1308,7 +1308,7 @@ If the specified screen saver isn't installed on a computer to which this settin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1370,7 +1370,7 @@ Specifies which theme file is applied to the computer the first time a user logs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1439,7 +1439,7 @@ This can be a local computer visual style (aero.msstyles), or a file located on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-cpls.md b/windows/client-management/mdm/policy-csp-admx-cpls.md index 184afe4fb7..dfaf788329 100644 --- a/windows/client-management/mdm/policy-csp-admx-cpls.md +++ b/windows/client-management/mdm/policy-csp-admx-cpls.md @@ -1,7 +1,7 @@ --- title: ADMX_Cpls Policy CSP description: Learn more about the ADMX_Cpls Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-credentialproviders.md b/windows/client-management/mdm/policy-csp-admx-credentialproviders.md index 30546fe858..a4601bd69d 100644 --- a/windows/client-management/mdm/policy-csp-admx-credentialproviders.md +++ b/windows/client-management/mdm/policy-csp-admx-credentialproviders.md @@ -1,7 +1,7 @@ --- title: ADMX_CredentialProviders Policy CSP description: Learn more about the ADMX_CredentialProviders Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -85,7 +85,7 @@ This policy setting allows you to control whether a user can change the time bef | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -146,7 +146,7 @@ This policy setting allows the administrator to assign a specified credential pr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-credssp.md b/windows/client-management/mdm/policy-csp-admx-credssp.md index 96885646be..1558601273 100644 --- a/windows/client-management/mdm/policy-csp-admx-credssp.md +++ b/windows/client-management/mdm/policy-csp-admx-credssp.md @@ -1,7 +1,7 @@ --- title: ADMX_CredSsp Policy CSP description: Learn more about the ADMX_CredSsp Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -100,7 +100,7 @@ TERMSRV/*.humanresources.fabrikam.com Remote Desktop Session Host running on all | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -172,7 +172,7 @@ TERMSRV/*.humanresources.fabrikam.com Remote Desktop Session Host running on all | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -240,7 +240,7 @@ For more information about the vulnerability and servicing requirements for prot | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -316,7 +316,7 @@ TERMSRV/*.humanresources.fabrikam.com Remote Desktop Session Host running on all | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -390,7 +390,7 @@ TERMSRV/*.humanresources.fabrikam.com Remote Desktop Session Host running on all | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -464,7 +464,7 @@ TERMSRV/*.humanresources.fabrikam.com Remote Desktop Session Host running on all | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -538,7 +538,7 @@ TERMSRV/*.humanresources.fabrikam.com Remote Desktop Session Host running on all | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -610,7 +610,7 @@ This policy setting can be used in combination with the "Allow delegating defaul | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -682,7 +682,7 @@ This policy setting can be used in combination with the "Allow delegating fresh | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -754,7 +754,7 @@ This policy setting can be used in combination with the "Allow delegating saved | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-credui.md b/windows/client-management/mdm/policy-csp-admx-credui.md index d0efc5270c..725d8442f8 100644 --- a/windows/client-management/mdm/policy-csp-admx-credui.md +++ b/windows/client-management/mdm/policy-csp-admx-credui.md @@ -1,7 +1,7 @@ --- title: ADMX_CredUI Policy CSP description: Learn more about the ADMX_CredUI Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -84,7 +84,7 @@ This policy setting requires the user to enter Microsoft Windows credentials usi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-ctrlaltdel.md b/windows/client-management/mdm/policy-csp-admx-ctrlaltdel.md index 024f2b8973..b26855a9fd 100644 --- a/windows/client-management/mdm/policy-csp-admx-ctrlaltdel.md +++ b/windows/client-management/mdm/policy-csp-admx-ctrlaltdel.md @@ -1,7 +1,7 @@ --- title: ADMX_CtrlAltDel Policy CSP description: Learn more about the ADMX_CtrlAltDel Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ However, users are still able to change their password when prompted by the syst | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -145,7 +145,7 @@ While locked, the desktop is hidden and the system can't be used. Only the user | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -206,7 +206,7 @@ Task Manager (taskmgr.exe) lets users start and stop programs; monitor the perfo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-datacollection.md b/windows/client-management/mdm/policy-csp-admx-datacollection.md index 093fcaea64..6f02315c6a 100644 --- a/windows/client-management/mdm/policy-csp-admx-datacollection.md +++ b/windows/client-management/mdm/policy-csp-admx-datacollection.md @@ -1,7 +1,7 @@ --- title: ADMX_DataCollection Policy CSP description: Learn more about the ADMX_DataCollection Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-dcom.md b/windows/client-management/mdm/policy-csp-admx-dcom.md index c36eaf9f96..edbedc0ffb 100644 --- a/windows/client-management/mdm/policy-csp-admx-dcom.md +++ b/windows/client-management/mdm/policy-csp-admx-dcom.md @@ -1,7 +1,7 @@ --- title: ADMX_DCOM Policy CSP description: Learn more about the ADMX_DCOM Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -84,7 +84,7 @@ Allows you to specify that local computer administrators can supplement the "Def | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-desktop.md b/windows/client-management/mdm/policy-csp-admx-desktop.md index 47f5d14233..6bf7aa64e5 100644 --- a/windows/client-management/mdm/policy-csp-admx-desktop.md +++ b/windows/client-management/mdm/policy-csp-admx-desktop.md @@ -1,7 +1,7 @@ --- title: ADMX_Desktop Policy CSP description: Learn more about the ADMX_Desktop Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ To see the filter bar, open Network Locations, click Entire Network, and then cl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -146,7 +146,7 @@ This setting is designed to let users search Active Directory but not tempt them | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -206,7 +206,7 @@ This setting is designed to protect the network and the domain controller from t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -268,7 +268,7 @@ If you disable this setting or don't configure it, Active Desktop is disabled by | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -330,7 +330,7 @@ If you disable this setting or don't configure it, Active Desktop is disabled by | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -387,7 +387,7 @@ This is a comprehensive setting that locks down the configuration you establish | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -450,7 +450,7 @@ Also, see "Items displayed in Places Bar" in User Configuration\Administrative T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -512,7 +512,7 @@ Prevents users from using the Desktop Cleanup Wizard. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -569,7 +569,7 @@ This setting doesn't prevent the user from starting Internet Explorer by using o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -633,7 +633,7 @@ This setting hides Computer from the desktop and from the new Start menu. It als | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -697,7 +697,7 @@ This setting doesn't remove the My Documents icon from the Start menu. To do so, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -757,7 +757,7 @@ This setting only affects the desktop icon. It doesn't prevent users from connec | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -816,7 +816,7 @@ This setting hides Properties on the context menu for Computer. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -881,7 +881,7 @@ Clicks the My Documents icon, and then presses ALT+ENTER. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -940,7 +940,7 @@ Remote shared folders aren't added to Network Locations whenever you open a docu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1002,7 +1002,7 @@ This setting doesn't prevent the user from using other methods to gain access to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1061,7 +1061,7 @@ Removes the Properties option from the Recycle Bin context menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1118,7 +1118,7 @@ If you enable this setting, users can change the desktop, but some changes, such | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1177,7 +1177,7 @@ Prevents windows from being minimized or restored when the active window is shak | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1241,7 +1241,7 @@ You can also use this setting to delete particular Web-based items from users' d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1300,7 +1300,7 @@ Also, see the "Disable all items" setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1362,7 +1362,7 @@ If you enable this setting, items added to the desktop can't be closed; they alw | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1423,7 +1423,7 @@ Also, see the "Prohibit closing items" and "Disable all items" settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1480,7 +1480,7 @@ This setting disables the Properties button on the Web tab in Display in Control | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1540,7 +1540,7 @@ This setting removes all Active Desktop items from the desktop. It also removes | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1605,7 +1605,7 @@ Also, see the "Prohibit adjusting desktop toolbars" setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1667,7 +1667,7 @@ Also, see the "Prevent adding, dragging, dropping and closing the Taskbar's tool | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1724,7 +1724,7 @@ Also, see the "Desktop Wallpaper" and the "Prevent changing wallpaper" (in User | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-devicecompat.md b/windows/client-management/mdm/policy-csp-admx-devicecompat.md index 0b0dd73b2e..0cb83af5bf 100644 --- a/windows/client-management/mdm/policy-csp-admx-devicecompat.md +++ b/windows/client-management/mdm/policy-csp-admx-devicecompat.md @@ -1,7 +1,7 @@ --- title: ADMX_DeviceCompat Policy CSP description: Learn more about the ADMX_DeviceCompat Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -77,7 +77,7 @@ Changes behavior of Microsoft bus drivers to work with specific devices. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-deviceguard.md b/windows/client-management/mdm/policy-csp-admx-deviceguard.md index 0e5aef2c55..42bbeb587a 100644 --- a/windows/client-management/mdm/policy-csp-admx-deviceguard.md +++ b/windows/client-management/mdm/policy-csp-admx-deviceguard.md @@ -1,7 +1,7 @@ --- title: ADMX_DeviceGuard Policy CSP description: Learn more about the ADMX_DeviceGuard Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-deviceinstallation.md b/windows/client-management/mdm/policy-csp-admx-deviceinstallation.md index ec022eae1a..8819517f73 100644 --- a/windows/client-management/mdm/policy-csp-admx-deviceinstallation.md +++ b/windows/client-management/mdm/policy-csp-admx-deviceinstallation.md @@ -1,7 +1,7 @@ --- title: ADMX_DeviceInstallation Policy CSP description: Learn more about the ADMX_DeviceInstallation Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting allows you to determine whether members of the Administrator | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -141,7 +141,7 @@ This policy setting allows you to display a custom message to users in a notific | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -199,7 +199,7 @@ This policy setting allows you to display a custom message title in a notificati | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -257,7 +257,7 @@ This policy setting allows you to configure the number of seconds Windows waits | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -319,7 +319,7 @@ This policy setting establishes the amount of time (in seconds) that the system | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -383,7 +383,7 @@ This policy setting allows you to prevent Windows from installing removable devi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -442,7 +442,7 @@ This policy setting allows you to prevent Windows from creating a system restore | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-devicesetup.md b/windows/client-management/mdm/policy-csp-admx-devicesetup.md index 426b54f900..aaf6815d8a 100644 --- a/windows/client-management/mdm/policy-csp-admx-devicesetup.md +++ b/windows/client-management/mdm/policy-csp-admx-devicesetup.md @@ -1,7 +1,7 @@ --- title: ADMX_DeviceSetup Policy CSP description: Learn more about the ADMX_DeviceSetup Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting allows you to turn off "Found New Hardware" balloons during | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-dfs.md b/windows/client-management/mdm/policy-csp-admx-dfs.md index b49427af7e..81b8c9b818 100644 --- a/windows/client-management/mdm/policy-csp-admx-dfs.md +++ b/windows/client-management/mdm/policy-csp-admx-dfs.md @@ -1,7 +1,7 @@ --- title: ADMX_DFS Policy CSP description: Learn more about the ADMX_DFS Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-digitallocker.md b/windows/client-management/mdm/policy-csp-admx-digitallocker.md index 7dd12c55c1..1f09991995 100644 --- a/windows/client-management/mdm/policy-csp-admx-digitallocker.md +++ b/windows/client-management/mdm/policy-csp-admx-digitallocker.md @@ -1,7 +1,7 @@ --- title: ADMX_DigitalLocker Policy CSP description: Learn more about the ADMX_DigitalLocker Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ Digital Locker is a dedicated download manager associated with Windows Marketpla | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-diskdiagnostic.md b/windows/client-management/mdm/policy-csp-admx-diskdiagnostic.md index b37f4e7fbd..244b40e106 100644 --- a/windows/client-management/mdm/policy-csp-admx-diskdiagnostic.md +++ b/windows/client-management/mdm/policy-csp-admx-diskdiagnostic.md @@ -1,7 +1,7 @@ --- title: ADMX_DiskDiagnostic Policy CSP description: Learn more about the ADMX_DiskDiagnostic Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -87,7 +87,7 @@ This policy setting only takes effect if the Disk Diagnostic scenario policy set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-disknvcache.md b/windows/client-management/mdm/policy-csp-admx-disknvcache.md index aa1b5c42c8..5340ca253e 100644 --- a/windows/client-management/mdm/policy-csp-admx-disknvcache.md +++ b/windows/client-management/mdm/policy-csp-admx-disknvcache.md @@ -1,7 +1,7 @@ --- title: ADMX_DiskNVCache Policy CSP description: Learn more about the ADMX_DiskNVCache Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -86,7 +86,7 @@ This policy setting turns off the boot and resume optimizations for the hybrid h | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -150,7 +150,7 @@ This policy setting turns off power save mode on the hybrid hard disks in the sy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -214,7 +214,7 @@ This policy setting turns off all support for the non-volatile (NV) cache on all | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-diskquota.md b/windows/client-management/mdm/policy-csp-admx-diskquota.md index 4017ed9f80..b0c9292e9e 100644 --- a/windows/client-management/mdm/policy-csp-admx-diskquota.md +++ b/windows/client-management/mdm/policy-csp-admx-diskquota.md @@ -1,7 +1,7 @@ --- title: ADMX_DiskQuota Policy CSP description: Learn more about the ADMX_DiskQuota Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -91,7 +91,7 @@ To prevent users from changing the setting while a setting is in effect, the sys | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -160,7 +160,7 @@ Enforcement is optional. When users reach an enforced disk quota limit, the syst | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -226,7 +226,7 @@ This policy setting is effective only when disk quota management is enabled on t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -294,7 +294,7 @@ Also, this policy setting doesn't affect the Quota Entries window on the Quota t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -360,7 +360,7 @@ This policy setting doesn't affect the Quota Entries window on the Quota tab. Ev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-distributedlinktracking.md b/windows/client-management/mdm/policy-csp-admx-distributedlinktracking.md index 657c704404..4f69a6b3d3 100644 --- a/windows/client-management/mdm/policy-csp-admx-distributedlinktracking.md +++ b/windows/client-management/mdm/policy-csp-admx-distributedlinktracking.md @@ -1,7 +1,7 @@ --- title: ADMX_DistributedLinkTracking Policy CSP description: Learn more about the ADMX_DistributedLinkTracking Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-dnsclient.md b/windows/client-management/mdm/policy-csp-admx-dnsclient.md index 2fcb54aa93..6a8370a926 100644 --- a/windows/client-management/mdm/policy-csp-admx-dnsclient.md +++ b/windows/client-management/mdm/policy-csp-admx-dnsclient.md @@ -1,7 +1,7 @@ --- title: ADMX_DnsClient Policy CSP description: Learn more about the ADMX_DnsClient Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ Specifies that NetBIOS over TCP/IP (NetBT) queries are issued for fully qualifie | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -148,7 +148,7 @@ If attaching suffixes is allowed, and a DNS client with a primary domain suffix | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -208,7 +208,7 @@ To use this policy setting, click Enabled, and then enter a string value represe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -285,7 +285,7 @@ For example, if the primary DNS suffix ooo.aaa.microsoft.com is attached to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -344,7 +344,7 @@ Specifies whether the DNS client should convert internationalized domain names ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -403,7 +403,7 @@ Specifies whether the DNS client should convert internationalized domain names ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -463,7 +463,7 @@ To use this policy setting, click Enabled, and then enter a space-delimited list | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -525,7 +525,7 @@ Specifies that responses from link local name resolution protocols received over | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -590,7 +590,7 @@ You can use this policy setting to prevent users, including local administrators | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -656,7 +656,7 @@ For example, with a computer name of mycomputer, a primary DNS suffix of microso | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -724,7 +724,7 @@ Register only if A record registration succeeds: the DNS client will attempt to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -783,7 +783,7 @@ Specifies if DNS dynamic update is enabled. DNS clients configured for DNS dynam | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -846,7 +846,7 @@ During dynamic update of resource records in a zone that doesn't use Secure Dyna | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -911,7 +911,7 @@ To specify the registration refresh interval, click Enabled and then enter a val | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -971,7 +971,7 @@ To specify the TTL, click Enabled and then enter a value in seconds (for example | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1035,7 +1035,7 @@ To use this policy setting, click Enabled, and then enter a string value represe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1094,7 +1094,7 @@ Specifies that a multi-homed DNS client should optimize name resolution across n | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1156,7 +1156,7 @@ Specifies that the DNS client should prefer responses from link local name resol | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1222,7 +1222,7 @@ Only secure - The DNS client sends only secure dynamic updates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1283,7 +1283,7 @@ By default, a DNS client that's configured to perform dynamic DNS update will up | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1360,7 +1360,7 @@ For example, if the primary DNS suffix ooo.aaa.microsoft.com is attached to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-dwm.md b/windows/client-management/mdm/policy-csp-admx-dwm.md index abf3f0c411..0968ac302d 100644 --- a/windows/client-management/mdm/policy-csp-admx-dwm.md +++ b/windows/client-management/mdm/policy-csp-admx-dwm.md @@ -1,7 +1,7 @@ --- title: ADMX_DWM Policy CSP description: Learn more about the ADMX_DWM Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -84,7 +84,7 @@ This policy setting controls the default color for window frames when the user d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -146,7 +146,7 @@ This policy setting controls the default color for window frames when the user d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -207,7 +207,7 @@ Changing this policy setting requires a logoff for it to be applied. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -268,7 +268,7 @@ Changing this policy setting requires a logoff for it to be applied. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -330,7 +330,7 @@ This policy setting controls the ability to change the color of window frames. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-eaime.md b/windows/client-management/mdm/policy-csp-admx-eaime.md index 42f7ad4fe5..edd37bb165 100644 --- a/windows/client-management/mdm/policy-csp-admx-eaime.md +++ b/windows/client-management/mdm/policy-csp-admx-eaime.md @@ -1,7 +1,7 @@ --- title: ADMX_EAIME Policy CSP description: Learn more about the ADMX_EAIME Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -86,7 +86,7 @@ This policy setting applies to Japanese Microsoft IME only. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -161,7 +161,7 @@ This policy setting applies to Japanese Microsoft IME only. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -229,7 +229,7 @@ This policy setting is applied to Japanese Microsoft IME. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -293,7 +293,7 @@ This policy setting applies to Japanese Microsoft IME only. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -359,7 +359,7 @@ This policy setting applies to Japanese Microsoft IME. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -422,7 +422,7 @@ This policy setting is applied to Japanese Microsoft IME. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -483,7 +483,7 @@ This policy setting applies to Japanese Microsoft IME only. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -546,7 +546,7 @@ This Policy setting applies to Microsoft CHS Pinyin IME and JPN IME. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -609,7 +609,7 @@ This Policy setting applies only to Microsoft CHS Pinyin IME. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -668,7 +668,7 @@ This Policy setting applies only to Microsoft CHS Pinyin IME. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -727,7 +727,7 @@ This Policy setting applies only to Microsoft CHS Pinyin IME. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-encryptfilesonmove.md b/windows/client-management/mdm/policy-csp-admx-encryptfilesonmove.md index 5260ac88e1..56d98a825c 100644 --- a/windows/client-management/mdm/policy-csp-admx-encryptfilesonmove.md +++ b/windows/client-management/mdm/policy-csp-admx-encryptfilesonmove.md @@ -1,7 +1,7 @@ --- title: ADMX_EncryptFilesonMove Policy CSP description: Learn more about the ADMX_EncryptFilesonMove Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-enhancedstorage.md b/windows/client-management/mdm/policy-csp-admx-enhancedstorage.md index 2c8d9514f5..e6fc4c9d66 100644 --- a/windows/client-management/mdm/policy-csp-admx-enhancedstorage.md +++ b/windows/client-management/mdm/policy-csp-admx-enhancedstorage.md @@ -1,7 +1,7 @@ --- title: ADMX_EnhancedStorage Policy CSP description: Learn more about the ADMX_EnhancedStorage Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting allows you to configure a list of Enhanced Storage devices b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -140,7 +140,7 @@ This policy setting allows you to create a list of IEEE 1667 silos, compliant wi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -199,7 +199,7 @@ This policy setting configures whether or not a password can be used to unlock a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -258,7 +258,7 @@ This policy setting configures whether or not non-Enhanced Storage removable dev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -319,7 +319,7 @@ This policy setting is supported in Windows Server SKUs only. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-errorreporting.md b/windows/client-management/mdm/policy-csp-admx-errorreporting.md index 7f1e33d55e..7b35f98d67 100644 --- a/windows/client-management/mdm/policy-csp-admx-errorreporting.md +++ b/windows/client-management/mdm/policy-csp-admx-errorreporting.md @@ -1,7 +1,7 @@ --- title: ADMX_ErrorReporting Policy CSP description: Learn more about the ADMX_ErrorReporting Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -86,7 +86,7 @@ For related information, see the Configure Error Reporting and Report Operating | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -146,7 +146,7 @@ This policy setting controls Windows Error Reporting behavior for errors in gene | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -212,7 +212,7 @@ This setting will be ignored if the 'Configure Error Reporting' setting is disab | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -293,7 +293,7 @@ See related policy settings Display Error Notification (same folder as this poli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -356,7 +356,7 @@ See also the Configure Error Reporting policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -415,7 +415,7 @@ This policy setting controls the behavior of the Windows Error Reporting archive | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -474,7 +474,7 @@ This policy setting controls the behavior of the Windows Error Reporting archive | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -533,7 +533,7 @@ This policy setting controls whether memory dumps in support of OS-generated err | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -592,7 +592,7 @@ This policy setting controls whether memory dumps in support of OS-generated err | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -651,7 +651,7 @@ This policy setting determines whether Windows Error Reporting (WER) sends addit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -710,7 +710,7 @@ This policy setting determines whether Windows Error Reporting (WER) sends addit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -769,7 +769,7 @@ This policy setting determines whether Windows Error Reporting (WER) checks for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -828,7 +828,7 @@ This policy setting determines whether Windows Error Reporting (WER) checks for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -887,7 +887,7 @@ This policy setting determines whether Windows Error Reporting (WER) checks if t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -946,7 +946,7 @@ This policy setting determines whether Windows Error Reporting (WER) checks if t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1004,7 +1004,7 @@ This policy setting specifies a corporate server to which Windows Error Reportin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1072,7 +1072,7 @@ This policy setting determines the consent behavior of Windows Error Reporting f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1131,7 +1131,7 @@ This policy setting determines the behavior of the Configure Default Consent set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1190,7 +1190,7 @@ This policy setting determines the behavior of the Configure Default Consent set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1256,7 +1256,7 @@ This policy setting determines the default consent behavior of Windows Error Rep | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1322,7 +1322,7 @@ This policy setting determines the default consent behavior of Windows Error Rep | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1381,7 +1381,7 @@ This policy setting turns off Windows Error Reporting, so that reports aren't co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1441,7 +1441,7 @@ This policy setting limits Windows Error Reporting behavior for errors in genera | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1501,7 +1501,7 @@ This policy setting limits Windows Error Reporting behavior for errors in genera | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1560,7 +1560,7 @@ This policy setting controls whether Windows Error Reporting saves its own event | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1619,7 +1619,7 @@ This policy setting controls whether Windows Error Reporting saves its own event | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1678,7 +1678,7 @@ This policy setting controls whether additional data in support of error reports | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1739,7 +1739,7 @@ The Maximum number of reports to queue setting determines how many reports can b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-eventforwarding.md b/windows/client-management/mdm/policy-csp-admx-eventforwarding.md index 74214050d6..636d766dc8 100644 --- a/windows/client-management/mdm/policy-csp-admx-eventforwarding.md +++ b/windows/client-management/mdm/policy-csp-admx-eventforwarding.md @@ -1,7 +1,7 @@ --- title: ADMX_EventForwarding Policy CSP description: Learn more about the ADMX_EventForwarding Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -82,7 +82,7 @@ This setting applies across all subscriptions for the forwarder (source computer | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-eventlog.md b/windows/client-management/mdm/policy-csp-admx-eventlog.md index edb3cbcd0f..a7db05327e 100644 --- a/windows/client-management/mdm/policy-csp-admx-eventlog.md +++ b/windows/client-management/mdm/policy-csp-admx-eventlog.md @@ -1,7 +1,7 @@ --- title: ADMX_EventLog Policy CSP description: Learn more about the ADMX_EventLog Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting controls Event Log behavior when the log file reaches its ma | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -144,7 +144,7 @@ This policy setting controls Event Log behavior when the log file reaches its ma | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -205,7 +205,7 @@ This policy setting controls Event Log behavior when the log file reaches its ma | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -266,7 +266,7 @@ This policy setting controls Event Log behavior when the log file reaches its ma | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -327,7 +327,7 @@ This policy setting specifies the security descriptor to use for the log using t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -388,7 +388,7 @@ This policy setting specifies the security descriptor to use for the log using t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -449,7 +449,7 @@ This policy setting specifies the security descriptor to use for the log using t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -510,7 +510,7 @@ This policy setting specifies the security descriptor to use for the log using t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -570,7 +570,7 @@ This policy setting specifies the security descriptor to use for the log using t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -630,7 +630,7 @@ This policy setting specifies the security descriptor to use for the log using t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -690,7 +690,7 @@ This policy setting specifies the security descriptor to use for the log using t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -750,7 +750,7 @@ This policy setting specifies the security descriptor to use for the log using t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -812,7 +812,7 @@ This policy setting controls Event Log behavior when the log file reaches its ma | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -874,7 +874,7 @@ This policy setting controls Event Log behavior when the log file reaches its ma | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -936,7 +936,7 @@ This policy setting controls Event Log behavior when the log file reaches its ma | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -995,7 +995,7 @@ This policy setting turns on logging. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1053,7 +1053,7 @@ This policy setting controls the location of the log file. The location of the f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1111,7 +1111,7 @@ This policy setting controls the location of the log file. The location of the f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1169,7 +1169,7 @@ This policy setting controls the location of the log file. The location of the f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1227,7 +1227,7 @@ This policy setting controls the location of the log file. The location of the f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-eventlogging.md b/windows/client-management/mdm/policy-csp-admx-eventlogging.md index 0e2affb87c..58590d60bd 100644 --- a/windows/client-management/mdm/policy-csp-admx-eventlogging.md +++ b/windows/client-management/mdm/policy-csp-admx-eventlogging.md @@ -1,7 +1,7 @@ --- title: ADMX_EventLogging Policy CSP description: Learn more about the ADMX_EventLogging Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-eventviewer.md b/windows/client-management/mdm/policy-csp-admx-eventviewer.md index 809ac58355..3daf6d69f3 100644 --- a/windows/client-management/mdm/policy-csp-admx-eventviewer.md +++ b/windows/client-management/mdm/policy-csp-admx-eventviewer.md @@ -1,7 +1,7 @@ --- title: ADMX_EventViewer Policy CSP description: Learn more about the ADMX_EventViewer Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -76,7 +76,7 @@ This is the program that will be invoked when the user clicks the events.asp lin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -130,7 +130,7 @@ This specifies the command line parameters that will be passed to the events.asp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-explorer.md b/windows/client-management/mdm/policy-csp-admx-explorer.md index 54b2715072..b85ed82242 100644 --- a/windows/client-management/mdm/policy-csp-admx-explorer.md +++ b/windows/client-management/mdm/policy-csp-admx-explorer.md @@ -1,7 +1,7 @@ --- title: ADMX_Explorer Policy CSP description: Learn more about the ADMX_Explorer Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -76,7 +76,7 @@ Sets the target of the More Information link that will be displayed when the use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -141,7 +141,7 @@ This policy setting configures File Explorer to always display the menu bar. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -198,7 +198,7 @@ If you enable this policy setting on a machine that doesn't contain all programs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -260,7 +260,7 @@ This policy setting allows administrators to prevent users from adding new items | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-externalboot.md b/windows/client-management/mdm/policy-csp-admx-externalboot.md index 2b32f842e4..c4331c3eff 100644 --- a/windows/client-management/mdm/policy-csp-admx-externalboot.md +++ b/windows/client-management/mdm/policy-csp-admx-externalboot.md @@ -1,7 +1,7 @@ --- title: ADMX_ExternalBoot Policy CSP description: Learn more about the ADMX_ExternalBoot Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ Specifies whether the PC can use the hibernation sleep state (S4) when started f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -146,7 +146,7 @@ This policy setting controls whether the PC will boot to Windows To Go if a USB | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-filerecovery.md b/windows/client-management/mdm/policy-csp-admx-filerecovery.md index 84e154a8f0..2c3d7be317 100644 --- a/windows/client-management/mdm/policy-csp-admx-filerecovery.md +++ b/windows/client-management/mdm/policy-csp-admx-filerecovery.md @@ -1,7 +1,7 @@ --- title: ADMX_FileRecovery Policy CSP description: Learn more about the ADMX_FileRecovery Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-filerevocation.md b/windows/client-management/mdm/policy-csp-admx-filerevocation.md index e17de8381a..f4bca2575a 100644 --- a/windows/client-management/mdm/policy-csp-admx-filerevocation.md +++ b/windows/client-management/mdm/policy-csp-admx-filerevocation.md @@ -1,7 +1,7 @@ --- title: ADMX_FileRevocation Policy CSP description: Learn more about the ADMX_FileRevocation Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-fileservervssprovider.md b/windows/client-management/mdm/policy-csp-admx-fileservervssprovider.md index e9b8b96d7f..9718918ca9 100644 --- a/windows/client-management/mdm/policy-csp-admx-fileservervssprovider.md +++ b/windows/client-management/mdm/policy-csp-admx-fileservervssprovider.md @@ -1,7 +1,7 @@ --- title: ADMX_FileServerVSSProvider Policy CSP description: Learn more about the ADMX_FileServerVSSProvider Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-filesys.md b/windows/client-management/mdm/policy-csp-admx-filesys.md index 33379196d4..365113ab69 100644 --- a/windows/client-management/mdm/policy-csp-admx-filesys.md +++ b/windows/client-management/mdm/policy-csp-admx-filesys.md @@ -1,7 +1,7 @@ --- title: ADMX_FileSys Policy CSP description: Learn more about the ADMX_FileSys Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -79,7 +79,7 @@ A reboot is required for this setting to take effect. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -138,7 +138,7 @@ A value of 1 will disable delete notifications for all volumes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -195,7 +195,7 @@ A reboot is required for this setting to take effect. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -250,7 +250,7 @@ Encrypting the page file prevents malicious users from reading data that has bee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -305,7 +305,7 @@ Enabling Win32 long paths will allow manifested win32 applications and packaged | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -361,7 +361,7 @@ If you enable short names on all volumes then short names will always be generat | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -429,7 +429,7 @@ For further information please refer to the Windows Help section. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-folderredirection.md b/windows/client-management/mdm/policy-csp-admx-folderredirection.md index 72c19e4951..380e572911 100644 --- a/windows/client-management/mdm/policy-csp-admx-folderredirection.md +++ b/windows/client-management/mdm/policy-csp-admx-folderredirection.md @@ -1,7 +1,7 @@ --- title: ADMX_FolderRedirection Policy CSP description: Learn more about the ADMX_FolderRedirection Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -90,7 +90,7 @@ This policy setting allows you to control whether all redirected shell folders, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -154,7 +154,7 @@ If you disable or don't configure this policy setting, all redirected shell fold | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -213,7 +213,7 @@ This policy setting controls whether the contents of redirected folders is copie | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -275,7 +275,7 @@ This policy setting allows the administrator to define whether Folder Redirectio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -337,7 +337,7 @@ This policy setting allows the administrator to define whether Folder Redirectio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -401,7 +401,7 @@ To designate a user's primary computers, an administrator must use management so | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-framepanes.md b/windows/client-management/mdm/policy-csp-admx-framepanes.md index afba6b4512..758c8155f2 100644 --- a/windows/client-management/mdm/policy-csp-admx-framepanes.md +++ b/windows/client-management/mdm/policy-csp-admx-framepanes.md @@ -1,7 +1,7 @@ --- title: ADMX_FramePanes Policy CSP description: Learn more about the ADMX_FramePanes Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -85,7 +85,7 @@ If you disable, or don't configure this policy setting, the Details Pane is hidd | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-fthsvc.md b/windows/client-management/mdm/policy-csp-admx-fthsvc.md index 35b554fc9a..15e3924fb4 100644 --- a/windows/client-management/mdm/policy-csp-admx-fthsvc.md +++ b/windows/client-management/mdm/policy-csp-admx-fthsvc.md @@ -1,7 +1,7 @@ --- title: ADMX_fthsvc Policy CSP description: Learn more about the ADMX_fthsvc Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-globalization.md b/windows/client-management/mdm/policy-csp-admx-globalization.md index 56ed340242..351d7ff009 100644 --- a/windows/client-management/mdm/policy-csp-admx-globalization.md +++ b/windows/client-management/mdm/policy-csp-admx-globalization.md @@ -1,7 +1,7 @@ --- title: ADMX_Globalization Policy CSP description: Learn more about the ADMX_Globalization Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ Note this doesn't affect the availability of user input methods on the lock scre | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -154,7 +154,7 @@ To set this policy setting on a per-user basis, make sure that you don't configu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -225,7 +225,7 @@ To set this policy setting on a per-user basis, make sure that you don't configu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -289,7 +289,7 @@ This policy setting is used only to simplify the Regional Options control panel. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -353,7 +353,7 @@ This policy setting is used only to simplify the Regional Options control panel. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -417,7 +417,7 @@ This policy setting is used only to simplify the Regional Options control panel. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -478,7 +478,7 @@ This policy setting is used only to simplify the Regional and Language Options c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -553,7 +553,7 @@ This policy setting is related to the "Turn off handwriting personalization" pol | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -628,7 +628,7 @@ This policy setting is related to the "Turn off handwriting personalization" pol | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -689,7 +689,7 @@ The locale list is specified using language names, separated by a semicolon (;). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -758,7 +758,7 @@ The locale list is specified using language tags, separated by a semicolon (;). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -827,7 +827,7 @@ The locale list is specified using language tags, separated by a semicolon (;). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -887,7 +887,7 @@ This is a policy setting for computers with more than one UI language installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -949,7 +949,7 @@ To enable this policy setting in Windows Server 2003, Windows XP, or Windows 200 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1016,7 +1016,7 @@ To set this policy setting on a per-user basis, make sure that the per-computer | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1083,7 +1083,7 @@ To set this policy setting on a per-user basis, make sure that the per-computer | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1152,7 +1152,7 @@ To set this policy on a per-user basis, make sure that the per-computer policy i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1221,7 +1221,7 @@ To set this policy on a per-user basis, make sure that the per-computer policy i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1281,7 +1281,7 @@ To enable this policy setting in Windows Vista, use the "Restricts the UI langua | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1344,7 +1344,7 @@ Note that the availability and function of this setting is dependent on supporte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1407,7 +1407,7 @@ Note that the availability and function of this setting is dependent on supporte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1470,7 +1470,7 @@ Note that the availability and function of this setting is dependent on supporte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1533,7 +1533,7 @@ Note that the availability and function of this setting is dependent on supporte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-grouppolicy.md b/windows/client-management/mdm/policy-csp-admx-grouppolicy.md index 990f6f9dcb..e8315a0f03 100644 --- a/windows/client-management/mdm/policy-csp-admx-grouppolicy.md +++ b/windows/client-management/mdm/policy-csp-admx-grouppolicy.md @@ -1,7 +1,7 @@ --- title: ADMX_GroupPolicy Policy CSP description: Learn more about the ADMX_GroupPolicy Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -93,7 +93,7 @@ This policy setting affects all user accounts that interactively log on to a com | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -151,7 +151,7 @@ This policy setting specifies how long Group Policy should wait for workplace co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -217,7 +217,7 @@ The "Process even if the Group Policy objects haven't changed" option updates an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -285,7 +285,7 @@ The "Process even if the Group Policy objects haven't changed" option updates an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -353,7 +353,7 @@ The "Process even if the Group Policy objects haven't changed" option updates an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -419,7 +419,7 @@ The "Process even if the Group Policy objects haven't changed" option updates an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -487,7 +487,7 @@ The "Process even if the Group Policy objects haven't changed" option updates an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -555,7 +555,7 @@ The "Process even if the Group Policy objects haven't changed" option updates an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -619,7 +619,7 @@ The "Process even if the Group Policy objects haven't changed" option updates an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -685,7 +685,7 @@ The "Process even if the Group Policy objects haven't changed" option updates an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -751,7 +751,7 @@ The "Process even if the Group Policy objects haven't changed" option updates an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -819,7 +819,7 @@ The "Process even if the Group Policy objects haven't changed" option updates an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -887,7 +887,7 @@ The "Process even if the Group Policy objects haven't changed" option updates an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -959,7 +959,7 @@ Also, see the "Turn off Resultant set of Policy logging" policy setting in Compu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1031,7 +1031,7 @@ Also, see the "Turn off Resultant set of Policy logging" policy setting in Compu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1086,7 +1086,7 @@ This policy setting prevents the Group Policy Client Service from stopping when | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1150,7 +1150,7 @@ Changing the status of this setting to Disabled will enforce the default behavio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1212,7 +1212,7 @@ This policy setting prevents Group Policy from being updated while the computer | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1276,7 +1276,7 @@ By default, the policy settings in Local GPOs are applied before any domain-base | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1343,7 +1343,7 @@ Also, see the "Set Group Policy refresh interval for computers" policy setting t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1404,7 +1404,7 @@ This policy setting determines whether the Windows device is allowed to particip | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1467,7 +1467,7 @@ The timeout value that's defined in this policy setting determines how long Grou | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1530,7 +1530,7 @@ The timeout value that's defined in this policy setting determines how long Grou | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1591,7 +1591,7 @@ This policy allows IT admins to turn off the ability to Link a Phone with a PC t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1657,7 +1657,7 @@ In Group Policy Object Editor, preferences have a red icon to distinguish them f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1711,7 +1711,7 @@ This security feature provides a global setting to prevent programs from loading | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1778,7 +1778,7 @@ This policy setting determines which domain controller the Group Policy Object E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1847,7 +1847,7 @@ Also, see the "Do not detect slow network connections" and related policies in C | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1916,7 +1916,7 @@ Also, see the "Do not detect slow network connections" and related policies in C | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1987,7 +1987,7 @@ This setting is only used when the "Turn off background refresh of Group Policy" | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2052,7 +2052,7 @@ This setting also lets you specify how much the actual update interval varies. T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2125,7 +2125,7 @@ This setting also lets you specify how much the actual update interval varies. T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2190,7 +2190,7 @@ By default, the Group Policy client waits five minutes before running logon scri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2250,7 +2250,7 @@ If this setting is Disabled or Not Configured, the default display name of New G | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2309,7 +2309,7 @@ This policy setting allows you to create new Group Policy object links in the di | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2385,7 +2385,7 @@ This leads to the following behavior: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2465,7 +2465,7 @@ Setting flags not specified here to any value other than ? results in undefined | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2520,7 +2520,7 @@ Enabling this setting will cause the Group Policy Client to connect to the same | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2584,7 +2584,7 @@ RSoP logs information on Group Policy settings that have been applied to the cli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2648,7 +2648,7 @@ When Group Policy detects the bandwidth speed of a Direct Access connection, the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2717,7 +2717,7 @@ Note There are two conditions that will cause Group Policy to be processed synch | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2775,7 +2775,7 @@ This policy setting specifies how long Group Policy should wait for network avai | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-help.md b/windows/client-management/mdm/policy-csp-admx-help.md index 5be7157ce1..eb643087ad 100644 --- a/windows/client-management/mdm/policy-csp-admx-help.md +++ b/windows/client-management/mdm/policy-csp-admx-help.md @@ -1,7 +1,7 @@ --- title: ADMX_Help Policy CSP description: Learn more about the ADMX_Help Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ Data Execution Prevention (DEP) is designed to block malicious code that takes a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -155,7 +155,7 @@ For additional options, see the "Restrict these programs from being launched fro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -219,7 +219,7 @@ This policy setting allows you to restrict programs from being run from online H | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-helpandsupport.md b/windows/client-management/mdm/policy-csp-admx-helpandsupport.md index e2d790f3ee..9211fec758 100644 --- a/windows/client-management/mdm/policy-csp-admx-helpandsupport.md +++ b/windows/client-management/mdm/policy-csp-admx-helpandsupport.md @@ -1,7 +1,7 @@ --- title: ADMX_HelpAndSupport Policy CSP description: Learn more about the ADMX_HelpAndSupport Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting specifies whether active content links in trusted assistance | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -142,7 +142,7 @@ Users can use the control to provide feedback on the quality and usefulness of t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -201,7 +201,7 @@ This policy setting specifies whether users can participate in the Help Experien | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-hotspotauth.md b/windows/client-management/mdm/policy-csp-admx-hotspotauth.md index 9d18ab87a6..0356775d2b 100644 --- a/windows/client-management/mdm/policy-csp-admx-hotspotauth.md +++ b/windows/client-management/mdm/policy-csp-admx-hotspotauth.md @@ -1,7 +1,7 @@ --- title: ADMX_hotspotauth Policy CSP description: Learn more about the ADMX_hotspotauth Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-icm.md b/windows/client-management/mdm/policy-csp-admx-icm.md index d844742ecd..92ebe95284 100644 --- a/windows/client-management/mdm/policy-csp-admx-icm.md +++ b/windows/client-management/mdm/policy-csp-admx-icm.md @@ -1,7 +1,7 @@ --- title: ADMX_ICM Policy CSP description: Learn more about the ADMX_ICM Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting turns off the Windows Customer Experience Improvement Progra | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -144,7 +144,7 @@ Typically, a certificate is used when you use a secure website or when you send | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -210,7 +210,7 @@ Also, see the "Web-based printing" policy setting in Computer Configuration/Admi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -274,7 +274,7 @@ To set up HTTP printing, non-inbox drivers need to be downloaded over HTTP. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -340,7 +340,7 @@ Also see "Turn off Windows Update device driver search prompt" in "Administrativ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -401,7 +401,7 @@ The Event Viewer normally makes all HTTP(S) URLs into hyperlinks that activate t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -464,7 +464,7 @@ You might want to enable this policy setting for users who don't have Internet a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -525,7 +525,7 @@ The Knowledge Base is an online source of technical support information and self | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -586,7 +586,7 @@ This policy setting specifies whether Windows can access the Internet to accompl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -647,7 +647,7 @@ This policy setting specifies whether Windows can access the Internet to accompl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -706,7 +706,7 @@ This policy setting specifies whether the Internet Connection Wizard can connect | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -767,7 +767,7 @@ Note that registration is optional and involves submitting some personal informa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -831,7 +831,7 @@ Also see the "Configure Error Reporting", "Display Error Notification" and "Disa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -893,7 +893,7 @@ This policy setting allows you to remove access to Windows Update. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -957,7 +957,7 @@ When users search the local computer or the Internet, Search Companion occasiona | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1018,7 +1018,7 @@ When a user opens a file that has an extension that isn't associated with any ap | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1079,7 +1079,7 @@ When a user opens a file that has an extension that isn't associated with any ap | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1140,7 +1140,7 @@ When a user opens a file type or protocol that isn't associated with any applica | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1201,7 +1201,7 @@ When a user opens a file type or protocol that isn't associated with any applica | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1264,7 +1264,7 @@ See the documentation for the web publishing and online ordering wizards for mor | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1325,7 +1325,7 @@ The Order Prints Online Wizard is used to download a list of providers and allow | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1386,7 +1386,7 @@ The Order Prints Online Wizard is used to download a list of providers and allow | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1447,7 +1447,7 @@ The Web Publishing Wizard is used to download a list of providers and allow user | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1508,7 +1508,7 @@ The Web Publishing Wizard is used to download a list of providers and allow user | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1571,7 +1571,7 @@ With the Customer Experience Improvement program, users can allow Microsoft to c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-iis.md b/windows/client-management/mdm/policy-csp-admx-iis.md index e007db0cf0..3d9645fb24 100644 --- a/windows/client-management/mdm/policy-csp-admx-iis.md +++ b/windows/client-management/mdm/policy-csp-admx-iis.md @@ -1,7 +1,7 @@ --- title: ADMX_IIS Policy CSP description: Learn more about the ADMX_IIS Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-iscsi.md b/windows/client-management/mdm/policy-csp-admx-iscsi.md index 6f7a7b55be..bd2ae37559 100644 --- a/windows/client-management/mdm/policy-csp-admx-iscsi.md +++ b/windows/client-management/mdm/policy-csp-admx-iscsi.md @@ -1,7 +1,7 @@ --- title: ADMX_iSCSI Policy CSP description: Learn more about the ADMX_iSCSI Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -77,7 +77,7 @@ If enabled then new iSNS servers may not be added and thus new targets discovere | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -132,7 +132,7 @@ If enabled then new target portals may not be added and thus new targets discove | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -187,7 +187,7 @@ If enabled then discovered targets may not be manually configured. If disabled t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -242,7 +242,7 @@ If enabled then new targets may not be manually configured by entering the targe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -297,7 +297,7 @@ If enabled then don't allow the initiator iqn name to be changed. If disabled th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -352,7 +352,7 @@ If enabled then only those sessions that are established via a persistent login | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -407,7 +407,7 @@ If enabled then don't allow the initiator CHAP secret to be changed. If disabled | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -462,7 +462,7 @@ If enabled then only those connections that are configured for IPSec may be esta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -517,7 +517,7 @@ If enabled then only those sessions that are configured for mutual CHAP may be e | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-kdc.md b/windows/client-management/mdm/policy-csp-admx-kdc.md index eb6ed09af8..b6056f9a6b 100644 --- a/windows/client-management/mdm/policy-csp-admx-kdc.md +++ b/windows/client-management/mdm/policy-csp-admx-kdc.md @@ -1,7 +1,7 @@ --- title: ADMX_kdc Policy CSP description: Learn more about the ADMX_kdc Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -111,7 +111,7 @@ Impact on domain controller performance when this policy setting is enabled: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -175,7 +175,7 @@ For Windows Logon to leverage this feature, the "Display information about previ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -236,7 +236,7 @@ To ensure consistent behavior, this policy setting must be supported and set ide | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -300,7 +300,7 @@ Required: PKInit Freshness Extension is required for successful authentication. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -362,7 +362,7 @@ This policy setting allows you to configure a domain controller to request compo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-kerberos.md b/windows/client-management/mdm/policy-csp-admx-kerberos.md index 756376d2de..8bf117cb8d 100644 --- a/windows/client-management/mdm/policy-csp-admx-kerberos.md +++ b/windows/client-management/mdm/policy-csp-admx-kerberos.md @@ -1,7 +1,7 @@ --- title: ADMX_Kerberos Policy CSP description: Learn more about the ADMX_Kerberos Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -84,7 +84,7 @@ This policy setting controls whether a device always sends a compound authentica | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -151,7 +151,7 @@ Force: Device will always authenticate using its certificate. If a DC can't be f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -214,7 +214,7 @@ This policy setting allows you to specify which DNS host names and which DNS suf | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -276,7 +276,7 @@ This policy setting allows you to disable revocation check for the SSL certifica | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -335,7 +335,7 @@ This policy setting configures the Kerberos client's mapping to KDC proxy server | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -396,7 +396,7 @@ This policy setting configures the Kerberos client so that it can authenticate w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -465,7 +465,7 @@ Always: Compound authentication is always provided for this computer account. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-lanmanserver.md b/windows/client-management/mdm/policy-csp-admx-lanmanserver.md index a8b4c178c4..fcc7c5c35a 100644 --- a/windows/client-management/mdm/policy-csp-admx-lanmanserver.md +++ b/windows/client-management/mdm/policy-csp-admx-lanmanserver.md @@ -1,7 +1,7 @@ --- title: ADMX_LanmanServer Policy CSP description: Learn more about the ADMX_LanmanServer Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -101,7 +101,7 @@ Arrange the desired cipher suites in the edit box, one cipher suite per line, in | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -173,7 +173,7 @@ In circumstances where this policy setting is enabled, you can also select the f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -249,7 +249,7 @@ Hash version supported: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-lanmanworkstation.md b/windows/client-management/mdm/policy-csp-admx-lanmanworkstation.md index 41d3f19fae..4e870aa753 100644 --- a/windows/client-management/mdm/policy-csp-admx-lanmanworkstation.md +++ b/windows/client-management/mdm/policy-csp-admx-lanmanworkstation.md @@ -1,7 +1,7 @@ --- title: ADMX_LanmanWorkstation Policy CSP description: Learn more about the ADMX_LanmanWorkstation Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -102,7 +102,7 @@ AES_256 is not supported on Windows 10 version 20H2 and lower. If you enter only | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -164,7 +164,7 @@ This policy setting determines the behavior of SMB handle caching for clients co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-leakdiagnostic.md b/windows/client-management/mdm/policy-csp-admx-leakdiagnostic.md index 6b146cf631..747e14c5c9 100644 --- a/windows/client-management/mdm/policy-csp-admx-leakdiagnostic.md +++ b/windows/client-management/mdm/policy-csp-admx-leakdiagnostic.md @@ -1,7 +1,7 @@ --- title: ADMX_LeakDiagnostic Policy CSP description: Learn more about the ADMX_LeakDiagnostic Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-linklayertopologydiscovery.md b/windows/client-management/mdm/policy-csp-admx-linklayertopologydiscovery.md index e204763874..0c0c27fb9e 100644 --- a/windows/client-management/mdm/policy-csp-admx-linklayertopologydiscovery.md +++ b/windows/client-management/mdm/policy-csp-admx-linklayertopologydiscovery.md @@ -1,7 +1,7 @@ --- title: ADMX_LinkLayerTopologyDiscovery Policy CSP description: Learn more about the ADMX_LinkLayerTopologyDiscovery Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ LLTDIO allows a computer to discover the topology of a network it's connected to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-locationprovideradm.md b/windows/client-management/mdm/policy-csp-admx-locationprovideradm.md index a412891fdb..ee387e3179 100644 --- a/windows/client-management/mdm/policy-csp-admx-locationprovideradm.md +++ b/windows/client-management/mdm/policy-csp-admx-locationprovideradm.md @@ -1,7 +1,7 @@ --- title: ADMX_LocationProviderAdm Policy CSP description: Learn more about the ADMX_LocationProviderAdm Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-logon.md b/windows/client-management/mdm/policy-csp-admx-logon.md index f54d096327..ddc8e47b04 100644 --- a/windows/client-management/mdm/policy-csp-admx-logon.md +++ b/windows/client-management/mdm/policy-csp-admx-logon.md @@ -1,7 +1,7 @@ --- title: ADMX_Logon Policy CSP description: Learn more about the ADMX_Logon Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy prevents the user from showing account details (email address or use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -135,7 +135,7 @@ This policy prevents the user from showing account details (email address or use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -203,7 +203,7 @@ Also, see the "Do not process the run once list" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -271,7 +271,7 @@ Also, see the "Do not process the run once list" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -339,7 +339,7 @@ Also, see the "Do not process the legacy run list" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -407,7 +407,7 @@ Also, see the "Do not process the legacy run list" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -466,7 +466,7 @@ This policy setting suppresses system status messages. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -525,7 +525,7 @@ This policy setting prevents connected users from being enumerated on domain-joi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -594,7 +594,7 @@ This setting applies only to Windows 2000 Professional. It doesn't affect the "C | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -663,7 +663,7 @@ This setting applies only to Windows 2000 Professional. It doesn't affect the "C | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -728,7 +728,7 @@ Also, see the "Do not process the legacy run list" and the "Do not process the r | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -793,7 +793,7 @@ Also, see the "Do not process the legacy run list" and the "Do not process the r | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -871,7 +871,7 @@ Note | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -932,7 +932,7 @@ This policy setting may be used to make Windows give preference to a custom logo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-microsoftdefenderantivirus.md b/windows/client-management/mdm/policy-csp-admx-microsoftdefenderantivirus.md index 6d97074dc2..7705c226ab 100644 --- a/windows/client-management/mdm/policy-csp-admx-microsoftdefenderantivirus.md +++ b/windows/client-management/mdm/policy-csp-admx-microsoftdefenderantivirus.md @@ -1,7 +1,7 @@ --- title: ADMX_MicrosoftDefenderAntivirus Policy CSP description: Learn more about the ADMX_MicrosoftDefenderAntivirus Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting controls the load priority for the antimalware service. Incr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -146,7 +146,7 @@ Enabling or disabling this policy may lead to unexpected or unsupported behavior | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -213,7 +213,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -284,7 +284,7 @@ Real-time Protection -> Don't enable the "Turn off real-time protection" policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -343,7 +343,7 @@ This policy setting controls whether or not complex list settings configured by | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -406,7 +406,7 @@ Real-time protection consists of always-on scanning with file and process behavi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -467,7 +467,7 @@ This policy setting allows you to configure whether Microsoft Defender Antivirus | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -524,7 +524,7 @@ This policy setting allows you specify a list of file types that should be exclu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -581,7 +581,7 @@ This policy setting allows you to disable scheduled and real-time scanning for f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -638,7 +638,7 @@ This policy setting allows you to disable real-time scanning for any file opened | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -712,7 +712,7 @@ You can configure ASR rules in the Configure Attack Surface Reduction rules GP s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -813,7 +813,7 @@ You can exclude folders or files in the "Exclude files and paths from Attack Sur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -888,7 +888,7 @@ Default system folders are automatically guarded, but you can add folders in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -965,7 +965,7 @@ Microsoft Defender Antivirus automatically determines which applications can be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1032,7 +1032,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1091,7 +1091,7 @@ This policy setting allows you to configure definition retirement for network pr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1146,7 +1146,7 @@ This policy setting defines additional definition sets to enable for network tra | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1205,7 +1205,7 @@ This policy setting allows you to configure protocol recognition for network pro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1263,7 +1263,7 @@ This policy, if defined, will prevent antimalware from using the configured prox | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1329,7 +1329,7 @@ This policy setting defines the URL of a proxy .pac file that should be used whe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1395,7 +1395,7 @@ This policy setting allows you to configure the named proxy that should be used | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1454,7 +1454,7 @@ This policy setting configures a local override for the configuration of the num | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1513,7 +1513,7 @@ This policy setting defines the number of days items should be kept in the Quara | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1574,7 +1574,7 @@ This policy setting allows you to configure the randomization of the scheduled s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1635,7 +1635,7 @@ This policy setting allows you to configure behavior monitoring. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1696,7 +1696,7 @@ This policy setting allows you to configure scanning for all downloaded files an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1757,7 +1757,7 @@ This policy setting allows you to configure monitoring for file and program acti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1816,7 +1816,7 @@ This policy setting controls whether raw volume write notifications are sent to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1877,7 +1877,7 @@ This policy setting allows you to configure process scanning when real-time prot | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1936,7 +1936,7 @@ This policy setting defines the maximum size (in kilobytes) of downloaded files | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1995,7 +1995,7 @@ This policy setting configures a local override for the configuration of behavio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2054,7 +2054,7 @@ This policy setting configures a local override for the configuration of scannin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2113,7 +2113,7 @@ This policy setting configures a local override for the configuration of monitor | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2172,7 +2172,7 @@ This policy setting configures a local override for the configuration to turn on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2231,7 +2231,7 @@ This policy setting configures a local override for the configuration of monitor | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2290,7 +2290,7 @@ This policy setting configures a local override for the configuration of the tim | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2353,7 +2353,7 @@ This setting can be configured with the following ordinal number values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2412,7 +2412,7 @@ This policy setting allows you to specify the time of day at which to perform a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2467,7 +2467,7 @@ This policy setting configures the time in minutes before a detection in the "ad | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2522,7 +2522,7 @@ This policy setting configures the time in minutes before a detection in the "cr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2583,7 +2583,7 @@ Use this policy setting to specify if you want Microsoft Defender Antivirus enha | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2642,7 +2642,7 @@ This policy setting allows you to configure whether or not Watson events are sen | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2697,7 +2697,7 @@ This policy setting configures the time in minutes before a detection in the "no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2752,7 +2752,7 @@ This policy setting configures the time in minutes before a detection in the "co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2807,7 +2807,7 @@ This policy configures Windows software trace preprocessor (WPP Software Tracing | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2869,7 +2869,7 @@ Tracing levels are defined as: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2928,7 +2928,7 @@ This policy setting allows you to manage whether or not end users can pause a sc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2987,7 +2987,7 @@ This policy setting allows you to configure the maximum directory depth level in | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3046,7 +3046,7 @@ This policy setting allows you to configure the maximum size of archive files su | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3107,7 +3107,7 @@ This policy setting allows you to configure scans for malicious software and unw | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3166,7 +3166,7 @@ This policy setting allows you to configure e-mail scanning. When e-mail scannin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3225,7 +3225,7 @@ This policy setting allows you to configure heuristics. Suspicious detections wi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3284,7 +3284,7 @@ This policy setting allows you to configure scanning for packed executables. It' | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3343,7 +3343,7 @@ This policy setting allows you to manage whether or not to scan for malicious so | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3402,7 +3402,7 @@ This policy setting allows you to configure reparse point scanning. If you allow | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3461,7 +3461,7 @@ This policy setting allows you to create a system restore point on the computer | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3520,7 +3520,7 @@ This policy setting allows you to configure scanning mapped network drives. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3579,7 +3579,7 @@ This policy setting allows the scanning of network files using on access protect | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3638,7 +3638,7 @@ This policy setting configures a local override for the configuration of maximum | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3697,7 +3697,7 @@ This policy setting configures a local override for the configuration of the sca | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3756,7 +3756,7 @@ This policy setting configures a local override for the configuration of schedul | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3815,7 +3815,7 @@ This policy setting configures a local override for the configuration of schedul | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3874,7 +3874,7 @@ This policy setting configures a local override for the configuration of schedul | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3933,7 +3933,7 @@ This policy setting allows you to enable or disable low CPU priority for schedul | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3992,7 +3992,7 @@ This policy setting allows you to define the number of consecutive scheduled sca | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4051,7 +4051,7 @@ This policy setting defines the number of days items should be kept in the scan | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4110,7 +4110,7 @@ This policy setting allows you to specify an interval at which to perform a quic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4169,7 +4169,7 @@ This policy setting allows you to configure scheduled scans to start only when y | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4232,7 +4232,7 @@ This setting can be configured with the following ordinal number values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4291,7 +4291,7 @@ This policy setting allows you to specify the time of day at which to perform a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4350,7 +4350,7 @@ This policy setting allows you to configure whether or not the antimalware servi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4409,7 +4409,7 @@ This policy setting allows you to define the number of days that must pass befor | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4468,7 +4468,7 @@ This policy setting allows you to define the number of days that must pass befor | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4526,7 +4526,7 @@ This policy setting allows you to configure UNC file share sources for downloadi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4585,7 +4585,7 @@ This policy setting allows you to configure the automatic scan which starts afte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4644,7 +4644,7 @@ This policy setting allows you to configure security intelligence updates when t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4703,7 +4703,7 @@ This policy setting allows you to configure security intelligence updates on sta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4763,7 +4763,7 @@ For Example: `{ InternalDefinitionUpdateServer | MicrosoftUpdateServer | MMPC }` | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4822,7 +4822,7 @@ This policy setting allows you to enable download of security intelligence updat | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4881,7 +4881,7 @@ This policy setting allows you to enable real-time security intelligence updates | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4945,7 +4945,7 @@ This setting can be configured with the following ordinal number values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5004,7 +5004,7 @@ This policy setting allows you to specify the time of day at which to check for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5060,7 +5060,7 @@ If you disable or don't configure this setting, security intelligence will be re | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5119,7 +5119,7 @@ This policy setting allows you to configure the antimalware service to receive n | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5178,7 +5178,7 @@ This policy setting allows you to define the number of days after which a catch- | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5237,7 +5237,7 @@ This policy setting allows you to manage whether a check for new virus and spywa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5296,7 +5296,7 @@ This policy setting configures a local override for the configuration to join Mi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5368,7 +5368,7 @@ In Windows 10, Basic membership is no longer available, so setting the value to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5429,7 +5429,7 @@ Valid remediation action values are: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5479,7 +5479,7 @@ Valid remediation action values are: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5540,7 +5540,7 @@ Use this policy setting to specify if you want Microsoft Defender Antivirus noti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5599,7 +5599,7 @@ If you enable this setting AM UI won't show reboot notifications. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-mmc.md b/windows/client-management/mdm/policy-csp-admx-mmc.md index ee0f2f64f1..c9d44da423 100644 --- a/windows/client-management/mdm/policy-csp-admx-mmc.md +++ b/windows/client-management/mdm/policy-csp-admx-mmc.md @@ -1,7 +1,7 @@ --- title: ADMX_MMC Policy CSP description: Learn more about the ADMX_MMC Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -91,7 +91,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -160,7 +160,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -229,7 +229,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -292,7 +292,7 @@ If you disable this setting or don't configure it, users can enter author mode a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-mmcsnapins.md b/windows/client-management/mdm/policy-csp-admx-mmcsnapins.md index 3bfee0b99c..8bfff332a1 100644 --- a/windows/client-management/mdm/policy-csp-admx-mmcsnapins.md +++ b/windows/client-management/mdm/policy-csp-admx-mmcsnapins.md @@ -1,7 +1,7 @@ --- title: ADMX_MMCSnapins Policy CSP description: Learn more about the ADMX_MMCSnapins Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -93,7 +93,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -164,7 +164,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -235,7 +235,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -306,7 +306,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -377,7 +377,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -448,7 +448,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -519,7 +519,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -590,7 +590,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -661,7 +661,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -732,7 +732,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -803,7 +803,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -874,7 +874,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -945,7 +945,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1016,7 +1016,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1087,7 +1087,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1158,7 +1158,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1229,7 +1229,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1300,7 +1300,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1371,7 +1371,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1442,7 +1442,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1513,7 +1513,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1584,7 +1584,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1655,7 +1655,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1726,7 +1726,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1797,7 +1797,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1868,7 +1868,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1939,7 +1939,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2010,7 +2010,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2081,7 +2081,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2152,7 +2152,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2223,7 +2223,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2294,7 +2294,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2365,7 +2365,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2436,7 +2436,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2507,7 +2507,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2578,7 +2578,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2647,7 +2647,7 @@ When the Group Policy tab is inaccessible, it doesn't appear in the site, domain | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2718,7 +2718,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2789,7 +2789,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2860,7 +2860,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2931,7 +2931,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3002,7 +3002,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3073,7 +3073,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3144,7 +3144,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3215,7 +3215,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3286,7 +3286,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3357,7 +3357,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3428,7 +3428,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3499,7 +3499,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3570,7 +3570,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3641,7 +3641,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3712,7 +3712,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3783,7 +3783,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3854,7 +3854,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3925,7 +3925,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3996,7 +3996,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4067,7 +4067,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4138,7 +4138,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4209,7 +4209,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4280,7 +4280,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4351,7 +4351,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4422,7 +4422,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4493,7 +4493,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4564,7 +4564,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4635,7 +4635,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4706,7 +4706,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4777,7 +4777,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4848,7 +4848,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4919,7 +4919,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4990,7 +4990,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5061,7 +5061,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5132,7 +5132,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5203,7 +5203,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5274,7 +5274,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5345,7 +5345,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5416,7 +5416,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5487,7 +5487,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5558,7 +5558,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5629,7 +5629,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5700,7 +5700,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5771,7 +5771,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5842,7 +5842,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5913,7 +5913,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5984,7 +5984,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6055,7 +6055,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6126,7 +6126,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6197,7 +6197,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6268,7 +6268,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6339,7 +6339,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6410,7 +6410,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6481,7 +6481,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6552,7 +6552,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6623,7 +6623,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6694,7 +6694,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6765,7 +6765,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6836,7 +6836,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6907,7 +6907,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6978,7 +6978,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7049,7 +7049,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7120,7 +7120,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7191,7 +7191,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7262,7 +7262,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7333,7 +7333,7 @@ When a snap-in is prohibited, it doesn't appear in the Add/Remove Snap-in window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-mobilepcmobilitycenter.md b/windows/client-management/mdm/policy-csp-admx-mobilepcmobilitycenter.md index a1e72125dd..9155201793 100644 --- a/windows/client-management/mdm/policy-csp-admx-mobilepcmobilitycenter.md +++ b/windows/client-management/mdm/policy-csp-admx-mobilepcmobilitycenter.md @@ -1,7 +1,7 @@ --- title: ADMX_MobilePCMobilityCenter Policy CSP description: Learn more about the ADMX_MobilePCMobilityCenter Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting turns off Windows Mobility Center. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-mobilepcpresentationsettings.md b/windows/client-management/mdm/policy-csp-admx-mobilepcpresentationsettings.md index 2bdad89c22..c3e467ee06 100644 --- a/windows/client-management/mdm/policy-csp-admx-mobilepcpresentationsettings.md +++ b/windows/client-management/mdm/policy-csp-admx-mobilepcpresentationsettings.md @@ -1,7 +1,7 @@ --- title: ADMX_MobilePCPresentationSettings Policy CSP description: Learn more about the ADMX_MobilePCPresentationSettings Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -86,7 +86,7 @@ This policy setting turns off Windows presentation settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-msapolicy.md b/windows/client-management/mdm/policy-csp-admx-msapolicy.md index 47fa9b04a4..680178b854 100644 --- a/windows/client-management/mdm/policy-csp-admx-msapolicy.md +++ b/windows/client-management/mdm/policy-csp-admx-msapolicy.md @@ -1,7 +1,7 @@ --- title: ADMX_MSAPolicy Policy CSP description: Learn more about the ADMX_MSAPolicy Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-msched.md b/windows/client-management/mdm/policy-csp-admx-msched.md index 19b53cd8bd..e91c252177 100644 --- a/windows/client-management/mdm/policy-csp-admx-msched.md +++ b/windows/client-management/mdm/policy-csp-admx-msched.md @@ -1,7 +1,7 @@ --- title: ADMX_msched Policy CSP description: Learn more about the ADMX_msched Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -82,7 +82,7 @@ The maintenance activation boundary is the daily schduled time at which Automati | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-msdt.md b/windows/client-management/mdm/policy-csp-admx-msdt.md index 77e9a412d2..015c27bf54 100644 --- a/windows/client-management/mdm/policy-csp-admx-msdt.md +++ b/windows/client-management/mdm/policy-csp-admx-msdt.md @@ -1,7 +1,7 @@ --- title: ADMX_MSDT Policy CSP description: Learn more about the ADMX_MSDT Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -87,7 +87,7 @@ No reboots or service restarts are required for this policy setting to take effe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -160,7 +160,7 @@ This policy setting will only take effect when the Diagnostic Policy Service (DP | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-msi.md b/windows/client-management/mdm/policy-csp-admx-msi.md index d95bea4d31..943407427e 100644 --- a/windows/client-management/mdm/policy-csp-admx-msi.md +++ b/windows/client-management/mdm/policy-csp-admx-msi.md @@ -1,7 +1,7 @@ --- title: ADMX_MSI Policy CSP description: Learn more about the ADMX_MSI Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -85,7 +85,7 @@ This policy setting doesn't affect installations that run in the user's security | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -148,7 +148,7 @@ Also, see the "Prevent removable media source for any install" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -209,7 +209,7 @@ This policy setting doesn't affect installations that run in the user's security | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -273,7 +273,7 @@ This policy setting controls Windows Installer's interaction with the Restart Ma | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -338,7 +338,7 @@ Also, see the "Enable user to browse for source while elevated" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -396,7 +396,7 @@ This policy setting controls the ability to turn off all patch optimizations. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -458,7 +458,7 @@ This policy setting controls Windows Installer's processing of the MsiLogging pr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -521,7 +521,7 @@ Also, see the "Enable user to use media source while elevated" and "Hide the 'Ad | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -585,7 +585,7 @@ This policy setting affects Windows Installer only. It doesn't prevent users fro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -649,7 +649,7 @@ Also, see the "Enable user to patch elevated products" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -712,7 +712,7 @@ This policy setting appears in the Computer Configuration and User Configuration | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -775,7 +775,7 @@ This policy setting appears in the Computer Configuration and User Configuration | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -834,7 +834,7 @@ This policy setting controls the ability to turn off shared components. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -895,7 +895,7 @@ Non-administrator updates provide a mechanism for the author of an application t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -956,7 +956,7 @@ This policy setting should be used if you need to maintain a tight control over | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1015,7 +1015,7 @@ This policy setting prevents Windows Installer from creating a System Restore ch | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1073,7 +1073,7 @@ This policy setting allows you to configure user installs. To configure this pol | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1140,7 +1140,7 @@ The new feature must be added as a new leaf feature to an existing feature tree. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1204,7 +1204,7 @@ If you set the baseline cache to 100, the Windows Installer will use available f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1263,7 +1263,7 @@ This policy setting controls the ability to prevent embedded UI. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1323,7 +1323,7 @@ If you disable or don't configure this policy setting, Windows Installer logs th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1384,7 +1384,7 @@ This policy setting is designed for enterprises that use Web-based tools to dist | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1450,7 +1450,7 @@ To exclude a file source, omit or delete the letter representing that source typ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-msifilerecovery.md b/windows/client-management/mdm/policy-csp-admx-msifilerecovery.md index ddea63e18e..a069b98253 100644 --- a/windows/client-management/mdm/policy-csp-admx-msifilerecovery.md +++ b/windows/client-management/mdm/policy-csp-admx-msifilerecovery.md @@ -1,7 +1,7 @@ --- title: ADMX_MsiFileRecovery Policy CSP description: Learn more about the ADMX_MsiFileRecovery Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-mss-legacy.md b/windows/client-management/mdm/policy-csp-admx-mss-legacy.md index f30f26a334..61449d81a3 100644 --- a/windows/client-management/mdm/policy-csp-admx-mss-legacy.md +++ b/windows/client-management/mdm/policy-csp-admx-mss-legacy.md @@ -1,7 +1,7 @@ --- title: ADMX_MSS-legacy Policy CSP description: Learn more about the ADMX_MSS-legacy Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -73,7 +73,7 @@ Enable Automatic Logon (not recommended). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -124,7 +124,7 @@ Allow Windows to automatically restart after a system crash (recommended except | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -175,7 +175,7 @@ Enable administrative shares on servers (recommended except for highly secure en | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -226,7 +226,7 @@ Enable administrative shares on workstations (recommended except for highly secu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -277,7 +277,7 @@ Prevent the dial-up password from being saved (recommended). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -328,7 +328,7 @@ Allow automatic detection of dead network gateways (could lead to DoS). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -379,7 +379,7 @@ Hide Computer From the Browse List (not recommended except for highly secure env | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -430,7 +430,7 @@ Define how often keep-alive packets are sent in milliseconds. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -481,7 +481,7 @@ Configure IPSec exemptions for various types of network traffic. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -532,7 +532,7 @@ Enable the computer to stop generating 8.3 style filenames. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -583,7 +583,7 @@ Enable the computer to stop generating 8.3 style filenames. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -634,7 +634,7 @@ Enable Safe DLL search mode (recommended). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -685,7 +685,7 @@ he time in seconds before the screen saver grace period expires (0 recommended). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -736,7 +736,7 @@ Syn attack protection level (protects against DoS). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -787,7 +787,7 @@ SYN-ACK retransmissions when a connection request is not acknowledged. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -838,7 +838,7 @@ Define how many times unacknowledged data is retransmitted (3 recommended, 5 is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -889,7 +889,7 @@ Define how many times unacknowledged data is retransmitted (3 recommended, 5 is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-nca.md b/windows/client-management/mdm/policy-csp-admx-nca.md index e1aa9cee16..ca57fedb73 100644 --- a/windows/client-management/mdm/policy-csp-admx-nca.md +++ b/windows/client-management/mdm/policy-csp-admx-nca.md @@ -1,7 +1,7 @@ --- title: ADMX_nca Policy CSP description: Learn more about the ADMX_nca Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -94,7 +94,7 @@ You must configure this setting to have complete NCA functionality. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -148,7 +148,7 @@ Specifies commands configured by the administrator for custom logging. These com | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -208,7 +208,7 @@ You must configure this setting to have complete NCA functionality. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -264,7 +264,7 @@ If this setting isn't configured, the string that appears for DirectAccess conne | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -331,7 +331,7 @@ If this setting isn't configured, users don't have Connect or Disconnect options | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -388,7 +388,7 @@ Set this to Disabled to keep NCA probing actively all the time. If this setting | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -447,7 +447,7 @@ If this setting isn't configured, the entry for DirectAccess connectivity appear | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-ncsi.md b/windows/client-management/mdm/policy-csp-admx-ncsi.md index 42de79d204..b4fb500344 100644 --- a/windows/client-management/mdm/policy-csp-admx-ncsi.md +++ b/windows/client-management/mdm/policy-csp-admx-ncsi.md @@ -1,7 +1,7 @@ --- title: ADMX_NCSI Policy CSP description: Learn more about the ADMX_NCSI Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -78,7 +78,7 @@ This policy setting enables you to specify the expected address of the host name | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -134,7 +134,7 @@ This policy setting enables you to specify the host name of a computer known to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -190,7 +190,7 @@ This policy setting enables you to specify the list of IPv6 corporate site prefi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -246,7 +246,7 @@ This policy setting enables you to specify the URL of the corporate website, aga | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -302,7 +302,7 @@ This policy setting enables you to specify the HTTPS URL of the corporate websit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -356,7 +356,7 @@ This policy setting enables you to specify DNS binding behavior. NCSI by default | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-netlogon.md b/windows/client-management/mdm/policy-csp-admx-netlogon.md index 7d9ab6185d..d38e05b665 100644 --- a/windows/client-management/mdm/policy-csp-admx-netlogon.md +++ b/windows/client-management/mdm/policy-csp-admx-netlogon.md @@ -1,7 +1,7 @@ --- title: ADMX_Netlogon Policy CSP description: Learn more about the ADMX_Netlogon Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -90,7 +90,7 @@ If you don't configure this policy setting, it isn't applied to any DCs, and DCs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -153,7 +153,7 @@ By default, DC Locator APIs can return IPv4/IPv6 DC address. But if some applica | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -214,7 +214,7 @@ By default, when no setting is specified for this policy, the behavior is the sa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -277,7 +277,7 @@ By default, Net Logon won't allow the older cryptography algorithms to be used a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -340,7 +340,7 @@ By default, the behavior specified in the AllowDnsSuffixSearch is used. If the A | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -401,7 +401,7 @@ This policy setting determines whether domain controllers (DC) will dynamically | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -466,7 +466,7 @@ This setting has no effect unless the BlockNetbiosDiscovery setting is disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -529,7 +529,7 @@ Contacting the PDC emulator is useful in case the client's password was recently | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -592,7 +592,7 @@ If the value of this setting is less than the value specified in the NegativeCac | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -657,7 +657,7 @@ If the value for this setting is too small and the DC isn't available, the frequ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -716,7 +716,7 @@ The default value for this setting is to not quit retrying (0). The maximum valu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -770,7 +770,7 @@ This policy setting determines when a successful DC cache entry is refreshed. Th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -832,7 +832,7 @@ If you specify zero for this policy setting, the default behavior occurs as desc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -916,7 +916,7 @@ This policy setting determines which DC Locator DNS records aren't registered by | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -979,7 +979,7 @@ If you don't configure this policy setting, it isn't applied to any DCs, and DCs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1046,7 +1046,7 @@ More information is available at | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1104,7 +1104,7 @@ If you don't configure this policy setting, it isn't applied to any DCs, and DCs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1162,7 +1162,7 @@ If you don't configure this policy setting, it isn't applied to any computers, a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1224,7 +1224,7 @@ The Domain Controller Locator (DC Locator) service is used by clients to find do | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1284,7 +1284,7 @@ If you don't configure this policy setting, it isn't applied to any GCs, and GCs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1348,7 +1348,7 @@ This policy setting is recommended to reduce the attack surface on a DC, and can | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1408,7 +1408,7 @@ If you don't configure this policy setting, it isn't applied to any DCs, and DCs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1468,7 +1468,7 @@ If you don't configure this policy setting, it isn't applied to any DCs, and DCs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1528,7 +1528,7 @@ By default, the maximum size of the log file is 20MB. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1588,7 +1588,7 @@ If you don't configure this policy setting, it isn't applied to any DCs, and DCs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1647,7 +1647,7 @@ The default value for this setting is 45 seconds. The maximum value for this set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1713,7 +1713,7 @@ By default, the Netlogon share will grant shared read access to files on the sha | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1769,7 +1769,7 @@ The default value for this setting is 30 minutes (1800). The maximum value for t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1835,7 +1835,7 @@ If you don't configure this policy setting, it isn't applied to any computers, a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1899,7 +1899,7 @@ To enable the setting, click Enabled, and then specify the interval in seconds. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1959,7 +1959,7 @@ If you don't configure this policy setting, it isn't applied to any DCs, and DCs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2019,7 +2019,7 @@ If you don't configure this policy setting, it isn't applied to any computers, a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2085,7 +2085,7 @@ If you enable this policy setting, domain administrators should ensure that the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2148,7 +2148,7 @@ The DC Locator service is used by clients to find domain controllers for their A | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-networkconnections.md b/windows/client-management/mdm/policy-csp-admx-networkconnections.md index 9861e1f408..d0f826b8e7 100644 --- a/windows/client-management/mdm/policy-csp-admx-networkconnections.md +++ b/windows/client-management/mdm/policy-csp-admx-networkconnections.md @@ -1,7 +1,7 @@ --- title: ADMX_NetworkConnections Policy CSP description: Learn more about the ADMX_NetworkConnections Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -94,7 +94,7 @@ The Install and Uninstall buttons appear in the properties dialog box for connec | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -161,7 +161,7 @@ The Advanced Settings item lets users view and change bindings and view and chan | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -235,7 +235,7 @@ Determines whether users can configure advanced TCP/IP settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -303,7 +303,7 @@ Determines whether administrators can enable and disable the components used by | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -378,7 +378,7 @@ To create an all-user remote access connection, on the Connection Availability p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -449,7 +449,7 @@ Determines whether users can delete remote access connections. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -513,7 +513,7 @@ The Remote Access Preferences item lets users create and change connections befo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -572,7 +572,7 @@ If you disable this setting or don't configure it, the "local access only" icon | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -638,7 +638,7 @@ By default, Network Connections group settings in Windows XP Professional don't | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -700,7 +700,7 @@ When a remote client computer connects to an internal network using DirectAccess | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -759,7 +759,7 @@ This policy setting allows you to manage whether notifications are shown to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -837,7 +837,7 @@ The Local Area Connection Properties dialog box includes a list of the network c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -904,7 +904,7 @@ Determines whether users can enable/disable LAN connections. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -976,7 +976,7 @@ This setting determines whether the Properties menu item is enabled, and thus, w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1044,7 +1044,7 @@ Determines whether users can use the New Connection Wizard, which creates new ne | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1113,7 +1113,7 @@ The Internet Connection Firewall is a stateful packet filter for home and small | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1189,7 +1189,7 @@ This setting determines whether the Properties menu item is enabled, and thus, w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1264,7 +1264,7 @@ The Networking tab of the Remote Access Connection Properties dialog box include | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1326,7 +1326,7 @@ Determines whether users can connect and disconnect remote access connections. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1400,7 +1400,7 @@ This setting determines whether the Properties menu item is enabled, and thus, w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1472,7 +1472,7 @@ To create an all-user connection, on the Connection Availability page in the New | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1542,7 +1542,7 @@ If this setting isn't configured, only Administrators and Network Configuration | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1609,7 +1609,7 @@ Determines whether nonadministrators can rename a LAN connection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1676,7 +1676,7 @@ Private connections are those that are available only to one user. To create a p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1751,7 +1751,7 @@ By default, ICS is disabled when you create a remote access connection, but admi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1815,7 +1815,7 @@ Connection status is available from the connection status taskbar icon or from t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-offlinefiles.md b/windows/client-management/mdm/policy-csp-admx-offlinefiles.md index ca14cf11b9..b7e0b80c5a 100644 --- a/windows/client-management/mdm/policy-csp-admx-offlinefiles.md +++ b/windows/client-management/mdm/policy-csp-admx-offlinefiles.md @@ -1,7 +1,7 @@ --- title: ADMX_OfflineFiles Policy CSP description: Learn more about the ADMX_OfflineFiles Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This setting automatically extends the "make available offline" setting to all n | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -146,7 +146,7 @@ This policy setting lists network files and folders that are always available fo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -209,7 +209,7 @@ This policy setting lists network files and folders that are always available fo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -270,7 +270,7 @@ You can also configure Background Sync for network shares that are in user selec | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -340,7 +340,7 @@ This setting replaces the Default Cache Size setting used by pre-Windows Vista s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -401,7 +401,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -462,7 +462,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -531,7 +531,7 @@ This setting doesn't limit the disk space available for files that user's make a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -595,7 +595,7 @@ This policy setting determines whether the Offline Files feature is enabled. Off | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -663,7 +663,7 @@ This setting is applied at user logon. If this setting is changed after user log | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -732,7 +732,7 @@ To use this setting, in the "Enter" box, select the number corresponding to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -801,7 +801,7 @@ To use this setting, in the "Enter" box, select the number corresponding to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -859,7 +859,7 @@ This policy setting enables administrators to block certain file types from bein | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -922,7 +922,7 @@ To use this setting, type the file name extension in the "Extensions" box. To ty | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -995,7 +995,7 @@ Also, see the "Non-default server disconnect actions" setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1068,7 +1068,7 @@ Also, see the "Non-default server disconnect actions" setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1132,7 +1132,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1196,7 +1196,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1260,7 +1260,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1324,7 +1324,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1388,7 +1388,7 @@ The "Make Available Offline" command is called "Always available offline" on com | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1452,7 +1452,7 @@ The "Make Available Offline" command is called "Always available offline" on com | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1521,7 +1521,7 @@ If the "Remove 'Make Available Offline' command" policy setting is enabled, this | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1590,7 +1590,7 @@ If the "Remove 'Make Available Offline' command" policy setting is enabled, this | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1660,7 +1660,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1730,7 +1730,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1792,7 +1792,7 @@ This policy setting is triggered by the configured round trip network latency va | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1854,7 +1854,7 @@ If you disable this setting or don't configure it, automatically and manually ca | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1913,7 +1913,7 @@ This policy setting allows you to turn on economical application of administrati | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1976,7 +1976,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2039,7 +2039,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2097,7 +2097,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2155,7 +2155,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2213,7 +2213,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2271,7 +2271,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2340,7 +2340,7 @@ In Windows 8 or Windows Server 2012, set the Latency threshold to 1ms to keep us | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2403,7 +2403,7 @@ When a connection is considered slow, Offline Files automatically adjust its beh | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2471,7 +2471,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2539,7 +2539,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2607,7 +2607,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2675,7 +2675,7 @@ This setting appears in the Computer Configuration and User Configuration folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2736,7 +2736,7 @@ Determines whether offline files are synchonized before a computer is suspended. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2797,7 +2797,7 @@ Determines whether offline files are synchonized before a computer is suspended. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2856,7 +2856,7 @@ This policy setting determines whether offline files are synchronized in the bac | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2915,7 +2915,7 @@ This policy setting removes the "Work offline" command from Explorer, preventing | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-pca.md b/windows/client-management/mdm/policy-csp-admx-pca.md index 12a079ed9c..61c8a99900 100644 --- a/windows/client-management/mdm/policy-csp-admx-pca.md +++ b/windows/client-management/mdm/policy-csp-admx-pca.md @@ -1,7 +1,7 @@ --- title: ADMX_pca Policy CSP description: Learn more about the ADMX_pca Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -76,7 +76,7 @@ This setting exists only for backward compatibility, and isn't valid for this ve | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -131,7 +131,7 @@ This setting exists only for backward compatibility, and isn't valid for this ve | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -186,7 +186,7 @@ This setting exists only for backward compatibility, and isn't valid for this ve | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -240,7 +240,7 @@ This setting exists only for backward compatibility, and isn't valid for this ve | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -295,7 +295,7 @@ This setting exists only for backward compatibility, and isn't valid for this ve | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -350,7 +350,7 @@ This setting exists only for backward compatibility, and isn't valid for this ve | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-peertopeercaching.md b/windows/client-management/mdm/policy-csp-admx-peertopeercaching.md index 8a5e2e1eed..fd1e1736d6 100644 --- a/windows/client-management/mdm/policy-csp-admx-peertopeercaching.md +++ b/windows/client-management/mdm/policy-csp-admx-peertopeercaching.md @@ -1,7 +1,7 @@ --- title: ADMX_PeerToPeerCaching Policy CSP description: Learn more about the ADMX_PeerToPeerCaching Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -95,7 +95,7 @@ Select one of the following: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -164,7 +164,7 @@ Select one of the following: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -238,7 +238,7 @@ Hosted cache clients must trust the server certificate that's issued to the host | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -317,7 +317,7 @@ Select one of the following: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -391,7 +391,7 @@ In circumstances where this setting is enabled, you can also select and configur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -459,7 +459,7 @@ In circumstances where this policy setting is enabled, you can also select and c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -533,7 +533,7 @@ In circumstances where this setting is enabled, you can also select and configur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -605,7 +605,7 @@ In circumstances where this setting is enabled, you can also select and configur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-pentraining.md b/windows/client-management/mdm/policy-csp-admx-pentraining.md index dc5a034d65..6ac8f917c4 100644 --- a/windows/client-management/mdm/policy-csp-admx-pentraining.md +++ b/windows/client-management/mdm/policy-csp-admx-pentraining.md @@ -1,7 +1,7 @@ --- title: ADMX_PenTraining Policy CSP description: Learn more about the ADMX_PenTraining Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ Turns off Tablet PC Pen Training. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-performancediagnostics.md b/windows/client-management/mdm/policy-csp-admx-performancediagnostics.md index ce8ed0a6be..dcf15117ef 100644 --- a/windows/client-management/mdm/policy-csp-admx-performancediagnostics.md +++ b/windows/client-management/mdm/policy-csp-admx-performancediagnostics.md @@ -1,7 +1,7 @@ --- title: ADMX_PerformanceDiagnostics Policy CSP description: Learn more about the ADMX_PerformanceDiagnostics Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -89,7 +89,7 @@ This policy setting will only take effect when the Diagnostic Policy Service is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -156,7 +156,7 @@ This policy setting will only take effect when the Diagnostic Policy Service is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -223,7 +223,7 @@ This policy setting will only take effect when the Diagnostic Policy Service is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-power.md b/windows/client-management/mdm/policy-csp-admx-power.md index 80cb0391aa..010006215a 100644 --- a/windows/client-management/mdm/policy-csp-admx-power.md +++ b/windows/client-management/mdm/policy-csp-admx-power.md @@ -1,7 +1,7 @@ --- title: ADMX_Power Policy CSP description: Learn more about the ADMX_Power Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting allows you to control the network connectivity state in stan | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -142,7 +142,7 @@ This policy setting allows you to turn on the ability for applications and servi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -204,7 +204,7 @@ This policy setting specifies the action that Windows takes when a user presses | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -263,7 +263,7 @@ This policy setting allows applications and services to prevent automatic sleep. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -322,7 +322,7 @@ This policy setting allows applications and services to prevent automatic sleep. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -381,7 +381,7 @@ This policy setting allows you to manage automatic sleep with open network files | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -440,7 +440,7 @@ This policy setting allows you to manage automatic sleep with open network files | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -498,7 +498,7 @@ This policy setting specifies the active power plan from a specified power plan' | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -561,7 +561,7 @@ This policy setting specifies the action that Windows takes when battery capacit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -624,7 +624,7 @@ This policy setting specifies the action that Windows takes when battery capacit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -684,7 +684,7 @@ To set the action that's triggered, see the "Critical Battery Notification Actio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -744,7 +744,7 @@ To set the action that's triggered, see the "Low Battery Notification Action" po | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -805,7 +805,7 @@ The notification will only be shown if the "Low Battery Notification Action" pol | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -866,7 +866,7 @@ This policy setting allows you to control the network connectivity state in stan | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -925,7 +925,7 @@ This policy setting allows you to turn on the ability for applications and servi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -987,7 +987,7 @@ This policy setting specifies the action that Windows takes when a user presses | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1045,7 +1045,7 @@ This policy setting specifies the period of inactivity before Windows turns off | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1103,7 +1103,7 @@ This policy setting specifies the period of inactivity before Windows turns off | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1164,7 +1164,7 @@ This setting is only applicable when Windows shutdown is initiated by software p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1225,7 +1225,7 @@ This policy setting allows you to specify if Windows should enable the desktop b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1286,7 +1286,7 @@ This policy setting allows you to specify if Windows should enable the desktop b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1344,7 +1344,7 @@ This policy setting specifies the active power plan from a list of default Windo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1403,7 +1403,7 @@ This policy setting allows you to turn off Power Throttling. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1462,7 +1462,7 @@ This policy setting allows you to configure client computers to lock and prompt | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-powershellexecutionpolicy.md b/windows/client-management/mdm/policy-csp-admx-powershellexecutionpolicy.md index 80bf7ac963..e0a3fa868a 100644 --- a/windows/client-management/mdm/policy-csp-admx-powershellexecutionpolicy.md +++ b/windows/client-management/mdm/policy-csp-admx-powershellexecutionpolicy.md @@ -1,7 +1,7 @@ --- title: ADMX_PowerShellExecutionPolicy Policy CSP description: Learn more about the ADMX_PowerShellExecutionPolicy Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -92,7 +92,7 @@ To add modules and snap-ins to the policy setting list, click Show, and then typ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -166,7 +166,7 @@ The "Allow all scripts" policy setting allows all scripts to run. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -234,7 +234,7 @@ If you use the OutputDirectory setting to enable transcript logging to a shared | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-previousversions.md b/windows/client-management/mdm/policy-csp-admx-previousversions.md index 258e872a33..1c56055a55 100644 --- a/windows/client-management/mdm/policy-csp-admx-previousversions.md +++ b/windows/client-management/mdm/policy-csp-admx-previousversions.md @@ -1,7 +1,7 @@ --- title: ADMX_PreviousVersions Policy CSP description: Learn more about the ADMX_PreviousVersions Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting lets you suppress the Restore button in the previous version | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -144,7 +144,7 @@ This policy setting lets you suppress the Restore button in the previous version | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -205,7 +205,7 @@ This policy setting lets you hide the list of previous versions of files that ar | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -266,7 +266,7 @@ This policy setting lets you hide the list of previous versions of files that ar | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -327,7 +327,7 @@ This policy setting lets you suppress the Restore button in the previous version | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -388,7 +388,7 @@ This policy setting lets you suppress the Restore button in the previous version | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -449,7 +449,7 @@ This policy setting lets you hide the list of previous versions of files that ar | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -510,7 +510,7 @@ This policy setting lets you hide the list of previous versions of files that ar | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -571,7 +571,7 @@ This setting lets you suppress the Restore button in the previous versions prope | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -632,7 +632,7 @@ This setting lets you suppress the Restore button in the previous versions prope | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -693,7 +693,7 @@ This policy setting lets you hide entries in the list of previous versions of a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-printing.md b/windows/client-management/mdm/policy-csp-admx-printing.md index 2c6b23768b..e0c521a504 100644 --- a/windows/client-management/mdm/policy-csp-admx-printing.md +++ b/windows/client-management/mdm/policy-csp-admx-printing.md @@ -1,7 +1,7 @@ --- title: ADMX_Printing Policy CSP description: Learn more about the ADMX_Printing Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -88,7 +88,7 @@ Also, see the "Custom support URL in the Printers folder's left pane" setting in | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -157,7 +157,7 @@ Note: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -222,7 +222,7 @@ Web view is affected by the "Turn on Classic Shell" and "Do not allow Folder Opt | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -298,7 +298,7 @@ In Windows 8 and later, Bluetooth printers aren't shown so its limit doesn't app | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -361,7 +361,7 @@ By default, Windows Ultimate, Professional and Home SKUs will continue to search | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -423,7 +423,7 @@ Allows users to use the Add Printer Wizard to search the network for shared prin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -495,7 +495,7 @@ If you don't enable this policy setting, the behavior is the same as disabling i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -552,7 +552,7 @@ This setting may improve the performance of the XPS Rasterization Service or the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -614,7 +614,7 @@ Also, see the "Custom support URL in the Printers folder's left pane" and "Activ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -678,7 +678,7 @@ Determines whether printers using kernel-mode drivers may be installed on the lo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -739,7 +739,7 @@ This preference allows you to change default printer management. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -798,7 +798,7 @@ Microsoft XPS Document Writer (MXDW) generates OpenXPS (*.oxps) files by default | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -860,7 +860,7 @@ This setting doesn't prevent users from running other programs to delete a print | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -932,7 +932,7 @@ In Windows 8 and later, Bluetooth printers aren't shown so its limit doesn't app | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -991,7 +991,7 @@ This policy restricts clients computers to use package point and print only. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1050,7 +1050,7 @@ This policy restricts clients computers to use package point and print only. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1113,7 +1113,7 @@ Windows Vista and later clients will attempt to make a non-package point and pri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1176,7 +1176,7 @@ Windows Vista and later clients will attempt to make a non-package point and pri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1239,7 +1239,7 @@ Type the location of the user's computer. When users search for printers, the sy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1300,7 +1300,7 @@ Use Location Tracking to design a location scheme for your enterprise and assign | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1367,7 +1367,7 @@ Note: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1434,7 +1434,7 @@ Note: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1494,7 +1494,7 @@ This setting only provides a starting point for Active Directory searches for pr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1560,7 +1560,7 @@ On domains with Active Directory, shared printer resources are available in Acti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1622,7 +1622,7 @@ This policy controls whether the print job name will be included in print event | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-printing2.md b/windows/client-management/mdm/policy-csp-admx-printing2.md index dd8543a643..82ad15b9ed 100644 --- a/windows/client-management/mdm/policy-csp-admx-printing2.md +++ b/windows/client-management/mdm/policy-csp-admx-printing2.md @@ -1,7 +1,7 @@ --- title: ADMX_Printing2 Policy CSP description: Learn more about the ADMX_Printing2 Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -86,7 +86,7 @@ The default behavior is to automatically publish shared printers in Active Direc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -150,7 +150,7 @@ By default, the pruning service on the domain controller prunes printer objects | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -220,7 +220,7 @@ You can enable this setting to change the default behavior. To use this setting, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -285,7 +285,7 @@ By default, the pruning service contacts computers every eight hours and allows | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -348,7 +348,7 @@ By default, the pruning thread runs at normal priority. However, you can adjust | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -413,7 +413,7 @@ By default, the pruning service contacts computers every eight hours and allows | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -480,7 +480,7 @@ The pruning service periodically contacts computers that have published printers | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -541,7 +541,7 @@ The spooler must be restarted for changes to this policy to take effect. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-programs.md b/windows/client-management/mdm/policy-csp-admx-programs.md index 928117fb7b..089f099839 100644 --- a/windows/client-management/mdm/policy-csp-admx-programs.md +++ b/windows/client-management/mdm/policy-csp-admx-programs.md @@ -1,7 +1,7 @@ --- title: ADMX_Programs Policy CSP description: Learn more about the ADMX_Programs Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -85,7 +85,7 @@ This setting doesn't prevent the Default Programs icon from appearing on the Sta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -151,7 +151,7 @@ Published programs are those programs that the system administrator has explicit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -212,7 +212,7 @@ This setting doesn't prevent users from using other tools and methods to install | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -271,7 +271,7 @@ This setting doesn't prevent users from using other tools and methods to view or | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -334,7 +334,7 @@ This setting doesn't prevent users from using other tools and methods to install | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -393,7 +393,7 @@ This setting doesn't prevent users from using other tools and methods to configu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-pushtoinstall.md b/windows/client-management/mdm/policy-csp-admx-pushtoinstall.md index 21a5f026d6..8433ca3232 100644 --- a/windows/client-management/mdm/policy-csp-admx-pushtoinstall.md +++ b/windows/client-management/mdm/policy-csp-admx-pushtoinstall.md @@ -1,7 +1,7 @@ --- title: ADMX_PushToInstall Policy CSP description: Learn more about the ADMX_PushToInstall Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-qos.md b/windows/client-management/mdm/policy-csp-admx-qos.md index 121df9124f..a516370832 100644 --- a/windows/client-management/mdm/policy-csp-admx-qos.md +++ b/windows/client-management/mdm/policy-csp-admx-qos.md @@ -1,7 +1,7 @@ --- title: ADMX_QOS Policy CSP description: Learn more about the ADMX_QOS Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -85,7 +85,7 @@ Specifies the maximum number of outstanding packets permitted on the system. Whe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -148,7 +148,7 @@ By default, the Packet Scheduler limits the system to 80 percent of the bandwidt | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -211,7 +211,7 @@ This setting applies only to packets that conform to the flow specification. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -274,7 +274,7 @@ This setting applies only to packets that don't conform to the flow specificatio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -335,7 +335,7 @@ Specifies an alternate link layer (Layer-2) priority value for packets with the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -398,7 +398,7 @@ This setting applies only to packets that conform to the flow specification. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -461,7 +461,7 @@ This setting applies only to packets that don't conform to the flow specificatio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -522,7 +522,7 @@ Specifies an alternate link layer (Layer-2) priority value for packets with the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -585,7 +585,7 @@ This setting applies only to packets that conform to the flow specification. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -648,7 +648,7 @@ This setting applies only to packets that don't conform to the flow specificatio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -709,7 +709,7 @@ Specifies an alternate link layer (Layer-2) priority value for packets with the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -772,7 +772,7 @@ This setting applies only to packets that conform to the flow specification. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -835,7 +835,7 @@ This setting applies only to packets that don't conform to the flow specificatio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -896,7 +896,7 @@ Specifies an alternate link layer (Layer-2) priority value for packets with the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -957,7 +957,7 @@ Specifies an alternate link layer (Layer-2) priority value for packets that don' | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1020,7 +1020,7 @@ This setting applies only to packets that conform to the flow specification. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1083,7 +1083,7 @@ This setting applies only to packets that don't conform to the flow specificatio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1144,7 +1144,7 @@ Specifies an alternate link layer (Layer-2) priority value for packets with the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-radar.md b/windows/client-management/mdm/policy-csp-admx-radar.md index 9196f8c101..f498cf19ef 100644 --- a/windows/client-management/mdm/policy-csp-admx-radar.md +++ b/windows/client-management/mdm/policy-csp-admx-radar.md @@ -1,7 +1,7 @@ --- title: ADMX_Radar Policy CSP description: Learn more about the ADMX_Radar Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-reliability.md b/windows/client-management/mdm/policy-csp-admx-reliability.md index bc92e44fae..e417f238cc 100644 --- a/windows/client-management/mdm/policy-csp-admx-reliability.md +++ b/windows/client-management/mdm/policy-csp-admx-reliability.md @@ -1,7 +1,7 @@ --- title: ADMX_Reliability Policy CSP description: Learn more about the ADMX_Reliability Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -86,7 +86,7 @@ This policy setting allows the system to detect the time of unexpected shutdowns | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -149,7 +149,7 @@ Also see the "Configure Error Reporting" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -215,7 +215,7 @@ The system state data file contains information about the basic system state as | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-remoteassistance.md b/windows/client-management/mdm/policy-csp-admx-remoteassistance.md index 39a5c54ac1..dd1a6eba9a 100644 --- a/windows/client-management/mdm/policy-csp-admx-remoteassistance.md +++ b/windows/client-management/mdm/policy-csp-admx-remoteassistance.md @@ -1,7 +1,7 @@ --- title: ADMX_RemoteAssistance Policy CSP description: Learn more about the ADMX_RemoteAssistance Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting enables Remote Assistance invitations to be generated with i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-removablestorage.md b/windows/client-management/mdm/policy-csp-admx-removablestorage.md index 6af1242454..ad2f71b210 100644 --- a/windows/client-management/mdm/policy-csp-admx-removablestorage.md +++ b/windows/client-management/mdm/policy-csp-admx-removablestorage.md @@ -1,7 +1,7 @@ --- title: ADMX_RemovableStorage Policy CSP description: Learn more about the ADMX_RemovableStorage Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -84,7 +84,7 @@ This policy setting configures the amount of time (in seconds) that the operatin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -146,7 +146,7 @@ This policy setting configures the amount of time (in seconds) that the operatin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -205,7 +205,7 @@ This policy setting denies execute access to the CD and DVD removable storage cl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -264,7 +264,7 @@ This policy setting denies read access to the CD and DVD removable storage class | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -323,7 +323,7 @@ This policy setting denies read access to the CD and DVD removable storage class | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -382,7 +382,7 @@ This policy setting denies write access to the CD and DVD removable storage clas | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -441,7 +441,7 @@ This policy setting denies write access to the CD and DVD removable storage clas | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -500,7 +500,7 @@ This policy setting denies read access to custom removable storage classes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -559,7 +559,7 @@ This policy setting denies read access to custom removable storage classes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -618,7 +618,7 @@ This policy setting denies write access to custom removable storage classes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -677,7 +677,7 @@ This policy setting denies write access to custom removable storage classes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -736,7 +736,7 @@ This policy setting denies execute access to the Floppy Drives removable storage | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -795,7 +795,7 @@ This policy setting denies read access to the Floppy Drives removable storage cl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -854,7 +854,7 @@ This policy setting denies read access to the Floppy Drives removable storage cl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -913,7 +913,7 @@ This policy setting denies write access to the Floppy Drives removable storage c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -972,7 +972,7 @@ This policy setting denies write access to the Floppy Drives removable storage c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1031,7 +1031,7 @@ This policy setting grants normal users direct access to removable storage devic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1090,7 +1090,7 @@ This policy setting denies execute access to removable disks. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1149,7 +1149,7 @@ This policy setting denies read access to removable disks. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1208,7 +1208,7 @@ This policy setting denies read access to removable disks. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1270,7 +1270,7 @@ This policy setting denies write access to removable disks. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1331,7 +1331,7 @@ This policy setting takes precedence over any individual removable storage polic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1392,7 +1392,7 @@ This policy setting takes precedence over any individual removable storage polic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1451,7 +1451,7 @@ This policy setting denies execute access to the Tape Drive removable storage cl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1510,7 +1510,7 @@ This policy setting denies read access to the Tape Drive removable storage class | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1569,7 +1569,7 @@ This policy setting denies read access to the Tape Drive removable storage class | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1628,7 +1628,7 @@ This policy setting denies write access to the Tape Drive removable storage clas | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1687,7 +1687,7 @@ This policy setting denies write access to the Tape Drive removable storage clas | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1746,7 +1746,7 @@ This policy setting denies read access to removable disks, which may include med | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1805,7 +1805,7 @@ This policy setting denies read access to removable disks, which may include med | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1864,7 +1864,7 @@ This policy setting denies write access to removable disks, which may include me | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-rpc.md b/windows/client-management/mdm/policy-csp-admx-rpc.md index 20b71871da..b8c60940c1 100644 --- a/windows/client-management/mdm/policy-csp-admx-rpc.md +++ b/windows/client-management/mdm/policy-csp-admx-rpc.md @@ -1,7 +1,7 @@ --- title: ADMX_RPC Policy CSP description: Learn more about the ADMX_RPC Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -104,7 +104,7 @@ Extended error information includes the local time that the error occurred, the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -173,7 +173,7 @@ The constrained delegation model, introduced in Windows Server 2003, doesn't rep | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -242,7 +242,7 @@ The minimum allowed value for this policy setting is 90 seconds. The maximum is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-sam.md b/windows/client-management/mdm/policy-csp-admx-sam.md index 29c561bce4..a68e28dd8e 100644 --- a/windows/client-management/mdm/policy-csp-admx-sam.md +++ b/windows/client-management/mdm/policy-csp-admx-sam.md @@ -1,7 +1,7 @@ --- title: ADMX_sam Policy CSP description: Learn more about the ADMX_sam Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-scripts.md b/windows/client-management/mdm/policy-csp-admx-scripts.md index a6f14787c7..709a70d03d 100644 --- a/windows/client-management/mdm/policy-csp-admx-scripts.md +++ b/windows/client-management/mdm/policy-csp-admx-scripts.md @@ -1,7 +1,7 @@ --- title: ADMX_Scripts Policy CSP description: Learn more about the ADMX_Scripts Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting allows user logon scripts to run when the logon cross-forest | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -145,7 +145,7 @@ An excessively long interval can delay the system and inconvenience users. Howev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -223,7 +223,7 @@ For DesktopSales, GPOs B and C are applied, but not GPO A. Therefore, the script | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -286,7 +286,7 @@ Also, see the "Run Logon Scripts Visible" setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -347,7 +347,7 @@ Logoff scripts are batch files of instructions that run when the user logs off. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -408,7 +408,7 @@ This policy setting appears in the Computer Configuration and User Configuration | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -469,7 +469,7 @@ This policy setting appears in the Computer Configuration and User Configuration | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -530,7 +530,7 @@ Logon scripts are batch files of instructions that run when the user logs on. By | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -591,7 +591,7 @@ Shutdown scripts are batch files of instructions that run when the user restarts | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -655,7 +655,7 @@ Startup scripts are batch files that run before the user is invited to log on. B | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -719,7 +719,7 @@ Startup scripts are batch files of instructions that run before the user is invi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-sdiageng.md b/windows/client-management/mdm/policy-csp-admx-sdiageng.md index c7df498781..cf55effcef 100644 --- a/windows/client-management/mdm/policy-csp-admx-sdiageng.md +++ b/windows/client-management/mdm/policy-csp-admx-sdiageng.md @@ -1,7 +1,7 @@ --- title: ADMX_sdiageng Policy CSP description: Learn more about the ADMX_sdiageng Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting allows users who are connected to the Internet to access and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -142,7 +142,7 @@ Note that this setting also controls a user's ability to launch standalone troub | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-sdiagschd.md b/windows/client-management/mdm/policy-csp-admx-sdiagschd.md index ddbaf8e3a1..8de5504e10 100644 --- a/windows/client-management/mdm/policy-csp-admx-sdiagschd.md +++ b/windows/client-management/mdm/policy-csp-admx-sdiagschd.md @@ -1,7 +1,7 @@ --- title: ADMX_sdiagschd Policy CSP description: Learn more about the ADMX_sdiagschd Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-securitycenter.md b/windows/client-management/mdm/policy-csp-admx-securitycenter.md index f9bd2b2d9c..bbced1f287 100644 --- a/windows/client-management/mdm/policy-csp-admx-securitycenter.md +++ b/windows/client-management/mdm/policy-csp-admx-securitycenter.md @@ -1,7 +1,7 @@ --- title: ADMX_Securitycenter Policy CSP description: Learn more about the ADMX_Securitycenter Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-sensors.md b/windows/client-management/mdm/policy-csp-admx-sensors.md index 48ddd100cf..5d1e30fbba 100644 --- a/windows/client-management/mdm/policy-csp-admx-sensors.md +++ b/windows/client-management/mdm/policy-csp-admx-sensors.md @@ -1,7 +1,7 @@ --- title: ADMX_Sensors Policy CSP description: Learn more about the ADMX_Sensors Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting turns off the location feature for this computer. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -140,7 +140,7 @@ This policy setting turns off scripting for the location feature. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -199,7 +199,7 @@ This policy setting turns off scripting for the location feature. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -258,7 +258,7 @@ This policy setting turns off the sensor feature for this computer. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-servermanager.md b/windows/client-management/mdm/policy-csp-admx-servermanager.md index 3d6347374d..d4149e4c97 100644 --- a/windows/client-management/mdm/policy-csp-admx-servermanager.md +++ b/windows/client-management/mdm/policy-csp-admx-servermanager.md @@ -1,7 +1,7 @@ --- title: ADMX_ServerManager Policy CSP description: Learn more about the ADMX_ServerManager Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting allows you to turn off the automatic display of the Manage Y | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -144,7 +144,7 @@ This policy setting allows you to turn off the automatic display of the Initial | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -208,7 +208,7 @@ This policy setting allows you to turn off the automatic display of Server Manag | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-servicing.md b/windows/client-management/mdm/policy-csp-admx-servicing.md index 9b97bf82aa..f6524a3704 100644 --- a/windows/client-management/mdm/policy-csp-admx-servicing.md +++ b/windows/client-management/mdm/policy-csp-admx-servicing.md @@ -1,7 +1,7 @@ --- title: ADMX_Servicing Policy CSP description: Learn more about the ADMX_Servicing Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-settingsync.md b/windows/client-management/mdm/policy-csp-admx-settingsync.md index 32ec1c0f80..5610709ea4 100644 --- a/windows/client-management/mdm/policy-csp-admx-settingsync.md +++ b/windows/client-management/mdm/policy-csp-admx-settingsync.md @@ -1,7 +1,7 @@ --- title: ADMX_SettingSync Policy CSP description: Learn more about the ADMX_SettingSync Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ If you don't set or disable this setting, syncing of the "app settings" group is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -144,7 +144,7 @@ If you don't set or disable this setting, syncing of the "AppSync" group is on b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -205,7 +205,7 @@ If you don't set or disable this setting, syncing of the "passwords" group is on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -266,7 +266,7 @@ If you don't set or disable this setting, syncing of the "desktop personalizatio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -327,7 +327,7 @@ If you don't set or disable this setting, syncing of the "personalize" group is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -388,7 +388,7 @@ If you don't set or disable this setting, "sync your settings" is on by default | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -449,7 +449,7 @@ If you don't set or disable this setting, syncing of the "Start layout" group is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -508,7 +508,7 @@ If you don't set or disable this setting, syncing on metered connections is conf | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-sharedfolders.md b/windows/client-management/mdm/policy-csp-admx-sharedfolders.md index 27e087cf56..fce775c782 100644 --- a/windows/client-management/mdm/policy-csp-admx-sharedfolders.md +++ b/windows/client-management/mdm/policy-csp-admx-sharedfolders.md @@ -1,7 +1,7 @@ --- title: ADMX_SharedFolders Policy CSP description: Learn more about the ADMX_SharedFolders Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -84,7 +84,7 @@ This policy setting determines whether the user can publish DFS roots in Active | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-sharing.md b/windows/client-management/mdm/policy-csp-admx-sharing.md index 29aaa13813..28c32f3d4e 100644 --- a/windows/client-management/mdm/policy-csp-admx-sharing.md +++ b/windows/client-management/mdm/policy-csp-admx-sharing.md @@ -1,7 +1,7 @@ --- title: ADMX_Sharing Policy CSP description: Learn more about the ADMX_Sharing Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -85,7 +85,7 @@ You must restart the computer for this policy setting to take effect. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-shellcommandpromptregedittools.md b/windows/client-management/mdm/policy-csp-admx-shellcommandpromptregedittools.md index 7868dc6f91..5b2a69fbb3 100644 --- a/windows/client-management/mdm/policy-csp-admx-shellcommandpromptregedittools.md +++ b/windows/client-management/mdm/policy-csp-admx-shellcommandpromptregedittools.md @@ -1,7 +1,7 @@ --- title: ADMX_ShellCommandPromptRegEditTools Policy CSP description: Learn more about the ADMX_ShellCommandPromptRegEditTools Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting prevents users from running the interactive command prompt, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -143,7 +143,7 @@ To prevent users from using other administrative tools, use the "Run only specif | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -210,7 +210,7 @@ This policy setting only prevents users from running programs that are started b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-smartcard.md b/windows/client-management/mdm/policy-csp-admx-smartcard.md index f4a71bef5e..4a00626787 100644 --- a/windows/client-management/mdm/policy-csp-admx-smartcard.md +++ b/windows/client-management/mdm/policy-csp-admx-smartcard.md @@ -1,7 +1,7 @@ --- title: ADMX_Smartcard Policy CSP description: Learn more about the ADMX_Smartcard Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -87,7 +87,7 @@ In versions of Windows prior to Windows Vista, smart card certificates that are | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -148,7 +148,7 @@ In order to use the integrated unblock feature your smart card must support this | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -207,7 +207,7 @@ This policy setting lets you allow signature key-based certificates to be enumer | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -268,7 +268,7 @@ Under previous versions of Microsoft Windows, certificates were required to cont | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -327,7 +327,7 @@ This policy setting allows you to manage the certificate propagation that occurs | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -385,7 +385,7 @@ This policy setting allows you to manage the clean up behavior of root certifica | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -447,7 +447,7 @@ This policy setting allows you to manage the root certificate propagation that o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -509,7 +509,7 @@ This policy setting prevents plaintext PINs from being returned by Credential Ma | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -574,7 +574,7 @@ This policy setting allows you to control whether elliptic curve cryptography (E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -640,7 +640,7 @@ If there are two or more of the "same" certificate on a smart card and this poli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -701,7 +701,7 @@ During logon Windows will by default only read the default certificate from the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -762,7 +762,7 @@ This policy setting allows you to manage the displayed message when a smart card | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -823,7 +823,7 @@ If you disable , the subject name will be displayed as it appears in the certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -885,7 +885,7 @@ This policy setting allows you to control whether Smart Card Plug and Play is en | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -947,7 +947,7 @@ This policy setting allows you to control whether a confirmation message is disp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-snmp.md b/windows/client-management/mdm/policy-csp-admx-snmp.md index 2f50365b26..835fafa11a 100644 --- a/windows/client-management/mdm/policy-csp-admx-snmp.md +++ b/windows/client-management/mdm/policy-csp-admx-snmp.md @@ -1,7 +1,7 @@ --- title: ADMX_Snmp Policy CSP description: Learn more about the ADMX_Snmp Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -94,7 +94,7 @@ Also, see the other two SNMP settings: "Specify permitted managers" and "Specify | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -163,7 +163,7 @@ Also, see the other two SNMP policy settings: "Specify trap configuration" and " | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-soundrec.md b/windows/client-management/mdm/policy-csp-admx-soundrec.md index 6094515818..ad35087f0c 100644 --- a/windows/client-management/mdm/policy-csp-admx-soundrec.md +++ b/windows/client-management/mdm/policy-csp-admx-soundrec.md @@ -1,7 +1,7 @@ --- title: ADMX_SoundRec Policy CSP description: Learn more about the ADMX_SoundRec Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ Sound Recorder is a feature of Microsoft Windows Vista that can be used to recor | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-srmfci.md b/windows/client-management/mdm/policy-csp-admx-srmfci.md index d8c7480832..c45d63d153 100644 --- a/windows/client-management/mdm/policy-csp-admx-srmfci.md +++ b/windows/client-management/mdm/policy-csp-admx-srmfci.md @@ -1,7 +1,7 @@ --- title: ADMX_srmfci Policy CSP description: Learn more about the ADMX_srmfci Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting specifies the message that users see when they're denied acc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -143,7 +143,7 @@ Administrators can define the properties for the organization by using Active Di | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -204,7 +204,7 @@ The Classification tab enables users to manually classify files by selecting pro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-startmenu.md b/windows/client-management/mdm/policy-csp-admx-startmenu.md index 2a80ace809..78bddfb2e2 100644 --- a/windows/client-management/mdm/policy-csp-admx-startmenu.md +++ b/windows/client-management/mdm/policy-csp-admx-startmenu.md @@ -1,7 +1,7 @@ --- title: ADMX_StartMenu Policy CSP description: Learn more about the ADMX_StartMenu Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -82,7 +82,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -152,7 +152,7 @@ This policy also doesn't clear items that the user may have pinned to the Jump L | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -210,7 +210,7 @@ This policy also doesn't clear items that the user may have pinned to the Jump L | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -270,7 +270,7 @@ This setting doesn't prevent new notifications from appearing. See the "Turn off | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -329,7 +329,7 @@ This policy setting allows desktop apps to be listed first in the Apps view in S | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -390,7 +390,7 @@ This policy setting is only applied when the Apps view is set as the default vie | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -458,7 +458,7 @@ Also, see "Remove Logoff" in User Configuration\Administrative Templates\System\ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -519,7 +519,7 @@ This policy setting allows users to go to the desktop instead of the Start scree | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -583,7 +583,7 @@ If you disable this setting or don't configure it, all Start menu shortcuts appe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -642,7 +642,7 @@ This policy setting prevents users from performing the following commands from t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -707,7 +707,7 @@ If you enable this setting, the system doesn't personalize menus. All menu items | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -771,7 +771,7 @@ The taskbar includes the Start button, list of currently running tasks, and the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -830,7 +830,7 @@ Enabling this setting adds a check box to the Run dialog box, giving users the o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -893,7 +893,7 @@ The notification area is located in the task bar, generally at the bottom of the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -954,7 +954,7 @@ When you hold the cursor over an item on the Start menu or in the notification a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1017,7 +1017,7 @@ This policy setting allows you to prevent users from changing their Start screen | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1079,7 +1079,7 @@ This policy setting prevents users from performing the following commands from t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1139,7 +1139,7 @@ By default, the Programs menu contains items from the All Users profile and item | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1207,7 +1207,7 @@ Prevents users from adding the Favorites menu to the Start menu or classic Start | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1273,7 +1273,7 @@ This policy setting affects the specified user interface elements only. It doesn | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1331,7 +1331,7 @@ This policy setting affects the specified user interface elements only. It doesn | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1392,7 +1392,7 @@ This policy setting only affects the Start menu. It doesn't remove the Help menu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1455,7 +1455,7 @@ This policy setting doesn't prevent users from pinning programs to the Start Men | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1522,7 +1522,7 @@ Selecting "Remove and disable setting" will remove the all apps list from Start | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1587,7 +1587,7 @@ Also, see the "Disable programs on Settings menu" and "Disable Control Panel" po | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1647,7 +1647,7 @@ In Windows XP and Windows Vista, the Internet and email checkboxes are removed f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1717,7 +1717,7 @@ This setting also doesn't hide document shortcuts displayed in the Open dialog b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1781,7 +1781,7 @@ Also, see the "Do not track Shell shortcuts during roaming" and the "Do not use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1845,7 +1845,7 @@ Also, see the "Do not track Shell shortcuts during roaming" and the "Do not use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1928,7 +1928,7 @@ Also, users with extended keyboards will no longer be able to display the Run di | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1986,7 +1986,7 @@ Also, users with extended keyboards will no longer be able to display the Run di | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2044,7 +2044,7 @@ Also, users with extended keyboards will no longer be able to display the Run di | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2102,7 +2102,7 @@ Also, users with extended keyboards will no longer be able to display the Run di | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2162,7 +2162,7 @@ Also, users with extended keyboards will no longer be able to display the Run di | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2220,7 +2220,7 @@ Also, users with extended keyboards will no longer be able to display the Run di | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2278,7 +2278,7 @@ Also, users with extended keyboards will no longer be able to display the Run di | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2341,7 +2341,7 @@ Also, see the "Disable Control Panel," "Disable Display in Control Panel," and " | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2406,7 +2406,7 @@ If the user right-clicks the taskbar and then clicks Properties, a message appea | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2470,7 +2470,7 @@ Clicking the Default Programs link from the Start menu opens the Default Program | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2534,7 +2534,7 @@ Also, see the "Remove Documents icon on the desktop" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2593,7 +2593,7 @@ This policy setting allows you to remove the Music icon from Start Menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2652,7 +2652,7 @@ This policy setting allows you to remove the Network icon from Start Menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2711,7 +2711,7 @@ This policy setting allows you to remove the Pictures icon from Start Menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2770,7 +2770,7 @@ This policy setting allows you to remove the Downloads link from the Start Menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2828,7 +2828,7 @@ This policy setting allows you to remove the Downloads link from the Start Menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2887,7 +2887,7 @@ This policy setting allows you to remove the Recorded TV link from the Start Men | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2950,7 +2950,7 @@ Note that this setting hides all user-specific folders, not just those associate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3009,7 +3009,7 @@ This policy setting allows you to remove the Videos link from the Start Menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3072,7 +3072,7 @@ The classic Start menu in Windows 2000 Professional allows users to begin common | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3131,7 +3131,7 @@ Prevents the clock in the system notification area from being displayed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3192,7 +3192,7 @@ Taskbar grouping consolidates similar applications when there is no room on the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3253,7 +3253,7 @@ The taskbar includes the Start button, buttons for currently running tasks, cust | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3318,7 +3318,7 @@ This policy setting doesn't prevent users from using other methods to issue the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3382,7 +3382,7 @@ Description: The notification area is located at the far right end of the task b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3444,7 +3444,7 @@ Description: The notification area is located at the far right end of the task b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3502,7 +3502,7 @@ Description: The notification area is located at the far right end of the task b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3563,7 +3563,7 @@ To remove the user name folder on Windows Vista, set the "Remove user folder lin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3628,7 +3628,7 @@ Also, see the "Hide the "Add programs from Microsoft" option" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3688,7 +3688,7 @@ If you set the button to either Sleep or Hibernate, and that state isn't support | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3749,7 +3749,7 @@ This policy setting controls whether the QuickLaunch bar is displayed in the Tas | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3807,7 +3807,7 @@ This policy setting controls whether the QuickLaunch bar is displayed in the Tas | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3866,7 +3866,7 @@ This policy setting allows the Apps view to be opened by default when the user g | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3928,7 +3928,7 @@ This policy setting shows or hides the "Run as different user" command on the St | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3986,7 +3986,7 @@ This policy setting shows or hides the "Run as different user" command on the St | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4045,7 +4045,7 @@ This policy setting allows the Start screen to appear on the display the user is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4111,7 +4111,7 @@ See also: "Remove Logoff" policy setting in User Configuration\Administrative Te | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-systemrestore.md b/windows/client-management/mdm/policy-csp-admx-systemrestore.md index eeb57dfceb..f69c9cddaf 100644 --- a/windows/client-management/mdm/policy-csp-admx-systemrestore.md +++ b/windows/client-management/mdm/policy-csp-admx-systemrestore.md @@ -1,7 +1,7 @@ --- title: ADMX_SystemRestore Policy CSP description: Learn more about the ADMX_SystemRestore Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-tabletpcinputpanel.md b/windows/client-management/mdm/policy-csp-admx-tabletpcinputpanel.md index 134dcb28e4..fa9e732ce7 100644 --- a/windows/client-management/mdm/policy-csp-admx-tabletpcinputpanel.md +++ b/windows/client-management/mdm/policy-csp-admx-tabletpcinputpanel.md @@ -1,7 +1,7 @@ --- title: ADMX_TabletPCInputPanel Policy CSP description: Learn more about the ADMX_TabletPCInputPanel Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -85,7 +85,7 @@ Tablet PC Input Panel is a Tablet PC accessory that enables you to use handwriti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -148,7 +148,7 @@ Tablet PC Input Panel is a Tablet PC accessory that enables you to use handwriti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -214,7 +214,7 @@ Tablet PC Input Panel is a Tablet PC accessory that enables you to use handwriti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -280,7 +280,7 @@ Tablet PC Input Panel is a Tablet PC accessory that enables you to use handwriti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -346,7 +346,7 @@ Tablet PC Input Panel is a Tablet PC accessory that enables you to use handwriti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -412,7 +412,7 @@ Tablet PC Input Panel is a Tablet PC accessory that enables you to use handwriti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -475,7 +475,7 @@ Tablet PC Input Panel is a Tablet PC accessory that enables you to use handwriti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -538,7 +538,7 @@ Tablet PC Input Panel is a Tablet PC accessory that enables you to use handwriti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -612,7 +612,7 @@ Touch Keyboard and Handwriting panel enables you to use handwriting or an on-scr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -686,7 +686,7 @@ Touch Keyboard and Handwriting panel enables you to use handwriting or an on-scr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -749,7 +749,7 @@ Touch Keyboard and Handwriting panel enables you to use handwriting or an on-scr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -812,7 +812,7 @@ Touch Keyboard and Handwriting panel enables you to use handwriting or an on-scr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -875,7 +875,7 @@ Touch Keyboard and Handwriting panel (a.k.a. Tablet PC Input Panel in Windows 7 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -938,7 +938,7 @@ Touch Keyboard and Handwriting panel (a.k.a. Tablet PC Input Panel in Windows 7 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1007,7 +1007,7 @@ Tablet PC Input Panel is a Tablet PC accessory that enables you to use handwriti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-tabletshell.md b/windows/client-management/mdm/policy-csp-admx-tabletshell.md index 2958e9e921..ed4e5da927 100644 --- a/windows/client-management/mdm/policy-csp-admx-tabletshell.md +++ b/windows/client-management/mdm/policy-csp-admx-tabletshell.md @@ -1,7 +1,7 @@ --- title: ADMX_TabletShell Policy CSP description: Learn more about the ADMX_TabletShell Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ Prevents start of InkBall game. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -144,7 +144,7 @@ Prevents start of InkBall game. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -205,7 +205,7 @@ Prevents start of Windows Journal. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -266,7 +266,7 @@ Prevents start of Windows Journal. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -327,7 +327,7 @@ Prevents printing to Journal Note Writer. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -388,7 +388,7 @@ Prevents printing to Journal Note Writer. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -449,7 +449,7 @@ Prevents the snipping tool from running. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -510,7 +510,7 @@ Prevents the snipping tool from running. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -571,7 +571,7 @@ Removes the Back->ESC mapping that normally occurs when menus are visible, and f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -632,7 +632,7 @@ Removes the Back->ESC mapping that normally occurs when menus are visible, and f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -691,7 +691,7 @@ Makes pen flicks and all related features unavailable. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -750,7 +750,7 @@ Makes pen flicks and all related features unavailable. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -809,7 +809,7 @@ Makes pen flicks learning mode unavailable. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -868,7 +868,7 @@ Makes pen flicks learning mode unavailable. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -929,7 +929,7 @@ Prevents the user from launching an application from a Tablet PC hardware button | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -990,7 +990,7 @@ Prevents the user from launching an application from a Tablet PC hardware button | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1051,7 +1051,7 @@ Prevents press and hold actions on hardware buttons, so that only one action is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1112,7 +1112,7 @@ Prevents press and hold actions on hardware buttons, so that only one action is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1173,7 +1173,7 @@ Turns off Tablet PC hardware buttons. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1234,7 +1234,7 @@ Turns off Tablet PC hardware buttons. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1293,7 +1293,7 @@ Disables visual pen action feedback, except for press and hold feedback. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-taskbar.md b/windows/client-management/mdm/policy-csp-admx-taskbar.md index a9a78648d1..e527e7c381 100644 --- a/windows/client-management/mdm/policy-csp-admx-taskbar.md +++ b/windows/client-management/mdm/policy-csp-admx-taskbar.md @@ -1,7 +1,7 @@ --- title: ADMX_Taskbar Policy CSP description: Learn more about the ADMX_Taskbar Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -89,7 +89,7 @@ A reboot is required for this policy setting to take effect. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -143,7 +143,7 @@ A reboot is required for this policy setting to take effect. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -202,7 +202,7 @@ This policy setting allows you to remove Security and Maintenance from the syste | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -261,7 +261,7 @@ This policy setting allows you to remove the networking icon from the system con | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -320,7 +320,7 @@ This policy setting allows you to remove the battery meter from the system contr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -379,7 +379,7 @@ This policy setting allows you to remove the volume control icon from the system | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -438,7 +438,7 @@ If you disable don't configure this policy setting, feature advertisement balloo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -497,7 +497,7 @@ This policy setting allows you to control pinning the Store app to the Taskbar. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -556,7 +556,7 @@ This policy setting allows you to control pinning items in Jump Lists. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -615,7 +615,7 @@ This policy setting allows you to control pinning programs to the Taskbar. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -679,7 +679,7 @@ The Start Menu and Taskbar display Jump Lists off of programs. These menus inclu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -738,7 +738,7 @@ This policy setting allows you to turn off automatic promotion of notification i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -799,7 +799,7 @@ This policy setting allows users to see packaged Microsoft Store apps on the tas | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -858,7 +858,7 @@ This policy setting allows you to lock all taskbar settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -917,7 +917,7 @@ This policy setting allows you to prevent users from adding or removing toolbars | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -976,7 +976,7 @@ This policy setting allows you to prevent users from rearranging toolbars. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1035,7 +1035,7 @@ This policy setting allows you to prevent taskbars from being displayed on more | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1094,7 +1094,7 @@ This policy setting allows you to turn off all notification balloons. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1157,7 +1157,7 @@ This policy setting allows you to remove pinned programs from the taskbar. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1216,7 +1216,7 @@ This policy setting allows you to prevent users from moving taskbar to another s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1275,7 +1275,7 @@ This policy setting allows you to prevent users from resizing the taskbar. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-tcpip.md b/windows/client-management/mdm/policy-csp-admx-tcpip.md index b9eca775bc..323ad64dc9 100644 --- a/windows/client-management/mdm/policy-csp-admx-tcpip.md +++ b/windows/client-management/mdm/policy-csp-admx-tcpip.md @@ -1,7 +1,7 @@ --- title: ADMX_tcpip Policy CSP description: Learn more about the ADMX_tcpip Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -80,7 +80,7 @@ This policy setting allows you to specify a 6to4 relay name for a 6to4 host. A 6 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -138,7 +138,7 @@ This policy setting allows you to specify the interval at which the relay name i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -202,7 +202,7 @@ Policy Disabled State: 6to4 is turned off and connectivity with 6to4 won't be av | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -261,7 +261,7 @@ This policy setting allows you to configure IP Stateless Autoconfiguration Limit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -325,7 +325,7 @@ Policy Disabled State: No IP-HTTPS interfaces are present on the host. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -383,7 +383,7 @@ This policy setting allows you to specify a router name or Internet Protocol ver | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -447,7 +447,7 @@ Policy Disabled State: No ISATAP interfaces are present on the host. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -505,7 +505,7 @@ This policy setting allows you to select the UDP port the Teredo client will use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -565,7 +565,7 @@ Policy Enabled State: If Default Qualified is enabled, Teredo will attempt quali | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -626,7 +626,7 @@ This policy setting allows you to configure the Teredo refresh rate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -684,7 +684,7 @@ This policy setting allows you to specify the name of the Teredo server. This se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -750,7 +750,7 @@ Enterprise Client: The Teredo interface is always present, even if the host is o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-terminalserver.md b/windows/client-management/mdm/policy-csp-admx-terminalserver.md index e5582ef354..405178491d 100644 --- a/windows/client-management/mdm/policy-csp-admx-terminalserver.md +++ b/windows/client-management/mdm/policy-csp-admx-terminalserver.md @@ -1,7 +1,7 @@ --- title: ADMX_TerminalServer Policy CSP description: Learn more about the ADMX_TerminalServer Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ If the status is set to Not Configured, automatic reconnection isn't specified a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -144,7 +144,7 @@ By default, Remote Desktop Services allows redirection of video capture devices. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -209,7 +209,7 @@ If no certificate can be found that was created with the specified certificate t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -273,7 +273,7 @@ This policy setting allows you to specify whether users can run Remote Desktop P | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -337,7 +337,7 @@ This policy setting allows you to specify whether users can run Remote Desktop P | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -396,7 +396,7 @@ This policy setting allows you to specify whether users can run unsigned Remote | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -455,7 +455,7 @@ This policy setting allows you to specify whether users can run unsigned Remote | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -520,7 +520,7 @@ By default, audio and video playback redirection isn't allowed when connecting t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -585,7 +585,7 @@ By default, audio recording redirection isn't allowed when connecting to a compu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -647,7 +647,7 @@ Audio playback quality can be configured on the client computer by using the aud | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -710,7 +710,7 @@ You can use this setting to prevent users from redirecting Clipboard data to and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -773,7 +773,7 @@ You can use this setting to prevent users from redirecting data to COM port peri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -836,7 +836,7 @@ By default, Remote Desktop Services automatically designates the client default | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -891,7 +891,7 @@ This policy setting specifies whether the Remote Desktop Connection can use hard | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -950,7 +950,7 @@ Controls whether a user can save passwords using Remote Desktop Connection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1013,7 +1013,7 @@ You can use this setting to prevent users from mapping local LPT ports and redir | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1079,7 +1079,7 @@ By default, Remote Desktop Services doesn't allow redirection of supported Plug | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1142,7 +1142,7 @@ You can use this policy setting to prevent users from redirecting print jobs fro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1209,7 +1209,7 @@ If the list contains a string that isn't a certificate thumbprint, it's ignored. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1276,7 +1276,7 @@ If the list contains a string that isn't a certificate thumbprint, it's ignored. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1335,7 +1335,7 @@ This policy setting specifies whether the UDP protocol will be used to access se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1407,7 +1407,7 @@ If the client doesn't support at least 16 bits, the connection is terminated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1472,7 +1472,7 @@ This policy setting allows you to limit the size of the entire roaming user prof | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1535,7 +1535,7 @@ If the status is set to Not Configured, the default behavior applies. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1599,7 +1599,7 @@ This policy setting enables system administrators to change the graphics renderi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1661,7 +1661,7 @@ This policy setting allows you to specify whether the Remote Desktop Easy Print | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1723,7 +1723,7 @@ This policy setting allows you to specify whether the Remote Desktop Easy Print | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1788,7 +1788,7 @@ When deployed on an RD Session Host server, RemoteFX delivers a rich user experi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1862,7 +1862,7 @@ By default, the RD Session Host server fallback printer driver is disabled. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1926,7 +1926,7 @@ This policy is useful when the currently connected administrator doesn't want to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1984,7 +1984,7 @@ If you disable or don't configure this policy setting, the authentication method | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2049,7 +2049,7 @@ To allow users to overwrite this policy setting, select the "Allow users to chan | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2111,7 +2111,7 @@ To allow users to overwrite the "Set RD Gateway server address" policy setting a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2180,7 +2180,7 @@ Note: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2241,7 +2241,7 @@ After an RD Session Host server client loses the connection to an RD Session Hos | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2307,7 +2307,7 @@ By default, the RDS Endpoint Servers group is empty. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2369,7 +2369,7 @@ This policy setting allows you to specify the order in which an RD Session Host | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2429,7 +2429,7 @@ By default, notifications are displayed on an RD Session Host server after you l | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2496,7 +2496,7 @@ Per Device licensing mode requires that each device connecting to this RD Sessio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2561,7 +2561,7 @@ If the status is set to Disabled or Not Configured, limits to the number of conn | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2619,7 +2619,7 @@ This policy setting allows you to specify the maximum display resolution that ca | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2677,7 +2677,7 @@ This policy setting allows you to limit the number of monitors that a user can u | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2741,7 +2741,7 @@ You can use this policy setting to prevent users from using this familiar method | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2800,7 +2800,7 @@ If the status is set to Disabled or Not Configured, Windows Security remains in | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2866,7 +2866,7 @@ By default, if the most appropriate RDS CAL isn't available for a connection, a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2928,7 +2928,7 @@ This policy setting determines whether a user will be prompted on the client com | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2991,7 +2991,7 @@ The default connection URL must be configured in the form of< https://contoso.co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3052,7 +3052,7 @@ By default, when a new user signs in to a computer, the Start screen is shown an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3119,7 +3119,7 @@ By default, when a new user signs in to a computer, the Start screen is shown an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3186,7 +3186,7 @@ By default, when a new user signs in to a computer, the Start screen is shown an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3246,7 +3246,7 @@ By default, Remote Desktop Connection sessions that use RemoteFX are optimized f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3312,7 +3312,7 @@ Note: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3377,7 +3377,7 @@ Note: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3443,7 +3443,7 @@ Note: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3507,7 +3507,7 @@ This policy setting specifies whether to require the use of a specific security | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3571,7 +3571,7 @@ If you disable or don't configure this policy setting, Remote Desktop Protocol w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3635,7 +3635,7 @@ If the UDP connection isn't successful or if you select "Use only TCP," all of t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3694,7 +3694,7 @@ This policy setting allows you to enable RemoteApp programs to use advanced grap | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3758,7 +3758,7 @@ Don't connect if authentication fails: The client establishes a connection to th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3813,7 +3813,7 @@ This policy setting lets you enable H.264/AVC hardware encoding support for Remo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3868,7 +3868,7 @@ This policy setting prioritizes the H.264/AVC 444 graphics mode for non-RemoteFX | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3930,7 +3930,7 @@ You can also choose not to use an RDP compression algorithm. Choosing not to use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3994,7 +3994,7 @@ This policy setting allows you to specify the visual quality for remote users wh | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4053,7 +4053,7 @@ This policy setting allows you to configure graphics encoding to use the RemoteF | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4116,7 +4116,7 @@ This policy setting allows the administrator to configure the RemoteFX experienc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4176,7 +4176,7 @@ By default, Remote Desktop Services sessions are optimized for rich multimedia, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4237,7 +4237,7 @@ For this change to take effect, you must restart Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4305,7 +4305,7 @@ Time limits are set locally by the server administrator or by using Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4373,7 +4373,7 @@ Time limits are set locally by the server administrator or by using Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4438,7 +4438,7 @@ When a session is in a disconnected state, running programs are kept active even | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4503,7 +4503,7 @@ When a session is in a disconnected state, running programs are kept active even | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4566,7 +4566,7 @@ If you want Remote Desktop Services to end instead of disconnect a session when | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4629,7 +4629,7 @@ If you want Remote Desktop Services to end instead of disconnect a session when | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4692,7 +4692,7 @@ If you want Remote Desktop Services to end instead of disconnect a session when | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4755,7 +4755,7 @@ If you want Remote Desktop Services to end instead of disconnect a session when | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4816,7 +4816,7 @@ This policy setting allows you to restrict users to a single Remote Desktop Serv | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4878,7 +4878,7 @@ This policy setting allows you to control the redirection of smart card devices | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4946,7 +4946,7 @@ If the status is set to Disabled or Not Configured, Remote Desktop Services sess | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5013,7 +5013,7 @@ If the status is set to Disabled or Not Configured, Remote Desktop Services sess | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5079,7 +5079,7 @@ You can use this setting to maintain a user's session-specific temporary folders | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5142,7 +5142,7 @@ You can use this policy setting to disable the creation of separate temporary fo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5204,7 +5204,7 @@ This policy setting determines whether the client computer redirects its time zo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5268,7 +5268,7 @@ You can use this setting to prevent administrators from making changes to the us | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5330,7 +5330,7 @@ This policy setting determines whether the desktop is always displayed after a c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5393,7 +5393,7 @@ Remote Desktop sessions don't currently support UI Automation redirection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5453,7 +5453,7 @@ For this change to take effect, you must restart Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5519,7 +5519,7 @@ To determine whether a client computer supports Network Level Authentication, st | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5584,7 +5584,7 @@ If the status is set to Disabled or Not Configured, the user's home directory is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5646,7 +5646,7 @@ This policy setting allows you to specify whether Remote Desktop Services uses a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-thumbnails.md b/windows/client-management/mdm/policy-csp-admx-thumbnails.md index 68ed3bd626..b2c8d65b5d 100644 --- a/windows/client-management/mdm/policy-csp-admx-thumbnails.md +++ b/windows/client-management/mdm/policy-csp-admx-thumbnails.md @@ -1,7 +1,7 @@ --- title: ADMX_Thumbnails Policy CSP description: Learn more about the ADMX_Thumbnails Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ File Explorer displays thumbnail images by default. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -147,7 +147,7 @@ File Explorer displays only icons and never displays thumbnail images on network | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-touchinput.md b/windows/client-management/mdm/policy-csp-admx-touchinput.md index 6c4a106687..c41b89deb9 100644 --- a/windows/client-management/mdm/policy-csp-admx-touchinput.md +++ b/windows/client-management/mdm/policy-csp-admx-touchinput.md @@ -1,7 +1,7 @@ --- title: ADMX_TouchInput Policy CSP description: Learn more about the ADMX_TouchInput Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -88,7 +88,7 @@ Turns off touch panning, which allows users pan inside windows by touch. On a co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -154,7 +154,7 @@ Turns off touch panning, which allows users pan inside windows by touch. On a co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -220,7 +220,7 @@ Turns off touch input, which allows the user to interact with their computer usi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-tpm.md b/windows/client-management/mdm/policy-csp-admx-tpm.md index d562fe09f8..5450622142 100644 --- a/windows/client-management/mdm/policy-csp-admx-tpm.md +++ b/windows/client-management/mdm/policy-csp-admx-tpm.md @@ -1,7 +1,7 @@ --- title: ADMX_TPM Policy CSP description: Learn more about the ADMX_TPM Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting allows you to manage the Group Policy list of Trusted Platfo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -136,7 +136,7 @@ This policy setting configures the system to prompt the user to clear the TPM if | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -197,7 +197,7 @@ The default list of blocked TPM commands is pre-configured by Windows. You can v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -258,7 +258,7 @@ The local list of blocked TPM commands is configured outside of Group Policy by | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -313,7 +313,7 @@ This group policy enables Device Health Attestation reporting (DHA-report) on su | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -380,7 +380,7 @@ Choose the operating system managed TPM authentication setting of "None" for com | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -451,7 +451,7 @@ If this value isn't configured, a default value of 480 minutes (8 hours) is used | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -524,7 +524,7 @@ A value of zero means the OS won't allow standard users to send commands to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -597,7 +597,7 @@ A value of zero means the OS won't allow standard users to send commands to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-userexperiencevirtualization.md b/windows/client-management/mdm/policy-csp-admx-userexperiencevirtualization.md index aa95c5771b..d2670ab7b8 100644 --- a/windows/client-management/mdm/policy-csp-admx-userexperiencevirtualization.md +++ b/windows/client-management/mdm/policy-csp-admx-userexperiencevirtualization.md @@ -1,7 +1,7 @@ --- title: ADMX_UserExperienceVirtualization Policy CSP description: Learn more about the ADMX_UserExperienceVirtualization Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -89,7 +89,7 @@ By default, the user settings of Calculator synchronize between computers. Use t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -157,7 +157,7 @@ With notifications enabled, UE-V users receive a message when the settings sync | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -222,7 +222,7 @@ This policy setting configures the synchronization of User Experience Virtualiza | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -282,7 +282,7 @@ This policy setting specifies the text of the Contact IT URL hyperlink in the Co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -342,7 +342,7 @@ This policy setting specifies the URL for the Contact IT link in the Company Set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -412,7 +412,7 @@ By default, the UE-V Agent synchronizes settings for Windows apps between the co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -478,7 +478,7 @@ Certain Windows settings will synchronize between computers by default. These se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -533,7 +533,7 @@ This policy setting allows you to enable or disable User Experience Virtualizati | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -600,7 +600,7 @@ By default, the user settings of Finance sync between computers. Use the policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -663,7 +663,7 @@ If you don't configure this policy setting, any defined values are deleted. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -730,7 +730,7 @@ By default, the user settings of Games sync between computers. Use the policy se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -797,7 +797,7 @@ By default, the user settings of Internet Explorer 10 synchronize between comput | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -864,7 +864,7 @@ By default, the user settings of Internet Explorer 11 synchronize between comput | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -931,7 +931,7 @@ By default, the user settings of Internet Explorer 8 synchronize between compute | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -998,7 +998,7 @@ By default, the user settings of Internet Explorer 9 synchronize between compute | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1064,7 +1064,7 @@ By default, the user settings which are common between the versions of Internet | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1131,7 +1131,7 @@ By default, the user settings of Maps sync between computers. Use the policy set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1193,7 +1193,7 @@ This policy setting allows you to configure the UE-V Agent to write a warning ev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1259,7 +1259,7 @@ By default, the user settings of Microsoft Access 2010 synchronize between compu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1324,7 +1324,7 @@ By default, the user settings which are common between the Microsoft Office Suit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1390,7 +1390,7 @@ By default, the user settings of Microsoft Excel 2010 synchronize between comput | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1456,7 +1456,7 @@ By default, the user settings of Microsoft InfoPath 2010 synchronize between com | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1523,7 +1523,7 @@ By default, the user settings of Microsoft Lync 2010 synchronize between compute | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1589,7 +1589,7 @@ By default, the user settings of Microsoft OneNote 2010 synchronize between comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1655,7 +1655,7 @@ By default, the user settings of Microsoft Outlook 2010 synchronize between comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1721,7 +1721,7 @@ By default, the user settings of Microsoft PowerPoint 2010 synchronize between c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1787,7 +1787,7 @@ By default, the user settings of Microsoft Project 2010 synchronize between comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1853,7 +1853,7 @@ By default, the user settings of Microsoft Publisher 2010 synchronize between co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1919,7 +1919,7 @@ By default, the user settings of Microsoft SharePoint Designer 2010 synchronize | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1985,7 +1985,7 @@ By default, the user settings of Microsoft SharePoint Workspace 2010 synchronize | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2051,7 +2051,7 @@ By default, the user settings of Microsoft Visio 2010 synchronize between comput | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2117,7 +2117,7 @@ By default, the user settings of Microsoft Word 2010 synchronize between compute | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2183,7 +2183,7 @@ By default, the user settings of Microsoft Access 2013 synchronize between compu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2249,7 +2249,7 @@ Microsoft Access 2013 has user settings that are backed up instead of synchroniz | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2315,7 +2315,7 @@ By default, the user settings which are common between the Microsoft Office Suit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2381,7 +2381,7 @@ Microsoft Office Suite 2013 has user settings which are common between applicati | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2447,7 +2447,7 @@ By default, the user settings of Microsoft Excel 2013 synchronize between comput | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2513,7 +2513,7 @@ Microsoft Excel 2013 has user settings that are backed up instead of synchronizi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2579,7 +2579,7 @@ By default, the user settings of Microsoft InfoPath 2013 synchronize between com | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2645,7 +2645,7 @@ Microsoft InfoPath 2013 has user settings that are backed up instead of synchron | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2711,7 +2711,7 @@ By default, the user settings of Microsoft Lync 2013 synchronize between compute | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2777,7 +2777,7 @@ Microsoft Lync 2013 has user settings that are backed up instead of synchronizin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2843,7 +2843,7 @@ By default, the user settings of OneDrive for Business 2013 synchronize between | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2909,7 +2909,7 @@ By default, the user settings of Microsoft OneNote 2013 synchronize between comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2975,7 +2975,7 @@ Microsoft OneNote 2013 has user settings that are backed up instead of synchroni | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3041,7 +3041,7 @@ By default, the user settings of Microsoft Outlook 2013 synchronize between comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3107,7 +3107,7 @@ Microsoft Outlook 2013 has user settings that are backed up instead of synchroni | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3173,7 +3173,7 @@ By default, the user settings of Microsoft PowerPoint 2013 synchronize between c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3239,7 +3239,7 @@ Microsoft PowerPoint 2013 has user settings that are backed up instead of synchr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3305,7 +3305,7 @@ By default, the user settings of Microsoft Project 2013 synchronize between comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3371,7 +3371,7 @@ Microsoft Project 2013 has user settings that are backed up instead of synchroni | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3437,7 +3437,7 @@ By default, the user settings of Microsoft Publisher 2013 synchronize between co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3503,7 +3503,7 @@ Microsoft Publisher 2013 has user settings that are backed up instead of synchro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3569,7 +3569,7 @@ By default, the user settings of Microsoft SharePoint Designer 2013 synchronize | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3635,7 +3635,7 @@ Microsoft SharePoint Designer 2013 has user settings that are backed up instead | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3701,7 +3701,7 @@ By default, the user settings of Microsoft Office 2013 Upload Center synchronize | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3767,7 +3767,7 @@ By default, the user settings of Microsoft Visio 2013 synchronize between comput | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3833,7 +3833,7 @@ Microsoft Visio 2013 has user settings that are backed up instead of synchronizi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3899,7 +3899,7 @@ By default, the user settings of Microsoft Word 2013 synchronize between compute | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3965,7 +3965,7 @@ Microsoft Word 2013 has user settings that are backed up instead of synchronizin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4031,7 +4031,7 @@ By default, the user settings of Microsoft Access 2016 synchronize between compu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4097,7 +4097,7 @@ Microsoft Access 2016 has user settings that are backed up instead of synchroniz | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4163,7 +4163,7 @@ By default, the user settings which are common between the Microsoft Office Suit | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4229,7 +4229,7 @@ Microsoft Office Suite 2016 has user settings which are common between applicati | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4295,7 +4295,7 @@ By default, the user settings of Microsoft Excel 2016 synchronize between comput | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4361,7 +4361,7 @@ Microsoft Excel 2016 has user settings that are backed up instead of synchronizi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4427,7 +4427,7 @@ By default, the user settings of Microsoft Lync 2016 synchronize between compute | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4493,7 +4493,7 @@ Microsoft Lync 2016 has user settings that are backed up instead of synchronizin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4559,7 +4559,7 @@ By default, the user settings of OneDrive for Business 2016 synchronize between | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4625,7 +4625,7 @@ By default, the user settings of Microsoft OneNote 2016 synchronize between comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4691,7 +4691,7 @@ Microsoft OneNote 2016 has user settings that are backed up instead of synchroni | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4757,7 +4757,7 @@ By default, the user settings of Microsoft Outlook 2016 synchronize between comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4823,7 +4823,7 @@ Microsoft Outlook 2016 has user settings that are backed up instead of synchroni | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4889,7 +4889,7 @@ By default, the user settings of Microsoft PowerPoint 2016 synchronize between c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4955,7 +4955,7 @@ Microsoft PowerPoint 2016 has user settings that are backed up instead of synchr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5021,7 +5021,7 @@ By default, the user settings of Microsoft Project 2016 synchronize between comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5087,7 +5087,7 @@ Microsoft Project 2016 has user settings that are backed up instead of synchroni | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5153,7 +5153,7 @@ By default, the user settings of Microsoft Publisher 2016 synchronize between co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5219,7 +5219,7 @@ Microsoft Publisher 2016 has user settings that are backed up instead of synchro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5285,7 +5285,7 @@ By default, the user settings of Microsoft Office 2016 Upload Center synchronize | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5351,7 +5351,7 @@ By default, the user settings of Microsoft Visio 2016 synchronize between comput | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5417,7 +5417,7 @@ Microsoft Visio 2016 has user settings that are backed up instead of synchronizi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5483,7 +5483,7 @@ By default, the user settings of Microsoft Word 2016 synchronize between compute | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5549,7 +5549,7 @@ Microsoft Word 2016 has user settings that are backed up instead of synchronizin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5615,7 +5615,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5681,7 +5681,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5747,7 +5747,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5813,7 +5813,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5879,7 +5879,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5945,7 +5945,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6011,7 +6011,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6077,7 +6077,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6143,7 +6143,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6209,7 +6209,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6275,7 +6275,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6341,7 +6341,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6407,7 +6407,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6473,7 +6473,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6539,7 +6539,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6605,7 +6605,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6671,7 +6671,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6737,7 +6737,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6803,7 +6803,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6869,7 +6869,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6935,7 +6935,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7001,7 +7001,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7067,7 +7067,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7133,7 +7133,7 @@ Microsoft Office 365 synchronizes certain settings by default without UE-V. If t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7200,7 +7200,7 @@ By default, the user settings of Music sync between computers. Use the policy se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7267,7 +7267,7 @@ By default, the user settings of News sync between computers. Use the policy set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7334,7 +7334,7 @@ By default, the user settings of Notepad synchronize between computers. Use the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7401,7 +7401,7 @@ By default, the user settings of Reader sync between computers. Use the policy s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7465,7 +7465,7 @@ You can use this setting to override the default value of 2000 milliseconds. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7527,7 +7527,7 @@ This policy setting configures where the settings package files that contain use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7593,7 +7593,7 @@ If you specify a UNC path and check the option to replace the default Microsoft | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7660,7 +7660,7 @@ By default, the user settings of Sports sync between computers. Use the policy s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7719,7 +7719,7 @@ This policy setting allows you to enable or disable User Experience Virtualizati | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7786,7 +7786,7 @@ If you don't configure this policy setting, any defined values are deleted. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7853,7 +7853,7 @@ If you don't configure this policy setting, any defined values are deleted. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7918,7 +7918,7 @@ This policy setting allows you to configure the User Experience Virtualization ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7981,7 +7981,7 @@ If you don't configure this policy setting, any defined values are deleted. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -8048,7 +8048,7 @@ By default, the user settings of Travel sync between computers. Use the policy s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -8107,7 +8107,7 @@ If you don't configure this policy setting, any defined values are deleted. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -8174,7 +8174,7 @@ By default, the user settings of Video sync between computers. Use the policy se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -8241,7 +8241,7 @@ By default, the user settings of Weather sync between computers. Use the policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-userprofiles.md b/windows/client-management/mdm/policy-csp-admx-userprofiles.md index e169874574..ae87361fe5 100644 --- a/windows/client-management/mdm/policy-csp-admx-userprofiles.md +++ b/windows/client-management/mdm/policy-csp-admx-userprofiles.md @@ -1,7 +1,7 @@ --- title: ADMX_UserProfiles Policy CSP description: Learn more about the ADMX_UserProfiles Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting allows an administrator to automatically delete user profile | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -145,7 +145,7 @@ This policy setting controls whether Windows forcefully unloads the user's regis | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -209,7 +209,7 @@ By default Windows deletes all information related to a roaming user (which incl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -281,7 +281,7 @@ This policy setting sets the maximum size of each user profile and determines th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -344,7 +344,7 @@ Also, see the "Delete cached copies of roaming profiles" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -409,7 +409,7 @@ This policy setting and related policy settings in this folder together define t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -476,7 +476,7 @@ If the "Set Remote Desktop Services User Home Directory" policy setting is enabl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-w32time.md b/windows/client-management/mdm/policy-csp-admx-w32time.md index c5e04d51fe..790e2f98d0 100644 --- a/windows/client-management/mdm/policy-csp-admx-w32time.md +++ b/windows/client-management/mdm/policy-csp-admx-w32time.md @@ -1,7 +1,7 @@ --- title: ADMX_W32Time Policy CSP description: Learn more about the ADMX_W32Time Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -180,7 +180,7 @@ This parameter controls the frequency at which an event that indicates the numbe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -266,7 +266,7 @@ This value is a bitmask that controls events that may be logged to the System lo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -327,7 +327,7 @@ Enabling the Windows NTP Client allows your computer to synchronize its computer | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-wcm.md b/windows/client-management/mdm/policy-csp-admx-wcm.md index eddfd41aa9..6dea23fcb5 100644 --- a/windows/client-management/mdm/policy-csp-admx-wcm.md +++ b/windows/client-management/mdm/policy-csp-admx-wcm.md @@ -1,7 +1,7 @@ --- title: ADMX_WCM Policy CSP description: Learn more about the ADMX_WCM Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting specifies that power management is disabled when the machine | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -150,7 +150,7 @@ This policy setting depends on other group policy settings. For example, if 'Min | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-wdi.md b/windows/client-management/mdm/policy-csp-admx-wdi.md index 886ee5fbba..32267369d2 100644 --- a/windows/client-management/mdm/policy-csp-admx-wdi.md +++ b/windows/client-management/mdm/policy-csp-admx-wdi.md @@ -1,7 +1,7 @@ --- title: ADMX_WDI Policy CSP description: Learn more about the ADMX_WDI Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -85,7 +85,7 @@ This policy setting will only take effect when the Diagnostic Policy Service is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-wincal.md b/windows/client-management/mdm/policy-csp-admx-wincal.md index fda5e84038..3994641c50 100644 --- a/windows/client-management/mdm/policy-csp-admx-wincal.md +++ b/windows/client-management/mdm/policy-csp-admx-wincal.md @@ -1,7 +1,7 @@ --- title: ADMX_WinCal Policy CSP description: Learn more about the ADMX_WinCal Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ The default is for Windows Calendar to be turned on. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-windowscolorsystem.md b/windows/client-management/mdm/policy-csp-admx-windowscolorsystem.md index 938407c19d..a566075df8 100644 --- a/windows/client-management/mdm/policy-csp-admx-windowscolorsystem.md +++ b/windows/client-management/mdm/policy-csp-admx-windowscolorsystem.md @@ -1,7 +1,7 @@ --- title: ADMX_WindowsColorSystem Policy CSP description: Learn more about the ADMX_WindowsColorSystem Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting affects the ability of users to install or uninstall color p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-windowsconnectnow.md b/windows/client-management/mdm/policy-csp-admx-windowsconnectnow.md index 547df1e902..38b901154d 100644 --- a/windows/client-management/mdm/policy-csp-admx-windowsconnectnow.md +++ b/windows/client-management/mdm/policy-csp-admx-windowsconnectnow.md @@ -1,7 +1,7 @@ --- title: ADMX_WindowsConnectNow Policy CSP description: Learn more about the ADMX_WindowsConnectNow Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting prohibits access to Windows Connect Now (WCN) wizards. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -140,7 +140,7 @@ This policy setting prohibits access to Windows Connect Now (WCN) wizards. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-windowsexplorer.md b/windows/client-management/mdm/policy-csp-admx-windowsexplorer.md index ee2d66d528..4c6abb429f 100644 --- a/windows/client-management/mdm/policy-csp-admx-windowsexplorer.md +++ b/windows/client-management/mdm/policy-csp-admx-windowsexplorer.md @@ -1,7 +1,7 @@ --- title: ADMX_WindowsExplorer Policy CSP description: Learn more about the ADMX_WindowsExplorer Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -84,7 +84,7 @@ This policy setting allows you to prevent data loss when you change the target l | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -150,7 +150,7 @@ Also, see the "Disable Active Desktop" setting in User Configuration\Administrat | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -209,7 +209,7 @@ Allows you to have File Explorer display a confirmation dialog whenever a file i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -271,7 +271,7 @@ This policy setting allows you to specify a location where all default Library d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -332,7 +332,7 @@ This disables access to user-defined properties, and properties stored in NTFS s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -403,7 +403,7 @@ This policy won't enable users to add unsupported locations to Libraries. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -463,7 +463,7 @@ You can specify a known folder using its known folder id or using its canonical | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -525,7 +525,7 @@ This policy setting determines the application of the Mark of the Web tag to fil | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -585,7 +585,7 @@ File Explorer shows suggestion pop-ups as users type into the Search Box. These | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -647,7 +647,7 @@ This policy setting determines whether remote paths can be used for file shortcu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -718,7 +718,7 @@ For more information, see [Microsoft Defender SmartScreen](/windows/security/ope | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -779,7 +779,7 @@ For shell extensions to run on a per-user basis, there must be an entry at HKEY_ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -842,7 +842,7 @@ This policy setting allows you to specify whether the ribbon appears minimized o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -901,7 +901,7 @@ This policy setting allows you to turn off the display of snippets in Content vi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -968,7 +968,7 @@ Changes to this setting may not be applied until the user logs off from Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1035,7 +1035,7 @@ Changes to this setting may not be applied until the user logs off from Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1102,7 +1102,7 @@ Changes to this setting may not be applied until the user logs off from Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1169,7 +1169,7 @@ Changes to this setting may not be applied until the user logs off from Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1236,7 +1236,7 @@ Changes to this setting may not be applied until the user logs off from Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1303,7 +1303,7 @@ Changes to this setting may not be applied until the user logs off from Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1370,7 +1370,7 @@ Changes to this setting may not be applied until the user logs off from Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1437,7 +1437,7 @@ Changes to this setting may not be applied until the user logs off from Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1504,7 +1504,7 @@ Changes to this setting may not be applied until the user logs off from Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1571,7 +1571,7 @@ Changes to this setting may not be applied until the user logs off from Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1636,7 +1636,7 @@ This policy setting allows you to manage whether OpenSearch queries in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1701,7 +1701,7 @@ This policy setting allows you to manage whether OpenSearch queries in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1766,7 +1766,7 @@ This policy setting allows you to manage whether OpenSearch queries in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1831,7 +1831,7 @@ This policy setting allows you to manage whether OpenSearch queries in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1896,7 +1896,7 @@ This policy setting allows you to manage whether OpenSearch queries in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1961,7 +1961,7 @@ This policy setting allows you to manage whether OpenSearch queries in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2026,7 +2026,7 @@ This policy setting allows you to manage whether OpenSearch queries in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2091,7 +2091,7 @@ This policy setting allows you to manage whether OpenSearch queries in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2156,7 +2156,7 @@ This policy setting allows you to manage whether OpenSearch queries in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2221,7 +2221,7 @@ This policy setting allows you to manage whether OpenSearch queries in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2282,7 +2282,7 @@ Shortcut files typically include an absolute path to the original target file as | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2342,7 +2342,7 @@ The Recent Items menu contains shortcuts to the nonprogram files the user has mo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2408,7 +2408,7 @@ To see an example of the standard Open dialog box, start Notepad and, on the Fil | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2470,7 +2470,7 @@ This policy setting allows you to turn off caching of thumbnail pictures. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2532,7 +2532,7 @@ This policy setting allows you to remove CD Burning features. File Explorer allo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2593,7 +2593,7 @@ Effects, such as animation, are designed to enhance the user's experience but mi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2652,7 +2652,7 @@ Effects, such as transitory underlines, are designed to enhance the user's exper | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2713,7 +2713,7 @@ This policy setting doesn't prevent users from using other methods to configure | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2780,7 +2780,7 @@ Also, see the "Prevent access to drives from My Computer" policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2844,7 +2844,7 @@ To remove computers in the user's workgroup or domain from lists of network reso | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2901,7 +2901,7 @@ This setting doesn't prevent users from using other methods to perform tasks ava | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2967,7 +2967,7 @@ To see an example of the standard Open dialog box, start Wordpad and, on the Fil | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3028,7 +3028,7 @@ Folder Options allows users to change the way files and folders open, what appea | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3085,7 +3085,7 @@ This setting removes the Hardware tab from Mouse, Keyboard, and Sounds and Audio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3147,7 +3147,7 @@ This setting doesn't remove the Computer Management item from the Start menu (St | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3211,7 +3211,7 @@ When a Windows client is in a workgroup, a Shared Documents icon appears in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3276,7 +3276,7 @@ This setting doesn't prevent users from connecting to another computer by typing | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3333,7 +3333,7 @@ If this group policy is enabled, no notifications will be shown. If the group po | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3395,7 +3395,7 @@ To see an example of the standard Open dialog box, start Wordpad and, on the Fil | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3454,7 +3454,7 @@ When a file or folder is deleted in File Explorer, a copy of the file or folder | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3519,7 +3519,7 @@ By default, users aren't prompted for alternate logon credentials when installin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3579,7 +3579,7 @@ By default, users aren't prompted for alternate logon credentials when installin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3638,7 +3638,7 @@ Removes the Security tab from File Explorer. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3701,7 +3701,7 @@ This policy setting doesn't affect the Search items on the File Explorer context | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3764,7 +3764,7 @@ This policy setting allows you to have file names sorted literally (as in Window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3821,7 +3821,7 @@ If you enable this setting, menus don't appear when you right-click the desktop | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3886,7 +3886,7 @@ Also, see the "Hide these specified drives in My Computer" setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3947,7 +3947,7 @@ Keyboards with a Windows key provide users with shortcuts to common shell featur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4010,7 +4010,7 @@ To remove network computers from lists of network resources, use the "No Entire | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4087,7 +4087,7 @@ Desktop, Recent Places, Documents, Pictures, Music, Recently Changed, Attachment | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4153,7 +4153,7 @@ If the dialog box doesn't appear, the installation proceeds with the current use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4214,7 +4214,7 @@ Limits the percentage of a volume's disk space that can be used to store deleted | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4275,7 +4275,7 @@ This policy setting allows you to configure the amount of functionality that the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4336,7 +4336,7 @@ This policy setting allows you to configure the amount of functionality that the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4397,7 +4397,7 @@ Shows or hides hibernate from the power options menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4458,7 +4458,7 @@ Shows or hides sleep from the power options menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4521,7 +4521,7 @@ The first several links will also be pinned to the Start menu. A total of four l | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-windowsmediadrm.md b/windows/client-management/mdm/policy-csp-admx-windowsmediadrm.md index ef7a2157f4..b4a4cd8228 100644 --- a/windows/client-management/mdm/policy-csp-admx-windowsmediadrm.md +++ b/windows/client-management/mdm/policy-csp-admx-windowsmediadrm.md @@ -1,7 +1,7 @@ --- title: ADMX_WindowsMediaDRM Policy CSP description: Learn more about the ADMX_WindowsMediaDRM Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-windowsmediaplayer.md b/windows/client-management/mdm/policy-csp-admx-windowsmediaplayer.md index 038328fa16..bcacc101a8 100644 --- a/windows/client-management/mdm/policy-csp-admx-windowsmediaplayer.md +++ b/windows/client-management/mdm/policy-csp-admx-windowsmediaplayer.md @@ -1,7 +1,7 @@ --- title: ADMX_WindowsMediaPlayer Policy CSP description: Learn more about the ADMX_WindowsMediaPlayer Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -95,7 +95,7 @@ This policy is ignored if the "Streaming media protocols" policy setting is enab | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -166,7 +166,7 @@ This policy setting is ignored if the "Streaming media protocols" policy setting | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -235,7 +235,7 @@ The Configure button on the Network tab in the Player isn't available and the pr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -296,7 +296,7 @@ This policy setting prevents the dialog boxes which allow users to select privac | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -355,7 +355,7 @@ This policy setting allows you to hide the Network tab. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -416,7 +416,7 @@ This policy setting allows you to prevent the anchor window from being displayed | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -477,7 +477,7 @@ When this policy isn't configured and the Set and Lock Skin policy is enabled, s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -540,7 +540,7 @@ Video smoothing is available only on the Windows XP Home Edition and Windows XP | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -601,7 +601,7 @@ This policy setting allows a screen saver to interrupt playback. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -662,7 +662,7 @@ The default privacy settings are used for the options on the Privacy tab unless | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -721,7 +721,7 @@ This policy setting allows you to hide the Security tab in Windows Media Player. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -786,7 +786,7 @@ The "Use default buffering" and "Buffer" options on the Performance tab in the P | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -847,7 +847,7 @@ This policy setting allows you to prevent Windows Media Player from downloading | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -906,7 +906,7 @@ This policy setting allows you to prevent media information for CDs and DVDs fro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -965,7 +965,7 @@ This policy setting allows you to prevent media sharing from Windows Media Playe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1024,7 +1024,7 @@ This policy setting allows you to prevent media information for music files from | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1083,7 +1083,7 @@ This policy setting allows you to prevent a shortcut for the Player from being a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1142,7 +1142,7 @@ This policy setting allows you to prevent radio station presets from being retri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1201,7 +1201,7 @@ This policy setting allows you to prevent a shortcut icon for the Player from be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1264,7 +1264,7 @@ A user has access only to the Player features that are available with the specif | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-windowsremotemanagement.md b/windows/client-management/mdm/policy-csp-admx-windowsremotemanagement.md index 999113f8f3..1a85bb1c02 100644 --- a/windows/client-management/mdm/policy-csp-admx-windowsremotemanagement.md +++ b/windows/client-management/mdm/policy-csp-admx-windowsremotemanagement.md @@ -1,7 +1,7 @@ --- title: ADMX_WindowsRemoteManagement Policy CSP description: Learn more about the ADMX_WindowsRemoteManagement Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting allows you to manage whether the Windows Remote Management ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-windowsstore.md b/windows/client-management/mdm/policy-csp-admx-windowsstore.md index af0e371994..db604e22b0 100644 --- a/windows/client-management/mdm/policy-csp-admx-windowsstore.md +++ b/windows/client-management/mdm/policy-csp-admx-windowsstore.md @@ -1,7 +1,7 @@ --- title: ADMX_WindowsStore Policy CSP description: Learn more about the ADMX_WindowsStore Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ Enables or disables the automatic download of app updates on PCs running Windows | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -142,7 +142,7 @@ Enables or disables the Store offer to update to the latest version of Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -201,7 +201,7 @@ Enables or disables the Store offer to update to the latest version of Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -260,7 +260,7 @@ Denies or allows access to the Store application. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-wininit.md b/windows/client-management/mdm/policy-csp-admx-wininit.md index 626f2e0cf7..86eee9c138 100644 --- a/windows/client-management/mdm/policy-csp-admx-wininit.md +++ b/windows/client-management/mdm/policy-csp-admx-wininit.md @@ -1,7 +1,7 @@ --- title: ADMX_WinInit Policy CSP description: Learn more about the ADMX_WinInit Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting controls the legacy remote shutdown interface (named pipe). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -140,7 +140,7 @@ This policy setting controls the use of fast startup. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-winlogon.md b/windows/client-management/mdm/policy-csp-admx-winlogon.md index 4921e607a7..00b17c4f9b 100644 --- a/windows/client-management/mdm/policy-csp-admx-winlogon.md +++ b/windows/client-management/mdm/policy-csp-admx-winlogon.md @@ -1,7 +1,7 @@ --- title: ADMX_WinLogon Policy CSP description: Learn more about the ADMX_WinLogon Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -87,7 +87,7 @@ To use this setting, copy your interface program to a network share or to your s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -148,7 +148,7 @@ If you disable or don't configure this setting, messages about the previous logo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -210,7 +210,7 @@ This policy controls whether the logged-on user should be notified when his logo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -275,7 +275,7 @@ If you choose to log off a user, the user can't log on again except during permi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -338,7 +338,7 @@ If disabled or not configured, no popup will be displayed to the user. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-winsrv.md b/windows/client-management/mdm/policy-csp-admx-winsrv.md index aeb9221473..bf7664aee9 100644 --- a/windows/client-management/mdm/policy-csp-admx-winsrv.md +++ b/windows/client-management/mdm/policy-csp-admx-winsrv.md @@ -1,7 +1,7 @@ --- title: ADMX_Winsrv Policy CSP description: Learn more about the ADMX_Winsrv Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-wlansvc.md b/windows/client-management/mdm/policy-csp-admx-wlansvc.md index 27ddcde8a5..4c08da1280 100644 --- a/windows/client-management/mdm/policy-csp-admx-wlansvc.md +++ b/windows/client-management/mdm/policy-csp-admx-wlansvc.md @@ -1,7 +1,7 @@ --- title: ADMX_wlansvc Policy CSP description: Learn more about the ADMX_wlansvc Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -86,7 +86,7 @@ This policy setting configures the cost of Wireless LAN (WLAN) connections on th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -145,7 +145,7 @@ Conversely it means that Push Button is NOT allowed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-wordwheel.md b/windows/client-management/mdm/policy-csp-admx-wordwheel.md index a9e13d8d5a..6af6c1437d 100644 --- a/windows/client-management/mdm/policy-csp-admx-wordwheel.md +++ b/windows/client-management/mdm/policy-csp-admx-wordwheel.md @@ -1,7 +1,7 @@ --- title: ADMX_WordWheel Policy CSP description: Learn more about the ADMX_WordWheel Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-workfoldersclient.md b/windows/client-management/mdm/policy-csp-admx-workfoldersclient.md index b89ba70666..f489ee1cb6 100644 --- a/windows/client-management/mdm/policy-csp-admx-workfoldersclient.md +++ b/windows/client-management/mdm/policy-csp-admx-workfoldersclient.md @@ -1,7 +1,7 @@ --- title: ADMX_WorkFoldersClient Policy CSP description: Learn more about the ADMX_WorkFoldersClient Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -81,7 +81,7 @@ This policy setting specifies whether Work Folders should be set up automaticall | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -136,7 +136,7 @@ This policy specifies whether Work Folders should use Token Broker for interacti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-admx-wpn.md b/windows/client-management/mdm/policy-csp-admx-wpn.md index 300f775095..daaa93943b 100644 --- a/windows/client-management/mdm/policy-csp-admx-wpn.md +++ b/windows/client-management/mdm/policy-csp-admx-wpn.md @@ -1,7 +1,7 @@ --- title: ADMX_WPN Policy CSP description: Learn more about the ADMX_WPN Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ This policy setting blocks voice and video calls during Quiet Hours. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -144,7 +144,7 @@ No reboots or service restarts are required for this policy setting to take effe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -205,7 +205,7 @@ This policy setting turns off Quiet Hours functionality. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -274,7 +274,7 @@ No reboots or service restarts are required for this policy setting to take effe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -334,7 +334,7 @@ This policy setting specifies the number of minutes after midnight (local time) | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-appdeviceinventory.md b/windows/client-management/mdm/policy-csp-appdeviceinventory.md index 93ca6fdfaa..2f4d607087 100644 --- a/windows/client-management/mdm/policy-csp-appdeviceinventory.md +++ b/windows/client-management/mdm/policy-csp-appdeviceinventory.md @@ -1,7 +1,7 @@ --- title: AppDeviceInventory Policy CSP description: Learn more about the AppDeviceInventory Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -83,7 +83,7 @@ This policy controls the state of API Sampling. API Sampling monitors the sample | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -142,7 +142,7 @@ This policy controls the state of Application Footprint. Application Footprint m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -201,7 +201,7 @@ This policy controls the state of Install Tracing. Install Tracing is a mechanis | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/policy-csp-applicationdefaults.md b/windows/client-management/mdm/policy-csp-applicationdefaults.md index 91b1fc4ac8..00481e283b 100644 --- a/windows/client-management/mdm/policy-csp-applicationdefaults.md +++ b/windows/client-management/mdm/policy-csp-applicationdefaults.md @@ -1,7 +1,7 @@ --- title: ApplicationDefaults Policy CSP description: Learn more about the ApplicationDefaults Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -141,7 +141,7 @@ To create the SyncML, follow these steps: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-applicationmanagement.md b/windows/client-management/mdm/policy-csp-applicationmanagement.md index a35a33a38a..dd90381449 100644 --- a/windows/client-management/mdm/policy-csp-applicationmanagement.md +++ b/windows/client-management/mdm/policy-csp-applicationmanagement.md @@ -1,7 +1,7 @@ --- title: ApplicationManagement Policy CSP description: Learn more about the ApplicationManagement Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -92,7 +92,7 @@ This policy setting allows you to manage the installation of trusted line-of-bus | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -156,7 +156,7 @@ Specifies whether automatic update of apps from Microsoft Store are allowed. Mos | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -226,7 +226,7 @@ This policy setting controls whether the system can archive infrequently used ap | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -294,7 +294,7 @@ Allows or denies development of Microsoft Store applications and installing them | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -344,7 +344,7 @@ Allows or denies development of Microsoft Store applications and installing them | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -413,7 +413,7 @@ If the setting is enabled or not configured, then Recording and Broadcasting (st | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -574,7 +574,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -641,7 +641,7 @@ Manages non-Administrator users' ability to install Windows app packages. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -704,7 +704,7 @@ Disable turns off the launch of all apps from the Microsoft Store that came pre- | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -757,7 +757,7 @@ For this policy to work, the Windows apps need to declare in their manifest that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -828,7 +828,7 @@ This policy setting is designed for less restrictive environments. It can be use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -905,7 +905,7 @@ This policy setting directs Windows Installer to use elevated permissions when i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -976,7 +976,7 @@ Denies access to the retail catalog in the Microsoft Store, but displays the pri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1043,7 +1043,7 @@ Prevent users' app data from moving to another location when an app is moved or | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1110,7 +1110,7 @@ This policy setting allows you to manage installing Windows apps on additional v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | diff --git a/windows/client-management/mdm/policy-csp-appruntime.md b/windows/client-management/mdm/policy-csp-appruntime.md index f350d286be..efbfd89fe5 100644 --- a/windows/client-management/mdm/policy-csp-appruntime.md +++ b/windows/client-management/mdm/policy-csp-appruntime.md @@ -1,7 +1,7 @@ --- title: AppRuntime Policy CSP description: Learn more about the AppRuntime Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-appvirtualization.md b/windows/client-management/mdm/policy-csp-appvirtualization.md index 410bed737a..314feffa3c 100644 --- a/windows/client-management/mdm/policy-csp-appvirtualization.md +++ b/windows/client-management/mdm/policy-csp-appvirtualization.md @@ -1,7 +1,7 @@ --- title: AppVirtualization Policy CSP description: Learn more about the AppVirtualization Area in Policy CSP. -ms.date: 02/14/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -80,7 +80,7 @@ This policy setting allows you to enable or disable Microsoft Application Virtua | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -135,7 +135,7 @@ Enables Dynamic Virtualization of supported shell extensions, browser helper obj | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -190,7 +190,7 @@ Enables automatic cleanup of appv packages that were added after Windows 10 anni | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -245,7 +245,7 @@ Enables scripts defined in the package manifest of configuration files that shou | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -300,7 +300,7 @@ Enables a UX to display to the user when a publishing refresh is performed on th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -365,7 +365,7 @@ Data Block Size: This value specifies the maximum size in bytes to transmit to t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -419,7 +419,7 @@ Specifies the file paths relative to %userprofile% that don't roam with a user's | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -473,7 +473,7 @@ Specifies the registry paths that don't roam with a user profile. Example usage: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -527,7 +527,7 @@ Specifies how new packages should be loaded automatically by App-V on a specific | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -582,7 +582,7 @@ Migration mode allows the App-V client to modify shortcuts and FTA's for package | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -636,7 +636,7 @@ Specifies the location where symbolic links are created to the current version o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -690,7 +690,7 @@ Specifies the location where symbolic links are created to the current version o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -762,7 +762,7 @@ User Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, D | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -834,7 +834,7 @@ User Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, D | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -906,7 +906,7 @@ User Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, D | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -978,7 +978,7 @@ User Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, D | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1050,7 +1050,7 @@ User Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, D | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1104,7 +1104,7 @@ Specifies the path to a valid certificate in the certificate store. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1159,7 +1159,7 @@ This setting controls whether virtualized applications are launched on Windows 8 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1213,7 +1213,7 @@ Specifies the CLSID for a compatible implementation of the IAppvPackageLocationP | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1267,7 +1267,7 @@ Specifies directory where all new applications and updates will be installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1321,7 +1321,7 @@ Overrides source location for downloading package content. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1375,7 +1375,7 @@ Specifies the number of seconds between attempts to reestablish a dropped sessio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1429,7 +1429,7 @@ Specifies the number of times to retry a dropped session. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1484,7 +1484,7 @@ Specifies that streamed package contents won't be saved to the local hard disk. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1539,7 +1539,7 @@ If enabled, the App-V client will support BrancheCache compatible HTTP streaming | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1594,7 +1594,7 @@ Verifies Server certificate revocation status before streaming using HTTPS. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-attachmentmanager.md b/windows/client-management/mdm/policy-csp-attachmentmanager.md index 66a283655a..333cfb95dd 100644 --- a/windows/client-management/mdm/policy-csp-attachmentmanager.md +++ b/windows/client-management/mdm/policy-csp-attachmentmanager.md @@ -1,7 +1,7 @@ --- title: AttachmentManager Policy CSP description: Learn more about the AttachmentManager Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -83,7 +83,7 @@ This policy setting allows you to manage whether Windows marks file attachments | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -144,7 +144,7 @@ This policy setting allows you to manage whether users can manually remove the z | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-audit.md b/windows/client-management/mdm/policy-csp-audit.md index 6e6a59f438..19ec6474bf 100644 --- a/windows/client-management/mdm/policy-csp-audit.md +++ b/windows/client-management/mdm/policy-csp-audit.md @@ -1,7 +1,7 @@ --- title: Audit Policy CSP description: Learn more about the Audit Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -81,7 +81,7 @@ Volume: High on domain controllers. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -146,7 +146,7 @@ Volume: High on Kerberos Key Distribution Center servers. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -211,7 +211,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -271,7 +271,7 @@ This policy setting allows you to audit events generated by responses to credent | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -332,7 +332,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -393,7 +393,7 @@ Volume: Low on a client computer. Medium on a domain controller or a network ser | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -458,7 +458,7 @@ Volume: High. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -523,7 +523,7 @@ Volume: High. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -584,7 +584,7 @@ Volume: High. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -649,7 +649,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -710,7 +710,7 @@ Volume: Low on a client computer. Medium on a domain controller or a network ser | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -775,7 +775,7 @@ Volume: Medium or High on NPS and IAS server. No volume on other computers. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -836,7 +836,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -897,7 +897,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -958,7 +958,7 @@ Volume: Low on a client computer. Medium on a domain controller or a network ser | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1023,7 +1023,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1088,7 +1088,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1156,7 +1156,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1217,7 +1217,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1282,7 +1282,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1347,7 +1347,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1412,7 +1412,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1477,7 +1477,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1542,7 +1542,7 @@ Volume: Depends on how the computer is used. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1607,7 +1607,7 @@ Volume: Depends on how the computer is used. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1672,7 +1672,7 @@ Volume: High on RPC servers. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1733,7 +1733,7 @@ Volume: High. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1794,7 +1794,7 @@ Volume: High. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1855,7 +1855,7 @@ Volume: High on domain controllers. None on client computers. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1923,7 +1923,7 @@ Volume: High on domain controllers only. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1988,7 +1988,7 @@ Volume: Medium on domain controllers. None on client computers. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2049,7 +2049,7 @@ Volume: Depends on the applications that are generating them. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2110,7 +2110,7 @@ Volume: Potentially high on a file server when the proposed policy differs signi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2171,7 +2171,7 @@ Volume: Medium or Low on computers running Active Directory Certificate Services | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2239,7 +2239,7 @@ Volume: High on a file server or domain controller because of SYSVOL network acc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2309,7 +2309,7 @@ Volume: High on a file server or domain controller because of SYSVOL network acc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2377,7 +2377,7 @@ Volume: Depends on how the file system SACLs are configured. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2442,7 +2442,7 @@ Volume: High. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2503,7 +2503,7 @@ Volume: High. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2571,7 +2571,7 @@ Volume: Depends on how SACLs are configured. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2635,7 +2635,7 @@ Volume: High if auditing access of global system objects is enabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2696,7 +2696,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2764,7 +2764,7 @@ Volume: Depends on how registry SACLs are configured. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2828,7 +2828,7 @@ This policy setting allows you to audit user attempts to access file system obje | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2896,7 +2896,7 @@ Volume: High on domain controllers. For more information about reducing the numb | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2964,7 +2964,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3029,7 +3029,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3094,7 +3094,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3159,7 +3159,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3220,7 +3220,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3284,7 +3284,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3350,7 +3350,7 @@ Volume: Very High. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3410,7 +3410,7 @@ Not used. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3475,7 +3475,7 @@ Volume: High. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3540,7 +3540,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3601,7 +3601,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3662,7 +3662,7 @@ Volume: Low. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -3727,7 +3727,7 @@ Volume: Low. Security system extension events are generated more often on a doma | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4516045](https://support.microsoft.com/help/4516045) [10.0.17134.1039] and later
      ✅ Windows 10, version 1809 with [KB4516077](https://support.microsoft.com/help/4516077) [10.0.17763.774] and later
      ✅ Windows 10, version 1903 with [KB4512941](https://support.microsoft.com/help/4512941) [10.0.18362.329] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | diff --git a/windows/client-management/mdm/policy-csp-authentication.md b/windows/client-management/mdm/policy-csp-authentication.md index b05b71eb8e..de31f14fee 100644 --- a/windows/client-management/mdm/policy-csp-authentication.md +++ b/windows/client-management/mdm/policy-csp-authentication.md @@ -1,7 +1,7 @@ --- title: Authentication Policy CSP description: Learn more about the Authentication Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -71,7 +71,7 @@ This policy allows the Microsoft Entra tenant administrator to enable the self-s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -120,7 +120,7 @@ Allows an EAP cert-based authentication for a single sign-on (SSO) to access int | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -169,7 +169,7 @@ Allows EAP Fast Reconnect from being attempted for EAP Method TLS. Most restrict | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -236,7 +236,7 @@ This policy allows users to use a companion device, such as a phone, fitness ban | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -285,7 +285,7 @@ Your organization federates to "Contoso IDP" and your web sign-in portal at `sig | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB5001339](https://support.microsoft.com/help/5001339) [10.0.17134.2145] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB5001339](https://support.microsoft.com/help/5001339) [10.0.17134.2145] and later | @@ -339,7 +339,7 @@ Your organization's PIN reset or web sign-in authentication flow is expected to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -394,7 +394,7 @@ This policy is intended for use on Shared PCs to enable a quick first sign-in ex | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 23H2 with [KB5031455](https://support.microsoft.com/help/5031455) [10.0.22631.2506] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 23H2 with [KB5031455](https://support.microsoft.com/help/5031455) [10.0.22631.2506] and later | @@ -444,7 +444,7 @@ Specifies whether connected users on Microsoft Entra joined devices receive a Pa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -499,7 +499,7 @@ Web sign-in is a credential provider that enables a web-based sign-in experience | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | diff --git a/windows/client-management/mdm/policy-csp-autoplay.md b/windows/client-management/mdm/policy-csp-autoplay.md index 955e4d92ab..ed91fc801d 100644 --- a/windows/client-management/mdm/policy-csp-autoplay.md +++ b/windows/client-management/mdm/policy-csp-autoplay.md @@ -1,7 +1,7 @@ --- title: Autoplay Policy CSP description: Learn more about the Autoplay Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -85,7 +85,7 @@ This policy setting disallows AutoPlay for MTP devices like cameras or phones. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -155,7 +155,7 @@ a) Completely disable autorun commands, or b) Revert back to pre-Windows Vista b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-bitlocker.md b/windows/client-management/mdm/policy-csp-bitlocker.md index 308853dff2..45b8d20d9f 100644 --- a/windows/client-management/mdm/policy-csp-bitlocker.md +++ b/windows/client-management/mdm/policy-csp-bitlocker.md @@ -1,7 +1,7 @@ --- title: Bitlocker Policy CSP description: Learn more about the Bitlocker Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-bits.md b/windows/client-management/mdm/policy-csp-bits.md index eb4c4c5f2b..b9bd64bba9 100644 --- a/windows/client-management/mdm/policy-csp-bits.md +++ b/windows/client-management/mdm/policy-csp-bits.md @@ -1,7 +1,7 @@ --- title: BITS Policy CSP description: Learn more about the BITS Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -86,7 +86,7 @@ Consider using this setting to prevent BITS transfers from competing for network | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -152,7 +152,7 @@ Consider using this setting to prevent BITS transfers from competing for network | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -218,7 +218,7 @@ Consider using this setting to prevent BITS transfers from competing for network | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -311,7 +311,7 @@ For example, you can specify that background jobs are by default to transfer onl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -404,7 +404,7 @@ For example, you can specify that background jobs are by default to transfer onl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | diff --git a/windows/client-management/mdm/policy-csp-bluetooth.md b/windows/client-management/mdm/policy-csp-bluetooth.md index 0d33c7e54f..1041cc7060 100644 --- a/windows/client-management/mdm/policy-csp-bluetooth.md +++ b/windows/client-management/mdm/policy-csp-bluetooth.md @@ -1,7 +1,7 @@ --- title: Bluetooth Policy CSP description: Learn more about the Bluetooth Area in Policy CSP. -ms.date: 02/14/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -69,7 +69,7 @@ Specifies whether the device can send out Bluetooth advertisements. If this isn' | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -118,7 +118,7 @@ Specifies whether other Bluetooth-enabled devices can discover the device. If th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -167,7 +167,7 @@ Specifies whether to allow specific bundled Bluetooth peripherals to automatical | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -216,7 +216,7 @@ This policy allows the IT admin to block users on these managed devices from usi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -255,7 +255,7 @@ Sets the local Bluetooth device name. If this is set, the value that it's set to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -295,7 +295,7 @@ Set a list of allowable services and profiles. String hex formatted array of Blu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | diff --git a/windows/client-management/mdm/policy-csp-browser.md b/windows/client-management/mdm/policy-csp-browser.md index 1acad4511f..d3364e9e60 100644 --- a/windows/client-management/mdm/policy-csp-browser.md +++ b/windows/client-management/mdm/policy-csp-browser.md @@ -1,7 +1,7 @@ --- title: Browser Policy CSP description: Learn more about the Browser Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -96,7 +96,7 @@ This policy setting lets you decide whether the Address bar drop-down functional | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -232,7 +232,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -285,7 +285,7 @@ This policy setting lets you decide whether Microsoft Edge can automatically upd | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -370,7 +370,7 @@ To verify AllowCookies is set to 0 (not allowed): | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -441,7 +441,7 @@ This policy setting lets you decide whether F12 Developer Tools are available on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -521,7 +521,7 @@ To verify AllowDoNotTrack is set to 0 (not allowed): | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -592,7 +592,7 @@ This setting lets you decide whether employees can load extensions in Microsoft | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -663,7 +663,7 @@ This setting lets you decide whether employees can run Adobe Flash in Microsoft | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -732,7 +732,7 @@ Sites get onto the auto-allowed list based on user feedback, specifically by how | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -803,7 +803,7 @@ If disabled, full-screen mode is unavailable for use in Microsoft Edge. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -874,7 +874,7 @@ This policy setting lets you decide whether employees can browse using InPrivate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -945,7 +945,7 @@ This policy setting lets you decide whether to use the Microsoft Compatibility L | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1023,7 +1023,7 @@ To verify AllowPasswordManager is set to 0 (not allowed): | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1101,7 +1101,7 @@ To verify AllowPopups is set to 0 (not allowed): | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1171,7 +1171,7 @@ If you prevent pre-launch, Microsoft Edge won't pre-launch during Windows sign i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1242,7 +1242,7 @@ If disabled, printing isn't allowed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1313,7 +1313,7 @@ If disabled, the browsing history stops saving and isn't visible in the History | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1390,7 +1390,7 @@ This setting can only be used with domain-joined or MDM-enrolled devices. For mo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1463,7 +1463,7 @@ This policy setting lets you decide whether search suggestions appear in the Add | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1544,7 +1544,7 @@ Related policies: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1622,7 +1622,7 @@ To verify AllowSmartScreen is set to 0 (not allowed): | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1692,7 +1692,7 @@ If you prevent preloading, Microsoft Edge won't load the Start or New Tab page d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1765,7 +1765,7 @@ This policy setting lets you configure what appears when Microsoft Edge opens a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1836,7 +1836,7 @@ This policy setting helps you to decide whether to make the Books tab visible, r | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1914,7 +1914,7 @@ To verify whether browsing data is cleared on exit (ClearBrowsingDataOnExit is s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1981,7 +1981,7 @@ This setting can only be used with domain-joined or MDM-enrolled devices. For mo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2054,7 +2054,7 @@ If not configured, the favorites bar is hidden but is visible on the Start and N | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2146,7 +2146,7 @@ Related policies: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2226,7 +2226,7 @@ If enabled and set to 1: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2293,7 +2293,7 @@ If you don't configure Microsoft Edge in assigned access, then this policy doesn | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2387,7 +2387,7 @@ Related policies: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2459,7 +2459,7 @@ Default setting: Disabled or not configured (no data collected or sent) | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2539,7 +2539,7 @@ Related policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2610,7 +2610,7 @@ This policy setting lets you decide how much data to send to Microsoft about the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2671,7 +2671,7 @@ This policy setting lets you configure whether to use Enterprise Mode and the En | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2714,7 +2714,7 @@ Important. Discontinued in Windows 10, version 1511. Use the Browser/EnterpriseM | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2758,7 +2758,7 @@ Configure first run URL. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2836,7 +2836,7 @@ Related policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2911,7 +2911,7 @@ Don't enable both this setting and the Keep favorites in sync between Internet E | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2982,7 +2982,7 @@ This policy setting lets you decide whether employees can access the about:flags | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3053,7 +3053,7 @@ If disabled or not configured, overriding certificate errors are allowed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3124,7 +3124,7 @@ This policy setting lets you decide whether employees see Microsoft's First Run | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3195,7 +3195,7 @@ This policy lets you decide whether Microsoft Edge can gather Live Tile metadata | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3266,7 +3266,7 @@ This policy setting lets you decide whether employees can override the Windows D | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3337,7 +3337,7 @@ This policy setting lets you decide whether employees can override the Windows D | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3405,7 +3405,7 @@ Related Documents: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3476,7 +3476,7 @@ This policy setting lets you decide whether an employee's LocalHost IP address s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3548,7 +3548,7 @@ To define a default list of favorites: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3619,7 +3619,7 @@ This policy setting lets you decide whether your intranet sites should all open | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3694,7 +3694,7 @@ Employees can change the default search engine at any time, unless you disable t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3757,7 +3757,7 @@ Related policy: Configure Home Button. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3822,7 +3822,7 @@ Related policy: Allow web content on New Tab page. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3901,7 +3901,7 @@ Related policies: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3980,7 +3980,7 @@ To verify that favorites are in synchronized between Internet Explorer and Micro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -4058,7 +4058,7 @@ Related policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-camera.md b/windows/client-management/mdm/policy-csp-camera.md index 7e02fa6542..0a6256b016 100644 --- a/windows/client-management/mdm/policy-csp-camera.md +++ b/windows/client-management/mdm/policy-csp-camera.md @@ -1,7 +1,7 @@ --- title: Camera Policy CSP description: Learn more about the Camera Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | diff --git a/windows/client-management/mdm/policy-csp-cellular.md b/windows/client-management/mdm/policy-csp-cellular.md index b45e85ec8a..186919a0ab 100644 --- a/windows/client-management/mdm/policy-csp-cellular.md +++ b/windows/client-management/mdm/policy-csp-cellular.md @@ -1,7 +1,7 @@ --- title: Cellular Policy CSP description: Learn more about the Cellular Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -109,7 +109,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -174,7 +174,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -239,7 +239,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -304,7 +304,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/policy-csp-clouddesktop.md b/windows/client-management/mdm/policy-csp-clouddesktop.md index d216746bc8..6ce4d60d85 100644 --- a/windows/client-management/mdm/policy-csp-clouddesktop.md +++ b/windows/client-management/mdm/policy-csp-clouddesktop.md @@ -1,7 +1,7 @@ --- title: CloudDesktop Policy CSP description: Learn more about the CloudDesktop Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.2338] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.2338] and later | @@ -69,7 +69,7 @@ This policy allows the user to configure the boot to cloud mode. Boot to Cloud m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.2338] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.2338] and later | diff --git a/windows/client-management/mdm/policy-csp-connectivity.md b/windows/client-management/mdm/policy-csp-connectivity.md index c22245a862..0c6ebe9754 100644 --- a/windows/client-management/mdm/policy-csp-connectivity.md +++ b/windows/client-management/mdm/policy-csp-connectivity.md @@ -1,7 +1,7 @@ --- title: Connectivity Policy CSP description: Learn more about the Connectivity Area in Policy CSP. -ms.date: 02/14/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -76,7 +76,7 @@ Allows the user to enable Bluetooth or restrict access. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -126,7 +126,7 @@ Allows the cellular data channel on the device. Device reboot isn't required to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -201,7 +201,7 @@ To validate, the enterprise can confirm by observing the roaming enable switch i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -304,7 +304,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -378,7 +378,7 @@ Device that has previously opt-in to MMX will also stop showing on the device li | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -429,7 +429,7 @@ Device that has previously opt-in to MMX will also stop showing on the device li | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -478,7 +478,7 @@ Specifies what type of underlying connections VPN is allowed to use. Most restri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -527,7 +527,7 @@ Prevents the device from connecting to VPN when the device roams over cellular n | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -593,7 +593,7 @@ Also, see the "Web-based printing" policy setting in Computer Configuration/Admi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -642,7 +642,7 @@ This policy makes all configurable settings in the 'Cellular' > 'Mobile operator | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -691,7 +691,7 @@ This policy makes all configurable settings in the 'Cellular' Settings page read | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -746,7 +746,7 @@ This policy allows IT admins to turn off CrossDeviceResume feature to continue t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -810,7 +810,7 @@ To set up HTTP printing, non-inbox drivers need to be downloaded over HTTP. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -873,7 +873,7 @@ See the documentation for the web publishing and online ordering wizards for mor | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -942,7 +942,7 @@ As part of determining the connectivity level, NCSI performs one of two active t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -999,7 +999,7 @@ For more information, see [MS15-011: Vulnerability in Group Policy could allow r | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1061,7 +1061,7 @@ If you disable this setting or don't configure it, the user will be able to crea | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/policy-csp-controlpolicyconflict.md b/windows/client-management/mdm/policy-csp-controlpolicyconflict.md index 14777213d3..8daf3c7082 100644 --- a/windows/client-management/mdm/policy-csp-controlpolicyconflict.md +++ b/windows/client-management/mdm/policy-csp-controlpolicyconflict.md @@ -1,7 +1,7 @@ --- title: ControlPolicyConflict Policy CSP description: Learn more about the ControlPolicyConflict Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-credentialproviders.md b/windows/client-management/mdm/policy-csp-credentialproviders.md index 543e2efb7f..f9627cc157 100644 --- a/windows/client-management/mdm/policy-csp-credentialproviders.md +++ b/windows/client-management/mdm/policy-csp-credentialproviders.md @@ -1,7 +1,7 @@ --- title: CredentialProviders Policy CSP description: Learn more about the CredentialProviders Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -86,7 +86,7 @@ To configure Windows Hello for Business, use the Administrative Template policie | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -147,7 +147,7 @@ Note that the user's domain password will be cached in the system vault when usi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/policy-csp-credentialsdelegation.md b/windows/client-management/mdm/policy-csp-credentialsdelegation.md index 263eb0058e..d0eb9057a5 100644 --- a/windows/client-management/mdm/policy-csp-credentialsdelegation.md +++ b/windows/client-management/mdm/policy-csp-credentialsdelegation.md @@ -1,7 +1,7 @@ --- title: CredentialsDelegation Policy CSP description: Learn more about the CredentialsDelegation Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-credentialsui.md b/windows/client-management/mdm/policy-csp-credentialsui.md index 1e2a4e8319..0e0140fbbe 100644 --- a/windows/client-management/mdm/policy-csp-credentialsui.md +++ b/windows/client-management/mdm/policy-csp-credentialsui.md @@ -1,7 +1,7 @@ --- title: CredentialsUI Policy CSP description: Learn more about the CredentialsUI Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -89,7 +89,7 @@ The policy applies to all Windows components and applications that use the Windo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-cryptography.md b/windows/client-management/mdm/policy-csp-cryptography.md index 709e9e57bd..d8f862aa6a 100644 --- a/windows/client-management/mdm/policy-csp-cryptography.md +++ b/windows/client-management/mdm/policy-csp-cryptography.md @@ -1,7 +1,7 @@ --- title: Cryptography Policy CSP description: Learn more about the Cryptography Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -78,7 +78,7 @@ Allows or disallows the Federal Information Processing Standard (FIPS) policy. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -145,7 +145,7 @@ CertUtil.exe -DisplayEccCurve. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -195,7 +195,7 @@ System cryptography: Force strong key protection for user keys stored on the com | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -234,7 +234,7 @@ Override minimal enabled TLS version for client role. Last write wins. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -273,7 +273,7 @@ Override minimal enabled TLS version for server role. Last write wins. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -312,7 +312,7 @@ Override minimal enabled TLS version for client role. Last write wins. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -351,7 +351,7 @@ Override minimal enabled TLS version for server role. Last write wins. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-dataprotection.md b/windows/client-management/mdm/policy-csp-dataprotection.md index be943180ef..c06a7b4b9b 100644 --- a/windows/client-management/mdm/policy-csp-dataprotection.md +++ b/windows/client-management/mdm/policy-csp-dataprotection.md @@ -1,7 +1,7 @@ --- title: DataProtection Policy CSP description: Learn more about the DataProtection Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -69,7 +69,7 @@ This policy setting allows you to block direct memory access (DMA) for all hot p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-datausage.md b/windows/client-management/mdm/policy-csp-datausage.md index d821a157ad..96d5a73e64 100644 --- a/windows/client-management/mdm/policy-csp-datausage.md +++ b/windows/client-management/mdm/policy-csp-datausage.md @@ -1,7 +1,7 @@ --- title: DataUsage Policy CSP description: Learn more about the DataUsage Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -88,7 +88,7 @@ This policy setting configures the cost of 3G connections on the local machine. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-defender.md b/windows/client-management/mdm/policy-csp-defender.md index 885ebb21e6..52b51b48ac 100644 --- a/windows/client-management/mdm/policy-csp-defender.md +++ b/windows/client-management/mdm/policy-csp-defender.md @@ -1,7 +1,7 @@ --- title: Defender Policy CSP description: Learn more about the Defender Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -89,7 +89,7 @@ This policy setting allows you to configure scans for malicious software and unw | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -158,7 +158,7 @@ This policy setting allows you to configure behavior monitoring. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -240,7 +240,7 @@ In Windows 10, Basic membership is no longer available, so setting the value to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -307,7 +307,7 @@ This policy setting allows you to configure e-mail scanning. When e-mail scannin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -374,7 +374,7 @@ This policy setting allows you to configure scanning mapped network drives. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -444,7 +444,7 @@ This policy setting allows you to manage whether or not to scan for malicious so | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -495,7 +495,7 @@ Allows or disallows Windows Defender Intrusion Prevention functionality. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -564,7 +564,7 @@ This policy setting allows you to configure scanning for all downloaded files an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -633,7 +633,7 @@ This policy setting allows you to configure monitoring for file and program acti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -698,7 +698,7 @@ Allows or disallows Windows Defender Realtime Monitoring functionality. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -766,7 +766,7 @@ This policy setting allows you to configure scheduled scans and on-demand (manua | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -817,7 +817,7 @@ Allows or disallows Windows Defender Script Scanning functionality. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -882,7 +882,7 @@ If you enable this setting AM UI won't be available to users. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -955,7 +955,7 @@ You can configure ASR rules in the Configure Attack Surface Reduction rules GP s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1054,7 +1054,7 @@ You can exclude folders or files in the "Exclude files and paths from Attack Sur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1119,7 +1119,7 @@ This policy setting allows you to configure the maximum percentage CPU utilizati | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1187,7 +1187,7 @@ This setting applies to scheduled scans, but it has no effect on scans initiated | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1265,7 +1265,7 @@ Possible options are: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1327,7 +1327,7 @@ For example, if the desired timeout is 60 seconds, specify 50 seconds in this se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1401,7 +1401,7 @@ Default system folders are automatically guarded, but you can add folders in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1477,7 +1477,7 @@ Microsoft Defender Antivirus automatically determines which applications can be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1536,7 +1536,7 @@ This policy setting defines the number of days items should be kept in the Quara | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1602,7 +1602,7 @@ This policy setting allows you to configure catch-up scans for scheduled full sc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1668,7 +1668,7 @@ This policy setting allows you to configure catch-up scans for scheduled quick s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1799,7 +1799,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1865,7 +1865,7 @@ This policy setting allows you to enable or disable low CPU priority for schedul | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1943,7 +1943,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1999,7 +1999,7 @@ Allows an administrator to specify a list of file type extensions to ignore duri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2055,7 +2055,7 @@ Allows an administrator to specify a list of directory paths to ignore during a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2114,7 +2114,7 @@ Allows an administrator to specify a list of files opened by processes to ignore | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2193,7 +2193,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2271,7 +2271,7 @@ Any other value, or if the value doesn't exist, resolves to the default (0). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2341,7 +2341,7 @@ This policy setting allows you to specify the scan type to use during a schedule | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2400,7 +2400,7 @@ This policy setting allows you to specify the time of day at which to perform a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2478,7 +2478,7 @@ This setting can be configured with the following ordinal number values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2537,7 +2537,7 @@ This policy setting allows you to specify the time of day at which to perform a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2592,7 +2592,7 @@ If you disable or don't configure this setting, security intelligence will be re | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2652,7 +2652,7 @@ For Example: `{ InternalDefinitionUpdateServer | MicrosoftUpdateServer | MMPC }` | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2710,7 +2710,7 @@ This policy setting allows you to configure UNC file share sources for downloadi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2769,7 +2769,7 @@ This policy setting allows you to specify an interval at which to check for secu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2838,7 +2838,7 @@ Possible options are: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-deliveryoptimization.md b/windows/client-management/mdm/policy-csp-deliveryoptimization.md index 6bf367d3e9..080e775bf4 100644 --- a/windows/client-management/mdm/policy-csp-deliveryoptimization.md +++ b/windows/client-management/mdm/policy-csp-deliveryoptimization.md @@ -1,7 +1,7 @@ --- title: DeliveryOptimization Policy CSP description: Learn more about the DeliveryOptimization Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -79,7 +79,7 @@ Specifies the maximum size in GB of Delivery Optimization cache. This policy ove | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -142,7 +142,7 @@ Specifies whether the device, with an active VPN connection, is allowed to parti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -198,7 +198,7 @@ Specifies one or more Microsoft Connected Cache servers that will be used by you | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -266,7 +266,7 @@ Specifies how your client(s) can discover Microsoft Connected Cache servers dyna | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -321,7 +321,7 @@ For background downloads that use P2P, specifies the time to wait before startin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -376,7 +376,7 @@ For background downloads that use a cache server, specifies the time to wait bef | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -431,7 +431,7 @@ For foreground downloads that use a cache server, specifies the time to wait bef | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -486,7 +486,7 @@ For foreground downloads that use P2P, specifies the time to wait before startin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5030310](https://support.microsoft.com/help/5030310) [10.0.22621.2361] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5030310](https://support.microsoft.com/help/5030310) [10.0.22621.2361] and later
      ✅ Windows Insider Preview | @@ -545,7 +545,7 @@ Specify to disallow downloads from Microsoft Connected Cache servers when the de | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -614,7 +614,7 @@ Specifies the method that Delivery Optimization can use to download content on b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -667,7 +667,7 @@ Specifies an arbitrary group ID that the device belongs to. A GUID must be used. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -736,7 +736,7 @@ Specifies the source of group ID used for peer selection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -791,7 +791,7 @@ Specifies the maximum background download bandwidth in KiloBytes/second that the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -846,7 +846,7 @@ Specifies the maximum time in seconds that each file is held in the Delivery Opt | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -901,7 +901,7 @@ Specifies the maximum cache size that Delivery Optimization can utilize, as a pe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -956,7 +956,7 @@ Specifies the maximum foreground download bandwidth in KiloBytes/second that the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1011,7 +1011,7 @@ Specifies the minimum download QoS (Quality of Service) in KiloBytes/sec for bac | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1066,7 +1066,7 @@ Specifies the minimum battery level required for uploading to peers, while on ba | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1121,7 +1121,7 @@ Specifies the required minimum total disk size in GB for the device to use P2P. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1176,7 +1176,7 @@ Specifies the minimum content file size in MB eligible to use P2P. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1231,7 +1231,7 @@ Specifies the minimum total RAM size in GB required to use P2P. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1284,7 +1284,7 @@ Specifies the drive that Delivery Optimization should use for its cache. The dri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1339,7 +1339,7 @@ Specifies the maximum bytes in GB that Delivery Optimization is allowed to uploa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1396,7 +1396,7 @@ Downloads from LAN peers won't be throttled even when this policy is set. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1451,7 +1451,7 @@ Specifies the maximum foreground download bandwidth that Delivery Optimization u | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1518,7 +1518,7 @@ In Windows 11 the 'Local Peer Discovery' option was introduced to restrict peer | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1572,7 +1572,7 @@ Specifies the maximum background download bandwidth that Delivery Optimization u | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1631,7 +1631,7 @@ This policy allows an IT Admin to define the following details: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5030310](https://support.microsoft.com/help/5030310) [10.0.22621.2361] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5030310](https://support.microsoft.com/help/5030310) [10.0.22621.2361] and later
      ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/policy-csp-desktop.md b/windows/client-management/mdm/policy-csp-desktop.md index c2c1c5c18b..cac549fe94 100644 --- a/windows/client-management/mdm/policy-csp-desktop.md +++ b/windows/client-management/mdm/policy-csp-desktop.md @@ -1,7 +1,7 @@ --- title: Desktop Policy CSP description: Learn more about the Desktop Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-desktopappinstaller.md b/windows/client-management/mdm/policy-csp-desktopappinstaller.md index eb317efb9d..932a1ed9b1 100644 --- a/windows/client-management/mdm/policy-csp-desktopappinstaller.md +++ b/windows/client-management/mdm/policy-csp-desktopappinstaller.md @@ -1,7 +1,7 @@ --- title: DesktopAppInstaller Policy CSP description: Learn more about the DesktopAppInstaller Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -83,7 +83,7 @@ This policy controls additional sources provided by the enterprise IT administra | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -144,7 +144,7 @@ This policy controls additional sources allowed by the enterprise IT administrat | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -204,7 +204,7 @@ Users will still be able to execute the *winget* command. The default help will | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -265,7 +265,7 @@ This policy controls whether the [Windows Package Manager](/windows/package-mana | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -326,7 +326,7 @@ This policy controls the default source included with the [Windows Package Manag | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -386,7 +386,7 @@ Experimental features are used during Windows Package Manager development cycle | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -445,7 +445,7 @@ This policy controls whether or not the [Windows Package Manager](/windows/packa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -506,7 +506,7 @@ This policy controls the ability to override malware vulnerability scans when in | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -565,7 +565,7 @@ This policy controls whether users can install packages with local manifest file | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -626,7 +626,7 @@ This policy controls the Microsoft Store source included with the [Windows Packa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -685,7 +685,7 @@ This policy controls whether users can install packages from a website that's us | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -745,7 +745,7 @@ The settings are stored inside of a .json file on the user’s system. It may be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -806,7 +806,7 @@ This policy doesn't override the "Enable App Installer" policy. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -865,7 +865,7 @@ This policy controls whether the [Windows Package Manager](/windows/package-mana | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | diff --git a/windows/client-management/mdm/policy-csp-deviceguard.md b/windows/client-management/mdm/policy-csp-deviceguard.md index d015682073..ee55955e87 100644 --- a/windows/client-management/mdm/policy-csp-deviceguard.md +++ b/windows/client-management/mdm/policy-csp-deviceguard.md @@ -1,7 +1,7 @@ --- title: DeviceGuard Policy CSP description: Learn more about the DeviceGuard Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -87,7 +87,7 @@ For more information about System Guard, see [Introducing Windows Defender Syste | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -150,7 +150,7 @@ Turns On Virtualization Based Security(VBS) | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -214,7 +214,7 @@ Credential Guard Configuration: 0 - Turns off CredentialGuard remotely if config | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -278,7 +278,7 @@ Machine Identity Isolation: 0 - Machine password is only LSASS-bound and stored | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/policy-csp-devicehealthmonitoring.md b/windows/client-management/mdm/policy-csp-devicehealthmonitoring.md index a91246ac62..e0a208aaf8 100644 --- a/windows/client-management/mdm/policy-csp-devicehealthmonitoring.md +++ b/windows/client-management/mdm/policy-csp-devicehealthmonitoring.md @@ -1,7 +1,7 @@ --- title: DeviceHealthMonitoring Policy CSP description: Learn more about the DeviceHealthMonitoring Area in Policy CSP. -ms.date: 02/14/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -70,7 +70,7 @@ DeviceHealthMonitoring is an opt-in health monitoring connection between the dev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -111,7 +111,7 @@ This policy is applicable only if the [AllowDeviceHealthMonitoring](#allowdevice | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -151,7 +151,7 @@ If the device isn't opted-in to the DeviceHealthMonitoring service via the Allow | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | diff --git a/windows/client-management/mdm/policy-csp-deviceinstallation.md b/windows/client-management/mdm/policy-csp-deviceinstallation.md index d4c8aab970..34f1ab4ce2 100644 --- a/windows/client-management/mdm/policy-csp-deviceinstallation.md +++ b/windows/client-management/mdm/policy-csp-deviceinstallation.md @@ -1,7 +1,7 @@ --- title: DeviceInstallation Policy CSP description: Learn more about the DeviceInstallation Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -125,7 +125,7 @@ To verify that the policy is applied, check C:\windows\INF\setupapi.dev.log and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -229,7 +229,7 @@ To verify the policy is applied, check C:\windows\INF\setupapi.dev.log and see i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -341,7 +341,7 @@ To verify that the policy is applied, check C:\windows\INF\setupapi.dev.log and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.256] and later
      ✅ Windows 10, version 1809 with [KB5005102](https://support.microsoft.com/help/5005102) [10.0.17763.2145] and later
      ✅ Windows 10, version 1903 [10.0.18362.1714] and later
      ✅ Windows 10, version 2004 with [KB5004296](https://support.microsoft.com/help/5004296) [10.0.19041.1151] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.256] and later
      ✅ Windows 10, version 1809 with [KB5005102](https://support.microsoft.com/help/5005102) [10.0.17763.2145] and later
      ✅ Windows 10, version 1903 [10.0.18362.1714] and later
      ✅ Windows 10, version 2004 with [KB5004296](https://support.microsoft.com/help/5004296) [10.0.19041.1151] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -457,7 +457,7 @@ You can also change the evaluation order of device installation policy settings | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -516,7 +516,7 @@ This policy setting allows you to prevent Windows from retrieving device metadat | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -615,7 +615,7 @@ You can also block installation by using a custom profile in Intune. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -719,7 +719,7 @@ For example, this custom profile blocks installation and usage of USB devices wi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -830,7 +830,7 @@ To prevent installation of devices with matching device instance IDs by using cu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-devicelock.md b/windows/client-management/mdm/policy-csp-devicelock.md index 4bacc831f5..9fc3c22b95 100644 --- a/windows/client-management/mdm/policy-csp-devicelock.md +++ b/windows/client-management/mdm/policy-csp-devicelock.md @@ -1,7 +1,7 @@ --- title: DeviceLock Policy CSP description: Learn more about the DeviceLock Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -63,7 +63,7 @@ Account lockout threshold - This security setting determines the number of faile | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -113,7 +113,7 @@ Allow Administrator account lockout This security setting determines whether the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -168,7 +168,7 @@ Specifies whether the user must input a PIN or password when the device resumes | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -217,7 +217,7 @@ Specifies whether to show a user-configurable setting to control the screen time | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -271,7 +271,7 @@ For more information about this policy, see [Exchange ActiveSync Policy Engine O | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -328,7 +328,7 @@ Determines the type of PIN or password required. This policy only applies if the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -379,7 +379,7 @@ This security setting determines whether the operating system stores passwords u | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -464,7 +464,7 @@ Specifies whether device lock is enabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -512,7 +512,7 @@ For more information about this policy, see [Exchange ActiveSync Policy Engine O | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -562,7 +562,7 @@ For more information about this policy, see [Exchange ActiveSync Policy Engine O | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -601,7 +601,7 @@ Specifies the default lock screen and logon image shown when no user is signed i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -639,7 +639,7 @@ Specifies the default lock screen and logon image shown when no user is signed i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -684,7 +684,7 @@ The number of authentication failures allowed before the device will be wiped. A | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -737,7 +737,7 @@ This security setting determines the period of time (in days) that a password ca | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -784,7 +784,7 @@ On HoloLens, this timeout is controlled by the device's system sleep timeout, re | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -825,7 +825,7 @@ Sets the maximum timeout value for the external display. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -903,7 +903,7 @@ For more information about this policy, see [Exchange ActiveSync Policy Engine O | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -974,7 +974,7 @@ The following example shows how to set the minimum password length to 4 characte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1024,7 +1024,7 @@ This security setting determines the period of time (in days) that a password mu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1077,7 +1077,7 @@ This security setting determines the least number of characters that a password | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1127,7 +1127,7 @@ This security setting determines the minimum password length for which password | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1187,7 +1187,7 @@ Complexity requirements are enforced when passwords are changed or created. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1241,7 +1241,7 @@ This security setting determines the number of unique new passwords that have to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1300,7 +1300,7 @@ If you enable this setting, users will no longer be able to enable or disable lo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1359,7 +1359,7 @@ If you enable this setting, users will no longer be able to modify slide show se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1417,7 +1417,7 @@ This setting controls whether the minimum password length setting can be increas | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-display.md b/windows/client-management/mdm/policy-csp-display.md index 2c7e2917eb..fef26a3307 100644 --- a/windows/client-management/mdm/policy-csp-display.md +++ b/windows/client-management/mdm/policy-csp-display.md @@ -1,7 +1,7 @@ --- title: Display Policy CSP description: Learn more about the Display Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -82,7 +82,7 @@ This policy sets the default display arrangement to pick between clone or extend | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -148,7 +148,7 @@ Enabling this setting lets you specify the system-wide default for desktop appli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -239,7 +239,7 @@ Enabling this setting lets you specify the system-wide default for desktop appli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -305,7 +305,7 @@ Enabling this setting lets you specify the system-wide default for desktop appli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -365,7 +365,7 @@ This policy sets the cloned monitor preferred resolution source to an internal o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -443,7 +443,7 @@ To validate on Desktop, do the following tasks: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-dmaguard.md b/windows/client-management/mdm/policy-csp-dmaguard.md index f3c22ca841..5144cb23e9 100644 --- a/windows/client-management/mdm/policy-csp-dmaguard.md +++ b/windows/client-management/mdm/policy-csp-dmaguard.md @@ -1,7 +1,7 @@ --- title: DmaGuard Policy CSP description: Learn more about the DmaGuard Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | diff --git a/windows/client-management/mdm/policy-csp-eap.md b/windows/client-management/mdm/policy-csp-eap.md index 64de1f0ca5..6a3ca832e5 100644 --- a/windows/client-management/mdm/policy-csp-eap.md +++ b/windows/client-management/mdm/policy-csp-eap.md @@ -1,7 +1,7 @@ --- title: Eap Policy CSP description: Learn more about the Eap Area in Policy CSP. -ms.date: 02/14/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-education.md b/windows/client-management/mdm/policy-csp-education.md index 4efe4c1ad8..62c1b020a8 100644 --- a/windows/client-management/mdm/policy-csp-education.md +++ b/windows/client-management/mdm/policy-csp-education.md @@ -1,7 +1,7 @@ --- title: Education Policy CSP description: Learn more about the Education Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -87,7 +87,7 @@ This policy setting allows you to control whether graphing functionality is avai | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -127,7 +127,7 @@ The policy value is expected to be the name (network host name) of an installed | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -180,7 +180,7 @@ This policy setting allows you to control whether EDU-specific theme packs are a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -229,7 +229,7 @@ This policy setting allows tenant to control whether to declare this OS as an ed | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -305,7 +305,7 @@ This setting doesn't delete printers that users have already added. However, if | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/policy-csp-enterprisecloudprint.md b/windows/client-management/mdm/policy-csp-enterprisecloudprint.md index 0d94ccfd85..622c0b3791 100644 --- a/windows/client-management/mdm/policy-csp-enterprisecloudprint.md +++ b/windows/client-management/mdm/policy-csp-enterprisecloudprint.md @@ -1,7 +1,7 @@ --- title: EnterpriseCloudPrint Policy CSP description: Learn more about the EnterpriseCloudPrint Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -67,7 +67,7 @@ The default value is an empty string. Otherwise, the value should contain the UR | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -114,7 +114,7 @@ The default value is an empty string. Otherwise, the value should contain the UR | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -161,7 +161,7 @@ The default value is an empty string. Otherwise, the value should contain a GUID | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -208,7 +208,7 @@ The default value is an empty string. Otherwise, the value should contain a URL. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -250,7 +250,7 @@ This policy must target ./User, otherwise it fails. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-errorreporting.md b/windows/client-management/mdm/policy-csp-errorreporting.md index 1fc4e56ebb..ba3e8dc6b3 100644 --- a/windows/client-management/mdm/policy-csp-errorreporting.md +++ b/windows/client-management/mdm/policy-csp-errorreporting.md @@ -1,7 +1,7 @@ --- title: ErrorReporting Policy CSP description: Learn more about the ErrorReporting Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -90,7 +90,7 @@ This policy setting determines the consent behavior of Windows Error Reporting f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -149,7 +149,7 @@ This policy setting turns off Windows Error Reporting, so that reports aren't co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -212,7 +212,7 @@ See also the Configure Error Reporting policy setting. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -271,7 +271,7 @@ This policy setting controls whether additional data in support of error reports | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-eventlogservice.md b/windows/client-management/mdm/policy-csp-eventlogservice.md index e79a85ea8b..863a6bf3c6 100644 --- a/windows/client-management/mdm/policy-csp-eventlogservice.md +++ b/windows/client-management/mdm/policy-csp-eventlogservice.md @@ -1,7 +1,7 @@ --- title: EventLogService Policy CSP description: Learn more about the EventLogService Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -84,7 +84,7 @@ This policy setting controls Event Log behavior when the log file reaches its ma | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -142,7 +142,7 @@ This policy setting specifies the maximum size of the log file in kilobytes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -200,7 +200,7 @@ This policy setting specifies the maximum size of the log file in kilobytes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-experience.md b/windows/client-management/mdm/policy-csp-experience.md index 37d22f55dc..92fb4be014 100644 --- a/windows/client-management/mdm/policy-csp-experience.md +++ b/windows/client-management/mdm/policy-csp-experience.md @@ -1,7 +1,7 @@ --- title: Experience Policy CSP description: Learn more about the Experience Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -148,7 +148,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -217,7 +217,7 @@ When Cortana is off, users will still be able to use search to find things on th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -266,7 +266,7 @@ Allows users to turn on/off device discovery UX. When set to 0 , the projection | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -333,7 +333,7 @@ When Find My Device is off, the device and its location aren't registered and th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -385,7 +385,7 @@ Specifies whether to allow the user to delete the workplace account using the wo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -434,7 +434,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -483,7 +483,7 @@ Allow screen capture. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -553,7 +553,7 @@ This policy setting allows you to control whether screen recording functionality | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -602,7 +602,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -651,7 +651,7 @@ Allow SIM error dialog prompts when no SIM is inserted. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -714,7 +714,7 @@ The following list shows the supported values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -763,7 +763,7 @@ Allows or disallows all Windows sync settings on the device. For information abo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -886,7 +886,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1002,7 +1002,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1066,7 +1066,7 @@ Prior to Windows 10, version 1803, this policy had User scope. This policy allow | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1133,7 +1133,7 @@ Specifies whether to turn off all Windows spotlight features at once. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1201,7 +1201,7 @@ This policy allows administrators to prevent Windows spotlight notifications fro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1264,7 +1264,7 @@ This policy allows IT admins to turn off Suggestions in Settings app. These sugg | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1332,7 +1332,7 @@ This policy setting lets you turn off the Windows spotlight Windows welcome expe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1399,7 +1399,7 @@ Enables or disables Windows Tips / soft landing. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1474,7 +1474,7 @@ This policy setting allows you to configure the Chat icon on the taskbar. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1551,7 +1551,7 @@ Additionally, if you check the "Include content from Enterprise spotlight" check | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1618,7 +1618,7 @@ This policy setting lets you turn off cloud optimized content in all Windows exp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1685,7 +1685,7 @@ This policy setting lets you turn off cloud consumer account state content in al | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1734,7 +1734,7 @@ Allows Text Translation feature to be enabled/disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1804,7 +1804,7 @@ This policy setting allows an organization to prevent its devices from showing f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1891,7 +1891,7 @@ _**Turn syncing off by default but don’t disable**_ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5041582](https://support.microsoft.com/help/5041582) [10.0.19045.4842] and later
      ✅ Windows 11, version 22H2 with [KB5020044](https://support.microsoft.com/help/5020044) [10.0.22621.900] and later
      ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ❌ Device
      ✅ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5041582](https://support.microsoft.com/help/5041582) [10.0.19045.4842] and later
      ✅ Windows 11, version 22H2 with [KB5020044](https://support.microsoft.com/help/5020044) [10.0.22621.900] and later
      ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1940,7 +1940,7 @@ Organizational messages allow Administrators to deliver messages to their end us | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2023,7 +2023,7 @@ _**Prevent syncing of browser settings and let users turn on syncing**_ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | diff --git a/windows/client-management/mdm/policy-csp-exploitguard.md b/windows/client-management/mdm/policy-csp-exploitguard.md index 1722439b80..cd294dd130 100644 --- a/windows/client-management/mdm/policy-csp-exploitguard.md +++ b/windows/client-management/mdm/policy-csp-exploitguard.md @@ -1,7 +1,7 @@ --- title: ExploitGuard Policy CSP description: Learn more about the ExploitGuard Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/policy-csp-federatedauthentication.md b/windows/client-management/mdm/policy-csp-federatedauthentication.md index da5662f29d..7fed11d91e 100644 --- a/windows/client-management/mdm/policy-csp-federatedauthentication.md +++ b/windows/client-management/mdm/policy-csp-federatedauthentication.md @@ -1,7 +1,7 @@ --- title: FederatedAuthentication Policy CSP description: Learn more about the FederatedAuthentication Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | diff --git a/windows/client-management/mdm/policy-csp-fileexplorer.md b/windows/client-management/mdm/policy-csp-fileexplorer.md index e49af36ddf..55d037f04b 100644 --- a/windows/client-management/mdm/policy-csp-fileexplorer.md +++ b/windows/client-management/mdm/policy-csp-fileexplorer.md @@ -1,7 +1,7 @@ --- title: FileExplorer Policy CSP description: Learn more about the FileExplorer Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -75,7 +75,7 @@ When the Network folder is restricted, give the user the option to enumerate and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -128,7 +128,7 @@ When This PC location is restricted, give the user the option to enumerate and n | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -191,7 +191,7 @@ Turning off this setting will prevent File Explorer from requesting cloud file m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -248,7 +248,7 @@ A value that can represent one or more folder locations in File Explorer. If not | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -307,7 +307,7 @@ A value that can represent one or more storage locations in File Explorer. If no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -362,7 +362,7 @@ Disabling data execution prevention can allow certain legacy plug-in application | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-filesystem.md b/windows/client-management/mdm/policy-csp-filesystem.md index bc73918bf9..79f4e79033 100644 --- a/windows/client-management/mdm/policy-csp-filesystem.md +++ b/windows/client-management/mdm/policy-csp-filesystem.md @@ -1,7 +1,7 @@ --- title: FileSystem Policy CSP description: Learn more about the FileSystem Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.2338] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.2338] and later
      ✅ Windows Insider Preview | @@ -80,7 +80,7 @@ A reboot is required for this setting to take effect. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.2338] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.2338] and later
      ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/policy-csp-games.md b/windows/client-management/mdm/policy-csp-games.md index 42f5209042..ca4dea9644 100644 --- a/windows/client-management/mdm/policy-csp-games.md +++ b/windows/client-management/mdm/policy-csp-games.md @@ -1,7 +1,7 @@ --- title: Games Policy CSP description: Learn more about the Games Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-handwriting.md b/windows/client-management/mdm/policy-csp-handwriting.md index 2dc76390b0..ec4a1dfab0 100644 --- a/windows/client-management/mdm/policy-csp-handwriting.md +++ b/windows/client-management/mdm/policy-csp-handwriting.md @@ -1,7 +1,7 @@ --- title: Handwriting Policy CSP description: Learn more about the Handwriting Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/policy-csp-humanpresence.md b/windows/client-management/mdm/policy-csp-humanpresence.md index 38c80beebe..1b7009e02c 100644 --- a/windows/client-management/mdm/policy-csp-humanpresence.md +++ b/windows/client-management/mdm/policy-csp-humanpresence.md @@ -1,7 +1,7 @@ --- title: HumanPresence Policy CSP description: Learn more about the HumanPresence Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -86,7 +86,7 @@ Determines whether Allow Adaptive Dimming When Battery Saver On checkbox is forc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -150,7 +150,7 @@ Determines whether Allow Lock on Leave When Battery Saver On checkbox is forced | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -214,7 +214,7 @@ Determines whether Allow Wake on Approach When External Display Connected checkb | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -278,7 +278,7 @@ Determines whether Disable Wake on Approach When Battery Saver On checkbox is fo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -342,7 +342,7 @@ This is a power saving feature that prolongs battery charge. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -406,7 +406,7 @@ Determines whether Lock on Leave is forced on/off by the MDM policy. The user wo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -470,7 +470,7 @@ Determines whether Wake On Arrival is forced on/off by the MDM policy. The user | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -535,7 +535,7 @@ Determines the timeout for Lock on Leave forced by the MDM policy. The user will | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -594,7 +594,7 @@ Determines whether detect when other people are looking at my screen is forced o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -653,7 +653,7 @@ Determines whether dim the screen when other people are looking at my screen che | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/policy-csp-internetexplorer.md b/windows/client-management/mdm/policy-csp-internetexplorer.md index c10d0663c7..7c74388142 100644 --- a/windows/client-management/mdm/policy-csp-internetexplorer.md +++ b/windows/client-management/mdm/policy-csp-internetexplorer.md @@ -1,7 +1,7 @@ --- title: InternetExplorer Policy CSP description: Learn more about the InternetExplorer Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -90,7 +90,7 @@ This policy setting allows you to add a specific list of search providers to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -153,7 +153,7 @@ This policy setting controls the ActiveX Filtering feature for websites that are | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -222,7 +222,7 @@ Value - A number indicating whether Internet Explorer should deny or allow the a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -283,7 +283,7 @@ This AutoComplete feature can remember and suggest User names and passwords on F | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -346,7 +346,7 @@ This policy setting allows you to turn on the certificate address mismatch secur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -413,7 +413,7 @@ If the "Prevent access to Delete Browsing History" policy setting is enabled, th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -478,7 +478,7 @@ Enhanced Protected Mode provides additional protection against malicious website | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -543,7 +543,7 @@ This policy setting allows Internet Explorer to provide enhanced suggestions as | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -605,7 +605,7 @@ If you disable or don't configure this policy setting, the menu option won't app | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -667,7 +667,7 @@ This policy setting lets you specify where to find the list of websites you want | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -727,7 +727,7 @@ If you disable this policy, system defaults will be used. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -789,7 +789,7 @@ This policy setting allows you to add specific sites that must be viewed in Inte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -854,7 +854,7 @@ This policy setting controls how Internet Explorer displays local intranet conte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -923,7 +923,7 @@ Note. It's recommended to configure template policy settings in one Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -992,7 +992,7 @@ Note. It's recommended to configure template policy settings in one Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -1055,7 +1055,7 @@ If you disable, or don't configure this policy, some functionality for Internet | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1124,7 +1124,7 @@ Note. It's recommended to configure template policy settings in one Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1193,7 +1193,7 @@ Note. It's recommended to configure template policy settings in one Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1262,7 +1262,7 @@ Note. It's recommended to configure template policy settings in one Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1331,7 +1331,7 @@ Note. It's recommended to configure template policy settings in one Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1400,7 +1400,7 @@ Note. It's recommended to configure template policy settings in one Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1463,7 +1463,7 @@ This policy allows the user to go directly to an intranet site for a one-word en | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later
      ✅ Windows 10, version 1903 [10.0.18362.1350] and later
      ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later
      ✅ Windows 10, version 1903 [10.0.18362.1350] and later
      ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later | @@ -1542,7 +1542,7 @@ For more information, see | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1639,7 +1639,7 @@ Value and index pairs in the SyncML example: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1708,7 +1708,7 @@ Note. It's recommended to configure template policy settings in one Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1773,7 +1773,7 @@ This policy setting allows you to manage whether software, such as ActiveX contr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1842,7 +1842,7 @@ Note. It's recommended to configure template policy settings in one Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1907,7 +1907,7 @@ This policy setting controls the Suggested Sites feature, which recommends websi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1976,7 +1976,7 @@ Note. It's recommended to configure template policy settings in one Group Policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2041,7 +2041,7 @@ This policy setting allows you to manage whether Internet Explorer will check re | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2106,7 +2106,7 @@ This policy setting allows you to manage whether Internet Explorer checks for di | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later
      ✅ Windows 10, version 1903 [10.0.18362.1350] and later
      ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later
      ✅ Windows 10, version 1903 [10.0.18362.1350] and later
      ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later | @@ -2396,7 +2396,7 @@ If the Windows Update for the next version of Microsoft Edge* or Microsoft Edge | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2462,7 +2462,7 @@ This policy setting determines whether Internet Explorer requires that all file- | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2523,7 +2523,7 @@ For more information, see "Out-of-date ActiveX control blocking" in the Internet | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2586,7 +2586,7 @@ This policy setting determines whether the user can bypass warnings from SmartSc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2649,7 +2649,7 @@ This policy setting determines whether the user can bypass warnings from SmartSc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2712,7 +2712,7 @@ This policy setting controls the Compatibility View feature, which allows the us | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2775,7 +2775,7 @@ This setting specifies the number of days that Internet Explorer tracks views of | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2838,7 +2838,7 @@ This policy setting allows you to manage the crash detection feature of add-on M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2903,7 +2903,7 @@ This policy setting prevents the user from participating in the Customer Experie | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2970,7 +2970,7 @@ If the "Prevent access to Delete Browsing History" policy setting is enabled, th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3033,7 +3033,7 @@ This policy setting prevents the user from having enclosures (file attachments) | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3098,7 +3098,7 @@ This policy setting allows you to turn off support for Transport Layer Security | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -3161,7 +3161,7 @@ This policy setting controls whether to have background synchronization for feed | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3229,7 +3229,7 @@ Starting with Windows 8, the "Welcome to Internet Explorer" webpage isn't availa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3296,7 +3296,7 @@ Microsoft collects your browsing history to improve how flip ahead with page pre | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -3361,7 +3361,7 @@ This policy setting allows you to disable browser geolocation support. This will | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3420,7 +3420,7 @@ The Home page specified on the General tab of the Internet Options dialog box is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1060] and later
      ✅ Windows 10, version 1809 [10.0.17763.3460] and later
      ✅ Windows 10, version 2004 [10.0.19041.2060] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1030] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.1060] and later
      ✅ Windows 10, version 1809 [10.0.17763.3460] and later
      ✅ Windows 10, version 2004 [10.0.19041.2060] and later
      ✅ Windows 11, version 21H2 [10.0.22000.1030] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3483,7 +3483,7 @@ This policy setting specifies if running the HTML Application (HTA file) is bloc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3546,7 +3546,7 @@ This policy setting prevents the user from ignoring Secure Sockets Layer/Transpo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3613,7 +3613,7 @@ InPrivate Browsing prevents Internet Explorer from storing data about a user's b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later
      ✅ Windows 10, version 1903 [10.0.18362.1350] and later
      ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later
      ✅ Windows 10, version 1903 [10.0.18362.1350] and later
      ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later | @@ -3709,7 +3709,7 @@ If you disable, or don't configure this policy, all sites are opened using the c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3767,7 +3767,7 @@ If you disable, or don't configure this policy, all sites are opened using the c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3830,7 +3830,7 @@ This policy setting specifies if a user can change proxy settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3893,7 +3893,7 @@ This policy setting prevents the user from changing the default search provider | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3958,7 +3958,7 @@ Secondary home pages are the default Web pages that Internet Explorer loads in s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4021,7 +4021,7 @@ This policy setting turns off the Security Settings Check feature, which checks | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4082,7 +4082,7 @@ This policy is intended to help the administrator maintain version control for I | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -4147,7 +4147,7 @@ This AutoComplete feature suggests possible matches when users are entering Web | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4214,7 +4214,7 @@ When Enhanced Protected Mode is enabled, and a user encounters a website that at | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4280,7 +4280,7 @@ Also, see the "Security zones: Use only machine settings" policy. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4346,7 +4346,7 @@ Also, see the "Security zones: Use only machine settings" policy. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4411,7 +4411,7 @@ For more information, see "Outdated ActiveX Controls" in the Internet Explorer T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4481,7 +4481,7 @@ For more information, see "Outdated ActiveX Controls" in the Internet Explorer T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.143] and later
      ✅ Windows 10, version 1903 [10.0.18362.1474] and later
      ✅ Windows 10, version 2004 with [KB5000842](https://support.microsoft.com/help/5000842) [10.0.19041.906] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.143] and later
      ✅ Windows 10, version 1903 [10.0.18362.1474] and later
      ✅ Windows 10, version 2004 with [KB5000842](https://support.microsoft.com/help/5000842) [10.0.19041.906] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4546,7 +4546,7 @@ For more information, see | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.558] and later
      ✅ Windows 10, version 2004 [10.0.19041.1566] and later
      ✅ Windows 11, version 21H2 with [KB5010414](https://support.microsoft.com/help/5010414) [10.0.22000.527] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.558] and later
      ✅ Windows 10, version 2004 [10.0.19041.1566] and later
      ✅ Windows 11, version 21H2 with [KB5010414](https://support.microsoft.com/help/5010414) [10.0.22000.527] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -4614,7 +4614,7 @@ To learn more about disabling Internet Explorer 11 as a standalone browser, see | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4679,7 +4679,7 @@ This policy setting controls whether local sites which aren't explicitly mapped | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4744,7 +4744,7 @@ This policy setting controls whether URLs representing UNCs are mapped into the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4808,7 +4808,7 @@ This policy setting allows you to manage whether Internet Explorer can access da | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4872,7 +4872,7 @@ This policy setting manages whether users will be automatically prompted for Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4934,7 +4934,7 @@ This policy setting determines whether users will be prompted for non user-initi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5000,7 +5000,7 @@ If you select Prompt in the drop-down box, users are queried as to whether to pe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5064,7 +5064,7 @@ This policy setting allows you to manage whether users can drag files or copy an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5130,7 +5130,7 @@ This policy setting allows you to manage whether pages of the zone may download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5194,7 +5194,7 @@ This policy setting allows you to manage whether Web sites from less privileged | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5258,7 +5258,7 @@ This policy setting allows you to manage the loading of Extensible Application M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5322,7 +5322,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5384,7 +5384,7 @@ This policy setting controls whether or not the user is prompted to allow Active | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5446,7 +5446,7 @@ This policy setting controls whether or not the user is allowed to run the TDC A | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5510,7 +5510,7 @@ This policy setting determines whether a page can control embedded WebBrowser co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5574,7 +5574,7 @@ This policy setting allows you to manage restrictions on script-initiated pop-up | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5638,7 +5638,7 @@ This policy setting allows you to manage whether the user can run scriptlets. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5705,7 +5705,7 @@ This policy setting controls whether SmartScreen Filter scans pages in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5767,7 +5767,7 @@ This policy setting allows you to manage whether script is allowed to update the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5831,7 +5831,7 @@ This policy setting allows you to manage the preservation of information in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -5897,7 +5897,7 @@ If you don't configure or disable this policy setting, VBScript is prevented fro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -5961,7 +5961,7 @@ This policy setting determines whether Internet Explorer runs antimalware progra | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6025,7 +6025,7 @@ This policy setting allows you to manage whether users may download signed Activ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6089,7 +6089,7 @@ This policy setting allows you to manage whether users may download unsigned Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6151,7 +6151,7 @@ This policy controls whether or not the Cross-Site Scripting (XSS) Filter will d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6217,7 +6217,7 @@ In Internet Explorer 9 and earlier versions, if you disable this policy or don't | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6283,7 +6283,7 @@ In Internet Explorer 9 and earlier versions, if you disable this policy setting | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6347,7 +6347,7 @@ This policy setting allows you to manage MIME sniffing for file promotion from o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6411,7 +6411,7 @@ This policy setting allows you to turn on Protected Mode. Protected Mode helps p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6475,7 +6475,7 @@ This policy setting controls whether or not local path information is sent when | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -6541,7 +6541,7 @@ This policy setting allows you to manage ActiveX controls not marked as safe. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6611,7 +6611,7 @@ High Safety enables applets to run in their sandbox. Disable Java to prevent any | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6675,7 +6675,7 @@ This policy setting allows you to manage whether applications may be run and fil | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6747,7 +6747,7 @@ Automatic logon with current user name and password to attempt logon using Windo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -6811,7 +6811,7 @@ This policy setting allows you to manage the opening of windows and frames and a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6875,7 +6875,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6939,7 +6939,7 @@ This policy setting controls whether or not the "Open File - Security Warning" m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -7003,7 +7003,7 @@ This policy setting allows you to manage whether unwanted pop-up windows appear. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -7067,7 +7067,7 @@ This policy setting allows you to manage whether Internet Explorer can access da | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -7131,7 +7131,7 @@ This policy setting manages whether users will be automatically prompted for Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -7193,7 +7193,7 @@ This policy setting determines whether users will be prompted for non user-initi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -7259,7 +7259,7 @@ This policy setting allows you to manage whether pages of the zone may download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -7323,7 +7323,7 @@ This policy setting allows you to manage whether Web sites from less privileged | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -7387,7 +7387,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -7451,7 +7451,7 @@ This policy setting allows you to manage whether the user can run scriptlets. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -7518,7 +7518,7 @@ This policy setting controls whether SmartScreen Filter scans pages in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -7582,7 +7582,7 @@ This policy setting allows you to manage the preservation of information in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -7646,7 +7646,7 @@ This policy setting determines whether Internet Explorer runs antimalware progra | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -7712,7 +7712,7 @@ This policy setting allows you to manage ActiveX controls not marked as safe. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -7782,7 +7782,7 @@ High Safety enables applets to run in their sandbox. Disable Java to prevent any | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2227] and later
      ✅ [10.0.25398.643] and later
      ✅ [10.0.25965] and later
      ✅ Windows 10, version 2004 [10.0.19041.3758] and later
      ✅ Windows 11, version 22H2 with [KB5032288](https://support.microsoft.com/help/5032288) [10.0.22621.2792] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2227] and later
      ✅ [10.0.25398.643] and later
      ✅ [10.0.25965] and later
      ✅ Windows 10, version 2004 [10.0.19041.3758] and later
      ✅ Windows 11, version 22H2 with [KB5032288](https://support.microsoft.com/help/5032288) [10.0.22621.2792] and later | @@ -7854,7 +7854,7 @@ Automatic logon with current user name and password to attempt logon using Windo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -7918,7 +7918,7 @@ This policy setting allows you to manage the opening of windows and frames and a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7981,7 +7981,7 @@ This policy setting specifies whether JScript or JScript9Legacy is loaded. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later
      ✅ Windows 10, version 1903 [10.0.18362.1350] and later
      ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later
      ✅ Windows 10, version 1903 [10.0.18362.1350] and later
      ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later | @@ -8076,7 +8076,7 @@ For more info about how to use this policy together with other related policies | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8140,7 +8140,7 @@ This policy setting allows you to manage whether Internet Explorer can access da | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8204,7 +8204,7 @@ This policy setting manages whether users will be automatically prompted for Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8266,7 +8266,7 @@ This policy setting determines whether users will be prompted for non user-initi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8332,7 +8332,7 @@ This policy setting allows you to manage whether pages of the zone may download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8396,7 +8396,7 @@ This policy setting allows you to manage whether Web sites from less privileged | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8460,7 +8460,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8524,7 +8524,7 @@ This policy setting allows you to manage whether the user can run scriptlets. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8591,7 +8591,7 @@ This policy setting controls whether SmartScreen Filter scans pages in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8655,7 +8655,7 @@ This policy setting allows you to manage the preservation of information in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -8719,7 +8719,7 @@ This policy setting determines whether Internet Explorer runs antimalware progra | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8785,7 +8785,7 @@ This policy setting allows you to manage ActiveX controls not marked as safe. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -8855,7 +8855,7 @@ High Safety enables applets to run in their sandbox. Disable Java to prevent any | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2227] and later
      ✅ [10.0.25398.643] and later
      ✅ [10.0.25965] and later
      ✅ Windows 10, version 2004 [10.0.19041.3758] and later
      ✅ Windows 11, version 22H2 with [KB5032288](https://support.microsoft.com/help/5032288) [10.0.22621.2792] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2227] and later
      ✅ [10.0.25398.643] and later
      ✅ [10.0.25965] and later
      ✅ Windows 10, version 2004 [10.0.19041.3758] and later
      ✅ Windows 11, version 22H2 with [KB5032288](https://support.microsoft.com/help/5032288) [10.0.22621.2792] and later | @@ -8927,7 +8927,7 @@ Automatic logon with current user name and password to attempt logon using Windo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -8991,7 +8991,7 @@ This policy setting allows you to manage the opening of windows and frames and a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9055,7 +9055,7 @@ This policy setting allows you to manage whether Internet Explorer can access da | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9119,7 +9119,7 @@ This policy setting manages whether users will be automatically prompted for Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9181,7 +9181,7 @@ This policy setting determines whether users will be prompted for non user-initi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9247,7 +9247,7 @@ This policy setting allows you to manage whether pages of the zone may download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9311,7 +9311,7 @@ This policy setting allows you to manage whether Web sites from less privileged | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9375,7 +9375,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9439,7 +9439,7 @@ This policy setting allows you to manage whether the user can run scriptlets. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9506,7 +9506,7 @@ This policy setting controls whether SmartScreen Filter scans pages in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9570,7 +9570,7 @@ This policy setting allows you to manage the preservation of information in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9636,7 +9636,7 @@ This policy setting allows you to manage ActiveX controls not marked as safe. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -9706,7 +9706,7 @@ High Safety enables applets to run in their sandbox. Disable Java to prevent any | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9770,7 +9770,7 @@ This policy setting allows you to manage the opening of windows and frames and a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -9840,7 +9840,7 @@ High Safety enables applets to run in their sandbox. Disable Java to prevent any | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9904,7 +9904,7 @@ This policy setting allows you to manage whether Internet Explorer can access da | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -9968,7 +9968,7 @@ This policy setting manages whether users will be automatically prompted for Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10030,7 +10030,7 @@ This policy setting determines whether users will be prompted for non user-initi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10096,7 +10096,7 @@ This policy setting allows you to manage whether pages of the zone may download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10160,7 +10160,7 @@ This policy setting allows you to manage whether Web sites from less privileged | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10224,7 +10224,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10288,7 +10288,7 @@ This policy setting allows you to manage whether the user can run scriptlets. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10355,7 +10355,7 @@ This policy setting controls whether SmartScreen Filter scans pages in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10419,7 +10419,7 @@ This policy setting allows you to manage the preservation of information in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10485,7 +10485,7 @@ This policy setting allows you to manage ActiveX controls not marked as safe. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10549,7 +10549,7 @@ This policy setting allows you to manage the opening of windows and frames and a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10613,7 +10613,7 @@ This policy setting allows you to manage whether Internet Explorer can access da | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10677,7 +10677,7 @@ This policy setting manages whether users will be automatically prompted for Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10739,7 +10739,7 @@ This policy setting determines whether users will be prompted for non user-initi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10805,7 +10805,7 @@ This policy setting allows you to manage whether pages of the zone may download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10869,7 +10869,7 @@ This policy setting allows you to manage whether Web sites from less privileged | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10933,7 +10933,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -10997,7 +10997,7 @@ This policy setting allows you to manage whether the user can run scriptlets. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11064,7 +11064,7 @@ This policy setting controls whether SmartScreen Filter scans pages in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11128,7 +11128,7 @@ This policy setting allows you to manage the preservation of information in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11194,7 +11194,7 @@ This policy setting allows you to manage ActiveX controls not marked as safe. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -11264,7 +11264,7 @@ High Safety enables applets to run in their sandbox. Disable Java to prevent any | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11328,7 +11328,7 @@ This policy setting allows you to manage the opening of windows and frames and a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11392,7 +11392,7 @@ This policy setting allows you to manage whether Internet Explorer can access da | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11456,7 +11456,7 @@ This policy setting manages whether users will be automatically prompted for Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11518,7 +11518,7 @@ This policy setting determines whether users will be prompted for non user-initi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11584,7 +11584,7 @@ This policy setting allows you to manage whether pages of the zone may download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11648,7 +11648,7 @@ This policy setting allows you to manage whether Web sites from less privileged | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11712,7 +11712,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11776,7 +11776,7 @@ This policy setting allows you to manage whether the user can run scriptlets. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11843,7 +11843,7 @@ This policy setting controls whether SmartScreen Filter scans pages in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11907,7 +11907,7 @@ This policy setting allows you to manage the preservation of information in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -11973,7 +11973,7 @@ This policy setting allows you to manage ActiveX controls not marked as safe. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -12043,7 +12043,7 @@ High Safety enables applets to run in their sandbox. Disable Java to prevent any | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12107,7 +12107,7 @@ This policy setting allows you to manage the opening of windows and frames and a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12171,7 +12171,7 @@ This policy setting allows you to manage whether Internet Explorer can access da | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12235,7 +12235,7 @@ This policy setting manages whether users will be automatically prompted for Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12297,7 +12297,7 @@ This policy setting determines whether users will be prompted for non user-initi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12363,7 +12363,7 @@ This policy setting allows you to manage whether pages of the zone may download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12427,7 +12427,7 @@ This policy setting allows you to manage whether Web sites from less privileged | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12491,7 +12491,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12555,7 +12555,7 @@ This policy setting allows you to manage whether the user can run scriptlets. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12622,7 +12622,7 @@ This policy setting controls whether SmartScreen Filter scans pages in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12686,7 +12686,7 @@ This policy setting allows you to manage the preservation of information in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12752,7 +12752,7 @@ This policy setting allows you to manage ActiveX controls not marked as safe. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -12822,7 +12822,7 @@ High Safety enables applets to run in their sandbox. Disable Java to prevent any | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -12886,7 +12886,7 @@ This policy setting allows you to manage the opening of windows and frames and a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -12950,7 +12950,7 @@ This policy setting determines whether Internet Explorer MIME sniffing will prev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -13014,7 +13014,7 @@ The MK Protocol Security Restriction policy setting reduces attack surface area | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -13076,7 +13076,7 @@ This policy setting allows you to specify what's displayed when the user opens a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -13140,7 +13140,7 @@ This policy setting allows you to manage whether the Notification bar is display | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -13202,7 +13202,7 @@ This policy setting prevents the user from managing SmartScreen Filter, which wa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -13265,7 +13265,7 @@ This policy setting allows you to prevent the installation of ActiveX controls o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -13329,7 +13329,7 @@ Internet Explorer places restrictions on each Web page it opens. The restriction | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -13394,7 +13394,7 @@ For more information, see "Outdated ActiveX Controls" in the Internet Explorer T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.261] and later
      ✅ Windows 10, version 1903 [10.0.18362.1832] and later
      ✅ Windows 10, version 2004 with [KB5005611](https://support.microsoft.com/help/5005611) [10.0.19041.1266] and later
      ✅ Windows 11, version 21H2 with [KB5006746](https://support.microsoft.com/help/5006746) [10.0.22000.282] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.261] and later
      ✅ Windows 10, version 1903 [10.0.18362.1832] and later
      ✅ Windows 10, version 2004 with [KB5005611](https://support.microsoft.com/help/5005611) [10.0.19041.1266] and later
      ✅ Windows 11, version 21H2 with [KB5006746](https://support.microsoft.com/help/5006746) [10.0.22000.282] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -13459,7 +13459,7 @@ For more information, see | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -13523,7 +13523,7 @@ This policy setting enables blocking of ActiveX control installation prompts for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -13587,7 +13587,7 @@ This policy setting allows you to manage whether Internet Explorer can access da | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -13651,7 +13651,7 @@ This policy setting allows you to manage whether script code on pages in the zon | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -13715,7 +13715,7 @@ This policy setting manages whether users will be automatically prompted for Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -13777,7 +13777,7 @@ This policy setting determines whether users will be prompted for non user-initi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -13841,7 +13841,7 @@ This policy setting allows you to manage dynamic binary and script behaviors: co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -13907,7 +13907,7 @@ If you select Prompt in the drop-down box, users are queried as to whether to pe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -13971,7 +13971,7 @@ This policy setting allows you to manage whether users can drag files or copy an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -14035,7 +14035,7 @@ This policy setting allows you to manage whether file downloads are permitted fr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -14101,7 +14101,7 @@ This policy setting allows you to manage whether pages of the zone may download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -14165,7 +14165,7 @@ This policy setting allows you to manage whether Web sites from less privileged | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -14229,7 +14229,7 @@ This policy setting allows you to manage the loading of Extensible Application M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -14293,7 +14293,7 @@ This policy setting allows you to manage whether a user's browser can be redirec | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -14357,7 +14357,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -14419,7 +14419,7 @@ This policy setting controls whether or not the user is prompted to allow Active | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -14481,7 +14481,7 @@ This policy setting controls whether or not the user is allowed to run the TDC A | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -14545,7 +14545,7 @@ This policy setting determines whether a page can control embedded WebBrowser co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -14609,7 +14609,7 @@ This policy setting allows you to manage restrictions on script-initiated pop-up | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -14673,7 +14673,7 @@ This policy setting allows you to manage whether the user can run scriptlets. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -14740,7 +14740,7 @@ This policy setting controls whether SmartScreen Filter scans pages in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -14802,7 +14802,7 @@ This policy setting allows you to manage whether script is allowed to update the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -14866,7 +14866,7 @@ This policy setting allows you to manage the preservation of information in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -14932,7 +14932,7 @@ If you don't configure or disable this policy setting, VBScript is prevented fro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -14996,7 +14996,7 @@ This policy setting determines whether Internet Explorer runs antimalware progra | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15060,7 +15060,7 @@ This policy setting allows you to manage whether users may download signed Activ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15124,7 +15124,7 @@ This policy setting allows you to manage whether users may download unsigned Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15186,7 +15186,7 @@ This policy controls whether or not the Cross-Site Scripting (XSS) Filter will d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15252,7 +15252,7 @@ In Internet Explorer 9 and earlier versions, if you disable this policy or don't | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15318,7 +15318,7 @@ In Internet Explorer 9 and earlier versions, if you disable this policy setting | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15382,7 +15382,7 @@ This policy setting allows you to manage MIME sniffing for file promotion from o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15446,7 +15446,7 @@ This policy setting controls whether or not local path information is sent when | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -15512,7 +15512,7 @@ This policy setting allows you to manage ActiveX controls not marked as safe. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15582,7 +15582,7 @@ High Safety enables applets to run in their sandbox. Disable Java to prevent any | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15646,7 +15646,7 @@ This policy setting allows you to manage whether applications may be run and fil | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15718,7 +15718,7 @@ Automatic logon with current user name and password to attempt logon using Windo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -15782,7 +15782,7 @@ This policy setting allows you to manage the opening of windows and frames and a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15848,7 +15848,7 @@ If you selected Prompt in the drop-down box, users are asked to choose whether t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15912,7 +15912,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -15978,7 +15978,7 @@ If you select Prompt in the drop-down box, users are queried to choose whether t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -16044,7 +16044,7 @@ If you select Prompt in the drop-down box, users are queried to choose whether t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -16108,7 +16108,7 @@ This policy setting controls whether or not the "Open File - Security Warning" m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -16172,7 +16172,7 @@ This policy setting allows you to turn on Protected Mode. Protected Mode helps p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -16236,7 +16236,7 @@ This policy setting allows you to manage whether unwanted pop-up windows appear. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -16300,7 +16300,7 @@ This policy setting enables blocking of file download prompts that aren't user i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -16364,7 +16364,7 @@ Internet Explorer allows scripts to programmatically open, resize, and repositio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -16430,7 +16430,7 @@ This policy setting allows you to restrict the search providers that appear in t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -16493,7 +16493,7 @@ Also, see the "Security zones: Don't allow users to change policies" policy. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later
      ✅ Windows 10, version 1903 [10.0.18362.1350] and later
      ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later
      ✅ Windows 10, version 1903 [10.0.18362.1350] and later
      ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later | @@ -16584,7 +16584,7 @@ Disabling, or not configuring this setting, opens all sites based on the current | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -16647,7 +16647,7 @@ This policy setting allows you to specify how ActiveX controls are installed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -16711,7 +16711,7 @@ This policy setting allows you to manage whether Internet Explorer can access da | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -16775,7 +16775,7 @@ This policy setting manages whether users will be automatically prompted for Act | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -16837,7 +16837,7 @@ This policy setting determines whether users will be prompted for non user-initi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -16903,7 +16903,7 @@ This policy setting allows you to manage whether pages of the zone may download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -16967,7 +16967,7 @@ This policy setting allows you to manage whether Web sites from less privileged | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -17031,7 +17031,7 @@ This policy setting allows you to manage whether .NET Framework components that | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -17095,7 +17095,7 @@ This policy setting allows you to manage whether the user can run scriptlets. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -17162,7 +17162,7 @@ This policy setting controls whether SmartScreen Filter scans pages in this zone | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -17226,7 +17226,7 @@ This policy setting allows you to manage the preservation of information in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -17290,7 +17290,7 @@ This policy setting determines whether Internet Explorer runs antimalware progra | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -17356,7 +17356,7 @@ This policy setting allows you to manage ActiveX controls not marked as safe. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -17426,7 +17426,7 @@ High Safety enables applets to run in their sandbox. Disable Java to prevent any | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2227] and later
      ✅ [10.0.25398.643] and later
      ✅ [10.0.25965] and later
      ✅ Windows 10, version 2004 [10.0.19041.3758] and later
      ✅ Windows 11, version 22H2 with [KB5032288](https://support.microsoft.com/help/5032288) [10.0.22621.2792] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2227] and later
      ✅ [10.0.25398.643] and later
      ✅ [10.0.25965] and later
      ✅ Windows 10, version 2004 [10.0.19041.3758] and later
      ✅ Windows 11, version 22H2 with [KB5032288](https://support.microsoft.com/help/5032288) [10.0.22621.2792] and later | @@ -17498,7 +17498,7 @@ Automatic logon with current user name and password to attempt logon using Windo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-kerberos.md b/windows/client-management/mdm/policy-csp-kerberos.md index acc05b4bdf..7feda0b531 100644 --- a/windows/client-management/mdm/policy-csp-kerberos.md +++ b/windows/client-management/mdm/policy-csp-kerberos.md @@ -1,7 +1,7 @@ --- title: Kerberos Policy CSP description: Learn more about the Kerberos Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -81,7 +81,7 @@ This policy setting defines the list of trusting forests that the Kerberos clien | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -148,7 +148,7 @@ This policy setting allows retrieving the Microsoft Entra Kerberos Ticket Granti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -207,7 +207,7 @@ This policy setting controls whether a device will request claims and compound a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -284,7 +284,7 @@ Events generated by this configuration: 205, 206, 207, 208. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -357,7 +357,7 @@ If you don't configure this policy, the SHA1 algorithm will assume the **Default | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -430,7 +430,7 @@ If you don't configure this policy, the SHA256 algorithm will assume the **Defau | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -503,7 +503,7 @@ If you don't configure this policy, the SHA384 algorithm will assume the **Defau | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -576,7 +576,7 @@ If you don't configure this policy, the SHA512 algorithm will assume the **Defau | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -641,7 +641,7 @@ This policy setting controls whether a computer requires that Kerberos message e | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -700,7 +700,7 @@ This policy setting controls the Kerberos client's behavior in validating the KD | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -764,7 +764,7 @@ The size of the context token buffer determines the maximum size of SSPI context | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | diff --git a/windows/client-management/mdm/policy-csp-kioskbrowser.md b/windows/client-management/mdm/policy-csp-kioskbrowser.md index 061ecffdfa..50c6288571 100644 --- a/windows/client-management/mdm/policy-csp-kioskbrowser.md +++ b/windows/client-management/mdm/policy-csp-kioskbrowser.md @@ -1,7 +1,7 @@ --- title: KioskBrowser Policy CSP description: Learn more about the KioskBrowser Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -66,7 +66,7 @@ List of exceptions to the blocked website URLs (with wildcard support). This is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -112,7 +112,7 @@ List of blocked website URLs (with wildcard support). This is used to configure | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -157,7 +157,7 @@ Configures the default URL kiosk browsers to navigate on launch and restart. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -211,7 +211,7 @@ When the policy is enabled, the Kiosk Browser app shows a button to reset the br | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -266,7 +266,7 @@ Enable/disable kiosk browser's home button. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -321,7 +321,7 @@ Enable/disable kiosk browser's navigation buttons (forward/back). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-lanmanworkstation.md b/windows/client-management/mdm/policy-csp-lanmanworkstation.md index 69d9d6d17c..c854a7c214 100644 --- a/windows/client-management/mdm/policy-csp-lanmanworkstation.md +++ b/windows/client-management/mdm/policy-csp-lanmanworkstation.md @@ -1,7 +1,7 @@ --- title: LanmanWorkstation Policy CSP description: Learn more about the LanmanWorkstation Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-licensing.md b/windows/client-management/mdm/policy-csp-licensing.md index b57d3f7614..e46174bab7 100644 --- a/windows/client-management/mdm/policy-csp-licensing.md +++ b/windows/client-management/mdm/policy-csp-licensing.md @@ -1,7 +1,7 @@ --- title: Licensing Policy CSP description: Learn more about the Licensing Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -89,7 +89,7 @@ Policy Options: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md b/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md index 9ce6bd86df..9c5d66ece3 100644 --- a/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md +++ b/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md @@ -1,7 +1,7 @@ --- title: LocalPoliciesSecurityOptions Policy CSP description: Learn more about the LocalPoliciesSecurityOptions Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -83,7 +83,7 @@ This policy setting prevents users from adding new Microsoft accounts on this co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -144,7 +144,7 @@ This security setting determines whether the local Administrator account is enab | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -202,7 +202,7 @@ This security setting determines if the Guest account is enabled or disabled. No | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -263,7 +263,7 @@ Accounts: Limit local account use of blank passwords to console logon only This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -312,7 +312,7 @@ Accounts: Rename administrator account This security setting determines whether | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -361,7 +361,7 @@ Accounts: Rename guest account This security setting determines whether a differ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -422,7 +422,7 @@ Audit: Audit the use of Backup and Restore privilege This security setting deter | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -463,7 +463,7 @@ Audit: Force audit policy subcategory settings (Windows Vista or later) to overr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -507,7 +507,7 @@ Audit: Shut down system immediately if unable to log security audits This securi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -556,7 +556,7 @@ Devices: Allowed to format and eject removable media This security setting deter | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -621,7 +621,7 @@ Devices: Allow undock without having to log on This security setting determines | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -683,7 +683,7 @@ Devices: Prevent users from installing printer drivers when connecting to shared | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -736,7 +736,7 @@ Devices: Restrict CD-ROM access to locally logged-on user only This security set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -789,7 +789,7 @@ Devices: Restrict floppy access to locally logged-on user only This security set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -843,7 +843,7 @@ Domain member: Digitally encrypt or sign secure channel data (always) This secur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -896,7 +896,7 @@ Domain member: Digitally encrypt secure channel data (when possible) This securi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -946,7 +946,7 @@ Domain member: Digitally sign secure channel data (when possible) This security | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1000,7 +1000,7 @@ Domain member: Disable machine account password changes Determines whether a dom | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1053,7 +1053,7 @@ Domain member: Maximum machine account password age This security setting determ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1107,7 +1107,7 @@ Domain member: Require strong (Windows 2000 or later) session key This security | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1167,7 +1167,7 @@ Interactive Logon:Display user information when the session is locked User displ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1229,7 +1229,7 @@ Interactive logon: Don't display last signed-in This security setting determines | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1291,7 +1291,7 @@ Interactive logon: Don't display username at sign-in This security setting deter | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1353,7 +1353,7 @@ Interactive logon: Don't require CTRL+ALT+DEL This security setting determines w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1403,7 +1403,7 @@ Interactive logon: Machine account threshold. The machine lockout policy is enfo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1456,7 +1456,7 @@ Valid values: From 0 to 599940, where the value is the amount of inactivity time | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1507,7 +1507,7 @@ Interactive logon: Message text for users attempting to log on This security set | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1557,7 +1557,7 @@ Interactive logon: Message title for users attempting to log on This security se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -1599,7 +1599,7 @@ Interactive logon: Number of previous logons to cache (in case domain controller | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1640,7 +1640,7 @@ Interactive logon: Prompt user to change password before expiration Determines h | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1703,7 +1703,7 @@ Interactive logon: Smart card removal behavior This security setting determines | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1768,7 +1768,7 @@ Microsoft network client: Digitally sign communications (always) This security s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1830,7 +1830,7 @@ Microsoft network client: Digitally sign communications (if server agrees) This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1888,7 +1888,7 @@ Microsoft network client: Send unencrypted password to connect to third-party SM | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1938,7 +1938,7 @@ Microsoft network server: Amount of idle time required before suspending a sessi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2006,7 +2006,7 @@ Microsoft network server: Digitally sign communications (always) This security s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2071,7 +2071,7 @@ Microsoft network server: Digitally sign communications (if client agrees) This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2114,7 +2114,7 @@ Microsoft network server: Disconnect clients when logon hours expire This securi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2155,7 +2155,7 @@ Microsoft network server: Server SPN target name validation level This policy se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2217,7 +2217,7 @@ Network access: Allow anonymous SID/name translation This policy setting determi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2278,7 +2278,7 @@ Network access: Don't allow anonymous enumeration of SAM accounts This security | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2336,7 +2336,7 @@ Network access: Don't allow anonymous enumeration of SAM accounts and shares Thi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2384,7 +2384,7 @@ Network access: Don't allow storage of passwords and credentials for network aut | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2436,7 +2436,7 @@ Network access: Let Everyone permissions apply to anonymous users This security | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2476,7 +2476,7 @@ Network access: Named pipes that can be accessed anonymously This security setti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2519,7 +2519,7 @@ Network access: Remotely accessible registry paths This security setting determi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2562,7 +2562,7 @@ Network access: Remotely accessible registry paths and subpaths This security se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2620,7 +2620,7 @@ Network access: Restrict anonymous access to Named Pipes and Shares When enabled | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2668,7 +2668,7 @@ Network access: Restrict clients allowed to make remote calls to SAM This policy | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2708,7 +2708,7 @@ Network access: Shares that can be accessed anonymously This security setting de | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2752,7 +2752,7 @@ Network access: Sharing and security model for local accounts This security sett | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2793,7 +2793,7 @@ Network security: Allow LocalSystem NULL session fallback Allow NTLM to fall bac | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -2860,7 +2860,7 @@ Network security: Allow Local System to use computer identity for NTLM This poli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2921,7 +2921,7 @@ Network security: Allow PKU2U authentication requests to this computer to use on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2982,7 +2982,7 @@ Network security: Don't store LAN Manager hash value on next password change Thi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -3042,7 +3042,7 @@ Network security: Force logoff when logon hours expire This security setting det | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3107,7 +3107,7 @@ Network security LAN Manager authentication level This security setting determin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -3154,7 +3154,7 @@ Network security: LDAP client signing requirements This security setting determi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3214,7 +3214,7 @@ Network security: Minimum session security for NTLM SSP based (including secure | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3274,7 +3274,7 @@ Network security: Minimum session security for NTLM SSP based (including secure | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3327,7 +3327,7 @@ Network security: Restrict NTLM: Add remote server exceptions for NTLM authentic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3389,7 +3389,7 @@ Network security: Restrict NTLM: Audit Incoming NTLM Traffic This policy setting | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3451,7 +3451,7 @@ Network security: Restrict NTLM: Incoming NTLM traffic This policy setting allow | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3513,7 +3513,7 @@ Network security: Restrict NTLM: Outgoing NTLM traffic to remote servers This po | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -3563,7 +3563,7 @@ Recovery console: Allow automatic administrative logon This security setting det | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -3604,7 +3604,7 @@ Recovery console: Allow floppy copy and access to all drives and all folders Ena | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3662,7 +3662,7 @@ Shutdown: Allow system to be shut down without having to log on This security se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3720,7 +3720,7 @@ Shutdown: Clear virtual memory pagefile This security setting determines whether | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -3761,7 +3761,7 @@ System Cryptography: Force strong key protection for user keys stored on the com | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -3811,7 +3811,7 @@ System objects: Require case insensitivity for non-Windows subsystems This secur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -3854,7 +3854,7 @@ System objects: Strengthen default permissions of internal system objects (e.g., | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3916,7 +3916,7 @@ User Account Control: Allow UIAccess applications to prompt for elevation withou | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -3980,7 +3980,7 @@ User Account Control: Behavior of the elevation prompt for administrators runnin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4059,7 +4059,7 @@ User Account Control: Behavior of the elevation prompt for administrators in Adm | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4124,7 +4124,7 @@ User Account Control: Behavior of the elevation prompt for standard users This p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4182,7 +4182,7 @@ User Account Control: Detect application installations and prompt for elevation | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4244,7 +4244,7 @@ User Account Control: Only elevate executable files that are signed and validate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4306,7 +4306,7 @@ User Account Control: Only elevate UIAccess applications that are installed in s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4371,7 +4371,7 @@ User Account Control: Turn on Admin Approval Mode This policy setting controls t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4433,7 +4433,7 @@ User Account Control: Switch to the secure desktop when prompting for elevation | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -4491,7 +4491,7 @@ User Account Control: Configure type of Admin Approval Mode. This policy setting | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -4553,7 +4553,7 @@ User Account Control: Use Admin Approval Mode for the built-in Administrator acc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/policy-csp-localusersandgroups.md b/windows/client-management/mdm/policy-csp-localusersandgroups.md index da2922a942..8408c9fc6d 100644 --- a/windows/client-management/mdm/policy-csp-localusersandgroups.md +++ b/windows/client-management/mdm/policy-csp-localusersandgroups.md @@ -1,7 +1,7 @@ --- title: LocalUsersAndGroups Policy CSP description: Learn more about the LocalUsersAndGroups Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | diff --git a/windows/client-management/mdm/policy-csp-lockdown.md b/windows/client-management/mdm/policy-csp-lockdown.md index 11299e781b..042ca8cd2d 100644 --- a/windows/client-management/mdm/policy-csp-lockdown.md +++ b/windows/client-management/mdm/policy-csp-lockdown.md @@ -1,7 +1,7 @@ --- title: LockDown Policy CSP description: Learn more about the LockDown Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-lsa.md b/windows/client-management/mdm/policy-csp-lsa.md index 9338d13c66..bb5675579b 100644 --- a/windows/client-management/mdm/policy-csp-lsa.md +++ b/windows/client-management/mdm/policy-csp-lsa.md @@ -1,7 +1,7 @@ --- title: LocalSecurityAuthority Policy CSP description: Learn more about the LocalSecurityAuthority Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -81,7 +81,7 @@ This policy controls the configuration under which LSASS loads custom SSPs and A | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | diff --git a/windows/client-management/mdm/policy-csp-maps.md b/windows/client-management/mdm/policy-csp-maps.md index 0148a014f0..fb21b720e1 100644 --- a/windows/client-management/mdm/policy-csp-maps.md +++ b/windows/client-management/mdm/policy-csp-maps.md @@ -1,7 +1,7 @@ --- title: Maps Policy CSP description: Learn more about the Maps Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -70,7 +70,7 @@ Allows the download and update of map data over metered connections. After the p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-memorydump.md b/windows/client-management/mdm/policy-csp-memorydump.md index ae3cea44fd..fc3d26643d 100644 --- a/windows/client-management/mdm/policy-csp-memorydump.md +++ b/windows/client-management/mdm/policy-csp-memorydump.md @@ -1,7 +1,7 @@ --- title: MemoryDump Policy CSP description: Learn more about the MemoryDump Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -69,7 +69,7 @@ This policy setting decides if crash dump collection on the machine is allowed o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-messaging.md b/windows/client-management/mdm/policy-csp-messaging.md index bdb2fb5e55..97b9de50e6 100644 --- a/windows/client-management/mdm/policy-csp-messaging.md +++ b/windows/client-management/mdm/policy-csp-messaging.md @@ -1,7 +1,7 @@ --- title: Messaging Policy CSP description: Learn more about the Messaging Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -85,7 +85,7 @@ Disable this feature to avoid information being stored on servers outside of you | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -134,7 +134,7 @@ This policy setting allows you to enable or disable the sending and receiving ce | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-mixedreality.md b/windows/client-management/mdm/policy-csp-mixedreality.md index ace4441d82..23d139e3e4 100644 --- a/windows/client-management/mdm/policy-csp-mixedreality.md +++ b/windows/client-management/mdm/policy-csp-mixedreality.md @@ -1,7 +1,7 @@ --- title: MixedReality Policy CSP description: Learn more about the MixedReality Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -25,7 +25,7 @@ These policies are only supported on [Microsoft HoloLens 2](/hololens/hololens2- | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -79,7 +79,7 @@ Steps to use this policy correctly: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -129,7 +129,7 @@ This opt-in policy can help with the setup of new devices in new areas or new us | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -181,7 +181,7 @@ For more information on the Launcher API, see [Launcher Class (Windows.System) - | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -230,7 +230,7 @@ On a device where you configure this policy, the user specified in the policy ne | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -279,7 +279,7 @@ This policy controls if the HoloLens displays will be automatically adjusted for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ✅ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -332,7 +332,7 @@ This policy controls whether a signed-in user will be prompted for credentials w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -381,7 +381,7 @@ This policy setting controls if pressing the brightness button changes the brigh | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -431,7 +431,7 @@ This policy setting controls device maintenance action during standby. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -472,7 +472,7 @@ This policy setting controls when to start maintenance action after device enter | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -523,7 +523,7 @@ For more information, see [Moving platform mode on low dynamic motion moving pla | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -634,7 +634,7 @@ The following XML string is an example of the value for this policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -738,7 +738,7 @@ This policy specifies the configuration for Shared Accounts on the device. Share | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -788,7 +788,7 @@ Windows Network Connectivity Status Indicator may get a false positive internet- | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -837,7 +837,7 @@ This policy setting controls if pinching your thumb and index finger, while look | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -886,7 +886,7 @@ This policy setting controls if using voice commands to open the Start menu is e | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -935,7 +935,7 @@ This policy setting controls if tapping the Star icon on your wrist to open the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -984,7 +984,7 @@ This policy controls when a new person uses HoloLens device, if HoloLens should | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1034,7 +1034,7 @@ This policy setting controls, when and if diagnostic logs can be collected using | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1081,7 +1081,7 @@ This policy configures behavior of HUP to determine, which algorithm to use for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -1131,7 +1131,7 @@ When the system automatically determines the down direction, it's using the meas | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1180,7 +1180,7 @@ This policy setting controls whether microphone on HoloLens 2 is disabled or not | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -1249,7 +1249,7 @@ The following example XML string shows the value to enable this policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -1298,7 +1298,7 @@ This policy configures whether the Sign-In App should prefer showing Other User | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -1347,7 +1347,7 @@ This policy setting controls if it's require that the Start icon to be pressed f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -1396,7 +1396,7 @@ This policy setting controls if it's required that the Start icon to be looked a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -1449,7 +1449,7 @@ This policy configures whether the device will take the user through the eye tra | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -1501,7 +1501,7 @@ It skips the training experience of interactions with the hummingbird and Start | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348] and later | @@ -1550,7 +1550,7 @@ This policy controls whether a visitor user will be automatically logged in. Vis | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | diff --git a/windows/client-management/mdm/policy-csp-mssecurityguide.md b/windows/client-management/mdm/policy-csp-mssecurityguide.md index 988bfdc000..04b7621dc4 100644 --- a/windows/client-management/mdm/policy-csp-mssecurityguide.md +++ b/windows/client-management/mdm/policy-csp-mssecurityguide.md @@ -1,7 +1,7 @@ --- title: MSSecurityGuide Policy CSP description: Learn more about the MSSecurityGuide Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -72,7 +72,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -122,7 +122,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -172,7 +172,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -222,7 +222,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -272,7 +272,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -322,7 +322,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-msslegacy.md b/windows/client-management/mdm/policy-csp-msslegacy.md index ad3748f44a..7e63728cc5 100644 --- a/windows/client-management/mdm/policy-csp-msslegacy.md +++ b/windows/client-management/mdm/policy-csp-msslegacy.md @@ -1,7 +1,7 @@ --- title: MSSLegacy Policy CSP description: Learn more about the MSSLegacy Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -73,7 +73,7 @@ Allow ICMP redirects to override OSPF generated routes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -124,7 +124,7 @@ Allow the computer to ignore NetBIOS name release requests except from WINS serv | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -175,7 +175,7 @@ IP source routing protection level (protects against packet spoofing). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-multitasking.md b/windows/client-management/mdm/policy-csp-multitasking.md index 06d1458a87..31edd85a73 100644 --- a/windows/client-management/mdm/policy-csp-multitasking.md +++ b/windows/client-management/mdm/policy-csp-multitasking.md @@ -1,7 +1,7 @@ --- title: Multitasking Policy CSP description: Learn more about the Multitasking Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-networkisolation.md b/windows/client-management/mdm/policy-csp-networkisolation.md index 6ec838f5ad..8c00f2a962 100644 --- a/windows/client-management/mdm/policy-csp-networkisolation.md +++ b/windows/client-management/mdm/policy-csp-networkisolation.md @@ -1,7 +1,7 @@ --- title: NetworkIsolation Policy CSP description: Learn more about the NetworkIsolation Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -84,7 +84,7 @@ For more information see: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -150,7 +150,7 @@ For more information see: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -228,7 +228,7 @@ fd00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -299,7 +299,7 @@ For more information see: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -347,7 +347,7 @@ For more information, see the following APIs: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -411,7 +411,7 @@ For more information see: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -482,7 +482,7 @@ For more information see: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-networklistmanager.md b/windows/client-management/mdm/policy-csp-networklistmanager.md index 71e78973a4..952086c203 100644 --- a/windows/client-management/mdm/policy-csp-networklistmanager.md +++ b/windows/client-management/mdm/policy-csp-networklistmanager.md @@ -1,7 +1,7 @@ --- title: NetworkListManager Policy CSP description: Learn more about the NetworkListManager Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -69,7 +69,7 @@ This policy setting allows you to specify whether users can change the network i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -118,7 +118,7 @@ This policy setting allows you to specify whether users can change the network l | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -167,7 +167,7 @@ This policy setting allows you to specify whether users can change the network n | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -220,7 +220,7 @@ Invoke-WebRequest -Uri https://nls.corp.contoso.com -Method get -UseBasicParsing | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -261,7 +261,7 @@ This policy setting provides the string that names a network. If this setting is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -310,7 +310,7 @@ This policy setting allows you to configure the Network Location for networks th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -359,7 +359,7 @@ This policy setting allows you to configure the Network Location type for networ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | diff --git a/windows/client-management/mdm/policy-csp-newsandinterests.md b/windows/client-management/mdm/policy-csp-newsandinterests.md index fe79c499b0..d2ebfc9e81 100644 --- a/windows/client-management/mdm/policy-csp-newsandinterests.md +++ b/windows/client-management/mdm/policy-csp-newsandinterests.md @@ -1,7 +1,7 @@ --- title: NewsAndInterests Policy CSP description: Learn more about the NewsAndInterests Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -91,7 +91,7 @@ This policy applies to the entire widgets experience, including content on the t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -149,7 +149,7 @@ Disable widgets board. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/policy-csp-notifications.md b/windows/client-management/mdm/policy-csp-notifications.md index 30942a896d..c0d7ced43c 100644 --- a/windows/client-management/mdm/policy-csp-notifications.md +++ b/windows/client-management/mdm/policy-csp-notifications.md @@ -1,7 +1,7 @@ --- title: Notifications Policy CSP description: Learn more about the Notifications Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -91,7 +91,7 @@ No reboots or service restarts are required for this policy setting to take effe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -173,7 +173,7 @@ To validate the configuration: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -244,7 +244,7 @@ This feature can be turned off by apps that don't want to participate in notific | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -313,7 +313,7 @@ No reboots or service restarts are required for this policy setting to take effe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.1620] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.1620] and later | @@ -384,7 +384,7 @@ No reboots or service restarts are required for this policy setting to take effe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-power.md b/windows/client-management/mdm/policy-csp-power.md index 8e6e557bb7..c1c09fc80e 100644 --- a/windows/client-management/mdm/policy-csp-power.md +++ b/windows/client-management/mdm/policy-csp-power.md @@ -1,7 +1,7 @@ --- title: Power Policy CSP description: Learn more about the Power Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -75,7 +75,7 @@ This policy setting decides if hibernate on the machine is allowed or not. Suppo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -134,7 +134,7 @@ This policy setting manages whether or not Windows is allowed to use standby sta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -193,7 +193,7 @@ This policy setting manages whether or not Windows is allowed to use standby sta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -253,7 +253,7 @@ If the user has configured a slide show to run on the lock screen when the machi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -313,7 +313,7 @@ If the user has configured a slide show to run on the lock screen when the machi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -372,7 +372,7 @@ This policy setting allows you to specify battery charge level at which Energy S | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -431,7 +431,7 @@ This policy setting allows you to specify battery charge level at which Energy S | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -491,7 +491,7 @@ If the user has configured a slide show to run on the lock screen when the machi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -551,7 +551,7 @@ If the user has configured a slide show to run on the lock screen when the machi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -610,7 +610,7 @@ This policy setting specifies whether or not the user is prompted for a password | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -669,7 +669,7 @@ This policy setting specifies whether or not the user is prompted for a password | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -745,7 +745,7 @@ Possible actions include: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -821,7 +821,7 @@ Possible actions include: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -897,7 +897,7 @@ Possible actions include: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -973,7 +973,7 @@ Possible actions include: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -1049,7 +1049,7 @@ Possible actions include: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -1125,7 +1125,7 @@ Possible actions include: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1185,7 +1185,7 @@ If the user has configured a slide show to run on the lock screen when the machi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1245,7 +1245,7 @@ If the user has configured a slide show to run on the lock screen when the machi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -1312,7 +1312,7 @@ This policy setting allows you to turn off Hybrid Sleep. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -1379,7 +1379,7 @@ This policy setting allows you to turn off Hybrid Sleep. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -1440,7 +1440,7 @@ If the user has configured a slide show to run on the lock screen when the machi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | diff --git a/windows/client-management/mdm/policy-csp-printers.md b/windows/client-management/mdm/policy-csp-printers.md index cb984a7530..d6f23f7152 100644 --- a/windows/client-management/mdm/policy-csp-printers.md +++ b/windows/client-management/mdm/policy-csp-printers.md @@ -1,7 +1,7 @@ --- title: Printers Policy CSP description: Learn more about the Printers Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -83,7 +83,7 @@ The format of this setting is `/[,/]`. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -142,7 +142,7 @@ The format of this setting is `/[,/]`. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -211,7 +211,7 @@ The following are the supported values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -292,7 +292,7 @@ The following are the supported values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -357,7 +357,7 @@ The following are the supported values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -407,7 +407,7 @@ The following are the supported values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -478,7 +478,7 @@ The following are the supported values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -537,7 +537,7 @@ If you enable or don't configure this policy setting, packet level privacy is en | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -606,7 +606,7 @@ If you disable or don't configure this policy setting, the above defaults will b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -675,7 +675,7 @@ If you disable or don't configure this policy setting, the above defaults will b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -737,7 +737,7 @@ If you disable or don't configure this policy setting, dynamic TCP ports are use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -800,7 +800,7 @@ For more information, please see [insert link to web page with WPP info] | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -861,7 +861,7 @@ By default, there are no restrictions to printing based on connection type or pr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -922,7 +922,7 @@ By default, there are no restrictions to printing based on connection type or pr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -982,7 +982,7 @@ If you disable or don't configure this policy setting, the registry key and valu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1065,7 +1065,7 @@ This policy setting controls the client Point and Print behavior, including the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1148,7 +1148,7 @@ This policy setting controls the client Point and Print behavior, including the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1210,7 +1210,7 @@ Determines whether the computer's shared printers can be published in Active Dir | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | diff --git a/windows/client-management/mdm/policy-csp-privacy.md b/windows/client-management/mdm/policy-csp-privacy.md index 6ef4648bc0..95593ac094 100644 --- a/windows/client-management/mdm/policy-csp-privacy.md +++ b/windows/client-management/mdm/policy-csp-privacy.md @@ -1,7 +1,7 @@ --- title: Privacy Policy CSP description: Learn more about the Privacy Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -72,7 +72,7 @@ Allows or disallows the automatic acceptance of the pairing and privacy user con | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -143,7 +143,7 @@ Most restrictive value is `0` to not allow cross-device clipboard. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -216,7 +216,7 @@ The most restrictive value is `0` to not allow speech services. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -284,7 +284,7 @@ This policy setting turns off the advertising ID, preventing apps from using the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -357,7 +357,7 @@ In some managed environments, the privacy settings may be set by other policies. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -426,7 +426,7 @@ Policy change takes effect immediately. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -504,7 +504,7 @@ The most restrictive value is `2` to deny apps access to account information. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -569,7 +569,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -634,7 +634,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -699,7 +699,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -751,7 +751,7 @@ This policy setting specifies whether Windows apps can access the movement of th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -793,7 +793,7 @@ List of semi-colon delimited Package Family Names of Windows Store Apps. Listed | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -836,7 +836,7 @@ List of semi-colon delimited Package Family Names of Windows Store Apps. Listed | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -879,7 +879,7 @@ List of semi-colon delimited Package Family Names of Windows Store Apps. The use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -957,7 +957,7 @@ The most restrictive value is `2` to deny apps access to the calendar. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1022,7 +1022,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1087,7 +1087,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1152,7 +1152,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1230,7 +1230,7 @@ The most restrictive value is `2` to deny apps access to call history. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1295,7 +1295,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1360,7 +1360,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1425,7 +1425,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1503,7 +1503,7 @@ The most restrictive value is `2` to deny apps access to the camera. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1568,7 +1568,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1633,7 +1633,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1698,7 +1698,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1776,7 +1776,7 @@ The most restrictive value is `2` to deny apps access to contacts. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1841,7 +1841,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1906,7 +1906,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1971,7 +1971,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2049,7 +2049,7 @@ The most restrictive value is `2` to deny apps access to email. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2114,7 +2114,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2179,7 +2179,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2244,7 +2244,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2285,7 +2285,7 @@ This policy setting specifies whether Windows apps can access the eye tracker. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2325,7 +2325,7 @@ List of semi-colon delimited Package Family Names of Windows Store Apps. Listed | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2365,7 +2365,7 @@ List of semi-colon delimited Package Family Names of Windows Store Apps. Listed | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2405,7 +2405,7 @@ List of semi-colon delimited Package Family Names of Windows Store Apps. The use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2471,7 +2471,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2536,7 +2536,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2601,7 +2601,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2666,7 +2666,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2733,7 +2733,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2798,7 +2798,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2863,7 +2863,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2928,7 +2928,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25000] and later | @@ -3004,7 +3004,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25000] and later | @@ -3069,7 +3069,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25000] and later | @@ -3134,7 +3134,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.25000] and later | @@ -3199,7 +3199,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3277,7 +3277,7 @@ The most restrictive value is `2` to deny apps access to the device's location. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3342,7 +3342,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3407,7 +3407,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3472,7 +3472,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3550,7 +3550,7 @@ The most restrictive value is `2` to deny apps access to messaging. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3615,7 +3615,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3680,7 +3680,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3745,7 +3745,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3823,7 +3823,7 @@ The most restrictive value is `2` to deny apps access to the microphone. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3888,7 +3888,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3953,7 +3953,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4018,7 +4018,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4096,7 +4096,7 @@ The most restrictive value is `2` to deny apps access to motion data. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4161,7 +4161,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4226,7 +4226,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4291,7 +4291,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4369,7 +4369,7 @@ The most restrictive value is `2` to deny apps access to notifications. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4434,7 +4434,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4499,7 +4499,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4564,7 +4564,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4642,7 +4642,7 @@ The most restrictive value is `2` to deny apps access to make phone calls. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4707,7 +4707,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4772,7 +4772,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4837,7 +4837,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4915,7 +4915,7 @@ The most restrictive value is `2` to deny apps access to control radios. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4980,7 +4980,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5045,7 +5045,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5110,7 +5110,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5177,7 +5177,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5242,7 +5242,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5307,7 +5307,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5372,7 +5372,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5450,7 +5450,7 @@ The most restrictive value is `2` to deny apps access trusted devices. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5515,7 +5515,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5580,7 +5580,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5645,7 +5645,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -5719,7 +5719,7 @@ This policy is applied to Windows apps and Cortana. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -5793,7 +5793,7 @@ This policy is applied to Windows apps and Cortana. It takes precedence of the " | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5871,7 +5871,7 @@ The most restrictive value is `2` to deny apps access to diagnostic data. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5936,7 +5936,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -6001,7 +6001,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -6066,7 +6066,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -6146,7 +6146,7 @@ The most restrictive value is `2` to deny apps from running in the background. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -6211,7 +6211,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -6276,7 +6276,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -6341,7 +6341,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6419,7 +6419,7 @@ The most restrictive value is `2` to deny apps syncing with devices. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6484,7 +6484,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6549,7 +6549,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6614,7 +6614,7 @@ If an app is open when this Group Policy object is applied on a device, employee | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -6685,7 +6685,7 @@ For more information, see [Windows activity history and your privacy](https://su | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-remoteassistance.md b/windows/client-management/mdm/policy-csp-remoteassistance.md index 7e150cadbe..007c08e055 100644 --- a/windows/client-management/mdm/policy-csp-remoteassistance.md +++ b/windows/client-management/mdm/policy-csp-remoteassistance.md @@ -1,7 +1,7 @@ --- title: RemoteAssistance Policy CSP description: Learn more about the RemoteAssistance Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -87,7 +87,7 @@ The "Display warning message before connecting" policy setting allows you to spe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -148,7 +148,7 @@ This policy setting allows you to turn logging on or off. Log files are located | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -217,7 +217,7 @@ The "Select the method for sending email invitations" setting specifies which em | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-remotedesktop.md b/windows/client-management/mdm/policy-csp-remotedesktop.md index b6a52d4ce2..0c3f757993 100644 --- a/windows/client-management/mdm/policy-csp-remotedesktop.md +++ b/windows/client-management/mdm/policy-csp-remotedesktop.md @@ -1,7 +1,7 @@ --- title: RemoteDesktop Policy CSP description: Learn more about the RemoteDesktop Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.1370] and later
      ✅ Windows 10, version 20H2 [10.0.19042.1370] and later
      ✅ Windows 10, version 21H1 [10.0.19043.1370] and later
      ✅ Windows 10, version 21H2 [10.0.19044.1370] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.1370] and later
      ✅ Windows 10, version 20H2 [10.0.19042.1370] and later
      ✅ Windows 10, version 21H1 [10.0.19043.1370] and later
      ✅ Windows 10, version 21H2 [10.0.19044.1370] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -78,7 +78,7 @@ To automatically subscribe to [Azure Virtual Desktop](/azure/virtual-desktop/ove | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-remotedesktopservices.md b/windows/client-management/mdm/policy-csp-remotedesktopservices.md index 6075c67e97..e30340e781 100644 --- a/windows/client-management/mdm/policy-csp-remotedesktopservices.md +++ b/windows/client-management/mdm/policy-csp-remotedesktopservices.md @@ -1,7 +1,7 @@ --- title: RemoteDesktopServices Policy CSP description: Learn more about the RemoteDesktopServices Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -89,7 +89,7 @@ You can limit the number of users who can connect simultaneously by configuring | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -157,7 +157,7 @@ FIPS compliance can be configured through the System cryptography. Use FIPS comp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2461] and later
      ✅ [10.0.25398.887] and later
      ✅ Windows 10, version 2004 [10.0.19041.4474] and later
      ✅ Windows 11, version 21H2 with [KB5037770](https://support.microsoft.com/help/5037770) [10.0.22000.2960] and later
      ✅ Windows 11, version 22H2 with [KB5037771](https://support.microsoft.com/help/5037771) [10.0.22621.3593] and later
      ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2461] and later
      ✅ [10.0.25398.887] and later
      ✅ Windows 10, version 2004 [10.0.19041.4474] and later
      ✅ Windows 11, version 21H2 with [KB5037770](https://support.microsoft.com/help/5037770) [10.0.22000.2960] and later
      ✅ Windows 11, version 22H2 with [KB5037771](https://support.microsoft.com/help/5037771) [10.0.22621.3593] and later
      ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -218,7 +218,7 @@ This policy applies only when using legacy authentication to authenticate to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2461] and later
      ✅ [10.0.25398.887] and later
      ✅ Windows 10, version 2004 [10.0.19041.4474] and later
      ✅ Windows 11, version 21H2 with [KB5037770](https://support.microsoft.com/help/5037770) [10.0.22000.2960] and later
      ✅ Windows 11, version 22H2 with [KB5037771](https://support.microsoft.com/help/5037771) [10.0.22621.3593] and later
      ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2461] and later
      ✅ [10.0.25398.887] and later
      ✅ Windows 10, version 2004 [10.0.19041.4474] and later
      ✅ Windows 11, version 21H2 with [KB5037770](https://support.microsoft.com/help/5037770) [10.0.22000.2960] and later
      ✅ Windows 11, version 22H2 with [KB5037771](https://support.microsoft.com/help/5037771) [10.0.22621.3593] and later
      ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -279,7 +279,7 @@ This policy applies only when using an identity provider that uses the Microsoft | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -342,7 +342,7 @@ By default, an RD Session Host server maps client drives automatically upon conn | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -401,7 +401,7 @@ Controls whether passwords can be saved on this computer from Remote Desktop Con | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -462,7 +462,7 @@ By default, Remote Desktop allows redirection of WebAuthn requests. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2523] and later
      ✅ [10.0.25398.946] and later
      ✅ Windows 11, version 21H2 [10.0.22000.3014] and later
      ✅ Windows 11, version 22H2 with [KB5037853](https://support.microsoft.com/help/5037853) [10.0.22621.3672] and later
      ✅ Windows 11, version 23H2 with [KB5037853](https://support.microsoft.com/help/5037853) [10.0.22631.3672] and later
      ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2523] and later
      ✅ [10.0.25398.946] and later
      ✅ Windows 11, version 21H2 [10.0.22000.3014] and later
      ✅ Windows 11, version 22H2 with [KB5037853](https://support.microsoft.com/help/5037853) [10.0.22621.3672] and later
      ✅ Windows 11, version 23H2 with [KB5037853](https://support.microsoft.com/help/5037853) [10.0.22631.3672] and later
      ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -537,7 +537,7 @@ This policy setting allows you to restrict clipboard data transfers from client | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2523] and later
      ✅ [10.0.25398.946] and later
      ✅ Windows 11, version 21H2 [10.0.22000.3014] and later
      ✅ Windows 11, version 22H2 with [KB5037853](https://support.microsoft.com/help/5037853) [10.0.22621.3672] and later
      ✅ Windows 11, version 23H2 with [KB5037853](https://support.microsoft.com/help/5037853) [10.0.22631.3672] and later
      ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2523] and later
      ✅ [10.0.25398.946] and later
      ✅ Windows 11, version 21H2 [10.0.22000.3014] and later
      ✅ Windows 11, version 22H2 with [KB5037853](https://support.microsoft.com/help/5037853) [10.0.22621.3672] and later
      ✅ Windows 11, version 23H2 with [KB5037853](https://support.microsoft.com/help/5037853) [10.0.22631.3672] and later
      ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -612,7 +612,7 @@ This policy setting allows you to restrict clipboard data transfers from server | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -677,7 +677,7 @@ By default, Remote Desktop Services allows users to automatically log on by ente | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -743,7 +743,7 @@ If the status is set to Not Configured, unsecured communication is allowed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2400] and later
      ✅ [10.0.25398.827] and later
      ✅ Windows 11, version 21H2 [10.0.22000.2898] and later
      ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later
      ✅ Windows 11, version 23H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22631.3374] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.2400] and later
      ✅ [10.0.25398.827] and later
      ✅ Windows 11, version 21H2 [10.0.22000.2898] and later
      ✅ Windows 11, version 22H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22621.3374] and later
      ✅ Windows 11, version 23H2 with [KB5035942](https://support.microsoft.com/help/5035942) [10.0.22631.3374] and later
      ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/policy-csp-remotemanagement.md b/windows/client-management/mdm/policy-csp-remotemanagement.md index cd2bb62790..1e86ac5ac7 100644 --- a/windows/client-management/mdm/policy-csp-remotemanagement.md +++ b/windows/client-management/mdm/policy-csp-remotemanagement.md @@ -1,7 +1,7 @@ --- title: RemoteManagement Policy CSP description: Learn more about the RemoteManagement Area in Policy CSP. -ms.date: 02/14/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -81,7 +81,7 @@ This policy setting allows you to manage whether the Windows Remote Management ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -140,7 +140,7 @@ This policy setting allows you to manage whether the Windows Remote Management ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -199,7 +199,7 @@ This policy setting allows you to manage whether the Windows Remote Management ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -258,7 +258,7 @@ This policy setting allows you to manage whether the Windows Remote Management ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -330,7 +330,7 @@ Example IPv6 filters:\n3FFE:FFFF:7654:FEDA:1245:BA98:0000:0000-3FFE:FFFF:7654:FE | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -389,7 +389,7 @@ This policy setting allows you to manage whether the Windows Remote Management ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -448,7 +448,7 @@ This policy setting allows you to manage whether the Windows Remote Management ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -507,7 +507,7 @@ This policy setting allows you to manage whether the Windows Remote Management ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -566,7 +566,7 @@ This policy setting allows you to manage whether the Windows Remote Management ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -625,7 +625,7 @@ This policy setting allows you to manage whether the Windows Remote Management ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -686,7 +686,7 @@ If you enable and then disable this policy setting,any values that were previous | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -751,7 +751,7 @@ If HardeningLevel is set to None, all requests are accepted (though they aren't | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -810,7 +810,7 @@ This policy setting allows you to manage whether the Windows Remote Management ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -873,7 +873,7 @@ A listener might be automatically created on port 80 to ensure backward compatib | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/policy-csp-remoteprocedurecall.md b/windows/client-management/mdm/policy-csp-remoteprocedurecall.md index 891a76c576..344e050019 100644 --- a/windows/client-management/mdm/policy-csp-remoteprocedurecall.md +++ b/windows/client-management/mdm/policy-csp-remoteprocedurecall.md @@ -1,7 +1,7 @@ --- title: RemoteProcedureCall Policy CSP description: Learn more about the RemoteProcedureCall Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -93,7 +93,7 @@ This policy setting impacts all RPC applications. In a domain environment this p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-remoteshell.md b/windows/client-management/mdm/policy-csp-remoteshell.md index e8ec5c3a48..c14407ee2a 100644 --- a/windows/client-management/mdm/policy-csp-remoteshell.md +++ b/windows/client-management/mdm/policy-csp-remoteshell.md @@ -1,7 +1,7 @@ --- title: RemoteShell Policy CSP description: Learn more about the RemoteShell Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -81,7 +81,7 @@ If you set this policy to 'disabled', new remote shell connections are rejected | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -141,7 +141,7 @@ The value can be any number from 1 to 100. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -201,7 +201,7 @@ Any value from 0 to 0x7FFFFFFF can be set. A minimum of 60000 milliseconds (1 mi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -261,7 +261,7 @@ Any value from 0 to 0x7FFFFFFF can be set, where 0 equals unlimited memory, whic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -319,7 +319,7 @@ This policy setting configures the maximum number of processes a remote shell is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -379,7 +379,7 @@ Any number from 0 to 0x7FFFFFFF cand be set, where 0 means unlimited number of s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/policy-csp-restrictedgroups.md b/windows/client-management/mdm/policy-csp-restrictedgroups.md index 330359312f..7a891b4ff5 100644 --- a/windows/client-management/mdm/policy-csp-restrictedgroups.md +++ b/windows/client-management/mdm/policy-csp-restrictedgroups.md @@ -1,7 +1,7 @@ --- title: RestrictedGroups Policy CSP description: Learn more about the RestrictedGroups Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -25,7 +25,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-search.md b/windows/client-management/mdm/policy-csp-search.md index a0c7802840..2f40a6ab35 100644 --- a/windows/client-management/mdm/policy-csp-search.md +++ b/windows/client-management/mdm/policy-csp-search.md @@ -1,7 +1,7 @@ --- title: Search Policy CSP description: Learn more about the Search Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -83,7 +83,7 @@ Allow search and Cortana to search cloud sources like OneDrive and SharePoint. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -146,7 +146,7 @@ Allow the Cortana opt-in page during windows setup out of the box experience. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -206,7 +206,7 @@ This policy controls whether the user can configure search to *Find My Files* mo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -285,7 +285,7 @@ The most restrictive value is `0` to not allow indexing of encrypted items. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5011543](https://support.microsoft.com/help/5011543) [10.0.19042.1620] and later
      ✅ Windows 10, version 21H1 with [KB5011543](https://support.microsoft.com/help/5011543) [10.0.19043.1620] and later
      ✅ Windows 10, version 21H2 with [KB5011543](https://support.microsoft.com/help/5011543) [10.0.19044.1620] and later
      ✅ Windows 11, version 21H2 with [KB5023774](https://support.microsoft.com/help/5023774) [10.0.22000.1761] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5011543](https://support.microsoft.com/help/5011543) [10.0.19042.1620] and later
      ✅ Windows 10, version 21H1 with [KB5011543](https://support.microsoft.com/help/5011543) [10.0.19043.1620] and later
      ✅ Windows 10, version 21H2 with [KB5011543](https://support.microsoft.com/help/5011543) [10.0.19044.1620] and later
      ✅ Windows 11, version 21H2 with [KB5023774](https://support.microsoft.com/help/5023774) [10.0.22000.1761] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -347,7 +347,7 @@ Disabling this setting turns off search highlights in the start menu search box | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -414,7 +414,7 @@ The most restrictive value is `0` to not allow search to use location. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -463,7 +463,7 @@ This policy has been deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -537,7 +537,7 @@ The most restrictive value is `0` to not allow the use of diacritics. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -578,7 +578,7 @@ Allow Windows indexer. Value type is integer. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -647,7 +647,7 @@ The most restrictive value is `0` to now allow automatic language detection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -722,7 +722,7 @@ This policy setting allows you to configure search on the taskbar. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -785,7 +785,7 @@ If enabled, the search indexer backoff feature will be disabled. Indexing will c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -852,7 +852,7 @@ This policy setting configures whether or not locations on removable drives can | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -918,7 +918,7 @@ This policy setting configures whether or not locations on removable drives can | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -987,7 +987,7 @@ This policy setting allows you to control whether or not Search can perform quer | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1049,7 +1049,7 @@ Enabling this policy prevents indexing from continuing after less than the speci | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-security.md b/windows/client-management/mdm/policy-csp-security.md index a640213a1c..9c13d9258f 100644 --- a/windows/client-management/mdm/policy-csp-security.md +++ b/windows/client-management/mdm/policy-csp-security.md @@ -1,7 +1,7 @@ --- title: Security Policy CSP description: Learn more about the Security Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -72,7 +72,7 @@ Specifies whether to allow the runtime configuration agent to install provisioni | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -121,7 +121,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -222,7 +222,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -285,7 +285,7 @@ This policy setting configures the system to prompt the user to clear the TPM if | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -337,7 +337,7 @@ Configures the use of passwords for Windows features. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -388,7 +388,7 @@ For more information, see [BitLocker Device Encryption](/windows/security/inform | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -463,7 +463,7 @@ The following table shows what behavior is expected for the policy settings with | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -512,7 +512,7 @@ Allows enterprise to turn on internal storage encryption. Most restricted value | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -561,7 +561,7 @@ Specifies whether provisioning packages must have a certificate signed by a devi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | diff --git a/windows/client-management/mdm/policy-csp-servicecontrolmanager.md b/windows/client-management/mdm/policy-csp-servicecontrolmanager.md index 0b7daa00a9..7cdb7d7f3d 100644 --- a/windows/client-management/mdm/policy-csp-servicecontrolmanager.md +++ b/windows/client-management/mdm/policy-csp-servicecontrolmanager.md @@ -1,7 +1,7 @@ --- title: ServiceControlManager Policy CSP description: Learn more about the ServiceControlManager Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | diff --git a/windows/client-management/mdm/policy-csp-settings.md b/windows/client-management/mdm/policy-csp-settings.md index 89c42f0030..eea7879262 100644 --- a/windows/client-management/mdm/policy-csp-settings.md +++ b/windows/client-management/mdm/policy-csp-settings.md @@ -1,7 +1,7 @@ --- title: Settings Policy CSP description: Learn more about the Settings Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -72,7 +72,7 @@ Allows the user to change Auto Play settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -124,7 +124,7 @@ Allows the user to change Data Sense settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -225,7 +225,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -274,7 +274,7 @@ Allows the user to change the language settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -339,7 +339,7 @@ If disabled, Settings won't contact Microsoft content services to retrieve tips | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -388,7 +388,7 @@ Allows the user to change power and sleep settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -437,7 +437,7 @@ Allows the user to change the region settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -486,7 +486,7 @@ Allows the user to change sign-in options. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -535,7 +535,7 @@ Allows the user to change VPN settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -584,7 +584,7 @@ Allows user to change workplace settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -633,7 +633,7 @@ Allows user to change account settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -704,7 +704,7 @@ By default, the calendar is set according to the locale of the operating system, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-settingssync.md b/windows/client-management/mdm/policy-csp-settingssync.md index 9b8ffbd08d..65cf2fbf33 100644 --- a/windows/client-management/mdm/policy-csp-settingssync.md +++ b/windows/client-management/mdm/policy-csp-settingssync.md @@ -1,7 +1,7 @@ --- title: SettingsSync Policy CSP description: Learn more about the SettingsSync Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -24,7 +24,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -85,7 +85,7 @@ If you don't set or disable this setting, syncing of the "accessibility" group i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -146,7 +146,7 @@ If you don't set or disable this setting, syncing of the "language preferences" | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/policy-csp-smartscreen.md b/windows/client-management/mdm/policy-csp-smartscreen.md index 6f7fd23280..55540af0ad 100644 --- a/windows/client-management/mdm/policy-csp-smartscreen.md +++ b/windows/client-management/mdm/policy-csp-smartscreen.md @@ -1,7 +1,7 @@ --- title: SmartScreen Policy CSP description: Learn more about the SmartScreen Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -92,7 +92,7 @@ Allows IT Admins to control whether users are allowed to install apps from place | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -155,7 +155,7 @@ Allows IT Admins to configure SmartScreen for Windows. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-speakforme.md b/windows/client-management/mdm/policy-csp-speakforme.md index d03ff6ce59..f5a3d8fc88 100644 --- a/windows/client-management/mdm/policy-csp-speakforme.md +++ b/windows/client-management/mdm/policy-csp-speakforme.md @@ -1,7 +1,7 @@ --- title: SpeakForMe Policy CSP description: Learn more about the SpeakForMe Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | diff --git a/windows/client-management/mdm/policy-csp-speech.md b/windows/client-management/mdm/policy-csp-speech.md index 7f7060963f..09c781ebdf 100644 --- a/windows/client-management/mdm/policy-csp-speech.md +++ b/windows/client-management/mdm/policy-csp-speech.md @@ -1,7 +1,7 @@ --- title: Speech Policy CSP description: Learn more about the Speech Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-start.md b/windows/client-management/mdm/policy-csp-start.md index 8b02053b78..223c333c5b 100644 --- a/windows/client-management/mdm/policy-csp-start.md +++ b/windows/client-management/mdm/policy-csp-start.md @@ -1,7 +1,7 @@ --- title: Start Policy CSP description: Learn more about the Start Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -72,7 +72,7 @@ This policy controls the visibility of the Documents shortcut on the Start menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -122,7 +122,7 @@ This policy controls the visibility of the Downloads shortcut on the Start menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -172,7 +172,7 @@ This policy controls the visibility of the File Explorer shortcut on the Start m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -222,7 +222,7 @@ This policy controls the visibility of the HomeGroup shortcut on the Start menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -272,7 +272,7 @@ This policy controls the visibility of the Music shortcut on the Start menu. The | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -322,7 +322,7 @@ This policy controls the visibility of the Network shortcut on the Start menu. T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -372,7 +372,7 @@ This policy controls the visibility of the PersonalFolder shortcut on the Start | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -422,7 +422,7 @@ This policy controls the visibility of the Pictures shortcut on the Start menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -472,7 +472,7 @@ This policy controls the visibility of the Settings shortcut on the Start menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -522,7 +522,7 @@ This policy controls the visibility of the Videos shortcut on the Start menu. Th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -579,7 +579,7 @@ This policy controls the visibility of the Videos shortcut on the Start menu. Th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -637,7 +637,7 @@ This string policy takes a JSON file named `LayoutModification.json`. The file e | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -706,7 +706,7 @@ If you enable this policy, then invocations of context menus within the Start Me | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -774,7 +774,7 @@ A reboot is required for this policy setting to take effect. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -840,7 +840,7 @@ A reboot is required for this policy setting to take effect. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -912,7 +912,7 @@ If there's a policy configuration conflict, the latest configuration request is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -984,7 +984,7 @@ To validate this policy, do the following steps: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1033,7 +1033,7 @@ Enabling this policy hides "Change account settings" from appearing in the user | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1115,7 +1115,7 @@ To validate this policy, do the following steps: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1167,7 +1167,7 @@ Enabling this policy hides "Hibernate" from appearing in the power button in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1217,7 +1217,7 @@ Enabling this policy hides "Lock" from appearing in the user tile in the start m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1282,7 +1282,7 @@ If you enable this policy the people icon will be removed from the taskbar, the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1334,7 +1334,7 @@ Enabling this policy hides the power button from appearing in the start menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1402,7 +1402,7 @@ To validate this policy, do the following steps: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1483,7 +1483,7 @@ To validate this policy, do the following steps: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5027303](https://support.microsoft.com/help/5027303) [10.0.22621.1928] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5027303](https://support.microsoft.com/help/5027303) [10.0.22621.1928] and later | @@ -1550,7 +1550,7 @@ Remove Personalized Website Recommendations from the Recommended section in the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -1619,7 +1619,7 @@ If you enable this policy setting, the Start Menu will no longer show the sectio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1668,7 +1668,7 @@ Enabling this policy hides "Restart/Update and restart" from appearing in the po | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1717,7 +1717,7 @@ Enabling this policy hides "Shut down/Update and shut down" from appearing in th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1767,7 +1767,7 @@ Enabling this policy hides "Sign out" from appearing in the user tile in the sta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1816,7 +1816,7 @@ Enabling this policy hides "Sleep" from appearing in the power button in the sta | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1865,7 +1865,7 @@ Enabling this policy hides "Switch account" from appearing in the user tile in t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -1934,7 +1934,7 @@ If you enable this policy setting, the TaskView button will be hidden and the Se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1986,7 +1986,7 @@ Enabling this policy hides the user tile from appearing in the start menu. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2042,7 +2042,7 @@ To validate this policy, do the following steps: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2103,7 +2103,7 @@ To validate this policy, do the following steps: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2178,7 +2178,7 @@ Note configuring this policy to "Show" or "Hide" on supported versions of Window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -2244,7 +2244,7 @@ Note configuring this policy to "Show" or "Hide" on supported versions of Window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2313,7 +2313,7 @@ For more information on how to customize the Start layout, see [Customize the St | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/policy-csp-stickers.md b/windows/client-management/mdm/policy-csp-stickers.md index ce1b8bc8d9..912d31008f 100644 --- a/windows/client-management/mdm/policy-csp-stickers.md +++ b/windows/client-management/mdm/policy-csp-stickers.md @@ -1,7 +1,7 @@ --- title: Stickers Policy CSP description: Learn more about the Stickers Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ✅ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | diff --git a/windows/client-management/mdm/policy-csp-storage.md b/windows/client-management/mdm/policy-csp-storage.md index ef35797a4d..6f714e226e 100644 --- a/windows/client-management/mdm/policy-csp-storage.md +++ b/windows/client-management/mdm/policy-csp-storage.md @@ -1,7 +1,7 @@ --- title: Storage Policy CSP description: Learn more about the Storage Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -97,7 +97,7 @@ Same as Enabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -172,7 +172,7 @@ By default, Storage Sense is turned off until the user runs into low disk space | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -249,7 +249,7 @@ By default, Storage Sense will delete the user's temporary files. Users can conf | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -315,7 +315,7 @@ By default, Storage Sense won't dehydrate any cloud-backed content. Users can co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -381,7 +381,7 @@ By default, Storage Sense won't delete files in the user's Downloads folder. Use | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -452,7 +452,7 @@ Use the following integer values for the supported options: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -518,7 +518,7 @@ By default, Storage Sense will delete files in the user's Recycle Bin that have | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -577,7 +577,7 @@ This policy setting configures whether or not Windows will activate an Enhanced | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -646,7 +646,7 @@ This policy setting denies write access to removable disks. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -716,7 +716,7 @@ To enable this policy, the minimum OS requirement is Windows 10, version 1809 an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -786,7 +786,7 @@ To enable this policy, the minimum OS requirement is Windows 10, version 1809 an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -856,7 +856,7 @@ To enable this policy, the minimum OS requirement is Windows 10, version 1809 an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-sudo.md b/windows/client-management/mdm/policy-csp-sudo.md index eaa5e96654..ac1fb17a84 100644 --- a/windows/client-management/mdm/policy-csp-sudo.md +++ b/windows/client-management/mdm/policy-csp-sudo.md @@ -1,7 +1,7 @@ --- title: Sudo Policy CSP description: Learn more about the Sudo Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | diff --git a/windows/client-management/mdm/policy-csp-system.md b/windows/client-management/mdm/policy-csp-system.md index 98fd8a3ee9..e26854737a 100644 --- a/windows/client-management/mdm/policy-csp-system.md +++ b/windows/client-management/mdm/policy-csp-system.md @@ -1,7 +1,7 @@ --- title: System Policy CSP description: Learn more about the System Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -92,7 +92,7 @@ This policy is only supported up to Windows 10, Version 1703. Please use 'Manage | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -172,7 +172,7 @@ See the documentation at for i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB4551853](https://support.microsoft.com/help/4551853) [10.0.17763.1217] and later
      ✅ Windows 10, version 1903 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18362.836] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB4551853](https://support.microsoft.com/help/4551853) [10.0.17763.1217] and later
      ✅ Windows 10, version 1903 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18362.836] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -250,7 +250,7 @@ This setting has no effect on devices unless they're properly enrolled in Deskto | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -314,7 +314,7 @@ If you disable or don't configure this policy setting, then device name won't be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -363,7 +363,7 @@ Specifies whether set general purpose device to be in embedded mode. Most restri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -415,7 +415,7 @@ Specifies whether set general purpose device to be in embedded mode. Most restri | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -490,7 +490,7 @@ This setting is used by lower-level components for text display and fond handlin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -554,7 +554,7 @@ Specifies whether to allow app access to the Location service. Most restricted v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB4551853](https://support.microsoft.com/help/4551853) [10.0.17763.1217] and later
      ✅ Windows 10, version 1903 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18362.836] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB4551853](https://support.microsoft.com/help/4551853) [10.0.17763.1217] and later
      ✅ Windows 10, version 1903 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18362.836] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -609,7 +609,7 @@ This setting has no effect on devices unless they're properly enrolled in Micros | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -658,7 +658,7 @@ Controls whether the user is allowed to use the storage card for device storage. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -736,7 +736,7 @@ If you disable or don't configure this policy setting, the device will send requ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB4551853](https://support.microsoft.com/help/4551853) [10.0.17763.1217] and later
      ✅ Windows 10, version 1903 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18362.836] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB4551853](https://support.microsoft.com/help/4551853) [10.0.17763.1217] and later
      ✅ Windows 10, version 1903 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18362.836] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -814,7 +814,7 @@ If you disable or don't configure this policy setting, devices won't appear in U | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -863,7 +863,7 @@ Specifies whether to allow the user to factory reset the device by using control | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB4551853](https://support.microsoft.com/help/4551853) [10.0.17763.1217] and later
      ✅ Windows 10, version 1903 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18362.836] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB4551853](https://support.microsoft.com/help/4551853) [10.0.17763.1217] and later
      ✅ Windows 10, version 1903 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18362.836] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -940,7 +940,7 @@ If you disable or don't configure this policy setting, devices enrolled to the W | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1009,7 +1009,7 @@ If your malware detection application doesn't include an Early Launch Antimalwar | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1066,7 +1066,7 @@ The value for this setting will be provided by Microsoft as part of the onboardi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1132,7 +1132,7 @@ If you set this policy setting to "Enable diagnostic data change notifications" | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1201,7 +1201,7 @@ If you don't configure this policy setting, or you set it to "Enable diagnostic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1267,7 +1267,7 @@ This policy setting controls whether the Delete diagnostic data button is enable | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1333,7 +1333,7 @@ This policy setting controls whether users can enable and launch the Diagnostic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -1391,7 +1391,7 @@ This group policy allows control over whether the DirectX Database Updater task | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1453,7 +1453,7 @@ This policy setting blocks the Connected User Experience and Telemetry service f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1530,7 +1530,7 @@ This policy setting lets you prevent apps and features from working with files o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1596,7 +1596,7 @@ This policy setting controls whether Windows attempts to connect with the OneSet | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1661,7 +1661,7 @@ Also, see the "Turn off System Restore configuration" policy setting. If the "Tu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1727,7 +1727,7 @@ This policy setting controls whether Windows records attempts to connect with th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1776,7 +1776,7 @@ Diagnostic files created when a feedback is filed in the Feedback Hub app will a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1843,7 +1843,7 @@ This policy controls messages which are shown when Windows is running on a devic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1909,7 +1909,7 @@ If you disable or don't configure this policy setting, we may occasionally colle | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1975,7 +1975,7 @@ If you disable or don't configure this policy setting, we may occasionally colle | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2049,7 +2049,7 @@ If you disable or don't configure this policy setting, diagnostic data collectio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2106,7 +2106,7 @@ The format for this setting is ``:`` | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | diff --git a/windows/client-management/mdm/policy-csp-systemservices.md b/windows/client-management/mdm/policy-csp-systemservices.md index 028d0720fb..4a1ac1541c 100644 --- a/windows/client-management/mdm/policy-csp-systemservices.md +++ b/windows/client-management/mdm/policy-csp-systemservices.md @@ -1,7 +1,7 @@ --- title: SystemServices Policy CSP description: Learn more about the SystemServices Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -70,7 +70,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -120,7 +120,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -170,7 +170,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -220,7 +220,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -270,7 +270,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -320,7 +320,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -370,7 +370,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -420,7 +420,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -470,7 +470,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -520,7 +520,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -570,7 +570,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -620,7 +620,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -670,7 +670,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -720,7 +720,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -770,7 +770,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -820,7 +820,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -870,7 +870,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -920,7 +920,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -979,7 +979,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1038,7 +1038,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1097,7 +1097,7 @@ This setting determines whether the service's start type is Automatic(2), Manual | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-taskmanager.md b/windows/client-management/mdm/policy-csp-taskmanager.md index 0de2582caa..38e22f001a 100644 --- a/windows/client-management/mdm/policy-csp-taskmanager.md +++ b/windows/client-management/mdm/policy-csp-taskmanager.md @@ -1,7 +1,7 @@ --- title: TaskManager Policy CSP description: Learn more about the TaskManager Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | diff --git a/windows/client-management/mdm/policy-csp-taskscheduler.md b/windows/client-management/mdm/policy-csp-taskscheduler.md index d8eae077b9..f127a65169 100644 --- a/windows/client-management/mdm/policy-csp-taskscheduler.md +++ b/windows/client-management/mdm/policy-csp-taskscheduler.md @@ -1,7 +1,7 @@ --- title: TaskScheduler Policy CSP description: Learn more about the TaskScheduler Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-tenantdefinedtelemetry.md b/windows/client-management/mdm/policy-csp-tenantdefinedtelemetry.md index 00a0d03419..bbdd2b73f6 100644 --- a/windows/client-management/mdm/policy-csp-tenantdefinedtelemetry.md +++ b/windows/client-management/mdm/policy-csp-tenantdefinedtelemetry.md @@ -1,7 +1,7 @@ --- title: TenantDefinedTelemetry Policy CSP description: Learn more about the TenantDefinedTelemetry Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ✅ Windows SE
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ❌ Pro
      ❌ Enterprise
      ❌ Education
      ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | diff --git a/windows/client-management/mdm/policy-csp-tenantrestrictions.md b/windows/client-management/mdm/policy-csp-tenantrestrictions.md index 92aabbaa29..dfab778d30 100644 --- a/windows/client-management/mdm/policy-csp-tenantrestrictions.md +++ b/windows/client-management/mdm/policy-csp-tenantrestrictions.md @@ -1,7 +1,7 @@ --- title: TenantRestrictions Policy CSP description: Learn more about the TenantRestrictions Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.320] and later
      ✅ Windows 10, version 2004 with [KB5006738](https://support.microsoft.com/help/5006738) [10.0.19041.1320] and later
      ✅ Windows 10, version 20H2 with [KB5006738](https://support.microsoft.com/help/5006738) [10.0.19042.1320] and later
      ✅ Windows 10, version 21H1 with [KB5006738](https://support.microsoft.com/help/5006738) [10.0.19043.1320] and later
      ✅ Windows 10, version 21H2 [10.0.19044] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.320] and later
      ✅ Windows 10, version 2004 with [KB5006738](https://support.microsoft.com/help/5006738) [10.0.19041.1320] and later
      ✅ Windows 10, version 20H2 with [KB5006738](https://support.microsoft.com/help/5006738) [10.0.19042.1320] and later
      ✅ Windows 10, version 21H1 with [KB5006738](https://support.microsoft.com/help/5006738) [10.0.19043.1320] and later
      ✅ Windows 10, version 21H2 [10.0.19044] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-textinput.md b/windows/client-management/mdm/policy-csp-textinput.md index aeb348c64d..fc195c2258 100644 --- a/windows/client-management/mdm/policy-csp-textinput.md +++ b/windows/client-management/mdm/policy-csp-textinput.md @@ -1,7 +1,7 @@ --- title: TextInput Policy CSP description: Learn more about the TextInput Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -71,7 +71,7 @@ Placeholder only. Don't use in production environment. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -120,7 +120,7 @@ Allows the user to turn on and off the logging for incorrect conversion and savi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -169,7 +169,7 @@ Allows the user to turn on Open Extended Dictionary, Internet search integration | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -218,7 +218,7 @@ Allows the IT admin to disable the touch/handwriting keyboard on Windows. Most r | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -267,7 +267,7 @@ Allows the Japanese IME surrogate pair characters. Most restricted value is 0. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -316,7 +316,7 @@ Allows Japanese Ideographic Variation Sequence (IVS) characters. Most restricted | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -365,7 +365,7 @@ Allows the Japanese non-publishing standard glyph. Most restricted value is 0. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -414,7 +414,7 @@ Allows the Japanese user dictionary. Most restricted value is 0. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -468,7 +468,7 @@ To validate that text prediction is disabled on Windows 10 for desktop, do the f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -531,7 +531,7 @@ When this policy setting is enabled, some language features (such as handwriting | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -594,7 +594,7 @@ This policy setting controls the ability to send inking and typing data to Micro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -643,7 +643,7 @@ Allows the user to turn on or off the automatic downloading of newer versions of | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -718,7 +718,7 @@ This Policy setting applies only to Microsoft Japanese IME. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -784,7 +784,7 @@ This Policy setting applies only to Microsoft Korean IME. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -859,7 +859,7 @@ This Policy setting applies only to Microsoft Simplified Chinese IME. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -934,7 +934,7 @@ This Policy setting applies only to Microsoft Traditional Chinese IME. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -984,7 +984,7 @@ This policy allows the IT admin to control whether the touch keyboard should sho | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1033,7 +1033,7 @@ Allows the users to restrict character code range of conversion by setting the c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1082,7 +1082,7 @@ Allows the users to restrict character code range of conversion by setting the c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1131,7 +1131,7 @@ Allows the users to restrict character code range of conversion by setting the c | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1181,7 +1181,7 @@ Specifies the touch keyboard is always docked. When this policy is set to enable | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -1231,7 +1231,7 @@ Specifies whether the controller keyboard mode is enabled or disabled for the to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1281,7 +1281,7 @@ Specifies whether the dictation input button is enabled or disabled for the touc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1331,7 +1331,7 @@ Specifies whether the emoji button is enabled or disabled for the touch keyboard | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1381,7 +1381,7 @@ Specifies whether the full keyboard mode is enabled or disabled for the touch ke | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1431,7 +1431,7 @@ Specifies whether the handwriting input panel is enabled or disabled. When this | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1481,7 +1481,7 @@ Specifies whether the narrow keyboard mode is enabled or disabled for the touch | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1531,7 +1531,7 @@ Specifies whether the split keyboard mode is enabled or disabled for the touch k | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-timelanguagesettings.md b/windows/client-management/mdm/policy-csp-timelanguagesettings.md index 46ccf7ac9e..cf3e15f2ff 100644 --- a/windows/client-management/mdm/policy-csp-timelanguagesettings.md +++ b/windows/client-management/mdm/policy-csp-timelanguagesettings.md @@ -1,7 +1,7 @@ --- title: TimeLanguageSettings Policy CSP description: Learn more about the TimeLanguageSettings Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -72,7 +72,7 @@ This policy is deprecated. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -139,7 +139,7 @@ This policy setting controls whether the LPRemove task will run to clean up lang | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -180,7 +180,7 @@ Specifies the time zone to be applied to the device. This is the standard Window | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -247,7 +247,7 @@ This policy setting controls which UI language is used for computers with more t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-troubleshooting.md b/windows/client-management/mdm/policy-csp-troubleshooting.md index 9445141187..ee2a7dedac 100644 --- a/windows/client-management/mdm/policy-csp-troubleshooting.md +++ b/windows/client-management/mdm/policy-csp-troubleshooting.md @@ -1,7 +1,7 @@ --- title: Troubleshooting Policy CSP description: Learn more about the Troubleshooting Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | diff --git a/windows/client-management/mdm/policy-csp-update.md b/windows/client-management/mdm/policy-csp-update.md index 23b1f025ff..1af5508754 100644 --- a/windows/client-management/mdm/policy-csp-update.md +++ b/windows/client-management/mdm/policy-csp-update.md @@ -1,7 +1,7 @@ --- title: Update Policy CSP description: Learn more about the Update Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -104,7 +104,7 @@ Update CSP policies are listed below based on the group policy area: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -153,7 +153,7 @@ Allows the IT admin to manage whether Automatic Updates accepts updates signed b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 21H2 [10.0.19044.3757] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 21H2 [10.0.19044.3757] and later | @@ -226,7 +226,7 @@ When the policy is configured. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -295,7 +295,7 @@ The maintenance wakeup policy specifies if Automatic Maintenance should make a w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -366,7 +366,7 @@ Pause Updates | To prevent Feature Updates from being offered to the device, you | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -425,7 +425,7 @@ Pause Updates | To prevent Feature Updates from being offered to the device, you | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -488,7 +488,7 @@ If you disable or don't configure this policy, Windows Update won't alter its be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB4577069](https://support.microsoft.com/help/4577069) [10.0.17763.1490] and later
      ✅ Windows 10, version 1903 with [KB4577062](https://support.microsoft.com/help/4577062) [10.0.18362.1110] and later
      ✅ Windows 10, version 1909 with [KB4577062](https://support.microsoft.com/help/4577062) [10.0.18363.1110] and later
      ✅ Windows 10, version 2004 with [KB4577063](https://support.microsoft.com/help/4577063) [10.0.19041.546] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB4577069](https://support.microsoft.com/help/4577069) [10.0.17763.1490] and later
      ✅ Windows 10, version 1903 with [KB4577062](https://support.microsoft.com/help/4577062) [10.0.18362.1110] and later
      ✅ Windows 10, version 1909 with [KB4577062](https://support.microsoft.com/help/4577062) [10.0.18363.1110] and later
      ✅ Windows 10, version 2004 with [KB4577063](https://support.microsoft.com/help/4577063) [10.0.19041.546] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -547,7 +547,7 @@ IT admins can, if necessary, opt devices out of safeguard protections using this | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -612,7 +612,7 @@ If you disable or don't configure this policy, Windows Update will include updat | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -696,7 +696,7 @@ If you disable or don't configure this policy, Windows Update won't offer you an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -764,7 +764,7 @@ Pause Updates | To prevent Feature Updates from being offered to the device, you | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -817,7 +817,7 @@ Specifies the date and time when the IT admin wants to start pausing the Feature | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -889,7 +889,7 @@ If you disable or don't configure this policy, Windows Update won't alter its be | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -944,7 +944,7 @@ Specifies the date and time when the IT admin wants to start pausing the Quality | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1012,7 +1012,7 @@ Supported value type is a string containing a Windows product. For example, "Win | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4556807](https://support.microsoft.com/help/4556807) [10.0.17134.1488] and later
      ✅ Windows 10, version 1809 with [KB4551853](https://support.microsoft.com/help/4551853) [10.0.17763.1217] and later
      ✅ Windows 10, version 1903 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18362.836] and later
      ✅ Windows 10, version 1909 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18363.836] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 with [KB4556807](https://support.microsoft.com/help/4556807) [10.0.17134.1488] and later
      ✅ Windows 10, version 1809 with [KB4551853](https://support.microsoft.com/help/4551853) [10.0.17763.1217] and later
      ✅ Windows 10, version 1903 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18362.836] and later
      ✅ Windows 10, version 1909 with [KB4556799](https://support.microsoft.com/help/4556799) [10.0.18363.836] and later
      ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -1079,7 +1079,7 @@ Supported value type is a string containing Windows version number. For example, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1144,7 +1144,7 @@ Specifies whether the device could use Microsoft Update, Windows Server Update S | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1216,7 +1216,7 @@ This policy should be enabled only when [UpdateServiceUrl](#updateserviceurl) is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 with [KB4598231](https://support.microsoft.com/help/4598231) [10.0.10240.18818] and later
      ✅ Windows 10, version 1607 with [KB4598243](https://support.microsoft.com/help/4598243) [10.0.14393.4169] and later
      ✅ Windows 10, version 1703 with [KB4520010](https://support.microsoft.com/help/4520010) [10.0.15063.2108] and later
      ✅ Windows 10, version 1709 with [KB4580328](https://support.microsoft.com/help/4580328) [10.0.16299.2166] and later
      ✅ Windows 10, version 1803 with [KB4598245](https://support.microsoft.com/help/4598245) [10.0.17134.1967] and later
      ✅ Windows 10, version 1809 with [KB4598230](https://support.microsoft.com/help/4598230) [10.0.17763.1697] and later
      ✅ Windows 10, version 1903 [10.0.18362.1316] and later
      ✅ Windows 10, version 1909 with [KB4598229](https://support.microsoft.com/help/4598229) [10.0.18363.1316] and later
      ✅ Windows 10, version 2004 with [KB4598242](https://support.microsoft.com/help/4598242) [10.0.19041.746] and later
      ✅ Windows 10, version 20H2 with [KB4598242](https://support.microsoft.com/help/4598242) [10.0.19042.746] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 with [KB4598231](https://support.microsoft.com/help/4598231) [10.0.10240.18818] and later
      ✅ Windows 10, version 1607 with [KB4598243](https://support.microsoft.com/help/4598243) [10.0.14393.4169] and later
      ✅ Windows 10, version 1703 with [KB4520010](https://support.microsoft.com/help/4520010) [10.0.15063.2108] and later
      ✅ Windows 10, version 1709 with [KB4580328](https://support.microsoft.com/help/4580328) [10.0.16299.2166] and later
      ✅ Windows 10, version 1803 with [KB4598245](https://support.microsoft.com/help/4598245) [10.0.17134.1967] and later
      ✅ Windows 10, version 1809 with [KB4598230](https://support.microsoft.com/help/4598230) [10.0.17763.1697] and later
      ✅ Windows 10, version 1903 [10.0.18362.1316] and later
      ✅ Windows 10, version 1909 with [KB4598229](https://support.microsoft.com/help/4598229) [10.0.18363.1316] and later
      ✅ Windows 10, version 2004 with [KB4598242](https://support.microsoft.com/help/4598242) [10.0.19041.746] and later
      ✅ Windows 10, version 20H2 with [KB4598242](https://support.microsoft.com/help/4598242) [10.0.19042.746] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1280,7 +1280,7 @@ This policy should be enabled only when [UpdateServiceUrl](#updateserviceurl) is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1346,7 +1346,7 @@ Allows Windows Update Agent to determine the download URL when it's missing from | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.371] and later
      ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 10, version 21H2 [10.0.19044.1288] and later
      ✅ Windows 10, version 22H2 [10.0.19045.2130] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.371] and later
      ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 10, version 21H2 [10.0.19044.1288] and later
      ✅ Windows 10, version 22H2 [10.0.19045.2130] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1415,7 +1415,7 @@ Configure this policy to specify whether to receive **Windows Driver Updates** f | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.371] and later
      ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 10, version 21H2 [10.0.19044.1288] and later
      ✅ Windows 10, version 22H2 [10.0.19045.2130] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.371] and later
      ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 10, version 21H2 [10.0.19044.1288] and later
      ✅ Windows 10, version 22H2 [10.0.19045.2130] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1485,7 +1485,7 @@ Configure this policy to specify whether to receive **Windows Feature Updates** | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.371] and later
      ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 10, version 21H2 [10.0.19044.1288] and later
      ✅ Windows 10, version 22H2 [10.0.19045.2130] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.371] and later
      ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 10, version 21H2 [10.0.19044.1288] and later
      ✅ Windows 10, version 22H2 [10.0.19045.2130] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1554,7 +1554,7 @@ Configure this policy to specify whether to receive **Other Updates** from Windo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.371] and later
      ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 10, version 21H2 [10.0.19044.1288] and later
      ✅ Windows 10, version 22H2 [10.0.19045.2130] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20348.371] and later
      ✅ Windows 10, version 2004 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19041.1202] and later
      ✅ Windows 10, version 20H2 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19042.1202] and later
      ✅ Windows 10, version 21H1 with [KB5005101](https://support.microsoft.com/help/5005101) [10.0.19043.1202] and later
      ✅ Windows 10, version 21H2 [10.0.19044.1288] and later
      ✅ Windows 10, version 22H2 [10.0.19045.2130] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1624,7 +1624,7 @@ Configure this policy to specify whether to receive **Windows Quality Updates** | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 with [KB4577049](https://support.microsoft.com/help/4577049) [10.0.10240.18696] and later
      ✅ Windows 10, version 1607 with [KB4577015](https://support.microsoft.com/help/4577015) [10.0.14393.3930] and later
      ✅ Windows 10, version 1703 [10.0.15063.2500] and later
      ✅ Windows 10, version 1709 with [KB4577041](https://support.microsoft.com/help/4577041) [10.0.16299.2107] and later
      ✅ Windows 10, version 1803 with [KB4577032](https://support.microsoft.com/help/4577032) [10.0.17134.1726] and later
      ✅ Windows 10, version 1809 with [KB4570333](https://support.microsoft.com/help/4570333) [10.0.17763.1457] and later
      ✅ Windows 10, version 1903 with [KB4574727](https://support.microsoft.com/help/4574727) [10.0.18362.1082] and later
      ✅ Windows 10, version 1909 with [KB4574727](https://support.microsoft.com/help/4574727) [10.0.18363.1082] and later
      ✅ Windows 10, version 2004 with [KB4571756](https://support.microsoft.com/help/4571756) [10.0.19041.508] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 with [KB4577049](https://support.microsoft.com/help/4577049) [10.0.10240.18696] and later
      ✅ Windows 10, version 1607 with [KB4577015](https://support.microsoft.com/help/4577015) [10.0.14393.3930] and later
      ✅ Windows 10, version 1703 [10.0.15063.2500] and later
      ✅ Windows 10, version 1709 with [KB4577041](https://support.microsoft.com/help/4577041) [10.0.16299.2107] and later
      ✅ Windows 10, version 1803 with [KB4577032](https://support.microsoft.com/help/4577032) [10.0.17134.1726] and later
      ✅ Windows 10, version 1809 with [KB4570333](https://support.microsoft.com/help/4570333) [10.0.17763.1457] and later
      ✅ Windows 10, version 1903 with [KB4574727](https://support.microsoft.com/help/4574727) [10.0.18362.1082] and later
      ✅ Windows 10, version 1909 with [KB4574727](https://support.microsoft.com/help/4574727) [10.0.18363.1082] and later
      ✅ Windows 10, version 2004 with [KB4571756](https://support.microsoft.com/help/4571756) [10.0.19041.508] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1692,7 +1692,7 @@ This policy setting doesn't impact those customers who have, per Microsoft recom | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1767,7 +1767,7 @@ The following list shows the supported values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1825,7 +1825,7 @@ Specifies an alternate intranet server to host updates from Microsoft Update. Yo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1893,7 +1893,7 @@ Note that the default max active hours range is 18 hours from the active hours s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1952,7 +1952,7 @@ If you disable or don't configure this policy, the default max active hours rang | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2020,7 +2020,7 @@ Note that the default max active hours range is 18 hours from the active hours s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2087,7 +2087,7 @@ Enables the IT admin to manage automatic update behavior to scan, download, and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2153,7 +2153,7 @@ This policy is accessible through the Update setting in the user interface or Gr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2224,7 +2224,7 @@ Allows the IT admin to manage whether to scan for app updates from Microsoft Upd | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5022913](https://support.microsoft.com/help/5022913) [10.0.22621.1344] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5022913](https://support.microsoft.com/help/5022913) [10.0.22621.1344] and later | @@ -2295,7 +2295,7 @@ Features introduced via servicing (outside of the annual feature update) are off | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2354,7 +2354,7 @@ Number of days before feature updates are installed on devices automatically reg | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2413,7 +2413,7 @@ Number of days before quality updates are installed on devices automatically reg | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -2468,7 +2468,7 @@ Minimum number of days from update installation until restarts occur automatical | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB5000854](https://support.microsoft.com/help/5000854) [10.0.17763.1852] and later
      ✅ Windows 10, version 1909 with [KB5000850](https://support.microsoft.com/help/5000850) [10.0.18363.1474] and later
      ✅ Windows 10, version 2004 with [KB5000842](https://support.microsoft.com/help/5000842) [10.0.19041.906] and later
      ✅ Windows 10, version 20H2 with [KB5000842](https://support.microsoft.com/help/5000842) [10.0.19042.906] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 with [KB5000854](https://support.microsoft.com/help/5000854) [10.0.17763.1852] and later
      ✅ Windows 10, version 1909 with [KB5000850](https://support.microsoft.com/help/5000850) [10.0.18363.1474] and later
      ✅ Windows 10, version 2004 with [KB5000842](https://support.microsoft.com/help/5000842) [10.0.19041.906] and later
      ✅ Windows 10, version 20H2 with [KB5000842](https://support.microsoft.com/help/5000842) [10.0.19042.906] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2523,7 +2523,7 @@ Minimum number of days from update installation until restarts occur automatical | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -2602,7 +2602,7 @@ This policy will override the following policies: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -2681,7 +2681,7 @@ This policy will override the following policies: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2722,7 +2722,7 @@ Enable enterprises/IT admin to configure feature update uninstall period. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -2795,7 +2795,7 @@ If you select "Apply only during active hours" in conjunction with Option 1 or 2 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -2866,7 +2866,7 @@ Enables the IT admin to schedule the day of the update installation. The data ty | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -2931,7 +2931,7 @@ Enables the IT admin to schedule the update installation on the every week. Valu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3005,7 +3005,7 @@ These policies are not exclusive and can be used in any combination. Together wi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3079,7 +3079,7 @@ These policies are not exclusive and can be used in any combination. Together wi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3153,7 +3153,7 @@ These policies are not exclusive and can be used in any combination. Together wi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3227,7 +3227,7 @@ These policies are not exclusive and can be used in any combination. Together wi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -3286,7 +3286,7 @@ Enables the IT admin to schedule the time of the update installation. The data t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3351,7 +3351,7 @@ Once enabled user access to pause updates is removed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3416,7 +3416,7 @@ If you enable this setting user access to Windows Update scan, download and inst | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3489,7 +3489,7 @@ These settings are designed for education devices that remain in carts overnight | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3563,7 +3563,7 @@ If you select "Apply only during active hours" in conjunction with Option 1 or 2 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -3625,7 +3625,7 @@ If the "No auto-restart with logged-on users for scheduled automatic updates ins | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3690,7 +3690,7 @@ Enabling either of the following two policies will override the above policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -3755,7 +3755,7 @@ Enabling either of the following two policies will override the above policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3825,7 +3825,7 @@ If you disable or don't configure this policy, the default period will be used. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -3892,7 +3892,7 @@ If you disable or don't configure this policy, the default method will be used. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3979,7 +3979,7 @@ Other/can't defer: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4036,7 +4036,7 @@ Allows IT Admins to specify additional upgrade delays for up to 8 months. Suppor | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4106,7 +4106,7 @@ Enable this policy to not allow update deferral policies to cause scans against | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4176,7 +4176,7 @@ Enabling any of the following policies will override the above policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -4246,7 +4246,7 @@ Enabling any of the following policies will override the above policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4316,7 +4316,7 @@ Enabling any of the following policies will override the above policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -4386,7 +4386,7 @@ Enabling any of the following policies will override the above policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4456,7 +4456,7 @@ Enabling any of the following policies will override the above policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -4526,7 +4526,7 @@ Enabling any of the following policies will override the above policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4586,7 +4586,7 @@ To validate this policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4646,7 +4646,7 @@ To validate this policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4707,7 +4707,7 @@ To validate this policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4748,7 +4748,7 @@ This policy is deprecated. Use Update/RequireUpdateApproval instead. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -4809,7 +4809,7 @@ This policy is deprecated. Use Update/RequireUpdateApproval instead. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -4860,7 +4860,7 @@ This policy is deprecated. Use Update/RequireUpdateApproval instead. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -4930,7 +4930,7 @@ If you disable or don't configure this policy, the default notification behavior | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -5002,7 +5002,7 @@ If you disable or don't configure this policy, the default notification behavior | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/policy-csp-userrights.md b/windows/client-management/mdm/policy-csp-userrights.md index c489be1733..3d7c4cddbe 100644 --- a/windows/client-management/mdm/policy-csp-userrights.md +++ b/windows/client-management/mdm/policy-csp-userrights.md @@ -1,7 +1,7 @@ --- title: UserRights Policy CSP description: Learn more about the UserRights Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -104,7 +104,7 @@ For example, the following syntax grants user rights to a specific user or group | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -153,7 +153,7 @@ This user right is used by Credential Manager during Backup/Restore. No accounts | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -205,7 +205,7 @@ This user right determines which users and groups are allowed to connect to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -257,7 +257,7 @@ This user right allows a process to impersonate any user without authentication. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -306,7 +306,7 @@ Adjust memory quotas for a process - This privilege determines who can change th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -358,7 +358,7 @@ This user right determines which users can log on to the computer. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -407,7 +407,7 @@ Allow log on through Remote Desktop Services - This policy setting determines wh | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -459,7 +459,7 @@ This user right determines which users can bypass file, directory, registry, and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -508,7 +508,7 @@ This user right determines which users can traverse directory trees even though | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -566,7 +566,7 @@ This user right determines which users and groups can change the time and date o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -615,7 +615,7 @@ This user right determines which users and groups can change the time zone used | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -667,7 +667,7 @@ This security setting determines whether users can create global objects that ar | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -716,7 +716,7 @@ This user right determines which users and groups can call an internal applicati | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -765,7 +765,7 @@ This user right determines which accounts can be used by processes to create a d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -820,7 +820,7 @@ This user right determines if the user can create a symbolic link from the compu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -872,7 +872,7 @@ This user right determines which accounts can be used by processes to create a t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -924,7 +924,7 @@ This user right determines which users can attach a debugger to any process or t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -973,7 +973,7 @@ This user right determines which users are prevented from accessing a computer o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1026,7 +1026,7 @@ This security setting determines which service accounts are prevented from regis | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1075,7 +1075,7 @@ This security setting determines which accounts are prevented from being able to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1127,7 +1127,7 @@ Deny log on as a service -This security setting determines which service account | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1176,7 +1176,7 @@ This user right determines which users and groups are prohibited from logging on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1228,7 +1228,7 @@ This user right determines which users can set the Trusted for Delegation settin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1277,7 +1277,7 @@ This user right determines which accounts can be used by a process to add entrie | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1335,7 +1335,7 @@ Assigning this user right to a user allows programs running on behalf of that us | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1387,7 +1387,7 @@ Increase a process working set. This privilege determines which user accounts ca | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1441,7 +1441,7 @@ This user right determines which accounts can use a process with Write Property | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1493,7 +1493,7 @@ This user right determines which users can dynamically load and unload device dr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1542,7 +1542,7 @@ This user right determines which accounts can use a process to keep data in phys | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1591,7 +1591,7 @@ This security setting allows a user to be logged-on by means of a batch-queue fa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1640,7 +1640,7 @@ This security setting allows a security principal to log on as a service. Servic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1689,7 +1689,7 @@ This user right determines which users can specify object access auditing option | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1738,7 +1738,7 @@ This user right determines which users and groups can run maintenance tasks on a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1790,7 +1790,7 @@ This user right determines who can modify firmware environment values. Firmware | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1839,7 +1839,7 @@ This user right determines which user accounts can modify the integrity label of | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1888,7 +1888,7 @@ This user right determines which users can use performance monitoring tools to m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -1937,7 +1937,7 @@ This security setting determines which users can use performance monitoring tool | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1986,7 +1986,7 @@ This user right determines which users are allowed to shut down a computer from | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2035,7 +2035,7 @@ This security setting determines which user accounts can call the CreateProcessA | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -2087,7 +2087,7 @@ This user right determines which users can bypass file, directory, registry, and | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -2136,7 +2136,7 @@ This security setting determines which users who are logged-on locally to the co | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-virtualizationbasedtechnology.md b/windows/client-management/mdm/policy-csp-virtualizationbasedtechnology.md index 2d9385587a..563ac1e8f8 100644 --- a/windows/client-management/mdm/policy-csp-virtualizationbasedtechnology.md +++ b/windows/client-management/mdm/policy-csp-virtualizationbasedtechnology.md @@ -1,7 +1,7 @@ --- title: VirtualizationBasedTechnology Policy CSP description: Learn more about the VirtualizationBasedTechnology Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -84,7 +84,7 @@ Hypervisor-Protected Code Integrity: 0 - Turns off Hypervisor-Protected Code Int | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-webthreatdefense.md b/windows/client-management/mdm/policy-csp-webthreatdefense.md index 7b29ec716d..0b93d919ab 100644 --- a/windows/client-management/mdm/policy-csp-webthreatdefense.md +++ b/windows/client-management/mdm/policy-csp-webthreatdefense.md @@ -1,7 +1,7 @@ --- title: WebThreatDefense Policy CSP description: Learn more about the WebThreatDefense Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -91,7 +91,7 @@ This policy setting determines whether Enhanced Phishing Protection can collect | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -158,7 +158,7 @@ This policy setting determines whether Enhanced Phishing Protection in Microsoft | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -225,7 +225,7 @@ This policy setting determines whether Enhanced Phishing Protection in Microsoft | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -292,7 +292,7 @@ This policy setting determines whether Enhanced Phishing Protection in Microsoft | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | diff --git a/windows/client-management/mdm/policy-csp-wifi.md b/windows/client-management/mdm/policy-csp-wifi.md index 9629567316..981a37cc84 100644 --- a/windows/client-management/mdm/policy-csp-wifi.md +++ b/windows/client-management/mdm/policy-csp-wifi.md @@ -1,7 +1,7 @@ --- title: Wifi Policy CSP description: Learn more about the Wifi Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -95,7 +95,7 @@ This policy setting determines whether users can enable the following WLAN setti | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -178,7 +178,7 @@ By default, ICS is disabled when you create a remote access connection, but admi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -227,7 +227,7 @@ Allow or block connections to Wi-Fi outside of MDM server-installed networks. If | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -277,7 +277,7 @@ Allow or disallow the device to use the DSCP to UP Mapping feature from the Wi-F | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -326,7 +326,7 @@ Allow or disallow the device to automatically request to enable Mirrored Stream | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -375,7 +375,7 @@ Allow or disallow WiFi connection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -424,7 +424,7 @@ Allow WiFi Direct connection. . | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-windowsai.md b/windows/client-management/mdm/policy-csp-windowsai.md index 64a8c63abe..caf72cbace 100644 --- a/windows/client-management/mdm/policy-csp-windowsai.md +++ b/windows/client-management/mdm/policy-csp-windowsai.md @@ -1,7 +1,7 @@ --- title: WindowsAI Policy CSP description: Learn more about the WindowsAI Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -91,7 +91,7 @@ This policy setting allows you to determine whether the Recall optional componen | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -164,7 +164,7 @@ If you set this policy to disabled, end users will have a choice to save snapsho | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -226,7 +226,7 @@ This policy setting allows you to control whether Cocreator functionality is dis | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -288,7 +288,7 @@ This policy setting allows you to control whether generative fill functionality | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -350,7 +350,7 @@ This policy setting allows you to control whether Image Creator functionality is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5044380](https://support.microsoft.com/help/5044380) [10.0.22621.4391] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5044380](https://support.microsoft.com/help/5044380) [10.0.22621.4391] and later | @@ -406,7 +406,7 @@ This policy setting determines which app opens when the user presses the Copilot | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -475,7 +475,7 @@ For example: `code.exe;Microsoft.WindowsNotepad_8wekyb3d8bbwe!App;ms-teams.exe` | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -540,7 +540,7 @@ Adding `https://www.WoodgroveBank.com` to the list would also filter `https://Ac | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -616,7 +616,7 @@ Snapshots aren't deleted until the maximum storage allocation for Recall is reac | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -697,7 +697,7 @@ When this setting isn't configured, the OS configures the storage allocation for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 21H2 [10.0.19044.3758] and later
      ✅ Windows 10, version 22H2 with [KB5032278](https://support.microsoft.com/help/5032278) [10.0.19045.3758] and later
      ✅ Windows 11, version 22H2 with [KB5030310](https://support.microsoft.com/help/5030310) [10.0.22621.2361] and later
      ✅ Windows 11, version 23H2 [10.0.22631] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 21H2 [10.0.19044.3758] and later
      ✅ Windows 10, version 22H2 with [KB5032278](https://support.microsoft.com/help/5032278) [10.0.19045.3758] and later
      ✅ Windows 11, version 22H2 with [KB5030310](https://support.microsoft.com/help/5030310) [10.0.22621.2361] and later
      ✅ Windows 11, version 23H2 [10.0.22631] and later | diff --git a/windows/client-management/mdm/policy-csp-windowsautopilot.md b/windows/client-management/mdm/policy-csp-windowsautopilot.md index f10f3f5b34..bc7bad47ed 100644 --- a/windows/client-management/mdm/policy-csp-windowsautopilot.md +++ b/windows/client-management/mdm/policy-csp-windowsautopilot.md @@ -1,7 +1,7 @@ --- title: WindowsAutopilot Policy CSP description: Learn more about the WindowsAutopilot Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md b/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md index c6e242ce9b..bd6adff232 100644 --- a/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md +++ b/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md @@ -1,7 +1,7 @@ --- title: WindowsConnectionManager Policy CSP description: Learn more about the WindowsConnectionManager Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md b/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md index 5893ab6810..7a65a44900 100644 --- a/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md +++ b/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md @@ -1,7 +1,7 @@ --- title: WindowsDefenderSecurityCenter Policy CSP description: Learn more about the WindowsDefenderSecurityCenter Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -85,7 +85,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -160,7 +160,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -235,7 +235,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -310,7 +310,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -385,7 +385,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -462,7 +462,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -537,7 +537,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -612,7 +612,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -687,7 +687,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -762,7 +762,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -837,7 +837,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -912,7 +912,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -987,7 +987,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1054,7 +1054,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1137,7 +1137,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1218,7 +1218,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1293,7 +1293,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1368,7 +1368,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1443,7 +1443,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1520,7 +1520,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1587,7 +1587,7 @@ Same as Disabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/policy-csp-windowsinkworkspace.md b/windows/client-management/mdm/policy-csp-windowsinkworkspace.md index 541efe7904..a1f40b41ce 100644 --- a/windows/client-management/mdm/policy-csp-windowsinkworkspace.md +++ b/windows/client-management/mdm/policy-csp-windowsinkworkspace.md @@ -1,7 +1,7 @@ --- title: WindowsInkWorkspace Policy CSP description: Learn more about the WindowsInkWorkspace Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -83,7 +83,7 @@ Allow suggested apps in Windows Ink Workspace. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/policy-csp-windowslogon.md b/windows/client-management/mdm/policy-csp-windowslogon.md index 8988bf7de4..d19dabae65 100644 --- a/windows/client-management/mdm/policy-csp-windowslogon.md +++ b/windows/client-management/mdm/policy-csp-windowslogon.md @@ -1,7 +1,7 @@ --- title: WindowsLogon Policy CSP description: Learn more about the WindowsLogon Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -87,7 +87,7 @@ After enabling this policy, you can configure its settings through the ConfigAut | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -154,7 +154,7 @@ BitLocker is suspended during updates if: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -213,7 +213,7 @@ This policy setting allows you to prevent app notifications from appearing on th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -298,7 +298,7 @@ Here's an example to enable this policy: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 [10.0.18362] and later | @@ -370,7 +370,7 @@ This policy setting allows you to control whether users see the first sign-in an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -436,7 +436,7 @@ This policy controls whether the user's password is included in the content of M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -495,7 +495,7 @@ This policy setting allows local users to be enumerated on domain-joined compute | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -564,7 +564,7 @@ The locations that Switch User interface appear are in the Logon UI, the Start m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.2338] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.2338] and later | diff --git a/windows/client-management/mdm/policy-csp-windowspowershell.md b/windows/client-management/mdm/policy-csp-windowspowershell.md index b69ea72761..50ccd4a4be 100644 --- a/windows/client-management/mdm/policy-csp-windowspowershell.md +++ b/windows/client-management/mdm/policy-csp-windowspowershell.md @@ -1,7 +1,7 @@ --- title: WindowsPowerShell Policy CSP description: Learn more about the WindowsPowerShell Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -22,7 +22,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/policy-csp-windowssandbox.md b/windows/client-management/mdm/policy-csp-windowssandbox.md index d0946277b5..a3982a20d5 100644 --- a/windows/client-management/mdm/policy-csp-windowssandbox.md +++ b/windows/client-management/mdm/policy-csp-windowssandbox.md @@ -1,7 +1,7 @@ --- title: WindowsSandbox Policy CSP description: Learn more about the WindowsSandbox Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -93,7 +93,7 @@ Note that there may be security implications of exposing host audio input to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -164,7 +164,7 @@ This policy setting enables or disables clipboard sharing with the sandbox. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -237,7 +237,7 @@ Note that there may be security implications of exposing folders from the host i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -310,7 +310,7 @@ Note that enabling networking can expose untrusted applications to the internal | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -381,7 +381,7 @@ This policy setting enables or disables printer sharing from the host into the S | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -454,7 +454,7 @@ Note that enabling virtualized GPU can potentially increase the attack surface o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041.4950] and later
      ✅ Windows 10, version 20H2 [10.0.19042.4950] and later
      ✅ Windows 10, version 21H1 [10.0.19043.4950] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -527,7 +527,7 @@ Note that there may be security implications of exposing host video input to the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | diff --git a/windows/client-management/mdm/policy-csp-wirelessdisplay.md b/windows/client-management/mdm/policy-csp-wirelessdisplay.md index 9a7729d8ac..955e586b38 100644 --- a/windows/client-management/mdm/policy-csp-wirelessdisplay.md +++ b/windows/client-management/mdm/policy-csp-wirelessdisplay.md @@ -1,7 +1,7 @@ --- title: WirelessDisplay Policy CSP description: Learn more about the WirelessDisplay Area in Policy CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -20,7 +20,7 @@ ms.topic: generated-reference | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -69,7 +69,7 @@ This policy setting allows you to turn off the Wireless Display multicast DNS se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -118,7 +118,7 @@ This policy setting allows you to turn off discovering the display service adver | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -169,7 +169,7 @@ If you set it to 1, your PC will detect that you have moved and will automatical | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -220,7 +220,7 @@ If you set it to 1, your PC may receive the incoming projection as a TCP server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -271,7 +271,7 @@ If you set it to 1, your PC may start an outgoing projection as a TCP client. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -322,7 +322,7 @@ If you set it to 1, your PC can discover and project to other devices. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -373,7 +373,7 @@ If you set it to 1, your PC can discover and project to other devices over infra | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -440,7 +440,7 @@ If you turn it off or don't configure it, your PC is discoverable and can be pro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -491,7 +491,7 @@ If you set it to 1, your PC can be discoverable and can be projected to over inf | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -540,7 +540,7 @@ Setting this policy controls whether or not the wireless display can send input- | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/printerprovisioning-csp.md b/windows/client-management/mdm/printerprovisioning-csp.md index 6b09526d28..512697ba99 100644 --- a/windows/client-management/mdm/printerprovisioning-csp.md +++ b/windows/client-management/mdm/printerprovisioning-csp.md @@ -1,7 +1,7 @@ --- title: PrinterProvisioning CSP description: Learn more about the PrinterProvisioning CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -33,7 +33,7 @@ The following list shows the PrinterProvisioning configuration service provider | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -72,7 +72,7 @@ This setting will take the action on the specified user account to install or un | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -112,7 +112,7 @@ Identifies the Universal Print printer, by its Share ID, you wish to install on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -151,7 +151,7 @@ Identifies the Universal Print printer, by its Printer ID, you wish to install o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -190,7 +190,7 @@ HRESULT of the last installation returned code. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -229,7 +229,7 @@ Support async execute. Install Universal Print printer. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -268,7 +268,7 @@ Identifies the Universal Print printer, by its Share Name, you wish to install o | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19042.1806] and later
      ✅ Windows 10, version 21H1 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19043.1806] and later
      ✅ Windows 10, version 21H2 with [KB5014666](https://support.microsoft.com/help/5014666) [10.0.19044.1806] and later
      ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/reboot-csp.md b/windows/client-management/mdm/reboot-csp.md index 3d72cde805..6fd37c9630 100644 --- a/windows/client-management/mdm/reboot-csp.md +++ b/windows/client-management/mdm/reboot-csp.md @@ -1,7 +1,7 @@ --- title: Reboot CSP description: Learn more about the Reboot CSP. -ms.date: 02/14/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -32,7 +32,7 @@ The following list shows the Reboot configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -71,7 +71,7 @@ This node executes a reboot of the device. RebootNow triggers a reboot within 5 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -110,7 +110,7 @@ The supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -149,7 +149,7 @@ Value in ISO8601 date and time format (such as 2025-10-07T10:35:00) is required. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -188,7 +188,7 @@ Value in ISO8601 date and time format (such as 2025-10-07T10:35:00) is required. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | diff --git a/windows/client-management/mdm/remotewipe-csp.md b/windows/client-management/mdm/remotewipe-csp.md index 97af6fd97c..8f92095626 100644 --- a/windows/client-management/mdm/remotewipe-csp.md +++ b/windows/client-management/mdm/remotewipe-csp.md @@ -1,7 +1,7 @@ --- title: RemoteWipe CSP description: Learn more about the RemoteWipe CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -40,7 +40,7 @@ The following list shows the RemoteWipe configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -79,7 +79,7 @@ Node for the Autopilot Reset operation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -118,7 +118,7 @@ Exec on this node triggers Autopilot Reset operation. This works like PC Reset, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -158,7 +158,7 @@ Error value, if any, associated with Automatic Redeployment operation (typically | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -198,7 +198,7 @@ Status value indicating current state of an Automatic Redeployment operation. 0: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -238,7 +238,7 @@ A remote reset is equivalent to running **Reset this PC** > **Remove everything* | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -277,7 +277,7 @@ Exec on this node will perform a cloud-based remote wipe on the device. The retu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -316,7 +316,7 @@ Exec on this node will back up provisioning data to a persistent location and pe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -355,7 +355,7 @@ Exec on this node will perform a cloud-based remote reset on the device and pers | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -395,7 +395,7 @@ Provisioning packages are persisted in `%SystemDrive%\ProgramData\Microsoft\Prov | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -435,7 +435,7 @@ Exec on this node will perform a remote reset on the device and persist user acc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/rootcacertificates-csp.md b/windows/client-management/mdm/rootcacertificates-csp.md index 6bb6c3faf5..4ede84542b 100644 --- a/windows/client-management/mdm/rootcacertificates-csp.md +++ b/windows/client-management/mdm/rootcacertificates-csp.md @@ -1,7 +1,7 @@ --- title: RootCATrustedCertificates CSP description: Learn more about the RootCATrustedCertificates CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -119,7 +119,7 @@ The following list shows the RootCATrustedCertificates configuration service pro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -158,7 +158,7 @@ Node for CA certificates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -198,7 +198,7 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -237,7 +237,7 @@ Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -276,7 +276,7 @@ Returns the name of the certificate issuer. This is equivalent to the Issuer mem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -315,7 +315,7 @@ Returns the name of the certificate subject. This is equivalent to the Subject m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -354,7 +354,7 @@ Returns the certificate template name. Supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -393,7 +393,7 @@ Returns the starting date of the certificate's validity. Supported operation is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -432,7 +432,7 @@ Returns the expiration date of the certificate. Supported operation is Get. This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -471,7 +471,7 @@ Node for OEM eSIM certificates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -511,7 +511,7 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -550,7 +550,7 @@ Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -589,7 +589,7 @@ Returns the name of the certificate issuer. This is equivalent to the Issuer mem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -628,7 +628,7 @@ Returns the name of the certificate subject. This is equivalent to the Subject m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -667,7 +667,7 @@ Returns the certificate template name. Supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -706,7 +706,7 @@ Returns the starting date of the certificate's validity. Supported operation is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -745,7 +745,7 @@ Returns the expiration date of the certificate. Supported operation is Get. This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -784,7 +784,7 @@ Defines the certificate store that contains root, or self-signed certificates, i | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -823,7 +823,7 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -863,7 +863,7 @@ Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -902,7 +902,7 @@ Returns the name of the certificate issuer. This is equivalent to the Issuer mem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -941,7 +941,7 @@ Returns the name of the certificate subject. This is equivalent to the Subject m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -980,7 +980,7 @@ Returns the certificate template name. Supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1019,7 +1019,7 @@ Returns the starting date of the certificate's validity. Supported operation is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1058,7 +1058,7 @@ Returns the expiration date of the certificate. Supported operation is Get. This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1097,7 +1097,7 @@ Node for trusted people certificates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1137,7 +1137,7 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1176,7 +1176,7 @@ Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1215,7 +1215,7 @@ Returns the name of the certificate issuer. This is equivalent to the Issuer mem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1254,7 +1254,7 @@ Returns the name of the certificate subject. This is equivalent to the Subject m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1293,7 +1293,7 @@ Returns the certificate template name. Supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1332,7 +1332,7 @@ Returns the starting date of the certificate's validity. Supported operation is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1371,7 +1371,7 @@ Returns the expiration date of the certificate. Supported operation is Get. This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1410,7 +1410,7 @@ Node for trusted publisher certificates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1450,7 +1450,7 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1489,7 +1489,7 @@ Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1528,7 +1528,7 @@ Returns the name of the certificate issuer. This is equivalent to the Issuer mem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1567,7 +1567,7 @@ Returns the name of the certificate subject. This is equivalent to the Subject m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1606,7 +1606,7 @@ Returns the certificate template name. Supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1645,7 +1645,7 @@ Returns the starting date of the certificate's validity. Supported operation is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1684,7 +1684,7 @@ Returns the expiration date of the certificate. Supported operation is Get. This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1723,7 +1723,7 @@ Node for certificates that aren't trusted. IT admin can use this node to immedia | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1763,7 +1763,7 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1802,7 +1802,7 @@ Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1841,7 +1841,7 @@ Returns the name of the certificate issuer. This is equivalent to the Issuer mem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1880,7 +1880,7 @@ Returns the name of the certificate subject. This is equivalent to the Subject m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1919,7 +1919,7 @@ Returns the certificate template name. Supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1958,7 +1958,7 @@ Returns the starting date of the certificate's validity. Supported operation is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -1997,7 +1997,7 @@ Returns the expiration date of the certificate. Supported operation is Get. This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2036,7 +2036,7 @@ Node for CA certificates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2076,7 +2076,7 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2115,7 +2115,7 @@ Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2154,7 +2154,7 @@ Returns the name of the certificate issuer. This is equivalent to the Issuer mem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2193,7 +2193,7 @@ Returns the name of the certificate subject. This is equivalent to the Subject m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2232,7 +2232,7 @@ Returns the certificate template name. Supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2271,7 +2271,7 @@ Returns the starting date of the certificate's validity. Supported operation is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2310,7 +2310,7 @@ Returns the expiration date of the certificate. Supported operation is Get. This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2349,7 +2349,7 @@ Node for OEM eSIM certificates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2389,7 +2389,7 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2428,7 +2428,7 @@ Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2467,7 +2467,7 @@ Returns the name of the certificate issuer. This is equivalent to the Issuer mem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2506,7 +2506,7 @@ Returns the name of the certificate subject. This is equivalent to the Subject m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2545,7 +2545,7 @@ Returns the certificate template name. Supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2584,7 +2584,7 @@ Returns the starting date of the certificate's validity. Supported operation is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -2623,7 +2623,7 @@ Returns the expiration date of the certificate. Supported operation is Get. This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2662,7 +2662,7 @@ Node for trusted people certificates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2702,7 +2702,7 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2741,7 +2741,7 @@ Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2780,7 +2780,7 @@ Returns the name of the certificate issuer. This is equivalent to the Issuer mem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2819,7 +2819,7 @@ Returns the name of the certificate subject. This is equivalent to the Subject m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2858,7 +2858,7 @@ Returns the certificate template name. Supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2897,7 +2897,7 @@ Returns the starting date of the certificate's validity. Supported operation is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2936,7 +2936,7 @@ Returns the expiration date of the certificate. Supported operation is Get. This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2975,7 +2975,7 @@ Node for trusted publisher certificates. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3015,7 +3015,7 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3054,7 +3054,7 @@ Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3093,7 +3093,7 @@ Returns the name of the certificate issuer. This is equivalent to the Issuer mem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3132,7 +3132,7 @@ Returns the name of the certificate subject. This is equivalent to the Subject m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3171,7 +3171,7 @@ Returns the certificate template name. Supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3210,7 +3210,7 @@ Returns the starting date of the certificate's validity. Supported operation is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3249,7 +3249,7 @@ Returns the expiration date of the certificate. Supported operation is Get. This | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3288,7 +3288,7 @@ Node for certificates that aren't trusted. IT admin can use this node to immedia | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3328,7 +3328,7 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3367,7 +3367,7 @@ Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string v | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3406,7 +3406,7 @@ Returns the name of the certificate issuer. This is equivalent to the Issuer mem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3445,7 +3445,7 @@ Returns the name of the certificate subject. This is equivalent to the Subject m | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3484,7 +3484,7 @@ Returns the certificate template name. Supported operation is Get. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -3523,7 +3523,7 @@ Returns the starting date of the certificate's validity. Supported operation is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | diff --git a/windows/client-management/mdm/secureassessment-csp.md b/windows/client-management/mdm/secureassessment-csp.md index 752bd84fea..b18bfd0673 100644 --- a/windows/client-management/mdm/secureassessment-csp.md +++ b/windows/client-management/mdm/secureassessment-csp.md @@ -1,7 +1,7 @@ --- title: SecureAssessment CSP description: Learn more about the SecureAssessment CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -32,7 +32,7 @@ The following list shows the SecureAssessment configuration service provider nod | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -81,7 +81,7 @@ Indicates if screen monitoring is allowed by the app. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -130,7 +130,7 @@ Indicates if keyboard text suggestions are allowed by the app. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.521] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.521] and later | @@ -221,7 +221,7 @@ When configured, users can select from a list of assessments. The node accepts a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -261,7 +261,7 @@ Link to an assessment that's automatically loaded when the Secure Assessment Bro | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -310,7 +310,7 @@ Indicates if printing is required by the app. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | diff --git a/windows/client-management/mdm/sharedpc-csp.md b/windows/client-management/mdm/sharedpc-csp.md index f78f9cba3b..5b68bdf408 100644 --- a/windows/client-management/mdm/sharedpc-csp.md +++ b/windows/client-management/mdm/sharedpc-csp.md @@ -1,7 +1,7 @@ --- title: SharedPC CSP description: Learn more about the SharedPC CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -45,7 +45,7 @@ The following list shows the SharedPC configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -95,7 +95,7 @@ Configures which type of accounts are allowed to use the PC. Allowed values: 0 ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -145,7 +145,7 @@ Configures when accounts will be deleted. Allowed values: 0 (delete immediately) | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -186,7 +186,7 @@ Stop deleting accounts when available disk space reaches this threshold, given a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -228,7 +228,7 @@ For example, if the DiskLevelCaching is set to 50 and the DiskLevelDeletion is s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -277,7 +277,7 @@ Enable the account manager for shared PC mode. If used, this value must be set b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -326,7 +326,7 @@ Setting this node to "true" triggers the action to configure a device to Shared | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -375,7 +375,7 @@ Setting this node to "1" triggers the action to configure a device to Shared PC | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -424,7 +424,7 @@ Setting this node to "1" enables Windows Insider Preview flighting and the abili | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -465,7 +465,7 @@ Accounts will start being deleted when they haven't been logged-on during the sp | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -504,7 +504,7 @@ Specifies the AUMID of the app to use with assigned access. If used, this value | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -543,7 +543,7 @@ Specifies the display text for the account shown on the sign-in screen which lau | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -584,7 +584,7 @@ Daily start time of maintenance hour. Given in minutes from midnight. Default is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -625,7 +625,7 @@ Maximum size of the paging file in MB. Applies only to systems with less than 32 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -674,7 +674,7 @@ Restricts the user from using local storage. This node is optional. If used, thi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -724,7 +724,7 @@ A boolean value that specifies whether the policies for education environment ar | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -774,7 +774,7 @@ The default value is Not Configured and the effective power settings are determi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -823,7 +823,7 @@ Require signing in on waking up from sleep. If used, this value must be set befo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | diff --git a/windows/client-management/mdm/supl-csp.md b/windows/client-management/mdm/supl-csp.md index 7a65e1a5e3..2ee0341f01 100644 --- a/windows/client-management/mdm/supl-csp.md +++ b/windows/client-management/mdm/supl-csp.md @@ -1,7 +1,7 @@ --- title: SUPL CSP description: Learn more about the SUPL CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -83,7 +83,7 @@ The following list shows the SUPL configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -122,7 +122,7 @@ Required for SUPL. Defines the account for the SUPL Enabled Terminal (SET) node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -164,7 +164,7 @@ For OMA DM, if the format for this node is incorrect the entry will be ignored a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -203,7 +203,7 @@ Required. The AppID for SUPL is automatically set to "ap0004". This is a read-on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -241,7 +241,7 @@ Required. The AppID for SUPL is automatically set to "ap0004". This is a read-on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -279,7 +279,7 @@ Required. The AppID for SUPL is automatically set to "ap0004". This is a read-on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -320,7 +320,7 @@ Optional. Determines the full version (`X.Y.Z` where X, Y and Z are major versio | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -375,7 +375,7 @@ Optional. Specifies the positioning method that the SUPL client will use for mob | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -443,7 +443,7 @@ For OMA DM, if the format for this node is incorrect then an entry will be ignor | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -485,7 +485,7 @@ For OMA DM, if the format for this node is incorrect then an entry will be ignor | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -525,7 +525,7 @@ Optional. Time in seconds that the network-initiated location request is display | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -564,7 +564,7 @@ Required. Specifies the root certificate for the H-SLP server. Windows doesn't s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -603,7 +603,7 @@ The base 64 encoded blob of the H-SLP root certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -642,7 +642,7 @@ Specifies the name of the H-SLP root certificate as a string, in the format name | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -681,7 +681,7 @@ Specifies the root certificate for the H-SLP server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -720,7 +720,7 @@ The base 64 encoded blob of the H-SLP root certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -759,7 +759,7 @@ Specifies the name of the H-SLP root certificate as a string, in the format name | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -798,7 +798,7 @@ Specifies the root certificate for the H-SLP server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -837,7 +837,7 @@ The base 64 encoded blob of the H-SLP root certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -876,7 +876,7 @@ Specifies the name of the H-SLP root certificate as a string, in the format name | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -915,7 +915,7 @@ Specifies the root certificate for the H-SLP server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -954,7 +954,7 @@ The base 64 encoded blob of the H-SLP root certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -993,7 +993,7 @@ Specifies the name of the H-SLP root certificate as a string, in the format name | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1032,7 +1032,7 @@ Specifies the root certificate for the H-SLP server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1071,7 +1071,7 @@ The base 64 encoded blob of the H-SLP root certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1110,7 +1110,7 @@ Specifies the name of the H-SLP root certificate as a string, in the format name | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1149,7 +1149,7 @@ Specifies the root certificate for the H-SLP server. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1188,7 +1188,7 @@ The base 64 encoded blob of the H-SLP root certificate. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -1227,7 +1227,7 @@ Specifies the name of the H-SLP root certificate as a string, in the format name | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1267,7 +1267,7 @@ Optional. Integer. Defines the minimum interval of time in seconds between mobil | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1308,7 +1308,7 @@ Optional. Determines the major version of the SUPL protocol to use. For SUPL 1.0 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1347,7 +1347,7 @@ Required for V2 UPL for CDMA. Specifies the account settings for user plane loca | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1386,7 +1386,7 @@ Required. This value must always be set to 00000011. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1435,7 +1435,7 @@ Optional. Boolean. Specifies whether the location toggle on the location screen | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1474,7 +1474,7 @@ Optional. The address of the mobile positioning center (MPC), in the format ipAd | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1514,7 +1514,7 @@ Optional. Time in seconds that the network-initiated location request is display | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1553,7 +1553,7 @@ Optional. The address of the Position Determination Entity (PDE), in the format | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | @@ -1605,7 +1605,7 @@ Optional. Specifies the positioning method that the SUPL client will use for mob | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1507 [10.0.10240] and later | diff --git a/windows/client-management/mdm/surfacehub-csp.md b/windows/client-management/mdm/surfacehub-csp.md index b13fdc33e3..abdb8c8733 100644 --- a/windows/client-management/mdm/surfacehub-csp.md +++ b/windows/client-management/mdm/surfacehub-csp.md @@ -1,7 +1,7 @@ --- title: SurfaceHub CSP description: Learn more about the SurfaceHub CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -94,7 +94,7 @@ The following list shows the SurfaceHub configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -185,7 +185,7 @@ Node for setting device account information. A device account is a Microsoft Exc | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -233,7 +233,7 @@ Specifies whether calendar sync and other Exchange server services is enabled. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -272,7 +272,7 @@ Domain of the device account when you are using Active Directory. To use a devic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -311,7 +311,7 @@ Email address of the device account. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -360,7 +360,7 @@ Possible error values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later
      ✅ Windows 10, version 20H2 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19042.789] and later
      ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19041.789] and later
      ✅ Windows 10, version 20H2 with [KB4598291](https://support.microsoft.com/help/4598291) [10.0.19042.789] and later
      ✅ Windows Insider Preview | @@ -409,7 +409,7 @@ Specifies whether Device Account calendar sync will attempt to use token-based M | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -448,7 +448,7 @@ Exchange server of the device account. Normally, the device will try to auto-dis | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -487,7 +487,7 @@ Password for the device account. Get is allowed here, but will always return a b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -535,7 +535,7 @@ Specifies whether automatic password rotation is enabled. If you enforce a passw | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -574,7 +574,7 @@ Session Initiation Protocol (SIP) address of the device account. Normally, the d | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -613,7 +613,7 @@ Username of the device account when you are using Active Directory. To use a dev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -652,7 +652,7 @@ User principal name (UPN) of the device account. To use a device account from Mi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -691,7 +691,7 @@ This method validates the data provided and then commits the changes. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4048955](https://support.microsoft.com/help/4048955) [10.0.16299.64] and later
      ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4048955](https://support.microsoft.com/help/4048955) [10.0.16299.64] and later
      ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -730,7 +730,7 @@ Parent node. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4048955](https://support.microsoft.com/help/4048955) [10.0.16299.64] and later
      ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4048955](https://support.microsoft.com/help/4048955) [10.0.16299.64] and later
      ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -769,7 +769,7 @@ Used to specify credentials to authenticate device to the network. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4048955](https://support.microsoft.com/help/4048955) [10.0.16299.64] and later
      ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 with [KB4048955](https://support.microsoft.com/help/4048955) [10.0.16299.64] and later
      ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -808,7 +808,7 @@ Used to specify credentials to authenticate device to the network. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -847,7 +847,7 @@ Node for the in-box app settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -886,7 +886,7 @@ Node for the Connect app. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -934,7 +934,7 @@ Specifies whether to automatically launch the Connect app whenever a projection | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -973,7 +973,7 @@ Node for the Skype for Business settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1012,7 +1012,7 @@ Specifies the domain of the Skype for Business account when you are using Active | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB4566782](https://support.microsoft.com/help/4566782) [10.0.19041.450] and later
      ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB4566782](https://support.microsoft.com/help/4566782) [10.0.19041.450] and later
      ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -1051,7 +1051,7 @@ This node controls policies specific to the Teams App on Surface Hub. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB4566782](https://support.microsoft.com/help/4566782) [10.0.19041.450] and later
      ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 with [KB4566782](https://support.microsoft.com/help/4566782) [10.0.19041.450] and later
      ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -1090,7 +1090,7 @@ String to contain Teams policy configs. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1129,7 +1129,7 @@ Node for the welcome screen. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1177,7 +1177,7 @@ Setting for the screen to wake up and stay on with sensor activity. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1216,7 +1216,7 @@ Background image for the welcome screen. To set this, specify an https URL to a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1264,7 +1264,7 @@ Meeting information displayed on the welcome screen. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 with [KB4522355](https://support.microsoft.com/help/4522355) [10.0.18362.449] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 with [KB4522355](https://support.microsoft.com/help/4522355) [10.0.18362.449] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -1303,7 +1303,7 @@ This node controls policies specific to the Whiteboard App on Surface Hub. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 with [KB4522355](https://support.microsoft.com/help/4522355) [10.0.18362.449] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 with [KB4522355](https://support.microsoft.com/help/4522355) [10.0.18362.449] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -1351,7 +1351,7 @@ When enabled, prevents a user from initiating a collaborative session on the dev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 with [KB4522355](https://support.microsoft.com/help/4522355) [10.0.18362.449] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 with [KB4522355](https://support.microsoft.com/help/4522355) [10.0.18362.449] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -1400,7 +1400,7 @@ When enabled, prevents a user from Signing into Whiteboard on the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 with [KB4522355](https://support.microsoft.com/help/4522355) [10.0.18362.449] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1903 with [KB4522355](https://support.microsoft.com/help/4522355) [10.0.18362.449] and later
      ✅ Windows 10, version 1909 [10.0.18363] and later | @@ -1449,7 +1449,7 @@ When enabled, prevents Whiteboard from sending telemetry from the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1488,7 +1488,7 @@ Node for the wireless projector app settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1535,7 +1535,7 @@ Outside of regulatory concerns, if the channel is configured incorrectly, the dr | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1583,7 +1583,7 @@ Enables wireless projection to the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1631,7 +1631,7 @@ Users must enter a PIN to wirelessly project to the device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1670,7 +1670,7 @@ Node for maintenance schedule. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1709,7 +1709,7 @@ Node for maintenance schedule. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1749,7 +1749,7 @@ Specifies the duration of maintenance window in minutes. For example, to set a 3 | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1789,7 +1789,7 @@ Specifies the start time for maintenance hours in minutes from midnight. For exa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 with [KB4015438](https://support.microsoft.com/help/4015438) [10.0.14393.969] and later
      ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 with [KB4015438](https://support.microsoft.com/help/4015438) [10.0.14393.969] and later
      ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1828,7 +1828,7 @@ Not a supported scenario. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 with [KB4015438](https://support.microsoft.com/help/4015438) [10.0.14393.969] and later
      ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 with [KB4015438](https://support.microsoft.com/help/4015438) [10.0.14393.969] and later
      ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1867,7 +1867,7 @@ The name of the domain admin group to add to the administrators group on the dev | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 with [KB4015438](https://support.microsoft.com/help/4015438) [10.0.14393.969] and later
      ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 with [KB4015438](https://support.microsoft.com/help/4015438) [10.0.14393.969] and later
      ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -1906,7 +1906,7 @@ The SID of the domain admin group to add to the administrators group on the devi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1945,7 +1945,7 @@ Node for the Microsoft Operations Management Suite. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1984,7 +1984,7 @@ GUID identifying the Microsoft Operations Management Suite workspace ID to colle | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2023,7 +2023,7 @@ Primary key for authenticating with workspace. Will always return an empty strin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5036979](https://support.microsoft.com/help/5036979) [10.0.19045.4355] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5036979](https://support.microsoft.com/help/5036979) [10.0.19045.4355] and later | @@ -2061,7 +2061,7 @@ Primary key for authenticating with workspace. Will always return an empty strin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5036979](https://support.microsoft.com/help/5036979) [10.0.19045.4355] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5036979](https://support.microsoft.com/help/5036979) [10.0.19045.4355] and later | @@ -2101,7 +2101,7 @@ Enum value for Azure Clouds supported for OMS tracking in SurfaceHub. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5036979](https://support.microsoft.com/help/5036979) [10.0.19045.4355] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5036979](https://support.microsoft.com/help/5036979) [10.0.19045.4355] and later | @@ -2140,7 +2140,7 @@ GUID identifying the Microsoft Operations Management Suite workspace ID to colle | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5036979](https://support.microsoft.com/help/5036979) [10.0.19045.4355] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 with [KB5036979](https://support.microsoft.com/help/5036979) [10.0.19045.4355] and later | @@ -2179,7 +2179,7 @@ Primary key for authenticating with workspace for Govt Clouds. Will always retur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2218,7 +2218,7 @@ Node for the device properties. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2267,7 +2267,7 @@ Specifies whether to use the device account for proxy authentication. If this se | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2316,7 +2316,7 @@ Specifies whether to allow the ability to resume a session when the session time | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 20H2 [10.0.19042] and later | @@ -2365,7 +2365,7 @@ Specifies whether the Surface Hub 2 Smart Camera feature to automatically zoom a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2406,7 +2406,7 @@ Specifies the default volume value for a new session. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2455,7 +2455,7 @@ Specifies whether to disable auto-populating of the sign-in dialog with invitees | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2504,7 +2504,7 @@ Specifies whether to disable the "My meetings and files" feature in the Start me | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2543,7 +2543,7 @@ Friendly name of the device. Specifies the name that users see when they want to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2583,7 +2583,7 @@ Specifies hostnames of proxy servers to automatically provide device account cre | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2641,7 +2641,7 @@ Specifies the number of minutes until the Hub screen turns off. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2699,7 +2699,7 @@ Specifies the number of minutes until the session times out. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2748,7 +2748,7 @@ Specifies the type of sleep mode for the Surface Hub. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2806,7 +2806,7 @@ Specifies the number of minutes until the Hub enters sleep mode. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 with [KB4015438](https://support.microsoft.com/help/4015438) [10.0.14393.969] and later
      ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 with [KB4015438](https://support.microsoft.com/help/4015438) [10.0.14393.969] and later
      ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2847,7 +2847,7 @@ Teams mode. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 with [KB4015438](https://support.microsoft.com/help/4015438) [10.0.14393.969] and later
      ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 with [KB4015438](https://support.microsoft.com/help/4015438) [10.0.14393.969] and later
      ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -2886,7 +2886,7 @@ App name. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 [10.0.19045] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 [10.0.19045] and later | diff --git a/windows/client-management/mdm/vpnv2-csp.md b/windows/client-management/mdm/vpnv2-csp.md index 9c7df2dfd8..3f9e84570e 100644 --- a/windows/client-management/mdm/vpnv2-csp.md +++ b/windows/client-management/mdm/vpnv2-csp.md @@ -1,7 +1,7 @@ --- title: VPNv2 CSP description: Learn more about the VPNv2 CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -244,7 +244,7 @@ The following list shows the VPNv2 configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -286,7 +286,7 @@ Unique alpha numeric identifier for the profile. The profile name mustn't includ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -335,7 +335,7 @@ An optional flag to enable Always On mode. This will automatically connect the V | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -384,7 +384,7 @@ An optional flag to activate Always On mode. This is true by default if AlwaysOn | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -423,7 +423,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -462,7 +462,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -501,7 +501,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -540,7 +540,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -579,7 +579,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -618,7 +618,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -657,7 +657,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -696,7 +696,7 @@ List of applications set to trigger the VPN. If any of these apps are launched a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -736,7 +736,7 @@ A sequential integer identifier which allows the ability to specify multiple app | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -775,7 +775,7 @@ App Node under the Row Id. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -814,7 +814,7 @@ App Identity. Specified, based on the Type Field. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -853,7 +853,7 @@ Returns the type of App/Id. This value can be either of the following: PackageFa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -892,7 +892,7 @@ Not supported. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -943,7 +943,7 @@ Determines the level of data encryption required for the connection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -982,7 +982,7 @@ Nodes under DeviceCompliance can be used to enable Microsoft Entra ID based Cond | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1030,7 +1030,7 @@ Enables the Device Compliance flow from the client. If marked as True, the VPN C | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1069,7 +1069,7 @@ Nodes under SSO can be used to choose a certificate different from the VPN Authe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1108,7 +1108,7 @@ Comma Separated list of EKU's for the VPN Client to look for the correct certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1156,7 +1156,7 @@ If this field is set to True the VPN Client will look for a separate certificate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1195,7 +1195,7 @@ Comma Separated list of Issuer Hashes for the VPN Client to look for the correct | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -1252,7 +1252,7 @@ A device tunnel profile must be deleted before another device tunnel profile can | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1300,7 +1300,7 @@ Optional. When this setting is True, the Advanced Options page will have its edi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1348,7 +1348,7 @@ Optional. When this setting is True, the Disconnect button won't be visible for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1397,7 +1397,7 @@ Set to disable IKEv2 Fragmentation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1436,7 +1436,7 @@ Specifies one or more comma separated DNS suffixes. The first in the list is als | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1477,7 +1477,7 @@ NRPT ([Name Resolution Policy Table](/previous-versions/windows/it-pro/windows-s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1517,7 +1517,7 @@ A sequential integer identifier for the Domain Name information. Sequencing must | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1566,7 +1566,7 @@ Boolean to determine whether this domain name rule will trigger the VPN. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1605,7 +1605,7 @@ Comma Seperated list of IP addresses for the DNS Servers to use for the domain n | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1644,7 +1644,7 @@ Used to indicate the namespace to which the policy applies. When a Name query is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1683,7 +1683,7 @@ Returns the namespace type. This value can be one of the following: FQDN - If th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -1732,7 +1732,7 @@ A boolean value that specifies if the rule being added should persist even when | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1771,7 +1771,7 @@ Web Proxy Server IP address if you are redirecting traffic through your intranet | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1810,7 +1810,7 @@ Enterprise ID, which is required for connecting this VPN profile with a WIP poli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1850,7 +1850,7 @@ The metric for the IPv4 interface. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -1890,7 +1890,7 @@ The metric for the IPv6 interface. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1929,7 +1929,7 @@ Nodes under NativeProfile are required when using a Windows Inbox VPN Protocol ( | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1968,7 +1968,7 @@ Required node for native profile. It contains authentication information for the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2007,7 +2007,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2046,7 +2046,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2085,7 +2085,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2124,7 +2124,7 @@ Required when the native profile specifies EAP authentication. EAP configuration | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2163,7 +2163,7 @@ HTML encoded XML of the EAP configuration. For more information,see [EAP configu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2205,7 +2205,7 @@ Required node for EAP profiles. This specifies the EAP Type ID | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2252,7 +2252,7 @@ This is only supported in IKEv2. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2300,7 +2300,7 @@ Type of user authentication. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2339,7 +2339,7 @@ Properties of IPSec tunnels. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2391,7 +2391,7 @@ Type of authentication transform constant. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2445,7 +2445,7 @@ Type of Cipher transform constant. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2498,7 +2498,7 @@ Group used for DH (Diffie-Hellman). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2551,7 +2551,7 @@ Type of encryption method. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2601,7 +2601,7 @@ Type of integrity check. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2655,7 +2655,7 @@ Group used for PFS (Perfect Forward Secrecy). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2703,7 +2703,7 @@ Specifies the class based default routes. For example, if the interface IP begin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -2742,7 +2742,7 @@ The preshared key used for an L2TP connection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -2798,7 +2798,7 @@ Required for native profiles. Type of tunneling protocol used. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -2837,7 +2837,7 @@ True: Plumb traffic selectors as routes onto VPN interface, False: Don't plumb t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | @@ -2875,7 +2875,7 @@ True: Plumb traffic selectors as routes onto VPN interface, False: Don't plumb t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | @@ -2918,7 +2918,7 @@ List of inbox VPN protocols in priority order. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | @@ -2958,7 +2958,7 @@ List of inbox VPN protocols in priority order. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | @@ -3010,7 +3010,7 @@ Inbox VPN protocols type. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | @@ -3050,7 +3050,7 @@ RetryTimeInHours specifies the length of time Windows tries to use the last succ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3098,7 +3098,7 @@ Type of routing policy. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3137,7 +3137,7 @@ Required for native profiles. Public or routable IP address or DNS name for the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3177,7 +3177,7 @@ The amount of time in seconds the network is allowed to idle. 0 means no limit. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3216,7 +3216,7 @@ Nodes under the PluginProfile are required when using a Microsoft Store based VP | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3255,7 +3255,7 @@ Optional. This is an HTML encoded XML blob for SSL-VPN plug-in specific configur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3294,7 +3294,7 @@ Required for Plugin Profiles. This node specifies the Package Family Name of the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3333,7 +3333,7 @@ Required for plug-in profiles. Semicolon-separated list of servers in URL, hostn | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -3382,7 +3382,7 @@ Determines whether the VPN connection is public or private. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3422,7 +3422,7 @@ The XML schema for provisioning all the fields of a VPN. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3461,7 +3461,7 @@ A collection of configuration objects to enable a post-connect proxy support for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3500,7 +3500,7 @@ Optional. Set a URL to automatically retrieve the proxy settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3539,7 +3539,7 @@ Optional node containing the manual server settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3578,7 +3578,7 @@ Optional. The value is the proxy server address as a fully qualified hostname or | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -3627,7 +3627,7 @@ Allows registration of the connection's address in DNS. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3676,7 +3676,7 @@ Boolean value (true or false) for caching credentials. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3715,7 +3715,7 @@ List of routes to be added to the Routing table for the VPN Interface. Required | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3755,7 +3755,7 @@ A sequential integer identifier for the RouteList. This is required if you are a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3794,7 +3794,7 @@ Subnet address in IPv4/v6 address format which, along with the prefix will be us | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3843,7 +3843,7 @@ A boolean value that specifies if the route being added should point to the VPN | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -3882,7 +3882,7 @@ The route's metric. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3922,7 +3922,7 @@ The subnet prefix size part of the destination prefix for the route entry. This, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -3963,7 +3963,7 @@ A list of rules allowing traffic over the VPN Interface. Each Rule ID is OR'ed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4003,7 +4003,7 @@ A sequential integer identifier for the Traffic Filter rules. Sequencing must st | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4042,7 +4042,7 @@ Per App VPN Rule. This will Allow only the Apps specified to be allowed over VPN | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4081,7 +4081,7 @@ App identity for the app-based traffic filter. The value for this node can be on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4120,7 +4120,7 @@ Returns the type of ID of the App/Id. Either PackageFamilyName, FilePath, or Sys | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4159,7 +4159,7 @@ Specifies a rule in Security Descriptor Definition Language (SDDL) format to che | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -4200,7 +4200,7 @@ Inbound - The traffic filter allows traffic coming from external locations match | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4239,7 +4239,7 @@ A list of comma separated values specifying local IP address ranges to allow. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4280,7 +4280,7 @@ Comma Separated list of ranges for eg. 100-120,200,300-320. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4320,7 +4320,7 @@ Comma Separated list of ranges for eg. 100-120,200,300-320. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4359,7 +4359,7 @@ A list of comma separated values specifying remote IP address ranges to allow. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4400,7 +4400,7 @@ A list of comma separated values specifying remote port ranges to allow. For exa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4448,7 +4448,7 @@ Specifies the routing policy if an App or Claims type is used in the traffic fil | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4488,7 +4488,7 @@ Comma separated string to identify the trusted network. VPN won't connect automa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -4537,7 +4537,7 @@ Determines whether the credential manager will save ras credentials after a conn | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4579,7 +4579,7 @@ Unique alpha numeric identifier for the profile. The profile name mustn't includ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4628,7 +4628,7 @@ An optional flag to enable Always On mode. This will automatically connect the V | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4677,7 +4677,7 @@ An optional flag to activate Always On mode. This is true by default if AlwaysOn | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4716,7 +4716,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4755,7 +4755,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4794,7 +4794,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4833,7 +4833,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4872,7 +4872,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4911,7 +4911,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4950,7 +4950,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -4989,7 +4989,7 @@ List of applications set to trigger the VPN. If any of these apps are launched a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5029,7 +5029,7 @@ A sequential integer identifier which allows the ability to specify multiple app | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5068,7 +5068,7 @@ App Node under the Row Id. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5107,7 +5107,7 @@ App Identity. Specified, based on the Type Field. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5146,7 +5146,7 @@ Returns the type of App/Id. This value can be either of the following: PackageFa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5185,7 +5185,7 @@ Not supported. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5236,7 +5236,7 @@ Determines the level of data encryption required for the connection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5275,7 +5275,7 @@ Nodes under DeviceCompliance can be used to enable Microsoft Entra ID based Cond | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5323,7 +5323,7 @@ Enables the Device Compliance flow from the client. If marked as True, the VPN C | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5362,7 +5362,7 @@ Nodes under SSO can be used to choose a certificate different from the VPN Authe | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5401,7 +5401,7 @@ Comma Separated list of EKU's for the VPN Client to look for the correct certifi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5449,7 +5449,7 @@ If this field is set to True the VPN Client will look for a separate certificate | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5488,7 +5488,7 @@ Comma Separated list of Issuer Hashes for the VPN Client to look for the correct | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5536,7 +5536,7 @@ Optional. When this setting is True, the Advanced Options page will have its edi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5584,7 +5584,7 @@ Optional. When this setting is True, the Disconnect button won't be visible for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -5633,7 +5633,7 @@ Set to disable IKEv2 Fragmentation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5672,7 +5672,7 @@ Specifies one or more comma separated DNS suffixes. The first in the list is als | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5713,7 +5713,7 @@ NRPT ([Name Resolution Policy Table](/previous-versions/windows/it-pro/windows-s | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5753,7 +5753,7 @@ A sequential integer identifier for the Domain Name information. Sequencing must | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5802,7 +5802,7 @@ Boolean to determine whether this domain name rule will trigger the VPN. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5841,7 +5841,7 @@ Comma Seperated list of IP addresses for the DNS Servers to use for the domain n | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5880,7 +5880,7 @@ Used to indicate the namespace to which the policy applies. When a Name query is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -5919,7 +5919,7 @@ Returns the namespace type. This value can be one of the following: FQDN - If th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -5968,7 +5968,7 @@ A boolean value that specifies if the rule being added should persist even when | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6007,7 +6007,7 @@ Web Proxy Server IP address if you are redirecting traffic through your intranet | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6046,7 +6046,7 @@ Enterprise ID, which is required for connecting this VPN profile with a WIP poli | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6086,7 +6086,7 @@ The metric for the IPv4 interface. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -6126,7 +6126,7 @@ The metric for the IPv6 interface. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6165,7 +6165,7 @@ InboxNodes under NativeProfile are required when using a Windows Inbox VPN Proto | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6204,7 +6204,7 @@ Required node for native profile. It contains authentication information for the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6243,7 +6243,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6282,7 +6282,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6321,7 +6321,7 @@ Reserved for future use. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6360,7 +6360,7 @@ Required when the native profile specifies EAP authentication. EAP configuration | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6399,7 +6399,7 @@ HTML encoded XML of the EAP configuration. For more information,see [EAP configu | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6441,7 +6441,7 @@ Required node for EAP profiles. This specifies the EAP Type ID | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6488,7 +6488,7 @@ This is only supported in IKEv2. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -6536,7 +6536,7 @@ This value can be one of the following: EAP or MSChapv2 (This isn't supported fo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6575,7 +6575,7 @@ Properties of IPSec tunnels. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6627,7 +6627,7 @@ Type of authentication transform constant. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6681,7 +6681,7 @@ Type of Cipher transform constant. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6734,7 +6734,7 @@ Group used for DH (Diffie-Hellman). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6787,7 +6787,7 @@ Type of encryption method. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6837,7 +6837,7 @@ Type of integrity check. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6891,7 +6891,7 @@ Group used for PFS (Perfect Forward Secrecy). | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6939,7 +6939,7 @@ Specifies the class based default routes. For example, if the interface IP begin | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -6978,7 +6978,7 @@ The preshared key used for an L2TP connection. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7034,7 +7034,7 @@ Required for native profiles. Type of tunneling protocol used. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -7073,7 +7073,7 @@ True: Plumb traffic selectors as routes onto VPN interface, False: Don't plumb t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | @@ -7111,7 +7111,7 @@ True: Plumb traffic selectors as routes onto VPN interface, False: Don't plumb t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | @@ -7154,7 +7154,7 @@ List of inbox VPN protocols in priority order. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | @@ -7194,7 +7194,7 @@ List of inbox VPN protocols in priority order. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | @@ -7246,7 +7246,7 @@ Inbox VPN protocols type. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.20207] and later | @@ -7286,7 +7286,7 @@ RetryTimeInHours specifies the length of time Windows tries to use the last succ | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7334,7 +7334,7 @@ Type of routing policy. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7373,7 +7373,7 @@ Required for native profiles. Public or routable IP address or DNS name for the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7413,7 +7413,7 @@ The amount of time in seconds the network is allowed to idle. 0 means no limit. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7452,7 +7452,7 @@ Nodes under the PluginProfile are required when using a Microsoft Store based VP | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7491,7 +7491,7 @@ Optional. This is an HTML encoded XML blob for SSL-VPN plug-in specific configur | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7530,7 +7530,7 @@ Required for Plugin Profiles. This node specifies the Package Family Name of the | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7569,7 +7569,7 @@ Required for plug-in profiles. Semicolon-separated list of servers in URL, hostn | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | @@ -7618,7 +7618,7 @@ Determines whether the VPN connection is public or private. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -7658,7 +7658,7 @@ The XML schema for provisioning all the fields of a VPN. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7697,7 +7697,7 @@ A collection of configuration objects to enable a post-connect proxy support for | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7736,7 +7736,7 @@ Optional. Set a URL to automatically retrieve the proxy settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7775,7 +7775,7 @@ Optional node containing the manual server settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7814,7 +7814,7 @@ Optional. The value is the proxy server address as a fully qualified hostname or | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -7863,7 +7863,7 @@ Allows registration of the connection's address in DNS. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7912,7 +7912,7 @@ Boolean value (true or false) for caching credentials. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.19628] and later | +| ❌ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ [10.0.19628] and later | @@ -7957,7 +7957,7 @@ Optional. This node is only relevant for AppContainer profiles (i.e. using the V | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -7996,7 +7996,7 @@ List of routes to be added to the Routing table for the VPN Interface. Required | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8036,7 +8036,7 @@ A sequential integer identifier for the RouteList. This is required if you are a | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8075,7 +8075,7 @@ Subnet address in IPv4/v6 address format which, along with the prefix will be us | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -8124,7 +8124,7 @@ A boolean value that specifies if the route being added should point to the VPN | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -8163,7 +8163,7 @@ The route's metric. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8203,7 +8203,7 @@ The subnet prefix size part of the destination prefix for the route entry. This, | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8244,7 +8244,7 @@ A list of rules allowing traffic over the VPN Interface. Each Rule ID is OR'ed. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8284,7 +8284,7 @@ A sequential integer identifier for the Traffic Filter rules. Sequencing must st | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8323,7 +8323,7 @@ Per App VPN Rule. This will Allow only the Apps specified to be allowed over VPN | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8362,7 +8362,7 @@ App identity for the app-based traffic filter. The value for this node can be on | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8401,7 +8401,7 @@ Returns the type of ID of the App/Id. Either PackageFamilyName, FilePath, or Sys | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8440,7 +8440,7 @@ Specifies a rule in Security Descriptor Definition Language (SDDL) format to che | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -8481,7 +8481,7 @@ Inbound - The traffic filter allows traffic coming from external locations match | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8520,7 +8520,7 @@ A list of comma separated values specifying local IP address ranges to allow. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8561,7 +8561,7 @@ Comma Separated list of ranges for eg. 100-120,200,300-320. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8601,7 +8601,7 @@ Comma Separated list of ranges for eg. 100-120,200,300-320. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8640,7 +8640,7 @@ A list of comma separated values specifying remote IP address ranges to allow. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8681,7 +8681,7 @@ A list of comma separated values specifying remote port ranges to allow. For exa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8729,7 +8729,7 @@ Specifies the routing policy if an App or Claims type is used in the traffic fil | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -8769,7 +8769,7 @@ Comma separated string to identify the trusted network. VPN won't connect automa | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 [10.0.22000] and later | diff --git a/windows/client-management/mdm/wifi-csp.md b/windows/client-management/mdm/wifi-csp.md index 33d21ef260..5a09b0e1ee 100644 --- a/windows/client-management/mdm/wifi-csp.md +++ b/windows/client-management/mdm/wifi-csp.md @@ -1,7 +1,7 @@ --- title: WiFi CSP description: Learn more about the WiFi CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -53,7 +53,7 @@ The following list shows the WiFi configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -92,7 +92,7 @@ Identifies the Wi-Fi network configuration. Each Wi-Fi network configuration is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -135,7 +135,7 @@ SSID is the name of network you're connecting to, while Profile name is the name | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -184,7 +184,7 @@ Allows for defining which administrative entity is setting this Wi-Fi profile. T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -223,7 +223,7 @@ Optional node. The format is url:port. Configuration of the network proxy (if an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -264,7 +264,7 @@ Optional node. URL to the PAC file location. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -314,7 +314,7 @@ Optional node. The presence of the field enables WPAD for proxy lookup. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -364,7 +364,7 @@ Optional node. If the policy is active selecting one of the values from the foll | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -411,7 +411,7 @@ If it exists in the blob, the **keyType** and **protected** elements must come b | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -450,7 +450,7 @@ Identifies the Wi-Fi network configuration. Each Wi-Fi network configuration is | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -493,7 +493,7 @@ SSID is the name of network you're connecting to, while Profile name is the name | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -542,7 +542,7 @@ Allows for defining which administrative entity is setting this Wi-Fi profile. T | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -581,7 +581,7 @@ Optional node. The format is url:port. Configuration of the network proxy (if an | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -622,7 +622,7 @@ Optional node. URL to the PAC file location. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -672,7 +672,7 @@ Optional node. The presence of the field enables WPAD for proxy lookup. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -722,7 +722,7 @@ Optional node. If the policy is active selecting one of the values from the foll | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/windowsdefenderapplicationguard-csp.md b/windows/client-management/mdm/windowsdefenderapplicationguard-csp.md index 0e493f19d0..e11beef4e8 100644 --- a/windows/client-management/mdm/windowsdefenderapplicationguard-csp.md +++ b/windows/client-management/mdm/windowsdefenderapplicationguard-csp.md @@ -1,7 +1,7 @@ --- title: WindowsDefenderApplicationGuard CSP description: Learn more about the WindowsDefenderApplicationGuard CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -45,7 +45,7 @@ The following list shows the WindowsDefenderApplicationGuard configuration servi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -84,7 +84,7 @@ Interior node for Audit. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -147,7 +147,7 @@ This policy setting allows you to decide whether auditing events can be collecte | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -195,7 +195,7 @@ Initiates remote installation of Application Guard feature. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | @@ -234,7 +234,7 @@ Returns bitmask that indicates status of Application Guard platform installation | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -273,7 +273,7 @@ Interior Node for Settings. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -340,7 +340,7 @@ This policy setting allows you to determine whether applications inside Microsof | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -402,7 +402,7 @@ This policy setting allows you to decide whether data should persist across diff | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -467,7 +467,7 @@ This policy setting allows you to determine whether Application Guard can use th | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -529,7 +529,7 @@ Turn on Microsoft Defender Application Guard in Enterprise Mode. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -594,7 +594,7 @@ This policy setting allows you to decide whether websites can load non-enterpris | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -653,7 +653,7 @@ This policy setting allows certain device level Root Certificates to be shared w | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -715,7 +715,7 @@ Determines the type of content that can be copied from the host to Application G | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -779,7 +779,7 @@ This policy setting allows you to decide how the clipboard behaves while in Appl | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | @@ -855,7 +855,7 @@ This policy setting allows you to decide how the print functionality behaves whi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1803 [10.0.17134] and later | @@ -918,7 +918,7 @@ This policy setting allows you to determine whether users can elect to download | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1709 [10.0.16299] and later | diff --git a/windows/client-management/mdm/windowslicensing-csp.md b/windows/client-management/mdm/windowslicensing-csp.md index bef27c7ed9..4a8c958e7e 100644 --- a/windows/client-management/mdm/windowslicensing-csp.md +++ b/windows/client-management/mdm/windowslicensing-csp.md @@ -1,7 +1,7 @@ --- title: WindowsLicensing CSP description: Learn more about the WindowsLicensing CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -55,7 +55,7 @@ The following list shows the WindowsLicensing configuration service provider nod | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1703 [10.0.15063] and later | @@ -94,7 +94,7 @@ Installs a product key for Windows 10 desktop devices. Does not reboot. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -157,7 +157,7 @@ Returns TRUE if the entered product key can be used for an edition upgrade of Wi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -196,7 +196,7 @@ Device Based Subscription. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -235,7 +235,7 @@ Returns the last error code of Refresh/Remove Device License operation. Value wo | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -274,7 +274,7 @@ Returns last error description from Device Licensing. Value would be empty, if e | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -313,7 +313,7 @@ Returns the status of Refresh/Remove Device License operation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 21H2 with [KB5018483](https://support.microsoft.com/help/5018483) [10.0.22000.1165] and later
      ✅ Windows 11, version 22H2 [10.0.22621] and later | @@ -361,7 +361,7 @@ License Type: User Based Subscription or Device Based Subscription. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -417,7 +417,7 @@ Returns a value that maps to the Windows 10 edition running on desktop or mobile | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -473,7 +473,7 @@ Returns the parameter type used by Windows 10 devices for an edition upgrade. Wi | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -512,7 +512,7 @@ Interior node for managing S mode. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -577,7 +577,7 @@ Possible values: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -640,7 +640,7 @@ Switches a device out of S mode if possible. Does not reboot. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -780,7 +780,7 @@ This setting is only applicable to devices available in S mode. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -836,7 +836,7 @@ Returns the status of an edition upgrade on Windows 10 desktop and mobile device | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -875,7 +875,7 @@ Node for subscriptions. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -915,7 +915,7 @@ Node for subscription IDs. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -954,7 +954,7 @@ Returns the name of the subscription. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later | @@ -993,7 +993,7 @@ Returns the status of the subscription. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -1041,7 +1041,7 @@ Disable or Enable subscription activation on a device. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -1080,7 +1080,7 @@ Remove subscription uninstall subscription license. It also reset subscription t | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -1119,7 +1119,7 @@ Error code of last subscription operation. Value would be empty(0) in absence of | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -1158,7 +1158,7 @@ Error description of last subscription operation. Value would be empty, if error | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -1197,7 +1197,7 @@ Status of last subscription operation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -1248,7 +1248,7 @@ Set device to Device Based Subscription or User Based Subscription. For Device B | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | @@ -1287,7 +1287,7 @@ Provide a license for an edition upgrade of Windows 10 mobile devices. Does not | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ❌ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | +| ✅ Device
      ❌ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1511 [10.0.10586] and later | diff --git a/windows/client-management/mdm/wirednetwork-csp.md b/windows/client-management/mdm/wirednetwork-csp.md index 253819df28..25003242b3 100644 --- a/windows/client-management/mdm/wirednetwork-csp.md +++ b/windows/client-management/mdm/wirednetwork-csp.md @@ -1,7 +1,7 @@ --- title: WiredNetwork CSP description: Learn more about the WiredNetwork CSP. -ms.date: 02/13/2025 +ms.date: 03/12/2025 ms.topic: generated-reference --- @@ -32,7 +32,7 @@ The following list shows the WiredNetwork configuration service provider nodes: | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -72,7 +72,7 @@ Enable block period (minutes), used to specify the duration for which automatic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -111,7 +111,7 @@ XML describing the wired network configuration and follows the LAN_profile schem | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | @@ -151,7 +151,7 @@ Enable block period (minutes), used to specify the duration for which automatic | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ Windows SE
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | +| ✅ Device
      ✅ User | ✅ Pro
      ✅ Enterprise
      ✅ Education
      ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later | From 4a28f1d5bfd90ad5e120d95beaf7d4612c91dd87 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 13 Mar 2025 02:41:19 +0530 Subject: [PATCH 111/111] acro fix --- windows/client-management/mdm/policy-csp-admx-desktop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/policy-csp-admx-desktop.md b/windows/client-management/mdm/policy-csp-admx-desktop.md index 6bf7aa64e5..89fc9aff2b 100644 --- a/windows/client-management/mdm/policy-csp-admx-desktop.md +++ b/windows/client-management/mdm/policy-csp-admx-desktop.md @@ -224,7 +224,7 @@ This setting prevents users from trying to enable or disable Active Desktop whil If you disable this setting or don't configure it, Active Desktop is disabled by default, but users can enable it. > [!NOTE] -> If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored. If the "Turn on Classic Shell" setting ( in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, Active Desktop is disabled, and both of these policies are ignored. +> If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored. If the "Turn on Classic Shell" setting (in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, Active Desktop is disabled, and both of these policies are ignored.

    YZN)8Kf;kfb3U)a4(pqNAw!0HA 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 KMNUMnLSTaa5?Uz$ literal 780890 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 z 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

vma2q?a2l%WE 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