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: Newest
  1. 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
  2. Anonymous
    2021-09-06T19:07:07+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.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2021-09-06T18:15:25+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.

    How to enable power management tab settings:

    1. Launch your Registry Editor (Windows Search and type Regedit).2. Navigate to: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power3. Select the entry called CsEnabled4. Change the Value data from 1 to 0 and select OK 5. Reboot your machine.

    NOTE: If CsEnabled is not there, create a new DWORD (32-bit) Value. Name it CsEnabled, Base Hexadecimal & Value Data 0.

    Image

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

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more