如何通过WMI检索计算机的电源管理能力?

发布于 2024-12-08 15:53:37 字数 182 浏览 2 评论 0原文

我想使用 WMI 来了解我的计算机具有哪些电源管理功能。他们能睡觉吗?它们能冬眠吗?等等。

有一个 PowerManagementCapability 字段似乎承诺了这一切。唯一的问题是它的一切都是NULL。

还有其他办法吗?我的环境在某种程度上是特殊的吗?一切都是空的。根据文档,NULL 似乎根本不是一个可能的值。

I'd like to use WMI to figure out what power management capabilities my computers have. Can they sleep? Can they hibernate? etc.

There is a PowerManagementCapabilities field which seems to promise all that. The only problem is that it's NULL of everything.

Is there any other way? Is my environment special in some way that everything is null. According to the documentation, NULL doesn't even seem like a possible value.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愿得七秒忆 2024-12-15 15:53:37

并非所有 WMI 类都由所有硬件实现。

作为替代方案,您始终可以解析 powercfg -a 的输出

Not all WMI classes are implemented by all hardware.

As an alternative, you could always parse the output of powercfg -a

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文