Personalized WinPE Encapsulation Method----The "commands" needed to be understood in the production process

Source: Internet
Author: User

1. Under existing WINDOWS7 conditions, automatically set up the Mywinpe folder on the e disk, set up the Windows PE build environment, and save to E:\MYWINPE

Copype.cmd x86 E:\MYWINPE

2. Copy the Winpe.wim under E:\mywinpe to E:\mywinpe\ISO\sources and name it Boot.wim

Copy E:\mywinpe\winpe.wim E:\mywinpe\ISO\sources\boot.wim

3. View Boot.wim information under E:\mywinpe\iso\sources\

Dism/get-wiminfo/wimfile:e:\mywinpe\iso\sources\boot.wim

4. Mount the image (similar to unzip, unzip to the E:\mywinpe\mount directory). According to the information found above (my is: Index 1, so the following command is used/index:1)

Dism/mount-wim/wimfile:e:\mywinpe\iso\sources\boot.wim/index:1/mountdir:e:\mywinpe\mount

5. Set the WinPE scratch space to 256MB (typically 128, 256, 512, depending on the program you add, such as size, too small will affect the startup speed)

dism/image:e:\mywinpe\mount/set-scratchspace:256

6. Submit and unmount the image (similar to compression)

Dism/unmount-wim/mountdir:e:\mywinpe\mount/commit

7. package into ISO image file Pe.iso, save to E:\mywinpe

Oscdimg-n-m-o-be:\mywinpe\etfsboot.com E:\mywinpe\iso E:\mywinpe\pe.iso

8. After the failure, clean up the outdated file log

Dism/cleanup-wim

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Personalized WinPE Encapsulation Method----The "commands" needed to be understood in the production process

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.