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-07T15:26:29+00:00

    Same issue, power options absent on my dell laptop. I want to turn off save power on wifi adapter, but can't. Getting a delay at times from sleep in re-establishing the connection. What I don't get is that my desktop has the same Windows 10 version and build and the options are there? Is it Microsoft's intention to eliminate these options or is it a glitch? I tried manually adding the CsEnabled d word in the registry, set it to 0, and it did nothing. Any word on a fix/update from Microsoft to add the functionality back? Have they responded?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-07-07T15:39:54+00:00

    No response from Microsoft. Maybe win11 will fix the issue. HP had me add back the options that were missing via registry hack.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-07-07T15:44:33+00:00

    Has this issue been addressed. It seems there still is no fix/update?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2021-07-07T15:46:43+00:00

    Was that by adding the CsEnabled d word? I tried that without success.

    Was this answer helpful?

    0 comments No comments