Posts

Post not yet marked as solved
6 Replies
4.0k Views
We read/write “com.apple.PowerManagement.plist” for managing power of MAC O.S. This was usually located in “/Library/Preferences/SystemConfiguration”. However from 10.12, It’s location is changed and name is also changed. Please let us know the location and name of this file in all/different version of MAC O.S. Also can we progrmatically (Using C++) detrime the location of this file?.
Posted
by Vadhiraj.
Last updated
.
Post not yet marked as solved
0 Replies
1.1k Views
We were using 'pmset -g' to determine if MAC isrunning under Active profiles or custom profiles(see output of pmset below in 10.9.4). This was working till 10.12. However in 10.12 and above output of 'pmset -g' is not retrurning Active profiles(See output of pmset below in 10.12.6). How do i determine that MAC is running under Active profile or custom profile10.9.4pmset -gActive Profiles:Battery Power 1AC Power 2*Currently in use:standbyDelay 4200......10.12 6 - Note Active Profiles: section is missing from outputpmset -gCurrently in usestandbyDelay 10800......
Posted
by Vadhiraj.
Last updated
.