WinPE Rescue Builder

A while ago I wrote about how you can create a WinPE Rescue disk and add your own applications to it. Having a image like that is very handy but is time consuming to build and can get very complicated if you are not familiar with the commands. So, to help make things easy and faster I have put together a script that will build the PE ISO for you. The script drastically lowers the amount of time to to build a rescue image taking it from 2 hours to about 2 minutes. You will still need to have the 1706 ADK installed on the computer you want to build the image on but other then the ADK there are no other requirements to build your image. All other resources are included in the BuildPE package.

1. Download the BuildPE package.

2. Upzip the content of the BuildPE package then run the BuildPE.bat file as an administrator

3. Once the script has completed you will see a successful message telling you where the ISO file has been stored at.


4. At the at point you can burn the ISO file using my ISOtoUSB tool or another burning tool you wish. that's it the process is done you now have a ready to use WinPE Rescue image.

 


NOTES:
The builder is very limited on it customizations at this point but I do plan on making it easier to configure some of the settings in the future.

If you want to add your own application the to program files folder place the application folder in the Apps folder containing everything the application needs to run.

If you want the application to launch from the command line with out needing to input the path or extension you will need to create a bat file in the following format and place it in the LauchFiles folder.


@ECHO off 
start %cd:~0,2%\"Program Files"\cmtrace-x64\cmtrace.exe
exit cmd.exe

Comments

Popular posts from this blog

SCCM Task Sequence GUI - How to set up the TS to work with a GUI

SCCM Applications vs. SCCM Packages: Understanding the Key Differences

How to Deploy a Windows 10 Servicing update as a Application