From e66f88d4fc89acf53e3c5edafaef81fe396758ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E9=9B=85=E5=A9=B7?= <11802116+chen-yatin@user.noreply.gitee.com> Date: Thu, 28 Mar 2024 10:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E6=AC=A1=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...73\347\273\237\345\260\201\350\243\205.md" | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 "\351\231\210\351\233\205\345\251\267/20240328-\346\223\215\344\275\234\347\263\273\347\273\237\345\260\201\350\243\205.md" diff --git "a/\351\231\210\351\233\205\345\251\267/20240328-\346\223\215\344\275\234\347\263\273\347\273\237\345\260\201\350\243\205.md" "b/\351\231\210\351\233\205\345\251\267/20240328-\346\223\215\344\275\234\347\263\273\347\273\237\345\260\201\350\243\205.md" new file mode 100644 index 0000000..31dc781 --- /dev/null +++ "b/\351\231\210\351\233\205\345\251\267/20240328-\346\223\215\344\275\234\347\263\273\347\273\237\345\260\201\350\243\205.md" @@ -0,0 +1,22 @@ +### 系统封装步骤 +1、安装系统 + +2、启用Administrator帐户 + +3、进行简单的系统设置 + +4、系统精简 + +5、安装Adobe Flash Player + +6、设置IE主页 + +7、在系统盘(C盘)创建Sysprep目录 + +8、准备好静默安装包(使用装机包定制工具定制) + +9、打开EasySysprep V3软件开始封装 + +10、进入PE,进行Ghost + +###### 系统封装是将一个完整的系统以拷贝的形式打包,然后用粘贴的形式安装在另外一个系统盘上,而正常安装则是通过 Setup程序进行安装,它的好处是可以更好的节约时间。 \ No newline at end of file -- Gitee