---
title: TaskManager Policy CSP
description: Learn more about the TaskManager Area in Policy CSP.
ms.date: 01/18/2024
---
# Policy CSP - TaskManager
## AllowEndTask
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1809 [10.0.17763] and later |
```Device
./Device/Vendor/MSFT/Policy/Config/TaskManager/AllowEndTask
```
This setting determines whether non-administrators can use Task Manager to end tasks - enabled (1) or disabled (0). Default: enabled.
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `int` |
| Access Type | Add, Delete, Get, Replace |
| Default Value | 1 |
**Allowed values**:
| Value | Description |
|:--|:--|
| 0 | Disabled. EndTask functionality is blocked in TaskManager. |
| 1 (Default) | Enabled. Users can perform EndTask in TaskManager. |
## Related articles
[Policy configuration service provider](policy-configuration-service-provider.md)