In my powershell script, I use
powercfg /setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 238c9fa8-0aad-41ed-83f4-97be242c8f20 29f6c1db-86da-48c5-9fdb-f2b67b1f44da 0
I wanted to later verify if the above value has been set or not. How do i verify this ?
I couldn't find any GET version of this SET command-option, like GETacvalueIndex ?
or is there any registry settings that gets set when we do this, so that I can verify it in windows registry ?