README
This commit is contained in:
parent
371a75ead9
commit
21e6cdfaf2
11
README.md
11
README.md
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user