Hi Friends,
Welcome back to yet another video, In this video, I am going to show you, Is it Possible to Enable All Power Plan in Modern Standby Supported Windows 10 & 11.
If you have a modern computer, you may notice that the only power plan available by default is the Balanced Power Plan. And also you are unable to access or view other power schemes, whereas it may be possible to create a custom power plan.
Unfortunately, users may encounter a problem with the traditional sleep mode on the new Windows 10 version 2004 update, as modern PC's now use an energy-efficient technology referred to as "S0 Low Power Standby" or "Modern Standby," which could be the cause of the issue.
Modern Standby (S0) is a more recent sleep state that succeeds the legacy Sleep Standby (S3) mode. It uses as a replacement for the traditional sleep feature by placing your laptop in a lower power state when it is idle.
How to Check Your System's Current Sleep State 1.22
go to the search bar
Type cmd in the search box
now select command prompt at the top of the result
right click on it
and then Choose Run as Administrator
Accept the user account control by clicking on Yes button
Inside the Command Prompt, type the following commands to get the information about your system's available sleep state
powercfg /a
and then hit Enter
Making any changes to your computer's BIOS configuration can potentially cause your system to crash. Therefore, it is recommended that you consult your computer's manual or contact the manufacturer's support team for assistance before making any modifications. However, after reading so many article and document, some people may still find certain methods helpful in specific situations. These methods are also effective for systems that support S3 standby.
Method 1: Disable Modern Standby by Using Registry Editor 3.47
You can manually modify the registry entry to disable Modern Standby
Press Win + R to open the Run dialog
Type regedit and hit Enter to open Registry Editor
accept the User Account Control by clicking on yes button
in order to Navigate to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power key
Copy & paste the following location into the navigation bar and hit Enter
Right-click on the Power subkey and select New DWORD Value (32-bit)
Now right click on the new value and rename it as PlatformAoAcOverride
Right-click on PlatformAoAcOverride and select Modify
Change Value data into 0 and hit OK
Now Exit Registry Editor
Restart Windows to apply the change
After the computer has been restarted, to confirm the changes, execute the "powercfg /a" command in an elevated Command Prompt.
If this Issue still persist, try next method
Method 2: Turn off Modern Standby in Windows 11 Using the Command Prompt 5.20
go to the search bar
Type command prompt in the search box
now select command prompt at the top of the result
right click on it
and then Choose Run as Administrator
accept the User Account Control by clicking on yes button
Inside the Command Prompt, type the following commands to turn off modern Standby
reg add HKLM\System\CurrentControlSet\Control\Power /v PlatformAoAcOverride /t REG_DWORD /d 0
These commands are given in video description box
and then hit Enter
Restart Windows to apply the change
To revert back, you can simply run regedit as administrator and delete the PlatformAoAcOverride located under HKLM\System\CurrentControlSet\Control\Power. Alternatively, you can open cmd.exe as administrator and execute the command to delete the key.
reg delete "HKLM\System\CurrentControlSet\Control\Power" /v PlatformAoAcOverride.
Once you have restarted the computer, verify whether Modern Standby has been turned off by running "powercfg /a" command.
Method 3: Disable Modern Standby via Registry Script 6.32
Another easy way to disable Modern Standby is by using a registry script
Go to the search bar
Type notepad in the search box
Now click to open notepad from the top of result
Copy & paste the following content to the notepad file
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
"PlatformAoAcOverride"=dword:00000000
and then click on File to choose Save As
Enter the File name as Disable_Modern_Standby.reg
Click on Save button
Now Double-click on the Disable_Modern_Standby.reg file and hit Yes if prompted by UAC
Click on Yes button to avoid this warning message
now the key and value have been successfully added to the registry
again click on Ok button
Restart Windows to apply the change
If you need to re-enable Modern Standby, copy and paste the following script into a new Notepad file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
"PlatformAoAcOverride"=-
Enter the File name as Enable_Modern_Standby.reg
Click on Save button
Now Double-click on Enable_Modern_Standby.reg file and hit Yes if prompted by UAC
Restart Windows to apply the change
#codescoder #modernstandby #enablepowerplan