--- title: Reboot DDF file description: View the XML file containing the device description framework (DDF) for the Reboot configuration service provider. ms.date: 01/18/2024 --- # Reboot DDF file The following XML file contains the device description framework (DDF) for the Reboot configuration service provider. ```xml ]> 1.2 Reboot ./Device/Vendor/MSFT The root node for the Reboot configuration service provider. 10.0.14393 1.0 0x4;0x1B;0x30;0x31;0x48;0x54;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x88;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xBC;0xBF;0xCA;0xCB;0xCD;0xCF; RebootNow This node executes a reboot of the device. RebootNow triggers a reboot within 5 minutes to allow the user to wrap up any active work. If this node is set to execute during a sync session, the device will reboot at the end of the sync session. RebootNow Schedule The supported operation is Get. Single Value in ISO8601, both the date and time are required. A reboot will be scheduled at the configured date time. Setting a null (empty) date will delete the existing schedule. Single DailyRecurrent Value in ISO8601, time is required. Either setting DailyRecurrent or WeeklyRecurrent is supported but not both at same time. A reboot will be scheduled each day at the configured time starting at the date and time. Setting a null (empty) date will delete the existing schedule. DailyRecurrent WeeklyRecurrent Value in ISO8601, time is required. Either setting DailyRecurrent or WeeklyRecurrent is supported but not both at same time. A reboot will be scheduled every week at the configured time starting at the date and time. Setting a null (empty) date will delete the existing schedule. WeeklyRecurrent 99.9.99999 9.9 ``` ## Related articles [Reboot configuration service provider reference](reboot-csp.md)