From 60f7bf071195b4dbb3c7a751b945ae81372aaa88 Mon Sep 17 00:00:00 2001 From: Graham Williams Date: Sun, 26 Oct 2025 00:02:21 +0100 Subject: [PATCH] Create windows-device-power-standbynetwork.xml (#34506) - 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 setting as required based on [Microsoft Docs](https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-system#bootstartdriverinitialization) - Profiles return as **Verified** in FleetUI (Requires device restart) - Event Viewer shows expected merge image --------- Co-authored-by: Dale Ribeiro --- .../windows-device-power-standbynetwork.xml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/solutions/windows/configuration-profiles/windows-device-power-standbynetwork.xml diff --git a/docs/solutions/windows/configuration-profiles/windows-device-power-standbynetwork.xml b/docs/solutions/windows/configuration-profiles/windows-device-power-standbynetwork.xml new file mode 100644 index 0000000000..2ca504f3a1 --- /dev/null +++ b/docs/solutions/windows/configuration-profiles/windows-device-power-standbynetwork.xml @@ -0,0 +1,23 @@ + + + + ./Device/Vendor/MSFT/Policy/Config/ADMX_Power/DCConnectivityInStandby_2 + + + chr + + <enabled/> + + + + + + ./Device/Vendor/MSFT/Policy/Config/ADMX_Power/ACConnectivityInStandby_2 + + + chr + + <enabled/> + + +