diff --git a/windows/client-management/mdm/policy-csp-maps.md b/windows/client-management/mdm/policy-csp-maps.md
index ce0ddd9868..5804cac072 100644
--- a/windows/client-management/mdm/policy-csp-maps.md
+++ b/windows/client-management/mdm/policy-csp-maps.md
@@ -39,28 +39,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -77,7 +83,7 @@ manager: dansimp
-Added in Windows 10, version 1607. Allows the download and update of map data over metered connections.
+Allows the download and update of map data over metered connections.
After the policy is applied, you can verify the settings in the user interface in **System** > **Offline Maps**.
@@ -100,28 +106,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -138,7 +150,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1607. Disables the automatic download and update of map data.
+Disables the automatic download and update of map data.
After the policy is applied, you can verify the settings in the user interface in **System** > **Offline Maps**.
@@ -162,16 +174,5 @@ The following list shows the supported values:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
-
diff --git a/windows/client-management/mdm/policy-csp-messaging.md b/windows/client-management/mdm/policy-csp-messaging.md
index 8b8b95188e..76a0d00b63 100644
--- a/windows/client-management/mdm/policy-csp-messaging.md
+++ b/windows/client-management/mdm/policy-csp-messaging.md
@@ -36,28 +36,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
-  |
+ No |
+ No |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -74,7 +80,7 @@ manager: dansimp
-Added in Windows 10, version 1607. Enables text message back up and restore and Messaging Everywhere. This policy allows an organization to disable these features to avoid information being stored on servers outside of their control.
+Enables text message back up and restore and Messaging Everywhere. This policy allows an organization to disable these features to avoid information being stored on servers outside of their control.
@@ -96,16 +102,5 @@ The following list shows the supported values:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
-
diff --git a/windows/client-management/mdm/policy-csp-mixedreality.md b/windows/client-management/mdm/policy-csp-mixedreality.md
index 7f7e8ae961..42e192202e 100644
--- a/windows/client-management/mdm/policy-csp-mixedreality.md
+++ b/windows/client-management/mdm/policy-csp-mixedreality.md
@@ -13,9 +13,6 @@ manager: dansimp
---
# Policy CSP - MixedReality
-> [!WARNING]
-> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
-
@@ -68,7 +65,7 @@ manager: dansimp
Steps to use this policy correctly:
1. Create a device configuration profile for kiosk targeting Azure AD groups and assign it to HoloLens device(s).
-1. Create a custom OMA URI based device configuration that sets this policy value to desired number of days (> 0) and assign it to HoloLens device(s).
+1. Create a custom OMA URI-based device configuration that sets this policy value to desired number of days (> 0) and assign it to HoloLens device(s).
1. The URI value should be entered in OMA-URI text box as ./Vendor/MSFT/Policy/Config/MixedReality/AADGroupMembershipCacheValidityInDays
1. The value can be between min / max allowed.
1. Enroll HoloLens devices and verify both configurations get applied to the device.
@@ -319,9 +316,5 @@ The following list shows the supported values:
-Footnotes:
-
-- 9 - Available in Windows 10, version 20H2.
-
diff --git a/windows/client-management/mdm/policy-csp-mssecurityguide.md b/windows/client-management/mdm/policy-csp-mssecurityguide.md
index d464f4c063..0cbb8cd1b3 100644
--- a/windows/client-management/mdm/policy-csp-mssecurityguide.md
+++ b/windows/client-management/mdm/policy-csp-mssecurityguide.md
@@ -42,6 +42,12 @@ manager: dansimp
+> [!TIP]
+> These are ADMX-backed policies and require a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
+>
+> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
+>
+> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
@@ -51,28 +57,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -91,12 +103,6 @@ manager: dansimp
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -114,28 +120,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -154,12 +166,7 @@ ADMX Info:
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
+
ADMX Info:
@@ -177,28 +184,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -217,12 +230,7 @@ ADMX Info:
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
+
ADMX Info:
@@ -240,28 +248,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -280,12 +294,7 @@ ADMX Info:
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
+
ADMX Info:
@@ -303,28 +312,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -343,12 +358,6 @@ ADMX Info:
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -366,28 +375,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -406,12 +421,6 @@ ADMX Info:
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -422,16 +431,6 @@ ADMX Info:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
diff --git a/windows/client-management/mdm/policy-csp-msslegacy.md b/windows/client-management/mdm/policy-csp-msslegacy.md
index d4a5030052..00d3582526 100644
--- a/windows/client-management/mdm/policy-csp-msslegacy.md
+++ b/windows/client-management/mdm/policy-csp-msslegacy.md
@@ -15,7 +15,6 @@ manager: dansimp
# Policy CSP - MSSLegacy
-
@@ -36,6 +35,12 @@ manager: dansimp
+> [!TIP]
+> These are ADMX-backed policies and require a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
+>
+> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
+>
+> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
@@ -45,28 +50,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -85,12 +96,6 @@ manager: dansimp
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -108,28 +113,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -148,12 +159,7 @@ ADMX Info:
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
+
ADMX Info:
@@ -171,28 +177,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -211,12 +223,6 @@ ADMX Info:
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -234,28 +240,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -274,12 +286,6 @@ ADMX Info:
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -290,16 +296,7 @@ ADMX Info:
-Footnotes:
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
diff --git a/windows/client-management/mdm/policy-csp-multitasking.md b/windows/client-management/mdm/policy-csp-multitasking.md
index 9c58b25ef3..1fd89a2f03 100644
--- a/windows/client-management/mdm/policy-csp-multitasking.md
+++ b/windows/client-management/mdm/policy-csp-multitasking.md
@@ -14,9 +14,6 @@ manager: dansimp
# Policy CSP - Multitasking
-> [!WARNING]
-> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
-
@@ -37,28 +34,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 9 |
+ Yes |
+ Yes |
Business |
- 9 |
+ Yes |
+ Yes |
Enterprise |
- 9 |
+ Yes |
+ Yes |
Education |
- 9 |
+ Yes |
+ Yes |
@@ -115,17 +118,5 @@ The following list shows the supported values:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
-- 9 - Available in Windows 10, version 20H2.
-
diff --git a/windows/client-management/mdm/policy-csp-networkisolation.md b/windows/client-management/mdm/policy-csp-networkisolation.md
index 8646c8830d..922e55784c 100644
--- a/windows/client-management/mdm/policy-csp-networkisolation.md
+++ b/windows/client-management/mdm/policy-csp-networkisolation.md
@@ -57,28 +57,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -117,28 +123,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -190,28 +202,34 @@ fd00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -249,28 +267,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -309,28 +333,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -370,28 +400,34 @@ Here are the steps to create canonical domain names:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -430,28 +466,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -489,28 +531,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -542,15 +590,5 @@ ADMX Info:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
\ No newline at end of file
diff --git a/windows/client-management/mdm/policy-csp-networklistmanager.md b/windows/client-management/mdm/policy-csp-networklistmanager.md
index 9bbe04d477..955af06501 100644
--- a/windows/client-management/mdm/policy-csp-networklistmanager.md
+++ b/windows/client-management/mdm/policy-csp-networklistmanager.md
@@ -38,28 +38,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ No |
+ No |
Business |
-  |
+ No |
+ No |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -89,28 +95,34 @@ This policy setting provides the list of URLs (separated by Unicode character 0x
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ No |
+ No |
Business |
-  |
+ No |
+ No |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
diff --git a/windows/client-management/mdm/policy-csp-notifications.md b/windows/client-management/mdm/policy-csp-notifications.md
index b9cb69c43d..643ef3e681 100644
--- a/windows/client-management/mdm/policy-csp-notifications.md
+++ b/windows/client-management/mdm/policy-csp-notifications.md
@@ -42,28 +42,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 4 |
+ Yes |
+ Yes |
Business |
- 4 |
+ Yes |
+ Yes |
Enterprise |
- 4 |
+ Yes |
+ Yes |
Education |
- 4 |
+ Yes |
+ Yes |
@@ -80,7 +86,7 @@ manager: dansimp
-Added in Windows 10, version 1803. This policy setting blocks applications from using the network to send tile, badge, toast, and raw notifications. Specifically, this policy setting turns off the connection between Windows and the Windows Push Notification Service (WNS). This policy setting also stops applications from being able to use [periodic (polling) notifications](/windows/uwp/design/shell/tiles-and-notifications/periodic-notification-overview).
+This policy setting blocks applications from using the network to send tile, badge, toast, and raw notifications. Specifically, this policy setting turns off the connection between Windows and the Windows Push Notification Service (WNS). This policy setting also stops applications from being able to use [periodic (polling) notifications](/windows/uwp/design/shell/tiles-and-notifications/periodic-notification-overview).
If you enable this policy setting, applications and system features will not be able receive notifications from the network from WNS or via notification polling APIs.
@@ -123,28 +129,34 @@ Validation:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -161,7 +173,7 @@ Validation:
-Added in Windows 10, version 1607. Boolean value that turns off notification mirroring.
+Boolean value that turns off notification mirroring.
For each user logged into the device, if you enable this policy (set value to 1) the app and system notifications received by this user on this device will not get mirrored to other devices of the same logged in user. If you disable or do not configure this policy (set value to 0) the notifications received by this user on this device will be mirrored to other devices of the same logged in user. This feature can be turned off by apps that do not want to participate in Notification Mirroring. This feature can also be turned off by the user in the Cortana setting page.
@@ -193,28 +205,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 4 |
+ Yes |
+ Yes |
Business |
- 4 |
+ Yes |
+ Yes |
Enterprise |
- 4 |
+ Yes |
+ Yes |
Education |
- 4 |
+ Yes |
+ Yes |
@@ -231,7 +249,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1803. This policy setting turns off tile notifications.
+This policy setting turns off tile notifications.
If you enable this policy setting, applications and system features will not be able to update their tiles and tile badges in the Start screen.
@@ -262,15 +280,5 @@ Validation:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
\ No newline at end of file
diff --git a/windows/client-management/mdm/policy-csp-power.md b/windows/client-management/mdm/policy-csp-power.md
index c9c793a619..367d969417 100644
--- a/windows/client-management/mdm/policy-csp-power.md
+++ b/windows/client-management/mdm/policy-csp-power.md
@@ -90,6 +90,13 @@ manager: dansimp
+> [!TIP]
+> Some of these are ADMX-backed policies and require a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
+>
+> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
+>
+> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
+
@@ -99,28 +106,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -144,12 +157,6 @@ If you enable or do not configure this policy setting, Windows uses standby stat
If you disable this policy setting, standby states (S1-S3) are not allowed.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -169,28 +176,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -214,12 +227,6 @@ If you enable or do not configure this policy setting, Windows uses standby stat
If you disable this policy setting, standby states (S1-S3) are not allowed.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -239,28 +246,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -277,7 +290,7 @@ ADMX Info:
-Added in Windows 10, version 1709. This policy setting allows you to specify the period of inactivity before Windows turns off the display.
+This policy setting allows you to specify the period of inactivity before Windows turns off the display.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows turns off the display.
@@ -286,12 +299,6 @@ If you disable or do not configure this policy setting, users control this setti
If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the display from turning off. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -311,28 +318,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -349,7 +362,7 @@ ADMX Info:
-Added in Windows 10, version 1709. This policy setting allows you to specify the period of inactivity before Windows turns off the display.
+This policy setting allows you to specify the period of inactivity before Windows turns off the display.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows turns off the display.
@@ -358,12 +371,6 @@ If you disable or do not configure this policy setting, users control this setti
If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the display from turning off. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -383,28 +390,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -422,7 +435,7 @@ ADMX Info:
-Added in Windows 10, version 1903. This policy setting allows you to specify battery charge level at which Energy Saver is turned on.
+This policy setting allows you to specify battery charge level at which Energy Saver is turned on.
If you enable this policy setting, you must specify a percentage value that indicates the battery charge level. Energy Saver is automatically turned on at (and below) the specified battery charge level.
@@ -457,28 +470,34 @@ Supported values: 0-100. The default is 70.
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -495,7 +514,7 @@ Supported values: 0-100. The default is 70.
-Added in Windows 10, version 1903. This policy setting allows you to specify battery charge level at which Energy Saver is turned on.
+This policy setting allows you to specify battery charge level at which Energy Saver is turned on.
If you enable this policy setting, you must provide a percentage value that indicates the battery charge level. Energy Saver is automatically turned on at (and below) the specified battery charge level.
@@ -530,28 +549,34 @@ Supported values: 0-100. The default is 70.
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -568,7 +593,7 @@ Supported values: 0-100. The default is 70.
-Added in Windows 10, version 1709. This policy setting allows you to specify the period of inactivity before Windows transitions the system to hibernate.
+This policy setting allows you to specify the period of inactivity before Windows transitions the system to hibernate.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows transitions to hibernate.
@@ -577,12 +602,6 @@ If you disable or do not configure this policy setting, users control this setti
If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occurring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -602,28 +621,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -640,7 +665,7 @@ ADMX Info:
-Added in Windows 10, version 1709. This policy setting allows you to specify the period of inactivity before Windows transitions the system to hibernate.
+This policy setting allows you to specify the period of inactivity before Windows transitions the system to hibernate.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows transitions to hibernate.
@@ -649,12 +674,7 @@ If you disable or do not configure this policy setting, users control this setti
If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occurring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
+
ADMX Info:
@@ -674,28 +694,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -719,12 +745,6 @@ If you enable or do not configure this policy setting, the user is prompted for
If you disable this policy setting, the user is not prompted for a password when the system resumes from sleep.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -744,28 +764,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -789,12 +815,6 @@ If you enable or do not configure this policy setting, the user is prompted for
If you disable this policy setting, the user is not prompted for a password when the system resumes from sleep.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -814,28 +834,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -852,7 +878,7 @@ ADMX Info:
-Added in Windows 10, version 1903. This policy setting specifies the action that Windows takes when a user closes the lid on a mobile PC.
+This policy setting specifies the action that Windows takes when a user closes the lid on a mobile PC.
If you enable this policy setting, you must select the desired action.
@@ -893,28 +919,34 @@ The following are the supported lid close switch actions (on battery):
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -931,7 +963,7 @@ The following are the supported lid close switch actions (on battery):
-Added in Windows 10, version 1903. This policy setting specifies the action that Windows takes when a user closes the lid on a mobile PC.
+This policy setting specifies the action that Windows takes when a user closes the lid on a mobile PC.
If you enable this policy setting, you must select the desired action.
@@ -972,28 +1004,34 @@ The following are the supported lid close switch actions (plugged in):
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -1010,7 +1048,7 @@ The following are the supported lid close switch actions (plugged in):
-Added in Windows 10, version 1903. This policy setting specifies the action that Windows takes when a user presses the Power button.
+This policy setting specifies the action that Windows takes when a user presses the Power button.
If you enable this policy setting, you must select the desired action.
@@ -1051,28 +1089,34 @@ The following are the supported Power button actions (on battery):
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -1089,7 +1133,7 @@ The following are the supported Power button actions (on battery):
-Added in Windows 10, version 1903. This policy setting specifies the action that Windows takes when a user presses the Power button.
+This policy setting specifies the action that Windows takes when a user presses the Power button.
If you enable this policy setting, you must select the desired action.
@@ -1130,28 +1174,34 @@ The following are the supported Power button actions (plugged in):
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -1168,7 +1218,7 @@ The following are the supported Power button actions (plugged in):
-Added in Windows 10, version 1903. This policy setting specifies the action that Windows takes when a user presses the Sleep button.
+This policy setting specifies the action that Windows takes when a user presses the Sleep button.
If you enable this policy setting, you must select the desired action.
@@ -1209,28 +1259,34 @@ The following are the supported Sleep button actions (on battery):
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -1247,7 +1303,7 @@ The following are the supported Sleep button actions (on battery):
-Added in Windows 10, version 1903. This policy setting specifies the action that Windows takes when a user presses the Sleep button.
+This policy setting specifies the action that Windows takes when a user presses the Sleep button.
If you enable this policy setting, you must select the desired action.
@@ -1288,28 +1344,34 @@ The following are the supported Sleep button actions (plugged in):
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -1326,7 +1388,7 @@ The following are the supported Sleep button actions (plugged in):
-Added in Windows 10, version 1709. This policy setting allows you to specify the period of inactivity before Windows transitions the system to sleep.
+This policy setting allows you to specify the period of inactivity before Windows transitions the system to sleep.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows transitions to sleep.
@@ -1335,12 +1397,6 @@ If you disable or do not configure this policy setting, users control this setti
If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occurring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -1360,28 +1416,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -1398,7 +1460,7 @@ ADMX Info:
-Added in Windows 10, version 1709. This policy setting allows you to specify the period of inactivity before Windows transitions the system to sleep.
+This policy setting allows you to specify the period of inactivity before Windows transitions the system to sleep.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows transitions to sleep.
@@ -1407,12 +1469,6 @@ If you disable or do not configure this policy setting, users control this setti
If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occurring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -1432,28 +1488,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -1470,7 +1532,7 @@ ADMX Info:
-Added in Windows 10, version 1903. This policy setting allows you to turn off hybrid sleep.
+This policy setting allows you to turn off hybrid sleep.
If you set this policy setting to 0, a hiberfile is not generated when the system transitions to sleep (Stand By).
@@ -1508,28 +1570,34 @@ The following are the supported values for Hybrid sleep (on battery):
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -1546,7 +1614,7 @@ The following are the supported values for Hybrid sleep (on battery):
-Added in Windows 10, version 1903. This policy setting allows you to turn off hybrid sleep.
+This policy setting allows you to turn off hybrid sleep.
If you set this policy setting to 0, a hiberfile is not generated when the system transitions to sleep (Stand By).
@@ -1584,28 +1652,34 @@ The following are the supported values for Hybrid sleep (plugged in):
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -1622,7 +1696,7 @@ The following are the supported values for Hybrid sleep (plugged in):
-Added in Windows 10, version 1903. This policy setting allows you to specify the period of inactivity before Windows transitions to sleep automatically when a user is not present at the computer.
+This policy setting allows you to specify the period of inactivity before Windows transitions to sleep automatically when a user is not present at the computer.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows automatically transitions to sleep when left unattended. If you specify 0 seconds, Windows does not automatically transition to sleep.
@@ -1660,28 +1734,34 @@ Default value for unattended sleep timeout (on battery):
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -1698,7 +1778,7 @@ Default value for unattended sleep timeout (on battery):
-Added in Windows 10, version 1903. This policy setting allows you to specify the period of inactivity before Windows transitions to sleep automatically when a user is not present at the computer.
+This policy setting allows you to specify the period of inactivity before Windows transitions to sleep automatically when a user is not present at the computer.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows automatically transitions to sleep when left unattended. If you specify 0 seconds, Windows does not automatically transition to sleep.
@@ -1729,17 +1809,6 @@ Default value for unattended sleep timeout (plugged in):
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
-- 9 - Available in Windows 10, version 20H2.
diff --git a/windows/client-management/mdm/policy-csp-userrights.md b/windows/client-management/mdm/policy-csp-userrights.md
index 7ac5e6f283..65fb6facfd 100644
--- a/windows/client-management/mdm/policy-csp-userrights.md
+++ b/windows/client-management/mdm/policy-csp-userrights.md
@@ -15,7 +15,6 @@ manager: dansimp
# Policy CSP - UserRights
-
User rights are assigned for user accounts or groups. The name of the policy defines the user right in question, and the values are always users or groups. Values can be represented as SIDs or strings. For reference, see [Well-Known SID Structures](/openspecs/windows_protocols/ms-dtyp/81d92bba-d22b-4a8c-908a-554ab29148ab).
@@ -200,28 +199,34 @@ For example, the following syntax grants user rights to a specific user or group
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -257,28 +262,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -316,28 +327,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -375,28 +392,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -434,28 +457,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -493,28 +522,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -550,28 +585,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -609,28 +650,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -666,28 +713,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -723,28 +776,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -784,28 +843,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -843,28 +908,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -902,28 +973,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -959,28 +1036,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1018,28 +1101,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1075,28 +1164,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1134,28 +1229,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1191,28 +1292,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1258,28 +1365,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1320,28 +1433,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1379,28 +1498,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1436,28 +1561,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1493,28 +1624,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1550,28 +1687,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1609,28 +1752,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1666,28 +1815,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1723,28 +1878,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1780,28 +1941,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1839,28 +2006,34 @@ GP Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -1891,14 +2064,4 @@ GP Info:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
diff --git a/windows/client-management/mdm/policy-csp-wifi.md b/windows/client-management/mdm/policy-csp-wifi.md
index 0db9332538..77728974a0 100644
--- a/windows/client-management/mdm/policy-csp-wifi.md
+++ b/windows/client-management/mdm/policy-csp-wifi.md
@@ -15,7 +15,6 @@ manager: dansimp
# Policy CSP - Wifi
-
@@ -67,28 +66,34 @@ This policy has been deprecated.
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -135,28 +140,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -203,28 +214,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -266,28 +283,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -326,28 +349,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 2 |
+ Yes |
+ Yes |
Business |
- 2 |
+ Yes |
+ Yes |
Enterprise |
- 2 |
+ Yes |
+ Yes |
Education |
- 2 |
+ Yes |
+ Yes |
@@ -364,7 +393,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1703. Allow WiFi Direct connection..
+Allow WiFi Direct connection..
@@ -384,28 +413,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -434,16 +469,6 @@ Supported operations are Add, Delete, Get, and Replace.
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
diff --git a/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md b/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md
index 9af69e0c2b..a5e847a460 100644
--- a/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md
+++ b/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md
@@ -36,28 +36,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -107,16 +113,6 @@ ADMX Info:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
diff --git a/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md b/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md
index 10c2f369a9..6b2e339e43 100644
--- a/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md
+++ b/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md
@@ -98,28 +98,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -136,7 +142,7 @@ manager: dansimp
-Added in Windows 10, version 1709. The company name that is displayed to the users. CompanyName is required for both EnableCustomizedToasts and EnableInAppCustomization. If you disable or do not configure this setting, or do not have EnableCustomizedToasts or EnableInAppCustomization enabled, then devices will not display the contact options.
+The company name that is displayed to the users. CompanyName is required for both EnableCustomizedToasts and EnableInAppCustomization. If you disable or do not configure this setting, or do not have EnableCustomizedToasts or EnableInAppCustomization enabled, then devices will not display the contact options.
Value type is string. Supported operations are Add, Get, Replace and Delete.
@@ -160,28 +166,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 4 |
+ Yes |
+ Yes |
Pro |
- 4 |
+ Yes |
+ Yes |
Business |
- 4 |
+ Yes |
+ Yes |
Enterprise |
- 4 |
+ Yes |
+ Yes |
Education |
- 4 |
+ Yes |
+ Yes |
@@ -198,7 +210,7 @@ ADMX Info:
-Added in Windows 10, next major release. Use this policy setting to specify if to display the Account protection area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
+Use this policy setting to specify if to display the Account protection area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
@@ -226,28 +238,34 @@ Valid values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -264,7 +282,7 @@ Valid values:
-Added in Windows 10, version 1709. Use this policy setting if you want to disable the display of the app and browser protection area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
+Use this policy setting if you want to disable the display of the app and browser protection area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
Value type is integer. Supported operations are Add, Get, Replace and Delete.
@@ -294,28 +312,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 5 |
+ Yes |
+ Yes |
Pro |
- 5 |
+ Yes |
+ Yes |
Business |
- 5 |
+ Yes |
+ Yes |
Enterprise |
- 5 |
+ Yes |
+ Yes |
Education |
- 5 |
+ Yes |
+ Yes |
@@ -376,28 +400,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 4 |
+ Yes |
+ Yes |
Pro |
- 4 |
+ Yes |
+ Yes |
Business |
- 4 |
+ Yes |
+ Yes |
Enterprise |
- 4 |
+ Yes |
+ Yes |
Education |
- 4 |
+ Yes |
+ Yes |
@@ -414,7 +444,7 @@ ADMX Info:
-Added in Windows 10, next major release. Use this policy setting if you want to disable the display of the Device security area in the Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
+Use this policy setting if you want to disable the display of the Device security area in the Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
@@ -442,28 +472,34 @@ Valid values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -480,7 +516,7 @@ Valid values:
-Added in Windows 10, version 1709. Use this policy if you want Windows Defender Security Center to only display notifications which are considered critical. If you disable or do not configure this setting, Windows Defender Security Center will display critical and non-critical notifications to users.
+Use this policy if you want Windows Defender Security Center to only display notifications which are considered critical. If you disable or do not configure this setting, Windows Defender Security Center will display critical and non-critical notifications to users.
> [!NOTE]
> If Suppress notification is enabled then users will not see critical or non-critical messages.
@@ -513,28 +549,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -551,7 +593,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1709. Use this policy setting if you want to disable the display of the family options area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
+Use this policy setting if you want to disable the display of the family options area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
Value type is integer. Supported operations are Add, Get, Replace and Delete.
@@ -581,28 +623,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -619,7 +667,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1709. Use this policy setting if you want to disable the display of the device performance and health area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
+Use this policy setting if you want to disable the display of the device performance and health area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
Value type is integer. Supported operations are Add, Get, Replace and Delete.
@@ -649,28 +697,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -687,7 +741,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1709. Use this policy setting if you want to disable the display of the firewall and network protection area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
+Use this policy setting if you want to disable the display of the firewall and network protection area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
Value type is integer. Supported operations are Add, Get, Replace and Delete.
@@ -717,28 +771,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -755,7 +815,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1709. Use this policy setting if you want to disable the display of Windows Defender Security Center notifications. If you disable or do not configure this setting, Windows Defender Security Center notifications will display on devices.
+Use this policy setting if you want to disable the display of Windows Defender Security Center notifications. If you disable or do not configure this setting, Windows Defender Security Center notifications will display on devices.
Value type is integer. Supported operations are Add, Get, Replace and Delete.
@@ -785,28 +845,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 5 |
+ Yes |
+ Yes |
Pro |
- 5 |
+ Yes |
+ Yes |
Business |
- 5 |
+ Yes |
+ Yes |
Enterprise |
- 5 |
+ Yes |
+ Yes |
Education |
- 5 |
+ Yes |
+ Yes |
@@ -867,28 +933,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -905,7 +977,7 @@ ADMX Info:
-Added in Windows 10, version 1709. Use this policy setting if you want to disable the display of the virus and threat protection area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
+Use this policy setting if you want to disable the display of the virus and threat protection area in Windows Defender Security Center. If you disable or do not configure this setting, Windows defender Security Center will display this area.
Value type is integer. Supported operations are Add, Get, Replace and Delete.
@@ -935,28 +1007,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -973,7 +1051,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1709. Prevent users from making changes to the exploit protection settings area in the Windows Defender Security Center. If you disable or do not configure this setting, local users can make changes in the exploit protection settings area.
+Prevent users from making changes to the exploit protection settings area in the Windows Defender Security Center. If you disable or do not configure this setting, local users can make changes in the exploit protection settings area.
Value type is integer. Supported operations are Add, Get, Replace and Delete.
@@ -1003,28 +1081,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -1041,7 +1125,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1709. The email address that is displayed to users. The default mail application is used to initiate email actions. If you disable or do not configure this setting, or do not have EnableCustomizedToasts or EnableInAppCustomization enabled, then devices will not display contact options.
+The email address that is displayed to users. The default mail application is used to initiate email actions. If you disable or do not configure this setting, or do not have EnableCustomizedToasts or EnableInAppCustomization enabled, then devices will not display contact options.
Value type is string. Supported operations are Add, Get, Replace and Delete.
@@ -1065,28 +1149,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -1103,7 +1193,7 @@ ADMX Info:
-Added in Windows 10, version 1709. Enable this policy to display your company name and contact options in the notifications. If you disable or do not configure this setting, or do not provide CompanyName and a minimum of one contact method (Phone using Skype, Email, Help portal URL) Windows Defender Security Center will display a default notification text.
+Enable this policy to display your company name and contact options in the notifications. If you disable or do not configure this setting, or do not provide CompanyName and a minimum of one contact method (Phone using Skype, Email, Help portal URL) Windows Defender Security Center will display a default notification text.
Value type is integer. Supported operations are Add, Get, Replace, and Delete.
@@ -1133,28 +1223,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -1171,7 +1267,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1709. Enable this policy to have your company name and contact options displayed in a contact card fly out in Windows Defender Security Center. If you disable or do not configure this setting, or do not provide CompanyName and a minimum of one contact method (Phone using Skype, Email, Help portal URL) Windows Defender Security Center will not display the contact card fly out notification.
+Enable this policy to have your company name and contact options displayed in a contact card fly out in Windows Defender Security Center. If you disable or do not configure this setting, or do not provide CompanyName and a minimum of one contact method (Phone using Skype, Email, Help portal URL) Windows Defender Security Center will not display the contact card fly out notification.
Value type is integer. Supported operations are Add, Get, Replace, and Delete.
@@ -1201,28 +1297,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 4 |
+ Yes |
+ Yes |
Pro |
- 4 |
+ Yes |
+ Yes |
Business |
- 4 |
+ Yes |
+ Yes |
Enterprise |
- 4 |
+ Yes |
+ Yes |
Education |
- 4 |
+ Yes |
+ Yes |
@@ -1239,7 +1341,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1803. Use this policy setting to hide the Ransomware data recovery area in Windows Defender Security Center.
+Use this policy setting to hide the Ransomware data recovery area in Windows Defender Security Center.
@@ -1267,28 +1369,34 @@ Valid values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 4 |
+ Yes |
+ Yes |
Pro |
- 4 |
+ Yes |
+ Yes |
Business |
- 4 |
+ Yes |
+ Yes |
Enterprise |
- 4 |
+ Yes |
+ Yes |
Education |
- 4 |
+ Yes |
+ Yes |
@@ -1305,7 +1413,7 @@ Valid values:
-Added in Windows 10, version 1803. Use this policy to hide the Secure boot area in the Windows Defender Security Center.
+Use this policy to hide the Secure boot area in the Windows Defender Security Center.
@@ -1333,28 +1441,34 @@ Valid values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 4 |
+ Yes |
+ Yes |
Pro |
- 4 |
+ Yes |
+ Yes |
Business |
- 4 |
+ Yes |
+ Yes |
Enterprise |
- 4 |
+ Yes |
+ Yes |
Education |
- 4 |
+ Yes |
+ Yes |
@@ -1371,7 +1485,7 @@ Valid values:
-Added in Windows 10, version 1803. Use this policy to hide the Security processor (TPM) troubleshooting area in the Windows Defender Security Center.
+Use this policy to hide the Security processor (TPM) troubleshooting area in the Windows Defender Security Center.
@@ -1399,28 +1513,34 @@ Valid values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 5 |
+ Yes |
+ Yes |
Pro |
- 5 |
+ Yes |
+ Yes |
Business |
- 5 |
+ Yes |
+ Yes |
Enterprise |
- 5 |
+ Yes |
+ Yes |
Education |
- 5 |
+ Yes |
+ Yes |
@@ -1483,28 +1603,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -1521,7 +1647,7 @@ ADMX Info:
-Added in Windows 10, version 1709. The phone number or Skype ID that is displayed to users. Skype is used to initiate the call. If you disable or do not configure this setting, or do not have EnableCustomizedToasts or EnableInAppCustomization enabled, then devices will not display contact options.
+The phone number or Skype ID that is displayed to users. Skype is used to initiate the call. If you disable or do not configure this setting, or do not have EnableCustomizedToasts or EnableInAppCustomization enabled, then devices will not display contact options.
Value type is string. Supported operations are Add, Get, Replace, and Delete.
@@ -1545,28 +1671,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 3 |
+ Yes |
+ Yes |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -1583,7 +1715,7 @@ ADMX Info:
-Added in Windows 10, version 1709. The help portal URL this is displayed to users. The default browser is used to initiate this action. If you disable or do not configure this setting, or do not have EnableCustomizedToasts or EnableInAppCustomization enabled, then the device will not display contact options.
+The help portal URL this is displayed to users. The default browser is used to initiate this action. If you disable or do not configure this setting, or do not have EnableCustomizedToasts or EnableInAppCustomization enabled, then the device will not display contact options.
Value type is Value type is string. Supported operations are Add, Get, Replace, and Delete.
@@ -1600,16 +1732,5 @@ ADMX Info:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
-
diff --git a/windows/client-management/mdm/policy-csp-windowsinkworkspace.md b/windows/client-management/mdm/policy-csp-windowsinkworkspace.md
index b352b0818c..f463131d83 100644
--- a/windows/client-management/mdm/policy-csp-windowsinkworkspace.md
+++ b/windows/client-management/mdm/policy-csp-windowsinkworkspace.md
@@ -15,7 +15,6 @@ manager: dansimp
# Policy CSP - WindowsInkWorkspace
-
@@ -39,28 +38,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -77,7 +82,7 @@ manager: dansimp
-Added in Windows 10, version 1607. Show recommended app suggestions in the ink workspace.
+Show recommended app suggestions in the ink workspace.
@@ -105,28 +110,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -143,7 +154,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1607. Specifies whether to allow the user to access the ink workspace.
+Specifies whether to allow the user to access the ink workspace.
@@ -166,16 +177,5 @@ Value type is int. The following list shows the supported values:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
-
diff --git a/windows/client-management/mdm/policy-csp-windowslogon.md b/windows/client-management/mdm/policy-csp-windowslogon.md
index 4d822efc0c..94a49ce87c 100644
--- a/windows/client-management/mdm/policy-csp-windowslogon.md
+++ b/windows/client-management/mdm/policy-csp-windowslogon.md
@@ -45,6 +45,13 @@ manager: dansimp
+> [!TIP]
+> Some of these are ADMX-backed policies and require a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
+>
+> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
+>
+> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
+
@@ -54,28 +61,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 6 |
+ Yes |
+ Yes |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -105,12 +118,6 @@ After enabling this policy, you can configure its settings through the [ConfigAu
If you disable this policy setting, the device does not configure automatic sign in. The user’s lock screen apps are not restarted after the system restarts.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -139,28 +146,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
- 6 |
+ Yes |
+ Yes |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -190,12 +203,6 @@ BitLocker is suspended during updates if:
If you disable or do not configure this setting, automatic sign on defaults to the “Enabled if BitLocker is on and not suspended” behavior.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -224,28 +231,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -269,12 +282,6 @@ If you enable this policy setting, no app notifications are displayed on the loc
If you disable or do not configure this policy setting, users can choose which apps display notifications on the lock screen.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -294,28 +301,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -364,12 +377,6 @@ Here is an example to enable this policy:
```
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -389,28 +396,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ Yes |
+ Yes |
Pro |
- 6 |
+ Yes |
+ Yes |
Business |
- 6 |
+ Yes |
+ Yes |
Enterprise |
- 6 |
+ Yes |
+ Yes |
Education |
- 6 |
+ Yes |
+ Yes |
@@ -468,28 +481,34 @@ Supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -513,12 +532,6 @@ If you enable this policy setting, Logon UI will enumerate all local users on do
If you disable or do not configure this policy setting, the Logon UI will not enumerate local users on domain-joined computers.
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
->
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
->
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -538,28 +551,34 @@ ADMX Info:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 2 |
+ Yes |
+ Yes |
Business |
- 2 |
+ Yes |
+ Yes |
Enterprise |
- 2 |
+ Yes |
+ Yes |
Education |
- 2 |
+ Yes |
+ Yes |
@@ -576,7 +595,7 @@ ADMX Info:
-Added in Windows 10, version 1703. This policy setting allows you to hide the Switch account button on the sign-in screen, Start, and the Task Manager. If you enable this policy setting, the Switch account button is hidden from the user who is attempting to sign-in or is signed in to the computer that has this policy applied. If you disable or do not configure this policy setting, the Switch account button is accessible to the user in the three locations.
+This policy setting allows you to hide the Switch account button on the sign-in screen, Start, and the Task Manager. If you enable this policy setting, the Switch account button is hidden from the user who is attempting to sign-in or is signed in to the computer that has this policy applied. If you disable or do not configure this policy setting, the Switch account button is accessible to the user in the three locations.
@@ -604,16 +623,5 @@ To validate on Desktop, do the following:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
-
diff --git a/windows/client-management/mdm/policy-csp-windowspowershell.md b/windows/client-management/mdm/policy-csp-windowspowershell.md
index 3cf0a24d74..a67752e251 100644
--- a/windows/client-management/mdm/policy-csp-windowspowershell.md
+++ b/windows/client-management/mdm/policy-csp-windowspowershell.md
@@ -36,28 +36,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ Yes |
+ Yes |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -104,16 +110,6 @@ ADMX Info:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
diff --git a/windows/client-management/mdm/policy-csp-windowssandbox.md b/windows/client-management/mdm/policy-csp-windowssandbox.md
index e1e54793b4..f3fd70ab14 100644
--- a/windows/client-management/mdm/policy-csp-windowssandbox.md
+++ b/windows/client-management/mdm/policy-csp-windowssandbox.md
@@ -12,9 +12,6 @@ ms.date: 10/14/2020
# Policy CSP - WindowsSandbox
-> [!WARNING]
-> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
-
@@ -53,28 +50,34 @@ Available in the latest Windows 10 insider preview build.
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ No |
+ No |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -141,28 +144,34 @@ Available in the latest Windows 10 insider preview build.
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ No |
+ No |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -226,28 +235,34 @@ Available in the latest Windows 10 insider preview build.
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ No |
+ No |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -309,28 +324,34 @@ Available in the latest Windows 10 insider preview build.
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ No |
+ No |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -393,28 +414,34 @@ Available in the latest Windows 10 insider preview build.
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ No |
+ No |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
@@ -480,28 +507,34 @@ Available in the latest Windows 10 insider preview build.
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
-  |
+ Yes |
+ Yes |
Business |
-  |
+ No |
+ No |
Enterprise |
-  |
+ Yes |
+ Yes |
Education |
-  |
+ Yes |
+ Yes |
diff --git a/windows/client-management/mdm/policy-csp-wirelessdisplay.md b/windows/client-management/mdm/policy-csp-wirelessdisplay.md
index b1b0988561..9d941ee024 100644
--- a/windows/client-management/mdm/policy-csp-wirelessdisplay.md
+++ b/windows/client-management/mdm/policy-csp-wirelessdisplay.md
@@ -55,28 +55,34 @@ manager: dansimp
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -93,7 +99,7 @@ manager: dansimp
-Added in Windows 10, version 1709. This policy setting allows you to turn off the Wireless Display multicast DNS service advertisement from a Wireless Display receiver. If the network administrator is concerned about network congestion, they may set this policy to 0, disabling mDNS advertisement.
+This policy setting allows you to turn off the Wireless Display multicast DNS service advertisement from a Wireless Display receiver. If the network administrator is concerned about network congestion, they may set this policy to 0, disabling mDNS advertisement.
@@ -113,28 +119,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 3 |
+ Yes |
+ Yes |
Business |
- 3 |
+ Yes |
+ Yes |
Enterprise |
- 3 |
+ Yes |
+ Yes |
Education |
- 3 |
+ Yes |
+ Yes |
@@ -151,7 +163,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1709. This policy setting allows you to turn off discovering the display service advertised over multicast DNS by a Wireless Display receiver. If the network administrator is concerned about network congestion, they may set this policy to 0, disabling mDNS discovery.
+This policy setting allows you to turn off discovering the display service advertised over multicast DNS by a Wireless Display receiver. If the network administrator is concerned about network congestion, they may set this policy to 0, disabling mDNS discovery.
@@ -171,28 +183,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 2 |
+ Yes |
+ Yes |
Business |
- 2 |
+ Yes |
+ Yes |
Enterprise |
- 2 |
+ Yes |
+ Yes |
Education |
- 2 |
+ Yes |
+ Yes |
@@ -209,7 +227,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1703. This policy allows you to turn off projection from a PC.
+This policy allows you to turn off projection from a PC.
@@ -229,28 +247,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 2 |
+ Yes |
+ Yes |
Business |
- 2 |
+ Yes |
+ Yes |
Enterprise |
- 2 |
+ Yes |
+ Yes |
Education |
- 2 |
+ Yes |
+ Yes |
@@ -267,7 +291,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1703. This policy allows you to turn off projection from a PC over infrastructure.
+This policy allows you to turn off projection from a PC over infrastructure.
@@ -287,28 +311,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -325,7 +355,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1607. Allow or disallow turning off the projection to a PC.
+Allow or disallow turning off the projection to a PC.
If you set it to 0 (zero), your PC is not discoverable and you cannot project to it. If you set it to 1, your PC is discoverable and you can project to it above the lock screen. The user has an option to turn it always on or always off except for manual launch. In PCs that support Miracast, after the policy is applied you can verify the setting from the user interface in **Settings** > **System** > **Projecting to this PC**.
@@ -357,28 +387,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 2 |
+ Yes |
+ Yes |
Business |
- 2 |
+ Yes |
+ Yes |
Enterprise |
- 2 |
+ Yes |
+ Yes |
Education |
- 2 |
+ Yes |
+ Yes |
@@ -395,7 +431,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1703. This policy setting allows you to turn off projection to a PC over infrastructure.
+This policy setting allows you to turn off projection to a PC over infrastructure.
@@ -415,28 +451,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 2 |
+ Yes |
+ Yes |
Business |
- 2 |
+ Yes |
+ Yes |
Enterprise |
- 2 |
+ Yes |
+ Yes |
Education |
- 2 |
+ Yes |
+ Yes |
@@ -453,7 +495,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1703. Setting this policy controls whether or not the wireless display can send input—keyboard, mouse, pen, and touch input if the display supports it—back to the source device.
+Setting this policy controls whether or not the wireless display can send input—keyboard, mouse, pen, and touch input if the display supports it—back to the source device.
@@ -473,28 +515,34 @@ The following list shows the supported values:
- Windows Edition |
- Supported? |
+ Edition |
+ Windows 10 |
+ Windows 11 |
Home |
-  |
+ No |
+ No |
Pro |
- 1 |
+ Yes |
+ Yes |
Business |
- 1 |
+ Yes |
+ Yes |
Enterprise |
- 1 |
+ Yes |
+ Yes |
Education |
- 1 |
+ Yes |
+ Yes |
@@ -511,7 +559,7 @@ The following list shows the supported values:
-Added in Windows 10, version 1607. Allow or disallow requirement for a PIN for pairing.
+Allow or disallow requirement for a PIN for pairing.
If you turn this on, the pairing ceremony for new devices will always require a PIN. If you turn this off or do not configure it, a PIN is not required for pairing. In PCs that support Miracast, after the policy is applied you can verify the setting from the user interface in **Settings** > **System** > **Projecting to this PC**.
@@ -536,16 +584,5 @@ The following list shows the supported values:
-Footnotes:
-
-- 1 - Available in Windows 10, version 1607.
-- 2 - Available in Windows 10, version 1703.
-- 3 - Available in Windows 10, version 1709.
-- 4 - Available in Windows 10, version 1803.
-- 5 - Available in Windows 10, version 1809.
-- 6 - Available in Windows 10, version 1903.
-- 7 - Available in Windows 10, version 1909.
-- 8 - Available in Windows 10, version 2004.
-
diff --git a/windows/deployment/update/get-started-updates-channels-tools.md b/windows/deployment/update/get-started-updates-channels-tools.md
index 726454837e..f1d6c2488e 100644
--- a/windows/deployment/update/get-started-updates-channels-tools.md
+++ b/windows/deployment/update/get-started-updates-channels-tools.md
@@ -67,9 +67,9 @@ We recommend that you use the Windows Insider Release Preview channel for valida
### Long-term Servicing Channel
-The **Long-Term Servicing Channel** is designed to be used only for specialized devices (which typically don't run Office) such as ones that control medical equipment or ATMs. Devices on this channel receive new feature releases every two to three years. LTSB releases service a special LTSB edition of Windows 10 and are only available through the [Microsoft Volume Licensing Center](https://www.microsoft.com/Licensing/servicecenter/default.aspx).
+The **Long-Term Servicing Channel** is designed to be used only for specialized devices (which typically don't run Office) such as ones that control medical equipment or ATMs. Devices on this channel receive new feature releases every two to three years. LTSC releases service a special LTSC edition of Windows 10 and are only available through the [Microsoft Volume Licensing Center](https://www.microsoft.com/Licensing/servicecenter/default.aspx).
-The General Availability Channel is the default servicing channel for all Windows devices except those with the LTSB edition installed. The following table shows the servicing channels available to each edition.
+The General Availability Channel is the default servicing channel for all Windows devices except those with the LTSC edition installed. The following table shows the servicing channels available to each edition.
| Edition | General Availability Channel | Insider Program | Long-Term Servicing Channel |
@@ -77,7 +77,7 @@ The General Availability Channel is the default servicing channel for all Window
| Home | | | |
| Pro |  |  | |
| Enterprise |  | | |
-| Enterprise LTSB |  | | |
+| Enterprise LTSC |  | | |
| Pro Education |  |  | |
| Education |  |  | |
diff --git a/windows/deployment/update/waas-overview.md b/windows/deployment/update/waas-overview.md
index e7ab6970ad..5947bdc897 100644
--- a/windows/deployment/update/waas-overview.md
+++ b/windows/deployment/update/waas-overview.md
@@ -104,18 +104,18 @@ When Microsoft officially releases a feature update, we make it available to any
### Long-term Servicing Channel
-Specialized systems—such as devices that control medical equipment, point-of-sale systems, and ATMs—often require a longer servicing option because of their purpose. These devices typically perform a single important task and don’t need feature updates as frequently as other devices in the organization. It’s more important that these devices be kept as stable and secure as possible than up to date with user interface changes. The LTSC servicing model prevents Enterprise LTSB devices from receiving the usual feature updates and provides only quality updates to ensure that device security stays up to date. With this in mind, quality updates are still immediately available to Windows 10 Enterprise LTSB clients, but customers can choose to defer them by using one of the servicing tools mentioned in the section Servicing tools.
+Specialized systems—such as devices that control medical equipment, point-of-sale systems, and ATMs—often require a longer servicing option because of their purpose. These devices typically perform a single important task and don’t need feature updates as frequently as other devices in the organization. It’s more important that these devices be kept as stable and secure as possible than up to date with user interface changes. The LTSC servicing model prevents Enterprise LTSC devices from receiving the usual feature updates and provides only quality updates to ensure that device security stays up to date. With this in mind, quality updates are still immediately available to Windows 10 Enterprise LTSC clients, but customers can choose to defer them by using one of the servicing tools mentioned in the section Servicing tools.
> [!NOTE]
>
> The Long-term Servicing channel is not intended for deployment on most or all the devices in an organization; it should be used only for special-purpose devices. As a general guideline, a device with Microsoft Office installed is a general-purpose device, typically used by an information worker, and therefore it is better suited for the General Availability channel.
-Microsoft never publishes feature updates through Windows Update on devices that run Windows 10 or Windows 11 Enterprise LTSB. Instead, it typically offers new LTSC releases every 2–3 years, and organizations can choose to install them as in-place upgrades or even skip releases over a 10-year life cycle.
+Microsoft never publishes feature updates through Windows Update on devices that run Windows 10 Enterprise LTSC. Instead, it typically offers new LTSC releases every 2–3 years, and organizations can choose to install them as in-place upgrades or even skip releases over a 10-year life cycle.
> [!NOTE]
-> LTSB releases will support the currently released processors and chipsets at the time of release of the LTSB. As future CPU generations are released, support will be created through future LTSB releases that customers can deploy for those systems. For more information, see **Supporting the latest processor and chipsets on Windows** in [Lifecycle support policy FAQ - Windows Products](https://support.microsoft.com/help/18581/lifecycle-support-policy-faq-windows-products).
+> LTSC releases will support the currently released processors and chipsets at the time of release of the LTSC. As future CPU generations are released, support will be created through future LTSC releases that customers can deploy for those systems. For more information, see **Supporting the latest processor and chipsets on Windows** in [Lifecycle support policy FAQ - Windows Products](https://support.microsoft.com/help/18581/lifecycle-support-policy-faq-windows-products).
-The Long-term Servicing Channel is available only in the Windows 10 or Windows 11 Enterprise LTSB editions. This edition of Windows doesn’t include a number of applications, such as Microsoft Edge, Microsoft Store, Cortana (though limited search capabilities remain available), Microsoft Mail, Calendar, OneNote, Weather, News, Sports, Money, Photos, Camera, Music, and Clock. These apps are not supported in the Enterprise LTSB editions, even if you install by using sideloading.
+The Long-term Servicing Channel is available only in the Windows 10 Enterprise LTSC editions. This edition of Windows doesn’t include a number of applications, such as Microsoft Edge, Microsoft Store, Cortana (though limited search capabilities remain available), Microsoft Mail, Calendar, OneNote, Weather, News, Sports, Money, Photos, Camera, Music, and Clock. These apps are not supported in the Enterprise LTSC editions, even if you install by using sideloading.
### Windows Insider
diff --git a/windows/deployment/update/waas-quick-start.md b/windows/deployment/update/waas-quick-start.md
index 73ce0f828a..f9c793095d 100644
--- a/windows/deployment/update/waas-quick-start.md
+++ b/windows/deployment/update/waas-quick-start.md
@@ -41,7 +41,7 @@ For some interesting in-depth information about how cumulative updates work, see
With each release in the General Availability Channel, we recommend beginning deployment right away to devices selected for early adoption (targeted validation) and ramp up to full deployment at your discretion.
-Windows 10 and Windows 11 Enterprise LTSB are separate **Long-Term Servicing Channel** versions. Each release is supported for a total of 10 years (five years standard support, five years extended support). New releases are expected about every three years.
+Windows 10 Enterprise LTSC are separate **Long-Term Servicing Channel** versions. Each release is supported for a total of 10 years (five years standard support, five years extended support). New releases are expected about every three years.
For more information, see [Assign devices to servicing channels for Windows client updates](waas-servicing-channels-windows-10-updates.md).
diff --git a/windows/deployment/update/waas-servicing-channels-windows-10-updates.md b/windows/deployment/update/waas-servicing-channels-windows-10-updates.md
index 16f4cf2368..cbf9133ff3 100644
--- a/windows/deployment/update/waas-servicing-channels-windows-10-updates.md
+++ b/windows/deployment/update/waas-servicing-channels-windows-10-updates.md
@@ -27,20 +27,20 @@ ms.custom:
>[!TIP]
>If you're not familiar with the servicing or release channels, read [Servicing Channels](waas-overview.md#servicing-channels) first.
-The General Availability Channel is the default servicing channel for all Windows 10 and Windows 11 devices except devices with the LTSB edition installed. The following table shows the servicing channels available to each edition.
+The General Availability Channel is the default servicing channel for all Windows 10 and Windows 11 devices except devices with the LTSC edition installed. The following table shows the servicing channels available to each edition.
| Edition | General Availability Channel | Long-Term Servicing Channel | Insider Program |
| --- | --- | --- | --- |
| Home |  |  |  |
| Pro |  |  |  |
| Enterprise |  |  |  |
-| Enterprise LTSB |  |  |  |
+| Enterprise LTSC |  |  |  |
| Pro Education |  |  |  |
| Education |  |  |  |
>[!NOTE]
->The LTSB edition is only available through the [Microsoft Volume Licensing Center](https://www.microsoft.com/Licensing/servicecenter/default.aspx).
+>The LTSC edition is only available through the [Microsoft Volume Licensing Center](https://www.microsoft.com/Licensing/servicecenter/default.aspx).
>[!NOTE]
>Devices will automatically receive updates from the Semi-Annual Channel, unless they are configured to receive preview updates through the Windows Insider Program.
diff --git a/windows/deployment/update/waas-servicing-strategy-windows-10-updates.md b/windows/deployment/update/waas-servicing-strategy-windows-10-updates.md
index fba2cf1830..3fda1c0024 100644
--- a/windows/deployment/update/waas-servicing-strategy-windows-10-updates.md
+++ b/windows/deployment/update/waas-servicing-strategy-windows-10-updates.md
@@ -25,8 +25,8 @@ ms.collection: m365initiative-coredeploy
Here’s an example of what this process might look like:
-- **Configure test devices.** Configure test devices in the Windows Insider Program so that Insiders can test feature updates before they’re available to the General Avialability Channel. Typically, this population would be a few test devices that IT staff members use to evaluate pre-release builds of Windows. Microsoft provides current development builds to Windows Insider members approximately every week so that interested users can see the functionality Microsoft is adding. See the section Windows Insider for details on how to enroll in the Windows Insider Program for Business.
-- **Identify excluded devices.** For some organizations, special-purpose devices such as those used to control factory or medical equipment or run ATMs require a stricter, less frequent feature update cycle than the General Availability Channel can offer. For those devices, install the Enterprise LTSB edition to avoid feature updates for up to 10 years. Identify these devices, and separate them from the phased deployment and servicing cycles to help remove confusion for your administrators and ensure that devices are handled correctly.
+- **Configure test devices.** Configure test devices in the Windows Insider Program so that Insiders can test feature updates before they’re available to the General Availability Channel. Typically, this population would be a few test devices that IT staff members use to evaluate pre-release builds of Windows. Microsoft provides current development builds to Windows Insider members approximately every week so that interested users can see the functionality Microsoft is adding. See the section Windows Insider for details on how to enroll in the Windows Insider Program for Business.
+- **Identify excluded devices.** For some organizations, special-purpose devices such as those used to control factory or medical equipment or run ATMs require a stricter, less frequent feature update cycle than the General Availability Channel can offer. For those devices, install the Enterprise LTSC edition to avoid feature updates for up to 10 years. Identify these devices, and separate them from the phased deployment and servicing cycles to help remove confusion for your administrators and ensure that devices are handled correctly.
- **Recruit volunteers.** The purpose of testing a deployment is to receive feedback. One effective way to recruit pilot users is to request volunteers. When doing so, clearly state that you’re looking for feedback rather than people to just “try it out” and that there could be occasional issues involved with accepting feature updates right away. With Windows as a service, the expectation is that there should be few issues, but if an issue does arise, you want testers to let you know as soon as possible. When considering whom to recruit for pilot groups, be sure to include members who provide the broadest set of applications and devices to validate the largest number of apps and devices possible.
- **Update Group Policy.** Each feature update includes new group policies to manage new features. If you use Group Policy to manage devices, the Group Policy Admin for the Active Directory domain will need to download an .admx package and copy it to their [Central Store](https://support.microsoft.com/help/929841/how-to-create-the-central-store-for-group-policy-administrative-templa) (or to the [PolicyDefinitions](/previous-versions/dotnet/articles/bb530196(v=msdn.10)) directory in the SYSVOL folder of a domain controller if not using a Central Store). You can manage new group policies from the latest release of Windows by using Remote Server Administration Tools. The ADMX download package is created at the end of each development cycle and then posted for download. To find the ADMX download package for a given Windows build, search for “ADMX download for Windows build xxxx”. For details about Group Policy management, see [How to create and manage the Central Store for Group Policy Administrative Templates in Windows](https://support.microsoft.com/help/3087759/how-to-create-and-manage-the-central-store-for-group-policy-administra)
- **Choose a servicing tool.** Decide which product you’ll use to manage the Windows updates in your environment. If you’re currently using Windows Server Update Services (WSUS) or Microsoft Endpoint Manager to manage your Windows updates, you can continue using those products to manage Windows 10 or Windows 11 updates. Alternatively, you can use Windows Update for Business. In addition to which product you’ll use, consider how you’ll deliver the updates. Multiple peer-to-peer options are available to make update distribution faster. For a comparison of tools, see [Servicing tools](waas-overview.md#servicing-tools).
diff --git a/windows/security/identity-protection/access-control/active-directory-security-groups.md b/windows/security/identity-protection/access-control/active-directory-security-groups.md
index f191ffdf77..5ac3dcc651 100644
--- a/windows/security/identity-protection/access-control/active-directory-security-groups.md
+++ b/windows/security/identity-protection/access-control/active-directory-security-groups.md
@@ -2435,6 +2435,9 @@ Members of the Performance Log Users group can manage performance counters, logs
> [!WARNING]
> If you are a member of the Performance Log Users group, you must configure Data Collector Sets that you create to run under your credentials.
+ > [!NOTE]
+ > In Windows Server 2016 or later, Data Collector Sets cannot be created by a member of the Performance Log Users group.
+ > If a member of the Performance Log Users group tries to create Data Collector Sets, they cannot complete creation because access will be denied.
- Cannot use the Windows Kernel Trace event provider in Data Collector Sets.