随着做Windows7OEM合集4.docx

上传人:b****8 文档编号:28666776 上传时间:2023-07-19 格式:DOCX 页数:9 大小:15.53KB
下载 相关 举报
随着做Windows7OEM合集4.docx_第1页
第1页 / 共9页
随着做Windows7OEM合集4.docx_第2页
第2页 / 共9页
随着做Windows7OEM合集4.docx_第3页
第3页 / 共9页
随着做Windows7OEM合集4.docx_第4页
第4页 / 共9页
随着做Windows7OEM合集4.docx_第5页
第5页 / 共9页
点击查看更多>>
下载资源
资源描述

随着做Windows7OEM合集4.docx

《随着做Windows7OEM合集4.docx》由会员分享,可在线阅读,更多相关《随着做Windows7OEM合集4.docx(9页珍藏版)》请在冰豆网上搜索。

随着做Windows7OEM合集4.docx

随着做Windows7OEM合集4

随着做Windows7OEM合集(四)

2020-12-2823:

22

前接“跟着做Windows7OEM合集(三)

 七、制作‍五合一旗舰版WIM的一次性批处理

此次OEM资料包不区分Windows7版本,也就是说OEM资料包可以用于Windows7的各个版本

(企业版无OEM版),通常用的家庭高级版、专业版和旗舰版都支持。

所以,当你知道编写“制作‍五合一专业版WIM的一次性批处理”,那么只要经过简单修改,就可以

写出“五合一旗舰版WIM的一次性批处理”

有什么不同呢?

名称不同,wim文件不同,此时要处理的是文件,而不是文件。

把“制作‍五合一专业版WIM的一次性批处理”的内容全选,复制到一个新建的CMD文件中。

现在

修改CMD文件中的批处理文字。

按ctrl+h,查找内容“专业版”(引号内),替换为“旗舰版”,全部替换。

按ctrl+h,查找内容“”(引号内),替换为“”,全部替换。

保存。

五合一旗舰版WIM的一次性批处理的内容如下:

echo制作联想OEM旗舰版映像

mdE:

\mountwim

imagex/mountrwE:

\1E:

\mountwim

xcopyE:

\WIN7_OEM_X86\Lenovo\$OEM$\$1\UsersE:

\mountwim\users/e/y

xcopyE:

\WIN7_OEM_X86\Lenovo\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7旗舰版联想"

echo制作戴尔OEM旗舰版映像

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Lenovo

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Lenovo1

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Think

RD/Q/SE:

\mountwim\windows\setup\Scripts

RD/Q/SE:

\mountwim\windows\system32\oem

RD/Q/SE:

\mountwim\windows\system32\oobe\info

DEL/Q/FE:

\mountwim\windows\Web\Wallpaper\

DEL/Q/FE:

\mountwim\windows\Resources\Themes\

DEL/Q/FE:

\mountwim\windows\

DEL/Q/F"E:

\mountwim\Users\Administrator\Favorites\联想中国(LenovoChina).url"

DEL/Q/F"E:

\mountwim\Users\Default\Favorites\联想中国(LenovoChina).url"

xcopyE:

\WIN7_OEM_X86\dell\$OEM$\$1\UsersE:

\mountwim\users/e/y

xcopyE:

\WIN7_OEM_X86\dell\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7旗舰版戴尔"

echo制作惠普OEM旗舰版映像

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Alienware

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Dell

RD/Q/SE:

\mountwim\windows\setup\Scripts

RD/Q/SE:

\mountwim\windows\system32\oem

RD/Q/SE:

\mountwim\windows\system32\oobe\info

DEL/Q/FE:

\mountwim\windows\Web\Wallpaper\

DEL/Q/FE:

\mountwim\windows\Resources\Themes\

DEL/Q/FE:

\mountwim\windows\

DEL/Q/F"E:

\mountwim\Users\Administrator\Favorites\Dell中国.url"

DEL/Q/F"E:

\mountwim\Users\Default\Favorites\Dell中国.url"

xcopyE:

\WIN7_OEM_X86\hp\$OEM$\$1\UsersE:

\mountwim\users/e/y

xcopyE:

\WIN7_OEM_X86\hp\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7旗舰版惠普"

echo制作OEM通用版本的旗舰版映像

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Compaq

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\hp

RD/Q/SE:

\mountwim\windows\setup\Scripts

RD/Q/SE:

\mountwim\windows\system32\oem

RD/Q/SE:

\mountwim\windows\system32\oobe\info

DEL/Q/FE:

\mountwim\windows\Web\Wallpaper\

DEL/Q/FE:

\mountwim\windows\Resources\Themes\

DEL/Q/FE:

\mountwim\windows\

DEL/Q/FE:

\mountwim\Users\Administrator\Favorites\

DEL/Q/F"E:

\mountwim\Users\Administrator\Favorites\HP-中国.url"

DEL/Q/FE:

\mountwim\Users\Default\Favorites\

DEL/Q/F"E:

\mountwim\Users\Default\Favorites\HP-中国.url"

xcopyE:

\WIN7_OEM_X86\oemall\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7旗舰版OEM通用版本"

imagex/unmountE:

\mountwim

pause

这个CMD文件运行后,里面也有五个映像了。

加上中的五个,共有十个。

八、形成最终的文件 

执行一个批处理:

IFEXIST"E:

\”renameE:

\

imagex/exportE:

\1E:

\

imagex/exportE:

\2E:

\

imagex/exportE:

\3E:

\

imagex/exportE:

\4E:

\

imagex/exportE:

\5E:

\

imagex/exportE:

\1E:

\

imagex/exportE:

\2E:

\

imagex/exportE:

\3E:

\

imagex/exportE:

\4E:

\

imagex/exportE:

\5E:

\

pause

第一行意思是:

如果E盘有存在另外的,将被重命名为‍,如果没有,

运行第二行。

第二行到pause前,就是合并和,在E盘生成一个新的文件。

和仍保留,是否删除你自己决定。

现在将文件替换进官方原版ISO的sources目录,删除该目录下的,另存得到的

ISO就可以用虚拟机或实机进行测试了。

‍最主要的内容都讲完了,后面的一些小问题待补。

★ 如果将第六、七、八点的批处理进行合并,最终的一次性批处理是这样的:

 

@echooff

echo =======Windows710合1批处理=======

echo ==========制作专业版5合1==========

echo制作联想OEM专业版映像

mdE:

\mountwim

imagex/mountrwE:

\1E:

\mountwim

xcopyE:

\WIN7_OEM_X86\Lenovo\$OEM$\$1\UsersE:

\mountwim\users/e/y

xcopyE:

\WIN7_OEM_X86\Lenovo\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7专业版联想"

echo制作戴尔OEM专业版映像

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Lenovo

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Lenovo1

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Think

RD/Q/SE:

\mountwim\windows\setup\Scripts

RD/Q/SE:

\mountwim\windows\system32\oem

RD/Q/SE:

\mountwim\windows\system32\oobe\info

DEL/Q/FE:

\mountwim\windows\Web\Wallpaper\

DEL/Q/FE:

\mountwim\windows\Resources\Themes\

DEL/Q/FE:

\mountwim\windows\

DEL/Q/F"E:

\mountwim\Users\Administrator\Favorites\联想中国(LenovoChina).url"

DEL/Q/F"E:

\mountwim\Users\Default\Favorites\联想中国(LenovoChina).url"

xcopyE:

\WIN7_OEM_X86\dell\$OEM$\$1\UsersE:

\mountwim\users/e/y

xcopyE:

\WIN7_OEM_X86\dell\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7专业版戴尔"

echo制作惠普OEM专业版映像

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Alienware

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Dell

RD/Q/SE:

\mountwim\windows\setup\Scripts

RD/Q/SE:

\mountwim\windows\system32\oem

RD/Q/SE:

\mountwim\windows\system32\oobe\info

DEL/Q/FE:

\mountwim\windows\Web\Wallpaper\

DEL/Q/FE:

\mountwim\windows\Resources\Themes\

DEL/Q/FE:

\mountwim\windows\

DEL/Q/F"E:

\mountwim\Users\Administrator\Favorites\Dell中国.url"

DEL/Q/F"E:

\mountwim\Users\Default\Favorites\Dell中国.url"

xcopyE:

\WIN7_OEM_X86\hp\$OEM$\$1\UsersE:

\mountwim\users/e/y

xcopyE:

\WIN7_OEM_X86\hp\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7专业版惠普"

echo制作OEM通用版本的专业版映像

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Compaq

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\hp

RD/Q/SE:

\mountwim\windows\setup\Scripts

RD/Q/SE:

\mountwim\windows\system32\oem

RD/Q/SE:

\mountwim\windows\system32\oobe\info

DEL/Q/FE:

\mountwim\windows\Web\Wallpaper\

DEL/Q/FE:

\mountwim\windows\Resources\Themes\

DEL/Q/FE:

\mountwim\windows\

DEL/Q/FE:

\mountwim\Users\Administrator\Favorites\

DEL/Q/F"E:

\mountwim\Users\Administrator\Favorites\HP-中国.url"

DEL/Q/FE:

\mountwim\Users\Default\Favorites\

DEL/Q/F"E:

\mountwim\Users\Default\Favorites\HP-中国.url"

xcopyE:

\WIN7_OEM_X86\oemall\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7专业版OEM通用版本"

imagex/unmountE:

\mountwim

pause

echo==========制作旗舰版5合1==========

echo制作联想OEM旗舰版映像

mdE:

\mountwim

imagex/mountrwE:

\1E:

\mountwim

xcopyE:

\WIN7_OEM_X86\Lenovo\$OEM$\$1\UsersE:

\mountwim\users/e/y

xcopyE:

\WIN7_OEM_X86\Lenovo\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7旗舰版联想"

echo制作戴尔OEM旗舰版映像

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Lenovo

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Lenovo1

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Think

RD/Q/SE:

\mountwim\windows\setup\Scripts

RD/Q/SE:

\mountwim\windows\system32\oem

RD/Q/SE:

\mountwim\windows\system32\oobe\info

DEL/Q/FE:

\mountwim\windows\Web\Wallpaper\

DEL/Q/FE:

\mountwim\windows\Resources\Themes\

DEL/Q/FE:

\mountwim\windows\

DEL/Q/F"E:

\mountwim\Users\Administrator\Favorites\联想中国(LenovoChina).url"

DEL/Q/F"E:

\mountwim\Users\Default\Favorites\联想中国(LenovoChina).url"

xcopyE:

\WIN7_OEM_X86\dell\$OEM$\$1\UsersE:

\mountwim\users/e/y

xcopyE:

\WIN7_OEM_X86\dell\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7旗舰版戴尔"

echo制作惠普OEM旗舰版映像

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Alienware

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Dell

RD/Q/SE:

\mountwim\windows\setup\Scripts

RD/Q/SE:

\mountwim\windows\system32\oem

RD/Q/SE:

\mountwim\windows\system32\oobe\info

DEL/Q/FE:

\mountwim\windows\Web\Wallpaper\

DEL/Q/FE:

\mountwim\windows\Resources\Themes\

DEL/Q/FE:

\mountwim\windows\

DEL/Q/F"E:

\mountwim\Users\Administrator\Favorites\Dell中国.url"

DEL/Q/F"E:

\mountwim\Users\Default\Favorites\Dell中国.url"

xcopyE:

\WIN7_OEM_X86\hp\$OEM$\$1\UsersE:

\mountwim\users/e/y

xcopyE:

\WIN7_OEM_X86\hp\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7旗舰版惠普"

echo制作OEM通用版本的旗舰版映像

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\Compaq

RD/Q/SE:

\mountwim\windows\Web\Wallpaper\hp

RD/Q/SE:

\mountwim\windows\setup\Scripts

RD/Q/SE:

\mountwim\windows\system32\oem

RD/Q/SE:

\mountwim\windows\system32\oobe\info

DEL/Q/FE:

\mountwim\windows\Web\Wallpaper\

DEL/Q/FE:

\mountwim\windows\Resources\Themes\

DEL/Q/FE:

\mountwim\windows\

DEL/Q/FE:

\mountwim\Users\Administrator\Favorites\

DEL/Q/F"E:

\mountwim\Users\Administrator\Favorites\HP-中国.url"

DEL/Q/FE:

\mountwim\Users\Default\Favorites\

DEL/Q/F"E:

\mountwim\Users\Default\Favorites\HP-中国.url"

xcopyE:

\WIN7_OEM_X86\oemall\$OEM$\$$E:

\mountwim\windows/e/y

imagex/commit/appendE:

\mountwim"Windows7旗舰版OEM通用版本"

imagex/unmountE:

\mountwim

echo=========生成10合1的文件=========

IFEXIST"E:

\”renameE:

\

imagex/exportE:

\1E:

\

imagex/exportE:

\2E:

\

imagex/exportE:

\3E:

\

imagex/exportE:

\4E:

\

imagex/exportE:

\5E:

\

imagex/exportE:

\1E:

\

imagex/exportE:

\2E:

\

imagex/exportE:

\3E:

\

imagex/exportE:

\4E:

\

imagex/exportE:

\5E:

\

echo制作结束。

pause

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > PPT模板 > 艺术创意

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1