1
0
md/FixWin10CpuProblem.md
2025-07-03 08:24:09 +08:00

15 lines
652 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 发生CPU占用高的原因
LTSC 版本是微软官方发行的一个精简版、稳定版系统镜像。为了提高稳定性,移除了 Windows 10 应用商店以及大量造成不稳定的新特性。但是阉割的时候刀法不够精准触发了其他BUG。i常见的问题有
- Windows资源管理器占用CPU超过1%以上
- wsappx占用CPU超过1%以上
**在任务栏点击鼠标右键点击【任务管理器】检查CPU占用率。**以下方法按个尝试执行完一个在任务管理器查看CPU占用还有没有异常。
正常的CPU占用率应该是这样的
<img src=""/>
### 解决方法1