mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Merged PR 9733: Added TaskManager to the TOC
This commit is contained in:
parent
87ca872c43
commit
0905643d52
@ -249,6 +249,7 @@
|
|||||||
#### [Storage](policy-csp-storage.md)
|
#### [Storage](policy-csp-storage.md)
|
||||||
#### [System](policy-csp-system.md)
|
#### [System](policy-csp-system.md)
|
||||||
#### [SystemServices](policy-csp-systemservices.md)
|
#### [SystemServices](policy-csp-systemservices.md)
|
||||||
|
#### [TaskManager](policy-csp-taskmanager.md)
|
||||||
#### [TaskScheduler](policy-csp-taskscheduler.md)
|
#### [TaskScheduler](policy-csp-taskscheduler.md)
|
||||||
#### [TextInput](policy-csp-textinput.md)
|
#### [TextInput](policy-csp-textinput.md)
|
||||||
#### [TimeLanguageSettings](policy-csp-timelanguagesettings.md)
|
#### [TimeLanguageSettings](policy-csp-timelanguagesettings.md)
|
||||||
|
@ -1623,6 +1623,32 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
|
|||||||
|
|
||||||
## Change history in MDM documentation
|
## Change history in MDM documentation
|
||||||
|
|
||||||
|
### July 2018
|
||||||
|
|
||||||
|
<table class="mx-tdBreakAll">
|
||||||
|
<colgroup>
|
||||||
|
<col width="25%" />
|
||||||
|
<col width="75%" />
|
||||||
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr class="header">
|
||||||
|
<th>New or updated topic</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="vertical-align:top">[Policy CSP](policy-configuration-service-provider.md)</td>
|
||||||
|
<td style="vertical-align:top"><p>Added the following new policies in Windows 10, next major version:</p>
|
||||||
|
<ul>
|
||||||
|
<li>ApplicationManagement/LaunchAppAfterLogOn</li>
|
||||||
|
<li>ApplicationManagement/ScheduleForceRestartForUpdateFailures </li>
|
||||||
|
<li>TaskManager/AllowEndTask</li>
|
||||||
|
</ul>
|
||||||
|
</td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
### June 2018
|
### June 2018
|
||||||
|
|
||||||
<table class="mx-tdBreakAll">
|
<table class="mx-tdBreakAll">
|
||||||
|
@ -6,7 +6,7 @@ ms.topic: article
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.technology: windows
|
ms.technology: windows
|
||||||
author: MariciaAlforque
|
author: MariciaAlforque
|
||||||
ms.date: 07/03/2018
|
ms.date: 07/11/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Policy CSP - ApplicationManagement
|
# Policy CSP - ApplicationManagement
|
||||||
@ -590,6 +590,17 @@ The following list shows the supported values:
|
|||||||
<!--Description-->
|
<!--Description-->
|
||||||
List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are launched after logon. This policy allows the IT admin to specify a list of applications that users can run after logging on to the device.
|
List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are launched after logon. This policy allows the IT admin to specify a list of applications that users can run after logging on to the device.
|
||||||
|
|
||||||
|
For this policy to work, the Windows apps need to declare in their manifest that they will use the start up task. Example of the declaration here:
|
||||||
|
|
||||||
|
``` syntax
|
||||||
|
<desktop:Extension Category="windows.startupTask">
|
||||||
|
<desktop:StartupTask TaskId="CoffeeStartupTask" Enabled="true" DisplayName="ms-resource:Description" />
|
||||||
|
</desktop:Extension>
|
||||||
|
```
|
||||||
|
|
||||||
|
> [!Note]
|
||||||
|
> This policy only works on modern apps.
|
||||||
|
|
||||||
<!--/Description-->
|
<!--/Description-->
|
||||||
<!--SupportedValues-->
|
<!--SupportedValues-->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user