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-04-23T14:39:17+00:00

    Hi,

     

    Thank you for writing to Microsoft Community Forums.

     

    I understand that advanced power option is missing after the latest update. I’ll certainly assist you with the issue.

     

    However, please let us know:

     

    1.     May I know the advanced power options that you are referring to?

    2.     May I know the update that was installed? To check go to Start >> Settings >> Update & Security >> Windows Update >> View update history.

    3.     Which build version of Windows 10 is installed on the computer? Refer Which version of Windows operating system am I running?

     

    You can find the advanced power options by following the steps mentioned below:

     

    1.     Press Windows logo key + R, to open Run dialog box.

    2.     Type control and click on OK.

    3.     Select Large icons from the drop down for View by.

    4.     Click on Power Options.

    5.     Select Change plan settings for the current active power plan.

    6.     Click on Change advanced power settings.

     

    Let us know how it goes.

     

    Regards,

    Nikhar Khare

    Microsoft Community - Moderator

    So all these months later, are you going to bother to reply to all of the questions? Unbelievable that MS removed these advanced settings. I want them back.

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-04-23T14:50:04+00:00

    LoL. Agree. Its the same problem that half the world has but MS is just getting around to responding like it's a new issue.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2021-04-23T16:02:03+00:00

    In the comments section of this video: https://www.youtube.com/watch?v=ME\_2EkOgNfM you can select the first download to get a .ZIP file. It has ALL of the .REG options available and can just double click them to add the missing power options. It's very easy. I'm the "cautious" type, so I read each .REG file before making the change. Worked like a charm. MS apparently wants to be more like Apple . . .  go figure.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2021-04-23T16:08:46+00:00

    Sadly this does not work for a lot of us. I had 1 power option show up and then 5 minutes later it was gone again.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments