How to make Win8.1 5.1 Win system 5.1 Micro system

  

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

First, download Install the Windows ADK tool for Win8.1 Update. During the installation process, we only need to check the “Deployment Tools” and “Windows Pre-Installation Environment”.

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

Third, click the Win button to enter the Win8.1 Modern start interface, select the new "Deploy" And the image tool environment & rdquo;, run as administrator

Fourth, for example, we need to make a 64-bit WinPE 5.1 ​​micro system.

1. First extract the old version of Win PE 5.0 (built-in Windows ADK), in the "Deploy and Image Tools Environment" command window, enter:

copype amd64 C:WinPE_amd64

//extract 64-bit version

copype x86 C:WinPE_x86

//extract 32-bit version

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

• Mounting Windows PE Image

Dism /Mount-Image /ImageFile:"C:WinPE_amd64mediasourcesboot.wim" /index:1 /MountDir:"C:WinPE_amd64mount"< Br>

• Add Win8.1 Update to WinPE image, enter the following commands in turn (Operation similar to making 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:Wi nPE_amd64mount /LogPath:AddPackage.log

• Optimize the current WinPE image

Dism /image:c:WinPE_amd64mount /Cleanup-Image /StartComponentCleanup /ResetBase

• Uninstall current WinPE Image

Dism /Unmount-Image /MountDir:"C:WinPE_amd64mount" /commit

• Compress WinPE to affect volume and 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 the old WinPE image

rename C:WinPE_amd64mediasourcesboot2.wim boot.wim

//Rename boot2.wim to boot.wim< Br>

3. Make a WinPE 5.1 ​​image. After upgrading the WinPE 5.1 ​​image, we need to repackage the image into an ISO image file, which is convenient for burning a DVD or creating a USB flash drive.

• Generate ISO image

MakeWinPEMedia /ISO C:WinPE_amd64 C:WinPE_amd64WinPE_amd64.iso

V. Make WinPE 5.1 ​​U disk boot disk

We can use the Rubik's U disk to start the master's built-in WinPE production tool, and create a dedicated U disk emergency tool with one click.

After rebooting the system, we can use the latest WinPE 5.1 ​​system platform to support the latest features of Win8.1 Update, such as support for WIMBoot technology.

Copyright © Windows knowledge All Rights Reserved