You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to develop a driver to control Dell laptop performance profiles over WMI, as this Windows tool does.
Your WMI code in looks appropriate for this purpose. Would it be possible to move it into an independent library to that other projects can use it too?
The text was updated successfully, but these errors were encountered:
Hello,
As written in readme, the WMI code is based on macOS-IOElectrify from the-darkvoid. Probably that one is a good start point for your project. I only added a half baked BMF parser and some adjustments based on my need.
I'm not sure how library works with IOKit, since everything is based on class derivation. Maybe you are looking for something like IOWMIFamily, which is also a reference by aforementioned project.
Hi,
I'd like to develop a driver to control Dell laptop performance profiles over WMI, as this Windows tool does.
Your WMI code in looks appropriate for this purpose. Would it be possible to move it into an independent library to that other projects can use it too?
The text was updated successfully, but these errors were encountered: