diff --git "a/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/20240327_\351\207\215\350\243\205\347\263\273\347\273\237\346\255\245\351\252\244.md" "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/20240327_\351\207\215\350\243\205\347\263\273\347\273\237\346\255\245\351\252\244.md" new file mode 100644 index 0000000000000000000000000000000000000000..c25c3b6a5bdeb4d79f25ed757088c2b4fa52211a --- /dev/null +++ "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/20240327_\351\207\215\350\243\205\347\263\273\347\273\237\346\255\245\351\252\244.md" @@ -0,0 +1,58 @@ +## 准备工作 + + + +### 文件系统 + +1. 通过网站(itellyou.cn)找到重装后要安装的系统(Windows 10 Enterprise LTSC 2019 (x64) - DVD (Chinese-Simplified)) + + ![](.\img\20240327_win10安装包.jpg) + + + +2. 再通过BT(驱动精灵)下载需要重装后的系统 + + - 采用BT下载需要到更新的网站 next.itellyou.cn + - 登陆所需要的邮箱可以从一次性邮箱网站获取一个虚拟邮箱注册 + + ![](.\img\20240327_BT下载Win10.jpg) + + + +3. 得到一个SIO文件,将其放在D盘 + + ![](.\img\20240327_win10的SIO文件.jpg) + + + +4. 提前下载好电脑适配的无线网卡,放在D盘 + + ![](.\img\20240327_无线网卡.jpg) + + + +5. 将PE系统安装到U盘里(U盘的数据会被清空要备份好数据或者备一个空U盘) + + ![](.\img\20240327_安装PE到U盘.jpg) + + + +6. 重启,按F12进入BIOS,选择U盘启动 + +7. 进入PE系统界面,点击放在D盘的SIO文件 + +8. 重装后,点击安装放在D盘的无线网卡 + +9. 联网后,到官网下载电脑需要的驱动器,和软件 + + + +### 电脑设置 + +1. Win 11 重装时会将系统盘上锁,所以重装前要将BitLocker关闭 + + ![](.\img\20240327_win11关闭BitLocker.png) + + + +2. 有的Win 10 也会有,如果进入PE后发现C盘有上锁,则要退出PE(重启)到原来的系统里关掉 diff --git "a/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_BT\344\270\213\350\275\275Win10.jpg" "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_BT\344\270\213\350\275\275Win10.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..ac72de15e15e19c8cea9e506d57f551d98320e2c Binary files /dev/null and "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_BT\344\270\213\350\275\275Win10.jpg" differ diff --git "a/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_win10\345\256\211\350\243\205\345\214\205.jpg" "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_win10\345\256\211\350\243\205\345\214\205.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f0c695da20e275427ec4711ece1a2b712675c120 Binary files /dev/null and "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_win10\345\256\211\350\243\205\345\214\205.jpg" differ diff --git "a/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_win10\347\232\204SIO\346\226\207\344\273\266.jpg" "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_win10\347\232\204SIO\346\226\207\344\273\266.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..ee4e9d16ef608a2f976a8170478e2f89ea17bb47 Binary files /dev/null and "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_win10\347\232\204SIO\346\226\207\344\273\266.jpg" differ diff --git "a/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_win11\345\205\263\351\227\255BitLocker.png" "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_win11\345\205\263\351\227\255BitLocker.png" new file mode 100644 index 0000000000000000000000000000000000000000..714ad9cbc088f84142cf3685a66cf7ff21bf4f8f Binary files /dev/null and "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_win11\345\205\263\351\227\255BitLocker.png" differ diff --git "a/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_\345\256\211\350\243\205PE\345\210\260U\347\233\230.jpg" "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_\345\256\211\350\243\205PE\345\210\260U\347\233\230.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..6795040687d6002750ee904633a5f4deca980a3b Binary files /dev/null and "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_\345\256\211\350\243\205PE\345\210\260U\347\233\230.jpg" differ diff --git "a/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_\346\227\240\347\272\277\347\275\221\345\215\241.jpg" "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_\346\227\240\347\272\277\347\275\221\345\215\241.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..b0654e8ad06467dbebbe11f8708ae4f9c3f0c65b Binary files /dev/null and "b/26 \345\210\230\345\200\251\345\200\251/\347\254\224\350\256\260/img/20240327_\346\227\240\347\272\277\347\275\221\345\215\241.jpg" differ