Are there any OS capabilities in Windows to know your system’s current power usage programmatically? (Ideal solution could be via WMI interface.)
Are there any OS capabilities in Windows to know your system’s current power usage
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Starting with Windows 7 you can use the
Win32_PowerMeterWMI class located in theroot\CIMV2\powernamespace, this namespace has lot of another classes and events related to the power management and profiles.