Table of Contents
This guide provides a clear, practical overview of steps to add/remove 'link state power management' from power, with useful context, important details, and straightforward takeaways for everyday readers.
There are basically 2 levels of power management in the PCI Express options. The difference between these 2 options is the ability to save power compared to latency (time to recover from Sleep state).
Users can specify the following ASPM policies:
- Off = Disables ASPM for all links.
- Moderate power savings = The system tries to use the L0 state when the link is down.
- Maximum power savings = The system tries to use the L1 state when the link is down.
This tutorial will show you how to add or remove Link State Power Management settings in PCI Express under Power Options for all users in Windows 7, Windows 8 and Windows 10.

Note: You must be logged in with admin rights to add or remove this setting in Power Options.
Add/remove "Link State Power Management" in Power Options using Command Prompt
Step 1. Open Command Prompt with admin rights.
Step 2. Type the command below that you want to use into Command Prompt and press Enter.
(Add - default):
powercfg -attributes SUB_PCIEXPRESS ee12f906-d277-404b-b6da-e5fa1a576df5 -ATTRIB_HIDE
(Erase):
powercfg -attributes SUB_PCIEXPRESS ee12f906-d277-404b-b6da-e5fa1a576df5 +ATTRIB_HIDE
Step 3. Now, you can close Command Prompt if you want.
Add/remove "Link State Power Management" in Power Options with REG . file
The .reg files downloaded below will modify the DWORD value in the registry key below.
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlPowerPowerSettings501a4d13-42af-4429-9fd1-a8218c268e20ee12f906-d277-404b-b6da-e5fa1a576df5
DWORD . attribute
- 1 = Eliminate
- 2 = Extra
Step 1. Do step 2 (add) or step 3 (delete) below, depending on what you want to do.
Step 2. To add "Link State Power Management" to Power Options (this is the default setting), download the Add_Link_State_Power_Management_to_Power_Options.reg file and skip to step 4 below.
Step 3. To remove "Link State Power Management" from Power Options, download the file Remove_Link_State_Power_Management_from_Power_Options.reg and go to step 4 below.
Step 4. Save the .reg file to the desktop.
Step 5. Double-click the downloaded .reg file to merge.
Step 6. When prompted, click Run > Yes (UAC) > Yes > OK to approve the merge.
Step 7. Now you can delete the downloaded .reg file if you want.
Hope you are succesful.
Key Takeaways
Use the information above as a practical reference for steps to add/remove 'link state power management' from power. Review each step carefully, confirm any requirements, and choose the option that best fits your situation.
FAQ
What does this guide explain about Steps to Add/remove 'Link State Power Management' from Power?
It explains the main concepts, practical considerations, and useful steps related to steps to add/remove 'link state power management' from power without requiring advanced knowledge.
Who can benefit from learning about Steps to Add/remove 'Link State Power Management' from Power?
This information is useful for readers who want a clear overview, practical guidance, and reliable steps related to steps to add/remove 'link state power management' from power.
What should I check before applying this information?
Review the requirements, confirm that your device, software, or situation matches the instructions, and back up important data before making major changes.
Reader Comments 0
Sign in with email or Google to join the discussion.