CsEnabled not Available....

Anonymous
2020-08-16T14:03:43+00:00

Hi,

i think the latest update has removed the CsEnabled option and additional power plans aren't available...

plz help with it..

Thanks in advance....

Windows for home | Windows 10 | Sleep and Power on, off

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-01-31T20:18:38+00:00

This very thing happened to me exactly. If you read the entire thread apparently Microsoft did away with that.

MS PLEASE BRING BACK THE POWER OPTIONS my surface is useless now.

The CsEnabled not available anymore for windows 10 v2004 but you can still restore all the power plans and power settings: DOWNLOAD

There is no need to use a command prompt or registry editor and all you need to do is just click on the batch file then it is fixed.

POWER SCHEMES FOLDER:

Power Saver & High Performance ~ To import the original windows power plans.

Ultimate Performance ~ This power plan is only to be used on higher-end PCs.

Restore Profile ~ To clear and reset the original Windows Power Profile.

POWER SETTINGS FOLDER:

Default Enable ~ To automatically restore all windows standard power settings.

Advanced Enable ~ To automatically restore all windows expert power settings.

Settings Disable ~ To automatically remove all the windows power settings.

Troubleshooter ~ To fix problems with power settings and conserve battery life.

DEFAULT & ADVANCED OPTIONS:

To manually enable or disable your own power settings by clicking on the reg files.

DIAGNOSE TOOLS:

A collection of diagnostic windows system power tools for fault-finding the issues.

Was this answer helpful?

90+ people found this answer helpful.
0 comments No comments

74 additional answers

Sort by: Newest
  1. Anonymous
    2021-09-19T12:42:55+00:00

    That doesn’t work.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-09-19T06:20:53+00:00

    I created a short script that will change req items to allow for advanced options to be displayed.

    Run this in an Elevated Powershell ISE and it should fix it straight away as mine are now showing:

    Thanks,

    Kiaren

    $sting77 = "HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings"<br><br>$querylist =  reg query $sting77<br><br>foreach ($regfolder in $querylist){<br><br>$querylist2 = reg query $regfolder<br><br><br><br>foreach($2ndfolder in $querylist2){<br><br><br><br>$active2 = $2ndfolder -replace "HKEY_LOCAL_MACHINE" , "HKLM:"<br><br>Get-ItemProperty -Path $active2<br><br>Set-ItemProperty -Path "$active2" -Name "Attributes" -Value '2'<br><br>}<br><br><br><br>$active = $regfolder -replace "HKEY_LOCAL_MACHINE" , "HKLM:"<br><br>Get-ItemProperty -Path $active<br><br>Set-ItemProperty -Path "$active" -Name "Attributes" -Value '2'<br><br><br><br>}

    Can you clarify if the $sting77 is a username or if i can copy/paste the whole script as is into PS?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2021-09-12T11:40:48+00:00

    Has anyone used this script is it save ?

    And dose it works ?

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2021-09-06T10:34:20+00:00

    I've been able to follow your instructions to the "tee". I still only show the "balance" plan ? I'm running

    Edition Windows 10 Home

    Version 21H1

    Installed on ‎4/‎5/‎2021

    OS build 19043.1165

    Experience Windows Feature Experience Pack 120.2212.3530.0

    Any thoughts? The balance plan is really weak

    You may have a glitch in the registry power profile!?

    Try the Restore Profile file (Power Schemes folder) and Power Troubleshooter file (Power Settings folder) then restart Windows.

    Hope this resolves the issue...

    Myprevious post on page 2has the Windows official power schemes and CsEabled fix-only method that works!

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments