-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added instructions to build your own ISO
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,31 @@ | ||
# Windows Pocket Edition | ||
Windows PE based DOS | ||
Windows PE based DOS-like interface | ||
Made with Batch | ||
|
||
Note: Still in Alpha stages | ||
|
||
JOIN THE KERNEL BROTHERS DISCORD: https://discord.gg/ZPhV9kT3gq | ||
|
||
# How to build your own WPE ISO | ||
|
||
1) Download os_wpe.bat from the code | ||
2) Get your Windows Preinstallation Environment ISO | ||
3) Download and install AnyBurn: https://www.anyburn.com/download.php | ||
4) Extract boot.wim from the ISO (In the sources folder) | ||
5) Use 7z or any other archive viewer to open boot.wim | ||
6) Navigate to Windows/System32 | ||
7) Drag and drop os_wpe.bat to System32 | ||
8) Close the boot.wim | ||
9) Launch AnyBurn and select 'Edit Image File' from the main menu | ||
10) Insert the ISO | ||
11) On the left panel, navigate to Sources | ||
12) Drag and drop the edited boot.wim to the right panel | ||
13) Select Yes to All if it asks to replace files | ||
14) Click Next and follow the steps to complete the ISO | ||
|
||
NOTE: Some features (Like custom apps) may not be available. | ||
|
||
|
||
Windows Pocket Edition - Version Alpha 0.0.3 (Build: A7) - Made by The Kernel Brothers | ||
|
||
Windows Pocket Edition Standalone - Version Alpha 0.0.3 (Build: A7) - Made by The Kernel Brothers |