Merge pull request #9477 from mestew/tempentfeatcont-fix

tempentcont-fix
This commit is contained in:
Meghan Stewart 2024-01-18 14:59:10 -08:00 committed by GitHub
commit ab40be60ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ ms.localizationpriority: medium
appliesto: appliesto:
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 11</a> - ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 11</a>
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 10</a> - ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 10</a>
ms.date: 11/30/2023 ms.date: 01/18/2024
--- ---
# Walkthrough: Use CSPs and MDMs to configure Windows Update for Business # Walkthrough: Use CSPs and MDMs to configure Windows Update for Business
@ -202,9 +202,9 @@ The features that are turned off by default from servicing updates will be enabl
You can enable these features by using [AllowTemporaryEnterpriseFeatureControl](/windows/client-management/mdm/policy-csp-update?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json#allowtemporaryenterprisefeaturecontrol). The following options are available: You can enable these features by using [AllowTemporaryEnterpriseFeatureControl](/windows/client-management/mdm/policy-csp-update?toc=/windows/deployment/toc.json&bc=/windows/deployment/breadcrumb/toc.json#allowtemporaryenterprisefeaturecontrol). The following options are available:
- **0** (default): Allowed. All features in the latest monthly cumulative update are enabled. - **0** (default): Not allowed. Features that are shipped turned off by default will remain off
- When the policy is set to **0**, all features that are currently turned off will turn on when the device next reboots - **1**: Allowed. All features in the latest monthly cumulative update are enabled.
- **1** - Not allowed. Features that are shipped turned off by default will remain off - When the policy is set to **1**, all features that are currently turned off will turn on when the device next reboots.
#### I want to enable optional updates #### I want to enable optional updates
<!--7991583--> <!--7991583-->