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: Most helpful
  1. Anonymous
    2021-09-27T13:26:55+00:00

    I'm already looking into if Linux / Unbuntu will work for me. I wouldn't mind the loss of the option in the Home verison of windows but it should be

    there in the Pro version.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-09-27T12:42:04+00:00

    My next work PC will surely be linux based, for gaming I will probably still use Windows, or perhaps just buy a consoler or something. I am truly annoyed how MS pushes their bloatware every month or so with a new "update" but ignores fundamental flaws in their product

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-09-25T15:18:17+00:00

    Very confusing. Not sure if it's Microsoft, or how a manufacturer like say a Dell, sets up the software in a manner that they think their product will work the best? That's all fine, as long as it works well. If not, I'd prefer to be able to tune it. Maybe Microsoft 11 will change it; hopefully but I doubt it. I'm not going to rush in and upgrade to 11. Not after all the bad update problems they have had this year.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2021-09-25T11:40:19+00:00

    I think it's very clear that Microsoft is moving toward the Apple approach that tries to eliminate power users. In other words, they don't care that this is difficult. They are intentionally dumbing down the operating system. Argh.

    I have to wait and see on October 5th, if Windows 11 seems to have the same power issue but likely does. 🤔

    Was this answer helpful?

    0 comments No comments