My Windows 11 Notes: Difference between revisions

From GotOpinion
Jump to navigation Jump to search
initial page creation
 
 
Line 7: Line 7:
<code>PS C:\Users\anon> powercfg -devicequery wake_armed</code>
<code>PS C:\Users\anon> powercfg -devicequery wake_armed</code>


Here is my example until I unchecked wake the computer settings:
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.


<pre>PS C:\Users\anon> powercfg -devicequery wake_armed
<pre>PS C:\Users\anon> powercfg -devicequery wake_armed

Latest revision as of 01:40, 23 March 2025

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

To Windows Operating System