My Windows 11 Notes
Jump to navigation
Jump to search
Screen saver not activating[edit | edit source]
Disable "Allow this device to wake the computer" from Device Manager on the Device Manager > Device Properties > Power Management tab.
To find out if there are devices that can wake the computer, log into PowerShell as admin and run this command:
PS C:\Users\anon> powercfg -devicequery wake_armed
Below is my example until I unchecked wake the computer settings on all devices. When query results in "NONE", then no devices should wake computer.
PS C:\Users\anon> powercfg -devicequery wake_armed Xbox Gaming Device HID-compliant mouse Realtek Gaming 2.5GbE Family Controller HID Keyboard Device (001) HID Keyboard Device (002) Marvell AQtion 10Gbit Network Adapter PS C:\Users\anon> powercfg -devicequery wake_armed Xbox Gaming Device HID-compliant mouse Realtek Gaming 2.5GbE Family Controller HID Keyboard Device (001) HID Keyboard Device (002) PS C:\Users\anon> powercfg -devicequery wake_armed HID-compliant mouse Realtek Gaming 2.5GbE Family Controller HID Keyboard Device (001) HID Keyboard Device (002) PS C:\Users\anon> powercfg -devicequery wake_armed Realtek Gaming 2.5GbE Family Controller PS C:\Users\anon> powercfg -devicequery wake_armed NONE