diff --git a/FixWin10CpuProblem.md b/FixWin10CpuProblem.md
index c9ad122..9c1820d 100644
--- a/FixWin10CpuProblem.md
+++ b/FixWin10CpuProblem.md
@@ -27,7 +27,7 @@ LTSC的系统更新时,只接收稳定性和安全性更新。适合对新功
开机以后,在没有运行大型软件的前提下,CPU的占用率应该在**1%以下**
-
+
## 解决方法1:安装VCLibs库
@@ -43,7 +43,7 @@ http://git.jkwlstv.cn/doc/md/raw/branch/main/libs/Microsoft.VCLibs.x64.14.00.Des
#### 以管理员身份运行 Windows PowerShell
-
+
#### 执行命令安装VCLibs库
@@ -53,6 +53,6 @@ http://git.jkwlstv.cn/doc/md/raw/branch/main/libs/Microsoft.VCLibs.x64.14.00.Des
Add-AppxPackage -Path C:\Program Files\Windows NT\Microsoft.VCLibs.x64.14.00.Desktop.appx
```
-
+
## 解决方法2:
\ No newline at end of file