This commit is contained in:
Michael H.G. Schmidt 2021-03-28 00:59:51 +01:00
parent 371a75ead9
commit 21e6cdfaf2

View File

@ -292,7 +292,7 @@ cd /D %USERPROFILE%\workspace\github\w10install
``` ```
# 6. Install building tools # 6. Install build tools
## 6.1 Windows ADK ## 6.1 Windows ADK
@ -304,6 +304,15 @@ cd /D %USERPROFILE%\workspace\github\w10install\scripts
install-adk.cmd install-adk.cmd
``` ```
## 6.2 Other tools
Creating a new windows image and removing "builtin" packages needs a tool called "install_wim_tweak". To install this tool an some others just execute:
```dos
cd /D %USERPROFILE%\workspace\github\w10install\scripts
unpack-zipfiles.cmd
```
# 7. Build the Windows Image for unattended installations # 7. Build the Windows Image for unattended installations