advanced power options and csenabled

Anonymous
2020-11-03T11:21:15+00:00

Hi

Advanced power options went missing after the last update. No processor options, usb, gpu power, etc. The usual fix of CSEnabled in regedit is no longer there. The fan speed is out of control even with the slider bar set to better battery. Any help would be appreciated.  thanks

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2021-08-25T15:45:27+00:00

Hi All,

I too was fed up with this issue getting nowhere online.

I created a short script that will change req items to allow for advanced options to be displayed.

$sting77 = "HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings"<br><br>$querylist =  reg query $sting77<br><br>foreach ($regfolder in $querylist){<br><br>    <br><br>    $active = $regfolder -replace "HKEY_LOCAL_MACHINE" , "HKLM:"<br><br>    <br><br>    Get-ItemProperty -Path $active<br><br>    Set-ItemProperty -Path "$active" -Name "Attributes" -Value '2'<br><br>    <br><br>    }

Run this in an Elevated Powershell ISE and it should fix it straight away as mine are now showing:

Thanks

Was this answer helpful?

20+ people found this answer helpful.
0 comments No comments

56 additional answers

Sort by: Oldest
  1. Anonymous
    2021-07-10T15:25:39+00:00

    Here's my confusion. Is the absence of these power management options by design on the part of Microsoft, or is it a wide spread glitch? They are absent on my laptop, but on my desktop, same build, same version, they are there. My laptop is dropping wifi connection after sleep, so all I wanted to do is disable disconnect to save power.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-07-16T00:03:06+00:00

    Been using windows since I was a jit. Never used a Linux or mac in my life. But this latest update is making me concerned.

    With CsEnabled disappearing, we cannot control power options, USB options, CPU fan speed, etc either.

    I am so sick of this and considering buying a Macbook Pro as soon as I graduate and save up money.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-07-16T11:17:27+00:00

    I do not understand why we do not have any clear communication back from Microsoft on this. Will this functionality be reinstated in some way or is it their desire to eliminate it and why? How do we control how our devices operate with regard to power? I stated this before and I remain confused. I have the same version and build of 10 on my laptop and my desktop . The power options are absent on my laptop, but not on my desktop. That suggests to me that it is not their intent to remove them, but that it is a glitch that occurs sporadically.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2021-08-25T16:20:17+00:00

    That Worked!!! Thank You

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments