请问有没有大哥指点迷津
1
youngteam99 2022-04-09 14:57:33 +08:00
你点一下第一张图 CPU 那里 按 CPU 使用率排列看一下哪个服务占用的
https://s3.bmp.ovh/imgs/2022/04/09/7fc4383faada0232.png |
2
lyvv OP 实时在变化
![11.jpg]( ) ![12.jpg]( ) ![13.jpg]( ) |
3
la9998372 2022-04-09 15:34:30 +08:00
感觉是索引服务在后台搜索文件
|
5
lyvv OP 找到了一个办法。
https://answers.microsoft.com/en-us/windows/forum/all/windows-10-task-manager-shows-100-cpu-but/00c92238-9382-4946-bc6a-bbc451888b96?page=1 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. |
6
lyvv OP 找到终极解决方案
使用默认的电源管理方案 ![11.jpg]( ) |