Merge remote-tracking branch 'refs/remotes/origin/master' into rs3

# Conflicts:
#	windows/configuration/change-history-for-configure-windows-10.md
This commit is contained in:
jdeckerMS
2017-09-13 06:14:13 -07:00
12 changed files with 135 additions and 32 deletions

View File

@ -1,5 +1,5 @@
---
title: Per-user services in Windows 10 and Windows Server 2016
title: Per-user services in Windows 10 and Windows Server
description: Learn about per-user services introduced in Windows 10.
ms.prod: w10
ms.mktglfcycl: deploy
@ -10,7 +10,9 @@ author: lizap
ms.date: 08/14/2017
---
# Per-user services in Windows 10 and Windows Server 2016
# Per-user services in Windows 10 and Windows Server
> Applies to: Windows 10, Windows Server
Per-user services are services that are created when a user signs into Windows or Windows Server and are stopped and deleted when that user signs out. These services run in the security context of the user account - this provides better resource management than the previous approach of running these kinds of services in Explorer, associated with a preconfigured account, or as tasks.
@ -28,7 +30,8 @@ Beginning with Windows 10, version 1709 and Windows Server, version 1709, there
![UserServiceFlags registry entry](media/user-service-flag.png)
Use the following information to understand per-user services, change the template service Startup Type, and manage per-user services through Group Policy and security templates.
Use the following information to understand per-user services, change the template service Startup Type, and manage per-user services through Group Policy and security templates.
For more information about disabling system services for Windows Server, see [Guidance on disabling system services on Windows Server with Desktop Experience](https://docs.microsoft.com/windows-server/security/windows-services/security-guidelines-for-disabling-system-services-in-windows-server).
## Per-user services