From 3baf783b3d7ecfc8779f17bafcf7a012690dbc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=8E=E5=87=BD?= <3084917167@qq.com> Date: Mon, 1 Apr 2024 03:00:34 +0000 Subject: [PATCH] =?UTF-8?q?06=20=E9=99=88=E6=98=8E=E5=87=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈明函 <3084917167@qq.com> --- .../3.30.txt" | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 "06 \351\231\210\346\230\216\345\207\275/3.30.txt" diff --git "a/06 \351\231\210\346\230\216\345\207\275/3.30.txt" "b/06 \351\231\210\346\230\216\345\207\275/3.30.txt" new file mode 100644 index 0000000..e4c54df --- /dev/null +++ "b/06 \351\231\210\346\230\216\345\207\275/3.30.txt" @@ -0,0 +1,15 @@ +# 课堂笔记 + +### 重装系统 + +尝试不同的安装方式:PE——一、1.安装器安装ISO,2.PE里此电脑里硬盘安装ISO,3.还原GHO文件;二、1.直接制作U盘,2.网络安装 + + + +为什么之前的硬盘这么小还要分区呢? + +1.方便整理(优点:不同东西可以放在不同盘;缺点:难预估大容量,例如C盘D盘各30G,那么50G的游戏就下载不了) + +2.提升机械硬盘性能 + +3.方便重装数据:为了重装系统时其他盘的东西还在 \ No newline at end of file -- Gitee