1
0
md/FixWin10CpuProblem.md
2025-07-03 08:29:56 +08:00

23 lines
680 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.

### 什么是 LTSC
- LTSC 是微软官方发行的一个精简版、稳定版系统镜像
- 为了提高稳定性移除了微软应用商店Windows 10/11 大部分 BUG 的罪魁祸首
- 但是阉割的时候刀法不够精准触发了其他BUG
### 常见的问题有
- Windows资源管理器占用CPU超过1%以上
- wsappx占用CPU超过1%以上
### 如何判断CPU占用异常
**在任务栏点击鼠标右键点击【任务管理器】检查CPU占用率**
### 正确的CPU占用率应该长这样
<img src="./image/1.png"/>
> 开机以后在没有运行大型软件的前提下CPU的占用率应该在**1%以下**。
### 解决方法1