From d92713dd59fc1848022944d43a49758d3b6efa5e Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sat, 27 Mar 2021 23:31:34 +0100 Subject: [PATCH] README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 0b50366..a6e8b3e 100644 --- a/README.md +++ b/README.md @@ -303,3 +303,21 @@ To install it just execute: cd /D %USERPROFILE%\workspace\github\w10install\scripts install-adk.cmd ``` + + +# 7. Build the Windows Image for unattended installations + +This is a very long running and CPU intensive task. I recommend a 3 GHZ six core machine with 16 GB RAM. Many things will be done here: + +- extract the boot image (WIM file) and add tools to provide a boot menu etc. pp. +- extract Windows image (WIM file) and choose Windows 10 Pro version +- remove all apps from the windows image (except the Store app!) +- remove many packages from the windows image (including defender!) + +Just execute: +```dos +cd /D %USERPROFILE%\workspace\github\w10install +03_MakeAll.cmd +``` + +Be patient: This whole process could run 1 - 3 hours.