使用 powercfg 修改 PROCTHROTTLEMAX 在 2008 R2 中没有效果

发布于 2024-08-25 22:32:07 字数 296 浏览 16 评论 0原文

我正在尝试使 CPU 转换到较低的 P 状态。我使用 pwrtest 来确定测试,现在我想将处理器频率设置为 50%。

我执行了以下命令:

powercfg -setacvalueindex SCHEME_BALANCED SUB_PROCESSOR PROCTHROTTLEMAX 50

当我查询方案时,该值被设置为所需的值。但是,处理器频率没有修改(我正在使用CPU-Z检查频率)。

我的系统运行的是 Windows 2008 R2。

有什么想法吗? 谢谢!

I am trying to make the CPU transition to a lower P-state. I used pwrtest to determine the tests, and now I want to set the processor frequency to 50%.

I executed the following command:

powercfg -setacvalueindex SCHEME_BALANCED SUB_PROCESSOR PROCTHROTTLEMAX 50

When i query the scheme, the value is set to the desired value. However, the processor frequency is not modified (I am using CPU-Z to check the frequency).

My system is running Windows 2008 R2.

Any ideas?
Thanks!

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

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

发布评论

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

评论(2

残花月 2024-09-01 22:32:07

我想通了。您必须致电

powercfg.exe -setactive SCHEME_CURRENT

以应用更改

I figured it out. You have to call

powercfg.exe -setactive SCHEME_CURRENT

to apply the changes

圈圈圆圆圈圈 2024-09-01 22:32:07

谢谢亚历克斯!这是完整的脚本。

进行更改

powercfg -setacvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMIN 5
powercfg -setacvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 50

应用更改

powercfg.exe -setactive SCHEME_CURRENT

Thx Alex! Here is the complete script.

Make the changes

powercfg -setacvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMIN 5
powercfg -setacvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 50

Apply the changes

powercfg.exe -setactive SCHEME_CURRENT

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