1
0
md/FixWin10CpuProblem.md
2025-07-03 08:33:25 +08:00

26 lines
840 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各种奇奇怪怪的BUG网友宁愿在安装第一次受点罪换来以后长期使用的宁静
> 中文互联网对它的爱称“老坛酸菜”,
### 常见的问题有
- Windows资源管理器占用CPU超过1%以上
- wsappx占用CPU超过1%以上
### 如何判断CPU占用异常
在任务栏点击鼠标右键点击【任务管理器】查看CPU占用率一列
### 正常的CPU占用率
<img src="./image/1.png"/>
> 开机以后在没有运行大型软件的前提下CPU的占用率应该在**1%以下**。
### 解决方法1