AIK中WinPE默认是CMD的Shell,这里添加一个简单的bsexplorer的Shell
|
文件: |
bsexplorer.zip |
大小: |
565KB |
下载: |
下载 | |
1.挂载镜像文件
imagex /mountrw C:\winpe_x86\winpe.wim 1 C:\winpe_x86\mount
2.bsexplorer解压缩文件夹copy到C:\winpe_x86\mount\Program Files\
3.在C:\winpe_x86\mount\Windows\System32下,新建winpeshl.ini文件。
winpeshl.ini的内容如下:
[LaunchApp]
AppPath=%systemdrive%\Program Files\bsexplorer\Explorer.exe
4.WinPE桌面添加一个应用Ghost
在C:\winpe_x86\mount\Program Files\bsexplorer中有一个bs_desktop.ini文件,打开添加:
<-ItemBegin->
ItemX=20
ItemY=20
Caption=Ghost
ExeName=%SystemDrive%\Program Files\Ghost\ghost.exe
IconName=%SystemDrive%\Program Files\Ghost\ghost.exe
IconNumber=0
ExeDir=%SystemDrive%\Program Files\GHOST\
CmdParam=
ShowState=NORMAL
<-ItemEnd->
把ghost文件放入C:\winpe_x86\mount\Program Files\Ghost\
bs_start.ini 开始菜单
bs_desktop.ini 桌面
bs_qlaunch.ini 快速启动栏
同样可以添加winrar,记事本,计算器等应用。
5.保存镜像
imagex /unmount /commit C:\winpe_x86\mount
6.放入TFTP下网络启动测试
阅读(1382) | 评论(0) | 转发(0) |