: :
Previous slide
Next slide

Windows Power Schemes and USB Suspend Setting

Power Settings

These add these power schemes back into Windows 10.
Run from an elevated command prompt (if you’re running this inside windows powershell, you may have to run cmd first to enter a command prompt).

Power saver:
powercfg -duplicatescheme a1841308-3541-4fab-bc81-f71556f20b4a
 
Balanced:
powercfg -duplicatescheme 381b4222-f694-41f0-9685-ff5bb260df2e
 
High Performance:
powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
 
Ultimate Performance:
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61


USB Suspend Settings

This gives you the options to disable or enable usb selective suspend settings inside power options.

Run from an elevated command prompt (if you’re running this inside windows powershell, you may have to run cmd first to enter a command prompt).

reg add HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\2a737441-1930-4402-8d77-b2bebba308a3\48e6b7a6-50f5-4782-a5d4-53bb8f07e226 /v Attributes /t REG_DWORD /d 00000002

Facebook
Twitter
LinkedIn

Leave a Reply

Your email address will not be published. Required fields are marked *