Skip to content

brian8544/WinPEBuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinPEBuilder 1.1

WinPEBuilder creates your Windows PE environment easily and faster in just a few clicks. You will be able to generate a custom WinPE image with essential packages included.

WinPE Packages Preset:

  • HTA, WMI, StorageWMI, Scripting, NetFx, PowerShell, DismCmdlets, FMAPI, SecureBootCmdlets, EnhancedStorage, SecureStartup (BitLocker Support).
  • For more information about WinPE packages.

How Does it Work?

  1. First, you must install the Windows Assessment and Deployment Kit (Windows ADK).

  2. Do not forget to install the new Windows Preinstallation Environment (PE), which is available separately from the Assessment and Deployment Kit (ADK).

  3. Download the latest release zip file and unzip it.

  4. Run WinPEBuilder.bat as an Administrator!

Now we are almost ready to create our WinPE.

WinPEBuilder Directory Layout:

├── Add-Drivers   # Add all the drivers in this location; they will be added to the WinPE Image.
├── Add-Scripts   # Any script or file will copy to the WinPE %SYSTEM32% root.
├── WinPE-ISO     # The WinPE ISO will be generated in this directory and will be named: WinPE_X64.iso.
└── WinPE-Root    # This directory is used to mount the WinPE image.
Optional:
  • Changing the Background: Replace the image located at "\Add-Scripts\winpe.jpg" with an 800x600 px image.
  • If you want the default WinPE background, remove "\Add-Scripts\winpe.jpg".
  • Calling Custom Scripts: You need to edit "\Add-Scripts\startnet.cmd".
  • Add your scripts and drivers to the corresponding directories.

Donate:

This repository is forked, but I left the original creators' PayPal link below:

paypal

About

WinPEBuilder v1.1 - create your WinPE bootable Images easily, including custom scripts and drivers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%