Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Learn how to view and manage devices that can wake a machine.
July 1, 2016
Q. How can I view devices that can wake a machine using a command prompt?
A. To view all devices that can wake a machine use the following command:
powercfg /devicequery wake_armed
To disable a device from being able to wake the machine use the following example where I disable my mouse from being able to wake my machine:
powercfg /devicedisablewake "Logitech HID-compliant Unifying Mouse"
You May Also Like