Windows 10 What is the Attributes in Registry?

gayxq

New Member
In the key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings", the "Attributes" has values "0","1","2". I know the "1" means hide the item in Advance power settings, "0" means that show the item, what means the value "2"? does it mean use on laptop? for some keys, the Attributes values are different in Desktop PC and laptop, the Attributes is 2 on PC and is 1 on laptop. Can anyone tell what means the "Attributes=2"
 
The only one documented is HIDE
Return Value
Returns the current power setting attributes of the specified power setting. The attribute is a combination of the attributes of the power setting and the attributes of its subgroup.
Return code/valueDescription
POWER_ATTRIBUTE_HIDE1

PowerReadSettingAttributes function
 
Back
Top