From 966373876e0b95978e5b3090b4e06450f96f2c97 Mon Sep 17 00:00:00 2001 From: Graham Williams Date: Sat, 25 Oct 2025 23:58:15 +0100 Subject: [PATCH] Create windows-device-systemservices-xbox-disabled.xml (#34432) - Uses randomly generated UUID for the CmdID as required by [CmdID Specs](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-mdm/d7321df8-ecb2-4c81-8a24-54630bc7456f) - Created **Device** profile to disable the services as required based on [Microsoft Docs](https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-systemservices#configurexboxaccessorymanagementservicestartupmode) - Profiles return as **Verified** in FleetUI - Event Viewer shows no errors - Services listed as disabled image image --------- Co-authored-by: Dale Ribeiro --- ...ws-device-systemservices-xbox-disabled.xml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 docs/solutions/windows/configuration-profiles/windows-device-systemservices-xbox-disabled.xml diff --git a/docs/solutions/windows/configuration-profiles/windows-device-systemservices-xbox-disabled.xml b/docs/solutions/windows/configuration-profiles/windows-device-systemservices-xbox-disabled.xml new file mode 100644 index 0000000000..2b71b991b2 --- /dev/null +++ b/docs/solutions/windows/configuration-profiles/windows-device-systemservices-xbox-disabled.xml @@ -0,0 +1,44 @@ + + + + ./Device/Vendor/MSFT/Policy/Config/SystemServices/ConfigureXboxAccessoryManagementServiceStartupMode + + + int + + 4 + + + + + + ./Device/Vendor/MSFT/Policy/Config/SystemServices/ConfigureXboxLiveAuthManagerServiceStartupMode + + + int + + 4 + + + + + + ./Device/Vendor/MSFT/Policy/Config/SystemServices/ConfigureXboxLiveGameSaveServiceStartupMode + + + int + + 4 + + + + + + ./Device/Vendor/MSFT/Policy/Config/SystemServices/ConfigureXboxLiveNetworkingServiceStartupMode + + + int + + 4 + +