diff --git a/windows/client-management/mdm/TOC.md b/windows/client-management/mdm/TOC.md index 930f5984ab..c3f0b02f73 100644 --- a/windows/client-management/mdm/TOC.md +++ b/windows/client-management/mdm/TOC.md @@ -233,6 +233,7 @@ #### [Start](policy-csp-start.md) #### [Storage](policy-csp-storage.md) #### [System](policy-csp-system.md) +#### [SystemServices](policy-csp-systemservices.md) #### [TaskScheduler](policy-csp-taskscheduler.md) #### [TextInput](policy-csp-textinput.md) #### [TimeLanguageSettings](policy-csp-timelanguagesettings.md) diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index a581d50c10..5b0addf713 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -2722,6 +2722,27 @@ The following diagram shows the Policy configuration service provider in tree fo +### SystemServices policies + +
+
+ SystemServices/ConfigureHomeGroupListenerServiceStartupMode +
+
+ SystemServices/ConfigureHomeGroupProviderServiceStartupMode +
+
+ SystemServices/ConfigureXboxAccessoryManagementServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveAuthManagerServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveGameSaveServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveNetworkingServiceStartupMode + ### TaskScheduler policies
diff --git a/windows/client-management/mdm/policy-csp-systemservices.md b/windows/client-management/mdm/policy-csp-systemservices.md new file mode 100644 index 0000000000..c307f1e57f --- /dev/null +++ b/windows/client-management/mdm/policy-csp-systemservices.md @@ -0,0 +1,353 @@ +--- +title: Policy CSP - SystemServices +description: Policy CSP - SystemServices +ms.author: maricia +ms.topic: article +ms.prod: w10 +ms.technology: windows +author: nickbrower +ms.date: 01/03/2018 +--- + +# Policy CSP - SystemServices + +> [!WARNING] +> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. + + +
+ + +## SystemServices policies + +
+
+ SystemServices/ConfigureHomeGroupListenerServiceStartupMode +
+
+ SystemServices/ConfigureHomeGroupProviderServiceStartupMode +
+
+ SystemServices/ConfigureXboxAccessoryManagementServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveAuthManagerServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveGameSaveServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveNetworkingServiceStartupMode +
+
+ +
+ +**SystemServices/ConfigureHomeGroupListenerServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +**SystemServices/ConfigureHomeGroupProviderServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +**SystemServices/ConfigureXboxAccessoryManagementServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +**SystemServices/ConfigureXboxLiveAuthManagerServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +**SystemServices/ConfigureXboxLiveGameSaveServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +**SystemServices/ConfigureXboxLiveNetworkingServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +Footnote: + +- 1 - Added in Windows 10, version 1607. +- 2 - Added in Windows 10, version 1703. +- 3 - Added in Windows 10, version 1709. + + + diff --git a/windows/client-management/mdm/policy-csp-textinput.md b/windows/client-management/mdm/policy-csp-textinput.md index 80352166bf..d6e2d91c96 100644 --- a/windows/client-management/mdm/policy-csp-textinput.md +++ b/windows/client-management/mdm/policy-csp-textinput.md @@ -580,10 +580,10 @@ The following list shows the supported values: cross mark - check mark - check mark - check mark - check mark + check mark4 + check mark4 + check mark4 + check mark4 cross mark cross mark @@ -600,7 +600,7 @@ The following list shows the supported values: -This policy allows the IT admin to enable the touch keyboard to automatically show up when the device is in the desktop mode. +Added in Windows 10, next major update. This policy allows the IT admin to enable the touch keyboard to automatically show up when the device is in the desktop mode. The touch keyboard is enabled in both the tablet and desktop mode. In the tablet mode, when you touch a textbox, the touch keyboard automatically shows up. But in the desktop mode, by default, the touch keyboard does not automatically show up when you touch a textbox. The user must click the system tray to enable the touch keyboard.