From 49c77c23a2b936fa87ebccb33459e77695bc20ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E7=BB=A7=E5=91=A8?= Date: Tue, 26 Mar 2024 22:54:49 +0800 Subject: [PATCH] =?UTF-8?q?20240325=E7=B3=BB=E7=BB=9F=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...73\347\273\237\350\246\201\346\261\202.md" | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 "53\351\227\253\347\273\247\345\221\250/20240325\347\263\273\347\273\237\350\246\201\346\261\202.md" diff --git "a/53\351\227\253\347\273\247\345\221\250/20240325\347\263\273\347\273\237\350\246\201\346\261\202.md" "b/53\351\227\253\347\273\247\345\221\250/20240325\347\263\273\347\273\237\350\246\201\346\261\202.md" new file mode 100644 index 0000000..4f64c59 --- /dev/null +++ "b/53\351\227\253\347\273\247\345\221\250/20240325\347\263\273\347\273\237\350\246\201\346\261\202.md" @@ -0,0 +1,33 @@ +1.关闭bitbocker(win11) + +![image-20240326221435546](https://gitee.com/yan-jizhou/picgo-chart-bed/raw/master/pic/202403262214760.png) + +2.备份你认为的重要文件到D盘 + +复制或移动 + +3.准备好驱动程序到D盘 + +下载驱动精灵 + +4.安装并激活系统 + +![image-20240326223718064](https://gitee.com/yan-jizhou/picgo-chart-bed/raw/master/pic/202403262237508.png) + +5.启用administrator + +win+x+A——>j进入windoPowerShell(终端管理员),输入命令: + +``` + net user administrator /active:yes +``` + +![image-20240326223957759](https://gitee.com/yan-jizhou/picgo-chart-bed/raw/master/pic/202403262240315.png) + +6.做系统优化 + +库,桌面等移动到D盘,用注册表删除3D对象等文件夹 + +7.安装常用软件office + +安装office的LTSC版本(长期支持通道)并用密钥激活 \ No newline at end of file -- Gitee