How to add language pack in win10 preview version of iso image? Add language pack method in win10 preview version of iso image

  

Previously, I shared a lot of win10 preview Chinese homemade iso images for everyone, so how do I make a homemade iso image? Here's how to add the language pack method to the win10 preview version of the iso image, let's learn together!

Materials needed:
1, win10 preview version 10134 English version official iso image download address

2, win10 preview version 10134 simplified Chinese language pack download address

3, ISO package software, available floppy disk;

4, can handle wim image file dism tool. Win8 and above are included, it is recommended to operate in Windows 10 Preview.

Production steps:

1. Unzip or extract the sources\\install.wim file in the ISO image

This assumes that the wim file path is: E:\\sources\\install. Wim

2. Mount the first image in the wim file.

Create a new mount target location, such as E:\\mount. Run CMD as an administrator and enter the following command to enter, taking care not to drop the spaces.

Dism /Mount-Image /ImageFile:E:\\sources\\install.wim /index:1 /MountDir:E:\\mount

Note: index indicates the image number. The first one is the professional version, the second one is the home version, um, in fact, there is always a home version.

3, integrated language package

Assume that the language package file is by path: E:\\x64_zh-cn_lp.cab. Create a new temporary folder, assuming the path is E:\\temp. Then enter the following command to enter

Dism /Image:E:\\mount /ScratchDir:E:\\temp /Add-Package /PackagePath:E:\\x64_zh-cn_lp.cab

4, set the default language

Enter the following command and press

Dism /Image:E:\\mount /Set-SKUIntlDefaults:zh-CN

Use this The commands can all be set up. Of course, there are a lot of items in it, all of which can be set individually. Click here to view the reference article.

5. Submit your changes. Enter the following command to enter

Dism /Unmount-Image /MountDir:E:\\mount /Commit

6. Generate ISO image

Use floppy disk. Use the floppy disk to open the original ISO image, delete sources\\install.wim in the upper part of the software, and find the integrated software package install.wim in the lower part. Finally save as, and you're done.


If you want to finish the installation interface, you need to finish winpe, we still lack materials. It is also possible to put the prepared install.wim directly into the win10 preview version of the 10134 Chinese image.

Copyright © Windows knowledge All Rights Reserved