From 94251e0f06a19e780652e1dbcee605866f9ea99a Mon Sep 17 00:00:00 2001 From: 8ga Date: Thu, 3 Jul 2025 09:30:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20FixWin10CpuProblem.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FixWin10CpuProblem.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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