Zxilly
Try to be 1%
Zxilly's Blog

解决 Win 10 任务管理器 CPU 占用持续错误显示 100%

某次系统更新后遇到这个问题,非常的困扰,直到我想到用英文去查下

直接贴原文

Ooohh… I’ve returned here frequently, to see if someone came up with an answer.
Just happened that I found one on another site :)… So here goes… Solved my problem.
After much debugging, I was able to come to the conclusion that my specific case was related to a bug in the Oculus Rift software. Because the Rift, a virtual reality headset, requires low latency, their software seems to set the IDLEDISABLE power configuration to "1". In certain cases, after taking the headset off, the setting is not changed back to the default of "0".
IDLEDISABLE prevents the CPU from throttling itself, causing heat and the fan noise I observed. Additionally, this manifested in the Task Manager as "100% CPU usage". Process Explorer seems to always discount the System Idle Process and not include it in the total CPU usage, which is why it displayed a lower total CPU usage than Task Manager did.
To fix this, you can run the following two commands, which sets the IDLEDISABLE setting back to "0" and then re-applies the power management configuration.
C:\WINDOWS\system32>PowerCfg /SETACVALUEINDEX SCHEME_CURRENT SUB_PROCESSOR IDLEDISABLE 000
C:\WINDOWS\system32>PowerCfg /SETACTIVE SCHEME_CURRENT
A small note. Even if you don’t have an Oculus Rift, the above could solve your problem.
Hope it helps others than me…
Cheers

所以,解决方法就是

C:\WINDOWS\system32>PowerCfg /SETACVALUEINDEX SCHEME_CURRENT SUB_PROCESSOR IDLEDISABLE 000
C:\WINDOWS\system32>PowerCfg /SETACTIVE SCHEME_CURRENT

引用自 https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings-winpc/windows-10-task-manager-shows-100-cpu-but/00c92238-9382-4946-bc6a-bbc451888b96

# # # # # # #
首页      代码      解决 Win 10 任务管理器 CPU 占用持续错误显示 100%

Zxilly

文章作者

回复 exp 取消回复

textsms
account_circle
email

  • 李跑

    谢谢你,兄弟,可算解决了

    3年前 回复
  • exp

    非常感谢, 每次重开机都会遇到, 终于解决了, 就是还不知道是哪个软件造成的

    2年前 回复
    • learningman博主

      @exp: 可以在 事件查看器 -> Windows 日志 -> 系统 里找是哪个程序执行过来源是 UserModePowerService 的动作,对我来说,这个程序是 MSI One Dragon Center

      2年前 回复
      • hty

        @learningman: MIS,简而言之就是,就是微星的驱动中心,因此我建议尽量用完就卸载

        1年前 回复
        • Zxilly博主

          @hty: 一堆东西依赖着呢,USB快充,光同步,然后调频啥的。

          1年前
        • hty

          @Zxilly: 那就把 存储加速 关闭即可

          1年前

Zxilly's Blog

解决 Win 10 任务管理器 CPU 占用持续错误显示 100%
某次系统更新后遇到这个问题,非常的困扰,直到我想到用英文去查下 直接贴原文 Ooohh... I've returned here frequently, to see if someone came up with an answer. Just happened tha…
扫描二维码继续阅读
2021-03-29