小弟閒閒沒事就來教大家怎麼做中文版的windows 7光碟吧(雖然google一下就可以找到方法啦= =")
從網路上看到的方法是用windows AIK,不過小弟在vista上使用windows AIK會顯示找不到dism.exe,
所以我都是用Windows 7直接用"執行"輸入命令,比較方便。
本來想說大家應該是用x86,沒想到這麼多人用x64,結果害大家都一直出現問題,為了方便大家小弟也補上LJI大提供的x64的做法吧!!
特別提醒:在執行dism指令時,時間會稍微久一點,請各位耐心等待,如製作中漏了步驟,請勿直接將掛載中的映像檔直接刪除,必須要輸入指令卸載映像檔才可。
開始之前,先到x86,x64下載一下檔案吧,等等製作要用到的東西~
開始教學囉!!
首先在磁碟(這裡舉例為F)內建立兩個資料夾win7和7127,將windows 7 7127 iso壓縮檔解壓縮到win7資料夾裡,然後打開"執行"(windows鍵+R),輸入dism /mount-wim /wimfile:f:\win7\sources\install.wim /index:5 /mountdir:f:\7127 把 F:\win7\sources\install.wim掛載到F:\7127資料夾裡(x64指令為dism /mount-wim /wimfile:f:\win7\sources\install.wim /index:4 /mountdir:f:\7127)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-45755e2842cb763abd0934c5bf1d48f9.jpg)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-562e82aa6253af50204b1cc30bbcfb0f.jpg)
然後利用附檔裡的remove.xml移除語言包
dism /image:f:\7127 /Apply-Unattend:f:\remove.xml
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-22dc5891ff41d81fcaf7aa7f8d997dc7.jpg)
如果移除不了請將remove.xml用記事本打開,將下圖紅色框框的部分改成你的install.wim路徑
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-688d8da5b6dcf3058abc24b1194055c9.jpg)
移除成功後,就要來安裝官方繁體中文語言包了(存放位置為f:\lp.cab 可自行修改位置)
輸入dism /image:f:\7127 /add-package /packagepath:f:\lp.cab /packagepath:f:\lp.cab...
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-d9b4ddd310346e4d62091b30ea316c25.jpg)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-c76d14f9d01cb4f7bd185c1e76e10b73.jpg)
安裝完後,輸入dism /commit-wim /mountdir:f:\7127儲存一下更新(如果想要安裝台灣佈景主題可到afena955大大的[燒喔!!]M$正官方 Pre-RTM b_7127_X86繁體中文包 & 台灣布景主題包...下載,下載好後執行dism /image:f:\7127 /add-package /packagepath:"f:\Windows-LocalPack_x86-TW-Package.cab"安裝好後儲存更新)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-516a9db14241315df9e4bc166e5eb4c0.jpg)
再來設定一下區域語言
系統顯示語言:dism /image:f:\7127 /set-uilang:zh-tw
區域語言:dism /image:f:\7127 /set-syslocale:zh-tw
使用者語言:dism /image:f:\7127 /set-userlocale:zh-tw
區域ID:dism /image:f:\7127 /set-inputlocale:0404:00000404
dism /image:f:\7127 /set-allintl:zh-tw
系統時區(台北標準時間):dism /image:f:\7127 /set-timezone:"Taipei Standard Time"
更新langini檔: dism /image:f:\7127 /gen-langini /distribution:f:\win7
設定安裝程式(setup.exe)的當地語系化:
dism /image:f:\7127 /set-setupuilang:zh-tw /distribution:f:\win7
以上步驟都用好後,我們就可以儲存更新並卸載映像檔了
dism /unmount-wim /mountdir:f:\7127 /commit
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-f46156d67bd8bdf9ac9eaefb084fd5b3.jpg)
install.wim用好之後,就要來設定boot.wim了
一樣利用"執行"輸入dism /mount-wim /wimfile:f:\win7\sources\boot.wim /index:2 /mountdir:f:\7127 掛載到7127資料夾裡
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-daf90f8e2fa68d6eca64a52f02f5bd61.jpg)
把f:\win7\sources\lang.ini檔複製到f:\7127\sources裡覆蓋,就能選擇繁體中文作為安裝語言了
再把附檔裡的"winpe-fontsupport-zh-tw.cab"套裝程式(從windows AIK裡提取出來的)安裝至7127資料夾裡,指令為 dism /image:f:\7127 /add-package /packagepath:"f:\winpe-fontsupport-zh-tw.cab"
好了之後解壓縮語言包,把f:\lp\setup\sources資料夾裡的zh-tw資料夾複製到f:\win7\sources資料夾裡,也複製到f:\7127\sources資料夾裡,還有f:\lp\sources\license資料夾裡的zh-tw資料夾也複製到f:\7127\sources\license及f:\win7\sources\license裡
儲存更新並卸載鏡像檔:dism /unmount-wim /mountdir:f:\7127 /commit
接下來只要利用UltraISO製作成iso壓縮檔就可以了
打開UltraISO後,開啟windows 7 7127 iso壓縮檔,把下圖紅色框框裡的東西刪除,在把藍色框框裡的東西拉上去,案"儲存"就可以了
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-7240b6fc8e17bf089b2b44e2be53eb8a.jpg)
最後只要把它燒成光碟就ok了!!
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-4e7aa313067c1a80d204be03947b7e26.jpg)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-836ec70f9d37892d3919b9ca45570596.jpg)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-f629e8ecc5088576a117f0f524360dab.jpg)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-95c3fae3d03aa2df65c227cb36102001.jpg)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-175c5445d9bb6614e914d532578d5769.jpg)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-d44589ffb6577661f5037c418d76bbe3.jpg)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-9d87d6d2f1e9eb40f4a5df8d1c467c9d.jpg)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-464af977edbccd570270f4f98cff1dc8.jpg)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-9379766483b7d97079dbf832a103a7c3.jpg)
![[教學]自製Windows 7 7127繁體中文版光碟](http://attach.mobile01.com/attach/200905/mobile01-2b04954f5623b15c06147fb352c9b931.jpg)
有沒有像微軟的原生中文windows 7啊?呵呵~~