From 83d4cbfac6e804a0a1266ebc86cfa04432d25a70 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Tue, 17 May 2022 17:00:50 -0500 Subject: [PATCH] HowToBuild.md --- CompatibleSources.md | 18 ++++++++++++++++++ HowToBuild.md | 12 ++++++++++++ _Sidebar.md | 2 ++ 3 files changed, 32 insertions(+) create mode 100644 CompatibleSources.md create mode 100644 HowToBuild.md diff --git a/CompatibleSources.md b/CompatibleSources.md new file mode 100644 index 0000000..1c92332 --- /dev/null +++ b/CompatibleSources.md @@ -0,0 +1,18 @@ +# Compatible Sources + +| Name | OS Build| Status | Notes | +| --- | --- | --- | +|Windows 10 version 1507|10240|Stable|| +|Windows 10 version 1511|15086|Stable|| +|Windows 10 version 1607|14393|Stable|| +|Windows 10 version 1703|15063|Stable|| +|Windows 10 version 1709|16299|Stable|| +|Windows 10 version 1803|17134|Stable|| +|Windows 10 version 1809|17763|Stable|| +|Windows 10 version 1903|18362|Stable|| +|Windows 10 version 1909|18363|Stable|| +|Windows 10 version 2004|19041|Stable|Preferred/Recommended| +|Windows 10 version 20H2|19042|Unstable|Partial support building from boot.wim.| +|Windows 10 version 21H1|19043|Unstable|Partial support building from boot.wim.| +|Windows 10 version 21H2|19044|Unstable|Partial support building from boot.wim.| +|Windows 11 version 21H2|22000|Unstable|No explorer shell.| \ No newline at end of file diff --git a/HowToBuild.md b/HowToBuild.md new file mode 100644 index 0000000..17a1123 --- /dev/null +++ b/HowToBuild.md @@ -0,0 +1,12 @@ +# Building PhoenixPE + +1. Mount or Extract your Win10 ISO to a location of your choice. If you don’t have a Win10 ISO you may use the links on the 'Source Config' script to download the most recent version. +1. Using the 'Source Config' script, select the location of your source you provided in Step 1. +1. Select the Source install.wim image. We recommend using the Pro image. +1. Enable the Apps you wish to include in your build. Note that some Apps require additional files or config. Do not blindly enable all apps and expect to get a successful build. +1. Tweak any settings you wish. +1. Press the Build button on PEBakery’s Main Menu. +1. Grab a snack or a drink. The build process typically takes from 2 to 7 minutes depending on your PC, internet speed, and the scripts you have enabled. The first build will take a bit longer as project files and registry hives are cached and applications are downloaded. +1. Test your finished build to make sure everything is working as you expect. +1. … +1. Profit! diff --git a/_Sidebar.md b/_Sidebar.md index 5c93051..cc846aa 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,5 +1,7 @@ ## Main 1. [[Home|Home]] +1. [[How To Build|HowToBuild]] +1. [[Compatible Sources|CompatibleSources]] 1. [[FAQ|FAQ]] ## Developers