WinRE.wim与boot.wim操作说明
————
Microsoft Windows Recovery Environment (x64):C:\Recovery\WindowsREWinre.wim
Microsoft Windows Recovery Environment (x64):win10.iso\sources\install.wim\1\Windows\System32\Recovery\Winre.wim
Winre.wim\Windows\System32\winpeshl.ini:[LaunchApp] AppPath=X:\sources\recovery\recenv.exe
Winre.wim\Windows\System32\startnet.cmd:wpeinit
开机启动程序为:X:\sources\recovery\recenv.exe
————
win10.iso\sources\boot.wim\1:Microsoft Windows PE (x64)
没有 winpeshl.ini,startnet.cmd:wpeinit
开机启动程序为:提示出错,无法启动。
win10.iso\sources\boot.wim\2:Microsoft Windows Setup (x64)(启动标记)
没有 winpeshl.ini,startnet.cmd:wpeinit
开机启动程序为:boot.wim\2\setup.exe,或boot.wim\2\sources\setup.exe
开机启动程序为:x:\setup.exe,或x:\sources\setup.exe
————
一,如果使用boot.wim,需要删除setup.exe
del x:\setup.exe
del x:\sources\setup.exe
————
二,如果使用winRE.wim,需要删除winpeshl.ini
del x:\Windows\System32\winpeshl.ini
————
三,都要修改startnet.cmd
wpeinit
(
echo select disk 0
echo clean
echo convert gpt
echo creat partition EFI size=300
echo format fs=fat32 quick
echo creat partition MSR size=16
echo creat partition PRIMARY size=102400
echo format fs=NTFS quick
echo assign
echo creat partition PRIMARY
echo format fs=NTFS quick
echo assign
echo exit
)|diskpart
x:\ghost64.exe -ja=ghost -sure
:: x:\ghost64.exe -ja=ghost -sure -rb
————
在\iventoy-1.0.20\user目录下,新建\injection\VentoyAutoRun.bat,把删除命令都放在里面。
在\iventoy-1.0.20\user目录下,新建\injection\Windows\System32\startnet.cmd,把wpeinit、ghost命令和diskpart命令都放里面。
在\iventoy-1.0.20\user目录下,复制\injection\ghost64.exe
在\iventoy-1.0.20\user\injection目录下,选中所有文件打包成injection.7z
在iventoy参数配置-默认超时时间,把0修改为1。
iventoy每次只能网络启动20台,可以重启程序重复操作。
GhostSrv.exe每次只能网刻32台,可以分两台电脑同时操作。
————
WinRE.wim与boot.wim操作说明
最新推荐文章于 2026-05-10 05:13:01 发布

1480

被折叠的 条评论
为什么被折叠?



