From aa9a4c8f749345b4feca3116852ebda73c2a2609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A8=8A=E5=B0=8F=E9=83=AD?= <2966479092@qq.com> Date: Sun, 31 Mar 2024 23:01:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E5=8D=81=E5=85=AD=E6=AC=A1=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...7\215\350\243\205\347\263\273\347\273\2374.md" | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 "28 \346\250\212\345\260\217\351\203\255/20240331 \351\207\215\350\243\205\347\263\273\347\273\2374.md" diff --git "a/28 \346\250\212\345\260\217\351\203\255/20240331 \351\207\215\350\243\205\347\263\273\347\273\2374.md" "b/28 \346\250\212\345\260\217\351\203\255/20240331 \351\207\215\350\243\205\347\263\273\347\273\2374.md" new file mode 100644 index 0000000..d691050 --- /dev/null +++ "b/28 \346\250\212\345\260\217\351\203\255/20240331 \351\207\215\350\243\205\347\263\273\347\273\2374.md" @@ -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