How to Unhide Advanced Power Settings in Regedit
Windows hides several advanced power management options by default to prevent accidental misconfigurations. This guide provides a straightforward method to reveal these hidden settings in the Control Panel using the Windows Registry Editor (Regedit), allowing you to customize hidden parameters such as processor performance boost mode, USB selective suspend, and system unattended sleep timeouts.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand pressEnter. - If prompted by User Account Control (UAC), click Yes to grant administrator privileges.
Step 2: Navigate to Power Settings
In the Registry Editor address bar, paste the following path and
press Enter:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings
Under the PowerSettings folder, you will see multiple
subkeys represented by globally unique identifiers (GUIDs). Each GUID
corresponds to a specific category of power settings (such as Processor
Power Management, Sleep, or Display).
Step 3: Locate the Target Setting
Expand the category folder to find the individual setting subkey you wish to make visible. Common examples include:
- Processor Performance Boost Mode:
- Subgroup:
54533251-82be-4824-96c1-47b60b740d00(Processor Power Management) - Setting:
be337238-0d82-4146-a960-4f3749d470c7
- Subgroup:
- System Unattended Sleep Timeout:
- Subgroup:
238C7A80-C0A1-4FFB-82EE-37631EC4205B(Sleep) - Setting:
7bc4a2f9-d8fc-4469-a07b-33eb785aaca0
- Subgroup:
- AHCI Link Power Management:
- Subgroup:
0012ee47-9041-4b5d-9b77-535fba8b1442(Hard Disk) - Setting:
0b2d69d7-a2a1-449c-9680-f91c70521c60
- Subgroup:
Step 4: Modify the Attributes Value
- Click on the specific setting GUID folder in the left pane.
- In the right pane, locate the DWORD value named
Attributes.- Note: If
Attributesdoes not exist, right-click an empty area in the right pane, select New > DWORD (32-bit) Value, and name itAttributes.
- Note: If
- Double-click
Attributes. - Change the Value data to
2to unhide the setting.1= Hidden (Default)2= Visible
- Click OK.
Step 5: Access the Unhidden Settings
- Press
Windows Key + R, typepowercfg.cpl, and pressEnterto open Power Options. - Click Change plan settings next to your active power plan.
- Click Change advanced power settings.
- Navigate through the list to view and configure the newly revealed options.