How to modify "Link state power Management" to be "Moderate"?

Bonus12 1,116 Reputation points
2023-07-18T18:08:18.7066667+00:00

Hi,

I need to set this power option "Link state power Management" to be "Moderate" under PCI express. I want set it using a registry key or group. policy.

the only thing I find online is how to hide the whole option, but this is not what I want. I want the value to be " Moderate power savings". thoughts?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,663 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,770 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 29,971 Reputation points Microsoft Vendor
    2023-07-19T11:19:28.3166667+00:00

    Hi,

    The value needs to be set with PowerCfg.

    powercfg /setacvalueindex scheme_GUID sub_GUID setting_GUID setting_index

    In your case, the sub_GUID is 501a4d13-42af-4429-9fd1-a8218c268e20 and the setting_GUID is ee12f906-d277-404b-b6da-e5fa1a576df5.

    The built-in power scheme GUIDs are listed here.

    https://learn.microsoft.com/en-us/windows/win32/power/power-policy-settings

    Say you want to set the balanced power plan, run

    powercfg /setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 501a4d13-42af-4429-9fd1-a8218c268e20 ee12f906-d277-404b-b6da-e5fa1a576df5 1

    Please refer to this link for more details about PowerCfg.

    https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/powercfg-command-line-options

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. 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