Last active
August 29, 2015 13:56
-
-
Save davidalpert/9056079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\dalpert>powercfg -devicequery wake_armed | |
Intel(R) Centrino(R) Ultimate-N 6300 AGN | |
Intel(R) 82579LM Gigabit Network Connection | |
C:\Users\dalpert>powercfg -devicedisablewake "Intel(R) Centrino(R) Ultimate-N 6300 AGN" | |
C:\Users\dalpert>powercfg -devicequery wake_armed | |
Intel(R) 82579LM Gigabit Network Connection | |
C:\Users\dalpert>powercfg -devicedisablewake "Intel(R) 82579LM Gigabit Network Connection" | |
C:\Users\dalpert>powercfg -devicequery wake_armed | |
C:\Users\dalpert> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment