当前位置:首页 > 揭密win7pe制作全过程
揭密win7pe制作全过程
5. 复制文件:copy F:\\winpe_x86\\winpe.wim F:\\winpe_x86\\ISO\\sources\\boot.wim 6. 封装镜像:oscdimg -n -bF:\\winpe_x86\\etfsboot.com F:\\winpe_x86\\iso C:\\winpe.iso 如果看到这,你是云里雾里的,请先阅读一下几遍文章:
1. Windows Automated Installation Kit for Windows 7 2. 揭密win7pe制作全过程(前言) 3. 揭密win7pe制作全过程(一) 4. 揭密win7pe制作全过程(二) 正式开始
我们这一讲只要内容是添加第三方软件到我们的winPE系统里,另我们的winpe更实用。 这次我们增加的软件有:WinRar Opera浏览器 7Zip a43资源管理器 GHOST 画图工具 计算器 1.获取winpe文件,copype.cmd x86 F:\\winpe_x86
2.加载镜像,Dism /Mount-Wim /WimFile:F:\\winpe_x86\\winpe.wim /index:1 /MountDir:F:\\winpe_x86\\mount
3.将WinRar Opera浏览器 7Zip a43资源管理器 GHOST所有文件复制到F:\\winpe_x86\\mount\\programs;把画图工具和计算器文件复制到F:\\winpe_x86\\mount\\windows\\system32
-13-
揭密win7pe制作全过程
4.编辑F:\\winpe_x86\\mount\\programs\\bsexplorer\\bs_desktop.ini文件,添加以下代码, <-ItemBegin-> ItemX=20 ItemY=20 Caption=我的电脑
ExeName=%SystemDrive%\\Programs\\a43\\a43.exe IconName=%SystemDrive%\\Programs\\a43\\a43.exe IconNumber=0
ExeDir=%SystemDrive%\\Programs\\A43 CmdParam=
ShowState=NORMAL <-ItemEnd-> <-ItemBegin-> ItemX=20 ItemY=100 Caption=启动网络
ExeName=%windir%\\system32\\START_NET.CMD IconName=%windir%\\system32\\NET_PART.ICO IconNumber=0
ExeDir=%windir%\\system32 CmdParam=
ShowState=NORMAL <-ItemEnd-> <-ItemBegin-> ItemX=20
-14-
揭密win7pe制作全过程
ItemY=180 Caption=Ghost
ExeName=%SystemDrive%\\Programs\\ghost\\ghost.exe IconName=%SystemDrive%\\Programs\\ghost\\ghost.exe IconNumber=0
ExeDir=%SystemDrive%\\Programs\\ghost CmdParam=
ShowState=NORMAL <-ItemEnd-> <-ItemBegin-> ItemX=20 ItemY=260 Caption=Opera
ExeName=%SystemDrive%\\Programs\\Opera\\Opera.exe IconName=%SystemDrive%\\Programs\\Opera\\Opera.exe IconNumber=0
ExeDir=%SystemDrive%\\Programs\\Opera CmdParam=
ShowState=NORMAL <-ItemEnd-> <-ItemBegin-> ItemX=20 ItemY=340 Caption=WinRAR
ExeName=%SystemDrive%\\Programs\\WinRAR\\WinRAR.exe IconName=%SystemDrive%\\Programs\\WinRAR\\WinRAR.exe IconNumber=0
ExeDir=%SystemDrive%\\Programs\\WinRAR CmdParam=
ShowState=NORMAL <-ItemEnd-> <-ItemBegin-> ItemX=20 ItemY=420 Caption=7-zip
ExeName=%SystemDrive%\\Programs\\7Zip\\7Zip.exe IconName=%SystemDrive%\\Programs\\7Zip\\7Zip.exe
-15-
揭密win7pe制作全过程
IconNumber=0
ExeDir=%SystemDrive%\\Programs\\7Zip CmdParam=
ShowState=NORMAL <-ItemEnd->
5.编辑F:\\winpe_x86\\mount\\programs\\bsexplorer\\BS_START.ini,添加以下代码: <-ItemBegin-> ShowInAutorun=YES EnableInAutorun=YES ParentItem=Programs Caption=Ghost
ExeName=%SystemDrive%\\Programs\\ghost\\ghost.exe IconName=%SystemDrive%\\Programs\\ghost\\ghost.exe ExeDir=%SystemDrive%\\Programs\\ghost ShowState=NORMAL <-ItemEnd-> <-ItemBegin-> ShowInAutorun=YES EnableInAutorun=YES ParentItem=Programs Caption=Opera
ExeName=%SystemDrive%\\Programs\\Opera\\Opera.exe IconName=%SystemDrive%\\Programs\\Opera\\Opera.exe ExeDir=%SystemDrive%\\Programs\\Opera ShowState=NORMAL <-ItemEnd-> <-ItemBegin-> ShowInAutorun=YES EnableInAutorun=YES ParentItem=Programs Caption=WinRAR
ExeName=%SystemDrive%\\Programs\\WinRAR\\WinRAR.exe IconName=%SystemDrive%\\Programs\\WinRAR\\WinRAR.exe ExeDir=%SystemDrive%\\Programs\\WinRAR ShowState=NORMAL <-ItemEnd->
-16-
共分享92篇相关文档