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-02T06:41:24+00:00

    Have you tried running the above?

    This should give options to change that plan.

    Alternatively, you can create a new plan by going into the control panel and then power options, this should give an option on the left to "Create a new power plan". From here you can customise it with my above script.

    Thanks,

    Kiaren

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-09-01T22:25:26+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

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-08-29T16:28:56+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>}

    Was this answer helpful?

    10 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2021-08-18T03:43:52+00:00

    cannot find csenable, i was able to apply the cmds as cmdline admin, restarted computer and still no csenable in the registry. is it under different name or something now???

    Was this answer helpful?

    0 comments No comments