Required Materials:
1, English Win10 preview version of the original English ISO image;
2, to integrate the Chinese language pack;
3, ISO packaged software, available soft disk;
4, can handle the WIM image file of the DISM tool. Win8 is included in the above version and is recommended for operation in WINDOWS10 preview version.
Production steps:
1, extract or extract the ISO image of the Sources\install.wim file
This assumes that the WIM file path is: E:\sources\install.wim
2. Mount the first image in a WIM file.
Create a new mount target location, such as E:\mount. Run cmd as an administrator, enter the following command to return, and be careful not to throw away spaces.
Dism/mount-image/imagefile:e:\sources\install.wim/index:1/mountdir:e:\mount
Note: Index represents the image number. The first one is the professional version, the second is the family version, well, in fact there has always been a family version.
3. Integrated Language Pack
Suppose the language pack 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 return
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 return
Dism/image:e:\mount/set-skuintldefaults:zh-cn
With this command can be set up, of course, there are many items, can be one by one separate settings, click here to view the reference article.
5, the submission of changes. Enter the following command return
Dism/unmount-image/mountdir:e:\mount/commit
6. Produce ISO image
Soft disc is used here. The original ISO image is opened with the soft disc, the Sources\install.wim is deleted in the upper part of the software, and the install.wim in the lower part is dragged to the upper part to find the integrated language pack. Finally save as, done.
If we want to install the interface, we need to WinPE, we still lack of materials. It is also OK to put the install.wim into the 10130 Chinese image directly.