|
#terminal --font-spacing=0:9
kernel (fd0)/wimboot
find --set-root --ignore-floppies --ignore-cd /windows/system32/winload.exe
find --set-root --ignore-floppies --ignore-cd /Recovery/windowsRE/winre.wim
if not exist /Recovery/windowsRE/winre.wim && ls /Recovery/ | set repath=
if exist /Recovery/windowsRE/winre.wim && set repath=windowsRE
initrd @bcd=(fd0)/bcd @boot.sdi=(fd0)/boot.sdi @bootmgr=(fd0)/bootmgr @7zx86.dll=(bd)/wimboot/winre/7zx86.dll @7zx64.dll=(bd)/wimboot/winre/7zx64.dll @7zx86.exe=(bd)/wimboot/winre/7zx86.exe @7zx64.exe=(bd)/wimboot/winre/7zx64.exe @tool.7z=(bd)/wimboot/winre/tool.7z @winpeshl.ini=(bd)/wimboot/winre/winpeshl.ini @startup.bat=(bd)/wimboot/winre/startup.bat @boot.wim=/Recovery/%repath%/Winre.wim
boot
我的启动方式 |
评分
-
查看全部评分
|