From f7c4e3bd5053c04890ca498b234fbaff59d1d3c4 Mon Sep 17 00:00:00 2001 From: Aaron Czechowski Date: Thu, 8 Dec 2022 13:58:02 -0800 Subject: [PATCH] add taskscheduler csp --- .../mdm/policy-csp-taskscheduler.md | 103 ++++++++++-------- 1 file changed, 57 insertions(+), 46 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-taskscheduler.md b/windows/client-management/mdm/policy-csp-taskscheduler.md index a333e1450f..f18ac472a3 100644 --- a/windows/client-management/mdm/policy-csp-taskscheduler.md +++ b/windows/client-management/mdm/policy-csp-taskscheduler.md @@ -1,69 +1,80 @@ --- -title: Policy CSP - TaskScheduler -description: Learn how to use the Policy CSP - TaskScheduler setting to determine whether the specific task is enabled (1) or disabled (0). +title: TaskScheduler Policy CSP +description: Learn more about the TaskScheduler 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 - TaskScheduler -
+ + + - -## TaskScheduler policies + +## EnableXboxGameSaveTask -
-
- TaskScheduler/EnableXboxGameSaveTask -
-
+ +| 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 1803 [10.0.17134] and later | + + +```Device +./Device/Vendor/MSFT/Policy/Config/TaskScheduler/EnableXboxGameSaveTask +``` + -
+ + +This setting determines whether the specific task is enabled (1) or disabled (0). Default: Enabled. + - -**TaskScheduler/EnableXboxGameSaveTask** + + + - -The table below shows the applicability of Windows: + +**Description framework properties**: -|Edition|Windows 10|Windows 11| -|--- |--- |--- | -|Home|No|No| -|Pro|Yes|Yes| -|Windows SE|No|Yes| -|Business|Yes|Yes| -|Enterprise|Yes|Yes| -|Education|Yes|Yes| +| Property name | Property value | +|:--|:--| +| Format | int | +| Access Type | Add, Delete, Get, Replace | +| Default Value | 0 | + - -
+ +**Allowed values**: - -[Scope](./policy-configuration-service-provider.md#policy-scope): +| Value | Description | +|:--|:--| +| 0 (Default) | Disabled | +| 1 | Enabled | + -> [!div class = "checklist"] -> * Device + + + -
+ - - -This setting determines whether the specific task is enabled (1) or disabled (0). Default: Disabled. + + + - - -
+ - +## Related articles -## Related topics - -[Policy configuration service provider](policy-configuration-service-provider.md) \ No newline at end of file +[Policy configuration service provider](policy-configuration-service-provider.md)