您现在的位置是:首页» windows系统» windows sdk制作pe系统,windows制作pe

windows sdk制作pe系统,windows制作pe

2024-07-16 07:03:20
本内容由系统网小编为大家分享,Windows系统安装教程、办公系统、软件怎么使用、软件使用教程、办公软件攻略等信息。如何制作ramos版的win8.1pe系统一、下载安装适用于Win8.1 Update的Windows ADK工具,在安装过

本内容由系统网小编为大家分享,Windows系统安装教程、办公系统、软件怎么使用、软件使用教程、办公软件攻略等信息。

如何制作ramos版的win8.1pe系统

一、下载安装适用于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位版本 2、将WinPE 5.0升级至WinPE 5.1(WinPE 5.0 Update)• 挂载Windows PE映像Dism /Mount-Image /ImageFile:"C:WinPE_amd64mediasourcesboot.wim" /index:1 /MountDir:"C:WinPE_amd64mount"• 添加Win8.1 Update至WinPE映像,依次输入如下命令(操作类似制作Win8.1 with Update整合版系统)Dism /Add-Package /PackagePath:C:MSUWindows8.1-KB2919442-x64.msu /Image:C:WinPE_amd64mount /LogPath:AddPackage.logDism /Add-Package /PackagePath:C:MSUWindows8.1-KB2919355-x64.msu /Image:C:WinPE_amd64mount /LogPath:AddPackage.logDism /Add-Package /PackagePath:C:MSUWindows8.1-KB2932046-x64.msu /Image:C:WinPE_amd64mount /LogPath:AddPackage.log • 优化当前WinPE映像Dism /image:c:WinPE_amd64mount /Cleanup-Image /StartComponentCleanup /ResetBase• 卸载当前WinPE映像Dism /Unmount-Image /MountDir:"C:WinPE_amd64mount" /commit• 压缩WinPE影响体积,生成新boot.wimDism /Export-Image /SourceImageFile:C:WinPE_amd64mediasourcesboot.wim /SourceIndex:1 /DestinationImageFile:C:WinPE_amd64mediasourcesboot2.wim• 将新boot.wim替换原boot.wim映像Del C:WinPE_amd64mediasourcesboot.wim//删除旧版WinPE映像rename C:WinPE_amd64mediasourcesboot2.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_amd64WinPE_amd64.iso用大白菜就好,简单方便

XTw.com.Cn系统网专业应用软件下载教程,免费windows10系统,win11,办公软件,OA办公系统,OA软件,办公自动化软件,开源系统,移动办公软件等信息,解决一体化的办公方案。

免责声明:本文中引用的各种信息及资料(包括但不限于文字、数据、图表及超链接等)均来源于该信息及资料的相关主体(包括但不限于公司、媒体、协会等机构)的官方网站或公开发表的信息。内容仅供参考使用,不准确地方联系删除处理!

联系邮箱:773537036@qq.com

标签: 制作 adk windows