From 07fce813d40afc513806998e8e9ba504db4e1261 Mon Sep 17 00:00:00 2001 From: Graham Williams Date: Sat, 25 Oct 2025 23:55:55 +0100 Subject: [PATCH] Create windows-device-system-bootstartdriver-disabled.xml (#34424) - 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 - Event Viewer shows no errors - Registry shows EarlyLaunch entry with expected defaults image image --- ...indows-device-system-bootstartdriver-disabled.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/solutions/windows/configuration-profiles/windows-device-system-bootstartdriver-disabled.xml diff --git a/docs/solutions/windows/configuration-profiles/windows-device-system-bootstartdriver-disabled.xml b/docs/solutions/windows/configuration-profiles/windows-device-system-bootstartdriver-disabled.xml new file mode 100644 index 0000000000..8417075a82 --- /dev/null +++ b/docs/solutions/windows/configuration-profiles/windows-device-system-bootstartdriver-disabled.xml @@ -0,0 +1,12 @@ + + 0199f1d1-56db-7c8c-b912-89b4883b21e4 + + + ./Device/Vendor/MSFT/Policy/Config/System/BootStartDriverInitialization + + + chr + + <disabled/> + + \ No newline at end of file