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-07T16:02:05+00:00

    Well put; I agree!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-07-07T17:25:59+00:00

    no. the d-word hack is useless in this case. for cooling policy I think I used the below for cooling policy. you can use powershell or command prompt. make sure you do it as an administrator or elevated. there are several different versions of the below, not sure if the different versions work depending on manufacturer or by mobo. restart your laptop after you do the below.

     Copy and paste the command below you want to use into the elevated command prompt, and press Enter. (Add - default)
    powercfg -attributes SUB_PROCESSOR 94D3A615-A899-4AC5-AE2B-E4D8F634367F -ATTRIB_HIDE

    OR

    (Remove)
    powercfg -attributes SUB_PROCESSOR 94D3A615-A899-4AC5-AE2B-E4D8F634367F +ATTRIB_HIDE

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-07-10T12:40:27+00:00

    The only way I have found to fix the problem is to manually add each advanced option but this gets wiped out when there is any major windows update. Also, at least on the HP Envy, I re-flashed windows from Microsoft basically creating a signature edition, using microsoft drivers except where needed and that brought back the advanced options. Don't know how long that will last. Plus you have to re-setup your computer which is a pain. Since most manufacter drivers are a waste of time and resources this is working for me so far.

    (Windows service pack update would likely restore the windows power profile to its original settings and remove any changes done to it).

    Also, check to make sure if the standby is set to S3 if not that may be the reason why not working!

    Command Prompt: powercfg /availablesleepstates

    Image

    Myprevious post on page 1has the Windows official power scheme files with the CsEabled fix and is the only method that actually works!

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2021-07-10T13:13:54+00:00

    I thought windows update would revert everything back but it hasn't. Even after a major update.

    Was this answer helpful?

    0 comments No comments