I got to the point of
@echo off
powercfg /S SCHEME_BALANCED
powercfg /SETACVALUEINDEX SCHEME_BALANCED SUB_BUTTONS LIDACTION 0
powercfg /SETDCVALUEINDEX SCHEME_BALANCED SUB_BUTTONS LIDACTION 0
When I run this, the power options GUI doesn't change until i refresh it, and even if I do it doesn't always work. The GUI says it won't sleep when I close the lid but it does. Any way to fix this or a different way to do the same thing?
Would the answers there be of any benefit?
– Oct 22 '18 at 21:35powercfg /S SCHEME_BALANCEDto the end again. I noticed that running it twice worked so I tried to do that and it worked. No idea why – relativelygood Oct 24 '18 at 19:36