- 積分
- 8669
- 最後登入
- 1970-1-1
- 閱讀權限
- 150
- 積分
- 8669
- 帖子
- 精華
升級
100%
|
本帖最後由 bv6f1 於 2013-11-23 17:05 編輯
這是 2013.11.22更新 快速訂製 win7,8,8.1,Boot.wim引導檔 預設路徑
setup.cmd
---------------------------------------------
@echo off
for %%a in (c d e f g h i j k l m n o p q r s t u v w y z) do (if exist %%a:\sources\win7\install.wim x:\sources\7setup.exe /installfrom:%%a:\sources\win7\install.wim &exit)
for %%k in (c d e f g h i j k l m n o p q r s t u v w y z) do (if exist %%k:\sources\win7\install.esd x:\sources\7setup.exe /installfrom:%%k:\sources\win7\install.esd &exit)
for %%b in (c d e f g h i j k l m n o p q r s t u v w y z) do (if exist %%b:\sources\win7\install.swm x:\sources\7setup.exe /installfrom:%%b:\sources\win7\install.swm)
exit
----------------------------------------------
這是第二版資料夾
setup.cmd
---------------------------------------------
@echo off
for %%a in (c d e f g h i j k l m n o p q r s t u v w y z) do (if exist %%a:\winsetup\win7\install.wim x:\sources\7setup.exe /installfrom:%%a:\winsetup\win7\install.wim &exit)
for %%k in (c d e f g h i j k l m n o p q r s t u v w y z) do (if exist %%k:\winsetup\win7\install.esd x:\sources\7setup.exe /installfrom:%%k:\winsetup\win7\install.esd &exit)
for %%b in (c d e f g h i j k l m n o p q r s t u v w y z) do (if exist %%b:\winsetup\win7\install.swm x:\sources\7setup.exe /installfrom:%%b:\winsetup\win7\install.swm)
exit
----------------------------------------------
打開你下載的:"Win7,8,8.1 訂製安裝引導" 資料內的 "安裝w7x64使用w8.1boot引導"
修改setup.cmd
存放路徑: 安裝w7x64使用w8.1boot引導\8boot\$$\Windows\System32\setup.cmd
把原這段 \sources\win7 改成\winsetup\win7
完成後提取 原版win8.1x64的boot.wim至 "安裝w7x64使用w8.1boot引導"資料夾內,改名boot8164.wim 執行 7boot8164.cmd 稍等整合完成
boot8164.wim 改名boot64.wim
複製至 \winsetup\win7內 記得原檔案先備份
祝你成功
|
本帖子中包含更多資源
您需要 登入 才可以下載或查看,沒有帳號?註冊
x
|