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

  1. Press Windows Key + R to open the Run dialog box.
  2. Type regedit and press Enter.
  3. 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:

Step 4: Modify the Attributes Value

  1. Click on the specific setting GUID folder in the left pane.
  2. In the right pane, locate the DWORD value named Attributes.
    • Note: If Attributes does not exist, right-click an empty area in the right pane, select New > DWORD (32-bit) Value, and name it Attributes.
  3. Double-click Attributes.
  4. Change the Value data to 2 to unhide the setting.
    • 1 = Hidden (Default)
    • 2 = Visible
  5. Click OK.

Step 5: Access the Unhidden Settings

  1. Press Windows Key + R, type powercfg.cpl, and press Enter to open Power Options.
  2. Click Change plan settings next to your active power plan.
  3. Click Change advanced power settings.
  4. Navigate through the list to view and configure the newly revealed options.