diff --git a/README.md b/README.md index 8540564..bcfd10e 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ cd /D %USERPROFILE%\workspace\github\w10install ``` -# 6. Install building tools +# 6. Install build tools ## 6.1 Windows ADK @@ -304,6 +304,15 @@ cd /D %USERPROFILE%\workspace\github\w10install\scripts 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