diff --git a/windows/client-management/mdm/policy-csp-taskmanager.md b/windows/client-management/mdm/policy-csp-taskmanager.md
index 0ee8b53c39..5c46c7733c 100644
--- a/windows/client-management/mdm/policy-csp-taskmanager.md
+++ b/windows/client-management/mdm/policy-csp-taskmanager.md
@@ -1,86 +1,80 @@
---
-title: Policy CSP - TaskManager
-description: Learn how to use the Policy CSP - TaskManager setting to determine whether non-administrators can use Task Manager to end tasks.
+title: TaskManager Policy CSP
+description: Learn more about the TaskManager Area in Policy CSP
+author: vinaypamnani-msft
+manager: aaroncz
ms.author: vinpa
-ms.topic: article
+ms.date: 12/08/2022
+ms.localizationpriority: medium
ms.prod: windows-client
ms.technology: itpro-manage
-author: vinaypamnani-msft
-ms.localizationpriority: medium
-ms.date: 09/27/2019
-ms.reviewer:
-manager: aaroncz
+ms.topic: reference
---
+
+
+
# Policy CSP - TaskManager
-
+
+
+
-
-## TaskManager policies
+
+## AllowEndTask
-
- -
- TaskManager/AllowEndTask
-
-
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1809 [10.0.17763] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/TaskManager/AllowEndTask
+```
+
-
-**TaskManager/AllowEndTask**
+
+
+This setting determines whether non-administrators can use Task Manager to end tasks - enabled (1) or disabled (0). Default: enabled
+
-
-The table below shows the applicability of Windows:
+
+
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|No|No|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+**Description framework properties**:
-
-
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 1 |
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+**Allowed values**:
-> [!div class = "checklist"]
-> * Device
+| Value | Description |
+|:--|:--|
+| 0 | Disabled. EndTask functionality is blocked in TaskManager. |
+| 1 (Default) | Enabled. Users can perform EndTask in TaskManager. |
+
-
+
+
+
-
-
-This setting determines whether non-administrators can use Task Manager to end tasks.
+
-Supported value type is integer.
+
+
+
-Supported values:
-- 0 - Disabled. EndTask functionality is blocked in TaskManager.
-- 1 - Enabled (default). Users can perform EndTask in TaskManager.
+
-
-
-
-
-
-
-
-
-**Validation procedure:**
-- When this policy is set to 1 - users CAN execute 'End task' on processes in TaskManager.
-- When the policy is set to 0 - users CANNOT execute 'End task' on processes in TaskManager.
-
-
-
-
-
-
-
-## Related topics
+## Related articles
[Policy configuration service provider](policy-configuration-service-provider.md)