Win10 preview version of ISO image how to add language package

  
                                                                                                                                                                                         Now with the Win10 preview version of the Simplified Chinese homemade ISO image, some users request to provide a production tutorial. It is better to teach people to fish, the method is actually very simple, Xiaobian will take the opportunity to "water", a text, easy to download the English version but have not had time to install friends.

Required materials:
1. First download the English Win10 preview version of the original English ISO image;
2, download the Chinese language package to be integrated;
3, ISO package software, available soft Dish;
4, the dism tool that can process wim image files. Win8 and above are included, it is recommended to operate in Windows 10 Preview.
Production steps:
Forgive me, I will not take screenshots here, try to use words to make it clear.
1, extract or extract the sourcesinstall.wim file in the ISO image
This assumes that the wim file path is: E:sourcesinstall.wim
2, the first image in the mount wim file.
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:sourcesinstall.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 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 Enter
Dism /Image:E:mount /Set-SKUIntlDefaults:zh-CN
Use this command to set all of them. Of course, there are many items in it. For a separate setup, click here to view the reference article.
5, submit changes. Enter the following command to enter
Dism /Unmount-Image /MountDir:E:mount /Commit
6, generate ISO image
Use floppy disk. Open the original ISO image with the floppy disk, delete sourcesinstall.wim in the upper part of the software, and find the install.wim integrated with the language package 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 10130 Chinese image.



Copyright © Windows knowledge All Rights Reserved