From f9355d58cef9bcfa36d6c515439bff301c27d7f3 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sat, 27 Mar 2021 23:22:56 +0100 Subject: [PATCH] README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index bb369d5..0b50366 100644 --- a/README.md +++ b/README.md @@ -290,3 +290,16 @@ Just execute: cd /D %USERPROFILE%\workspace\github\w10install 02_ExtractIso.cmd iso\Win10_20H2_English_x64.iso ``` + + +# 6. Install building tools + +## 6.1 Windows ADK + +This is needed to be able to edit the Microsoft XML files (needed for unattended installation) and for the creation of ISO files (last step in the build process - mainly needed for testing purposes). + +To install it just execute: +```dos +cd /D %USERPROFILE%\workspace\github\w10install\scripts +install-adk.cmd +```