How to make Win8.1 update version WinPE 5.1 Micro System

Source: Internet
Author: User
Tags versions

Preparation tools: Win8.1 Update (update patch download), Windows ADK Tools (click here to download, backup offline package download)

First, download the installation for Win8.1 update Windows ADK Tools, during the installation process, we simply check the deployment tool, "Windows Preinstallation Environment" two.

Second, we store the Win8.1 update update patch in the C:MSU folder directory

Third, click the Win button into the Win8.1 modern start interface, select the new "Deployment and Image tool environment", run as an administrator

Four, for example, we need to make 64-bit WinPE 5.1 micro-systems.

1, first extract the old version of Win PE 5.0 (built-in Windows ADK), in the "Deployment and Imaging Tool Environment" Command window, enter:

Copype AMD64 C:WINPE_AMD64

Extract 64-bit versions

Copype x86 c:winpe_x86

Extract 32-bit versions

2. Upgrade WinPE 5.0 to WinPE 5.1 (WinPE 5.0 Update)

• mount a Windows PE image

Dism/mount-image/imagefile: "C:winpe_amd64mediasourcesboot.wim"/index:1/mountdir: "C:WinPE_amd64mount"

• Add Win8.1 update to WinPE image, and enter the following command (operations similar to the Win8.1 with Update integrated system)

Dism/add-package/packagepath:c:msuwindows8.1-kb2919442-x64.msu/image:c:winpe_amd64mount/logpath:addpackage.log

Dism/add-package/packagepath:c:msuwindows8.1-kb2919355-x64.msu/image:c:winpe_amd64mount/logpath:addpackage.log

Dism/add-package/packagepath:c:msuwindows8.1-kb2932046-x64.msu/image:c:winpe_amd64mount/logpath:addpackage.log

• Optimize the current WinPE image

Dism/image:c:winpe_amd64mount/cleanup-image/startcomponentcleanup/resetbase

• Uninstall the current WinPE image

Dism/unmount-image/mountdir: "C:winpe_amd64mount"/commit

• Compress WinPE influence volume, generate new Boot.wim

Dism/export-image/sourceimagefile:c:winpe_amd64mediasourcesboot.wim/sourceindex:1/DestinationImageFile:C:WinPE _amd64mediasourcesboot2.wim

• Replace the new boot.wim with the original boot.wim image

Del C:winpe_amd64mediasourcesboot.wim

Remove legacy WinPE Images

Rename C:winpe_amd64mediasourcesboot2.wim Boot.wim

Rename Boot2.wim to Boot.wim

3, the production of WinPE 5.1 images. After upgrading the WinPE 5.1 image, we need to repackage the image with an ISO image file to make it easy to burn the DVD or create a USB disk boot tool, as follows.

• ISO image generation

Makewinpemedia/iso C:winpe_amd64 C:winpe_amd64winpe_amd64.iso

V. Production of WinPE 5.1 U disk Startup disk

For example, we can use the Rubik's cube disk to start the master built in the WinPE production tools, a key to create the exclusive U disk emergency tools.

Once the system is restarted, we can use the latest WinPE 5.1 system platform to support the use of the latest features of Win8.1 update, such as support for Wimboot technology.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.