Win7之家( airtaxifl.com):如何制作Win8.1 Update版WinPE 5.1微系統(tǒng)
剛才,我們在WinPE是什么?WinPE具體有什么作用?中學習到WinPE常用的功能和特性。隨著Win8.1 Update的發(fā)布,原先的WinPE 5.0也相應(yīng)升級至WinPE 5.1。那我們?nèi)绾沃谱饕豢钭钚掳鎃inPE 5.1微操作系統(tǒng)呢?
下面,IT之家也為Windows愛好者整理了相應(yīng)的圖文教程,參考如下:
準備工具:Win8.1 Update(更新補丁下載)、Windows ADK工具(點擊這里下載,備份離線包下載)
一、下載安裝適用于Win8.1 Update的Windows ADK工具,在安裝過程中,我們只需勾選“部署工具”,“Windows 預(yù)安裝環(huán)境”兩項。
二、我們將Win8.1 Update更新補丁存儲于C:\MSU文件夾目錄
三、點擊Win鍵進入Win8.1 Modern開始界面,選擇新增的“部署和映像工具環(huán)境”,以管理員身份運行
四、例如,我們需要制作64位WinPE 5.1微系統(tǒng)。
1、首先提取舊版Win PE 5.0(內(nèi)置Windows ADK),在“部署和映像工具環(huán)境”命令窗口中輸入:
copype amd64 C:\WinPE_amd64
//提取64位版本
copype x86 C:\WinPE_x86
//提取32位版本
2、將WinPE 5.0升級至WinPE 5.1(WinPE 5.0 Update)
• 掛載Windows PE映像
Dism /Mount-Image /ImageFile:"C:\WinPE_amd64\media\sources\boot.wim" /index:1 /MountDir:"C:\WinPE_amd64\mount"
• 添加Win8.1 Update至WinPE映像,依次輸入如下命令(操作類似制作Win8.1 with Update整合版系統(tǒng))
Dism /Add-Package /PackagePath:C:\MSU\Windows8.1-KB2919442-x64.msu /Image:C:\WinPE_amd64\mount /LogPath:AddPackage.log
Dism /Add-Package /PackagePath:C:\MSU\Windows8.1-KB2919355-x64.msu /Image:C:\WinPE_amd64\mount /LogPath:AddPackage.log
Dism /Add-Package /PackagePath:C:\MSU\Windows8.1-KB2932046-x64.msu /Image:C:\WinPE_amd64\mount /LogPath:AddPackage.log
• 優(yōu)化當前WinPE映像
Dism /image:c:\WinPE_amd64\mount /Cleanup-Image /StartComponentCleanup /ResetBase
• 卸載當前WinPE映像
Dism /Unmount-Image /MountDir:"C:\WinPE_amd64\mount" /commit
• 壓縮WinPE影響體積,生成新boot.wim
Dism /Export-Image /SourceImageFile:C:\WinPE_amd64\media\sources\boot.wim /SourceIndex:1 /DestinationImageFile:C:\WinPE_amd64\media\sources\boot2.wim
• 將新boot.wim替換原boot.wim映像
Del C:\WinPE_amd64\media\sources\boot.wim
//刪除舊版WinPE映像
rename C:\WinPE_amd64\media\sources\boot2.wim boot.wim
//將boot2.wim重命名為boot.wim
3、制作WinPE 5.1映像。升級WinPE 5.1映像后,我們需要將該映像重新打包一個ISO鏡像文件,方便刻錄DVD或者制作U盤啟動工具,操作如下。
• 生成ISO鏡像
MakeWinPEMedia /ISO C:\WinPE_amd64 C:\WinPE_amd64\WinPE_amd64.iso
五、制作WinPE 5.1 U盤啟動盤
例如,我們可以使用魔方U盤啟動大師(點擊這里下載)內(nèi)置的WinPE制作工具,一鍵制作專屬的U盤應(yīng)急工具。
重啟系統(tǒng)后,我們就可以使用最新的WinPE 5.1系統(tǒng)平臺,支持使用Win8.1 Update最新的功能特性,例如支持WIMBoot技術(shù)。
▲熟悉的Diskpart磁盤管理工具