A system administrator is troubleshooting a Windows 11 Pro desktop that fails to execute nightly automated maintenance scripts. The administrator verifies that the workstation successfully enters Hibernate mode prior to the task runtime and that the specific task in Task Scheduler has 'Wake the computer to run this task' enabled. However, the system continuously fails to wake up from its sleep state to perform the action. Which Control Panel utility and configuration change must be modified to allow scheduled events to wake the operating system?
- Open Power Options, select 'Change plan settings' for the active plan, navigate to 'Change advanced power settings', expand 'Sleep', and set 'Allow wake timers' to Enable.Answer
- BOpen Network and Sharing Center, select 'Change adapter settings', open the Ethernet adapter properties, and clear 'Allow the computer to turn off this device to save power'.
- COpen Administrative Tools, launch Task Scheduler MMC, open the task properties, and enable 'Run with highest privileges' under the General tab.
- DOpen System, select 'Advanced system settings', navigate to the 'Startup and Recovery' settings, and clear 'Automatically restart'.
Answer
Access Power Options in the Windows Control Panel, edit the active power plan's advanced settings, expand the Sleep category, and set 'Allow wake timers' to Enable.
In Windows, even when a task in Task Scheduler is configured to wake the computer, the operating system's global power policy will block the wake event if 'Allow wake timers' is disabled under Power Options -> Change plan settings -> Change advanced power settings -> Sleep. Enabling this setting permits internal hardware timers to transition the system out of Hibernate mode for scheduled operations.
Step-by-Step Solution
Key Concept
Configuring OS-level power policies via Windows Control Panel Power Options advanced settings to permit system wake timers.
Estimated Time:2m 0s