add taskmanager csp

This commit is contained in:
Aaron Czechowski
2022-12-08 14:08:53 -08:00
parent f7c4e3bd50
commit 4648ff2d86

View File

@ -1,86 +1,80 @@
--- ---
title: Policy CSP - TaskManager title: TaskManager Policy CSP
description: Learn how to use the Policy CSP - TaskManager setting to determine whether non-administrators can use Task Manager to end tasks. description: Learn more about the TaskManager Area in Policy CSP
author: vinaypamnani-msft
manager: aaroncz
ms.author: vinpa ms.author: vinpa
ms.topic: article ms.date: 12/08/2022
ms.localizationpriority: medium
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-manage ms.technology: itpro-manage
author: vinaypamnani-msft ms.topic: reference
ms.localizationpriority: medium
ms.date: 09/27/2019
ms.reviewer:
manager: aaroncz
--- ---
<!-- Auto-Generated CSP Document -->
<!-- TaskManager-Begin -->
# Policy CSP - TaskManager # Policy CSP - TaskManager
<hr/> <!-- TaskManager-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- TaskManager-Editable-End -->
<!--Policies--> <!-- AllowEndTask-Begin -->
## TaskManager policies ## AllowEndTask
<dl> <!-- AllowEndTask-Applicability-Begin -->
<dd> | Scope | Editions | Applicable OS |
<a href="#taskmanager-allowendtask">TaskManager/AllowEndTask</a> |:--|:--|:--|
</dd> | :heavy_check_mark: Device <br> :x: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1809 [10.0.17763] and later |
</dl> <!-- AllowEndTask-Applicability-End -->
<hr/> <!-- AllowEndTask-OmaUri-Begin -->
```Device
./Device/Vendor/MSFT/Policy/Config/TaskManager/AllowEndTask
```
<!-- AllowEndTask-OmaUri-End -->
<!--Policy--> <!-- AllowEndTask-Description-Begin -->
<a href="" id="taskmanager-allowendtask"></a>**TaskManager/AllowEndTask** <!-- Description-Source-DDF -->
This setting determines whether non-administrators can use Task Manager to end tasks - enabled (1) or disabled (0). Default: enabled
<!-- AllowEndTask-Description-End -->
<!--SupportedSKUs--> <!-- AllowEndTask-Editable-Begin -->
The table below shows the applicability of Windows: <!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- AllowEndTask-Editable-End -->
|Edition|Windows 10|Windows 11| <!-- AllowEndTask-DFProperties-Begin -->
|--- |--- |--- | **Description framework properties**:
|Home|No|No|
|Pro|Yes|Yes|
|Windows SE|No|Yes|
|Business|No|No|
|Enterprise|Yes|Yes|
|Education|Yes|Yes|
<!--/SupportedSKUs--> | Property name | Property value |
<hr/> |:--|:--|
| Format | int |
| Access Type | Add, Delete, Get, Replace |
| Default Value | 1 |
<!-- AllowEndTask-DFProperties-End -->
<!--Scope--> <!-- AllowEndTask-AllowedValues-Begin -->
[Scope](./policy-configuration-service-provider.md#policy-scope): **Allowed values**:
> [!div class = "checklist"] | Value | Description |
> * Device |:--|:--|
| 0 | Disabled. EndTask functionality is blocked in TaskManager. |
| 1 (Default) | Enabled. Users can perform EndTask in TaskManager. |
<!-- AllowEndTask-AllowedValues-End -->
<hr/> <!-- AllowEndTask-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- AllowEndTask-Examples-End -->
<!--/Scope--> <!-- AllowEndTask-End -->
<!--Description-->
This setting determines whether non-administrators can use Task Manager to end tasks.
Supported value type is integer. <!-- TaskManager-CspMoreInfo-Begin -->
<!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. -->
<!-- TaskManager-CspMoreInfo-End -->
Supported values: <!-- TaskManager-End -->
- 0 - Disabled. EndTask functionality is blocked in TaskManager.
- 1 - Enabled (default). Users can perform EndTask in TaskManager.
<!--/Description--> ## Related articles
<!--SupportedValues-->
<!--/SupportedValues-->
<!--Example-->
<!--/Example-->
<!--Validation-->
**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.
<!--/Validation-->
<!--/Policy-->
<hr/>
<!--/Policies-->
## Related topics
[Policy configuration service provider](policy-configuration-service-provider.md) [Policy configuration service provider](policy-configuration-service-provider.md)