From cfb9eabbf1214d9403e92098c92f9cba016aa174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A8=81=E6=96=8C?= <2016807083@qq.com> Date: Wed, 20 Mar 2024 19:33:11 +0800 Subject: [PATCH] =?UTF-8?q?20240320=5F=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20242320_ \347\254\224\350\256\260.md" | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 "\347\216\213\345\250\201\346\226\214/20242320_ \347\254\224\350\256\260.md" diff --git "a/\347\216\213\345\250\201\346\226\214/20242320_ \347\254\224\350\256\260.md" "b/\347\216\213\345\250\201\346\226\214/20242320_ \347\254\224\350\256\260.md" new file mode 100644 index 0000000..63efb58 --- /dev/null +++ "b/\347\216\213\345\250\201\346\226\214/20242320_ \347\254\224\350\256\260.md" @@ -0,0 +1,24 @@ +# 笔记 +创建USB启动盘工具:Rufus +操作系统下载:msdn ——> 详细信息 ——> next.itellyou.cn ——> Windows10 企业长期支持版 + +## 可禁用服务系统 +1. Windows Search : 为文件、电子邮件和其他内容提供内容索引、属性缓存和搜索结果。(如果不是经常要搜索文件的可以禁用) +2. Connected User Experiences and Telemetry:这个服务是微软的一个外围服务,用于收集一些信息,这个服务在某些系统版本中也会出现让CPU满载的情况。 +#### 以下四项服务为系统诊断服务,用于支持和执行系统诊断 +3. Diagnostic Execution Service +4. Diagnostic Policy Service +5. Diagnostic Service Host +6. Diagnostic System Host + + +#### 推荐下载Windows操作系统版本 +1. Windows10 专业版 +2. Windows10 企业长期支持版 + + +### 系统重装前期准备工作 +1. 准备一个8Gb以上的U盘或者移动硬盘(下载Rufus软件制作成启动盘) +2. 将原系统中重要文件进行备份 +3. 查看自己的电脑位数 +4. 下载安装工具 -- Gitee