If I run this command:
powercfg -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
...I can subsequently run this command:
powercfg -GETACTIVESCHEME
...and it will tell me what I did. (It will output 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c.)
Similarly, if I run this command:
powercfg -change -monitor-timeout-dc 0
I want to know how I can query that. Is there some powercfg flag where I can read the current value of monitor-timeout-dc
, and other settings like that?