This commit is contained in:
Michael H.G. Schmidt 2021-03-27 23:22:56 +01:00
parent b50dac1c63
commit f9355d58ce

View File

@ -290,3 +290,16 @@ Just execute:
cd /D %USERPROFILE%\workspace\github\w10install cd /D %USERPROFILE%\workspace\github\w10install
02_ExtractIso.cmd iso\Win10_20H2_English_x64.iso 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
```