如何制作Win8.1 Update版WinPE 5.1微系统

\u5982\u4f55\u5236\u4f5cWin8.1 Update\u7248WinPE 5.1\u5fae\u7cfb\u7edf

\u4e00\u3001\u4e0b\u8f7d\u5b89\u88c5\u9002\u7528\u4e8eWin8.1 Update\u7684Windows ADK\u5de5\u5177\uff0c\u5728\u5b89\u88c5\u8fc7\u7a0b\u4e2d\uff0c\u6211\u4eec\u53ea\u9700\u52fe\u5bfb\u90e8\u7f72\u5de5\u5177\u201d\uff0c\u201cWindows \u9884\u5b89\u88c5\u73af\u5883\u201d\u4e24\u9879\u3002 \u4e8c\u3001\u6211\u4eec\u5c06Win8.1 Update\u66f4\u65b0\u8865\u4e01 \u5b58\u50a8\u4e8eC:MSU\u6587\u4ef6\u5939\u76ee\u5f55 \u4e09\u3001\u70b9\u51fbWin\u952e\u8fdb\u5165Win8.1 Modern\u5f00\u59cb\u754c\u9762\uff0c\u9009\u62e9\u65b0\u589e\u7684\u201c\u90e8\u7f72

\u6ca1\u56fe\uff01\uff01

\u4f46win8\u521b\u5efa\u7684\u6062\u590d\u9a71\u52a8\u5668\uff0c\u5012\u77e5\u9053\uff0c\u662f\u539f\u59cb\u7684winpe\uff0c\u6ca1\u6709\u592a\u591a\u529f\u80fd\uff0c\u4e5f\u6ca1\u6709\u7a97\u53e3\u3001\u684c\u9762

\u5e38\u8bf4\u7684winpe\u5176\u5b9e\u6709\u4e9b\u662f\u201c\u539f\u59cb\u7684winpe\u201d\u7ecf\u8fc7\u4fee\u6539\uff0c\u8865\u5145\u7684\u800c\u6765\uff0c\u4e5f\u6709\u7cbe\u7b80\u7cfb\u7edf\u800c\u6765\u7684\uff0c
\u90fd\u662f\u975e\u5b98\u65b9\u7684PE\uff0c

\u7ecf\u8fc7\u7f51\u4e0a\u4f17\u591a\u9ad8\u624b\u5b8c\u5584\uff0c\u73b0\u5728\u7684winpe\u6bd4\u539f\u59cb\u7684winpe\u66f4\u6613\u7528\u3001\u5f3a\u5927

\u7f51\u4e0a\u6709\u8bb8\u591aPE\u7cfb\u7edf\uff0c\u4e5f\u6709\u8bb8\u591a\u5236\u4f5c\u5de5\u5177\u53ca\u65b9\u6cd5\uff0c\u7f51\u4e0a\u770b\u56fe\u6587\u6559\u5b66\u5b66\u4e60

  一、下载安装适用于Win8.1 Update的Windows ADK工具,在安装过程中,我们只需勾选“部署工具”,“Windows 预安装环境”两项。

二、我们将Win8.1 Update更新补丁存储于C:\MSU文件夹目录

三、点击Win键进入Win8.1 Modern开始界面,选择新增的“部署和映像工具环境”,以管理员身份运行

四、例如,我们需要制作64位WinPE 5.1微系统。

1、首先提取旧版Win PE 5.0(内置Windows ADK),在“部署和映像工具环境”命令窗口中输入:

copype amd64 C:\WinPE_amd64

//提取64位版本

copype x86 C:\WinPE_x86

//提取32位版本

制作Win8.1 Update版WinPE 5.1微系统

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映像,依次输入如下命令

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

• 优化当前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盘启动盘

很多工具可以做,制作完成后重启系统,我们就可以使用最新的WinPE 5.1系统平台,支持使用Win8.1 Update最新的功能特性,例如支持WIMBoot技术

扩展阅读:win8.1下载 ... win7一直配置update ... 正版win10官网下载 ... 开机一键还原win7系统 ... 电脑配置update开不了机 ... win8.1一键激活 ... 电脑怎么自己重装系统 ... win8.1精简版溯汐潮 ... u盘重装win10系统步骤 ...

本站交流只代表网友个人观点,与本站立场无关
欢迎反馈与建议,请联系电邮
2024© 车视网