This commit is contained in:
Michael H.G. Schmidt 2023-01-04 16:04:32 +01:00
parent 9ab9c735a4
commit 7ffa301b06

View File

@ -446,18 +446,12 @@ This will create the new "boot.wim" image.
Execute:
```dos
cd /D %USERPROFILE%\workspace\git\w10install
04_PrepareImage.cmd
```
This will create/prepare the new "install.wim" image.
This script can also remove almost all APSS in the image (that are listed in the file "image\apps-to-remove.csv"). To do this call it with the switch "/R":
Execute:
```dos
04_PrepareImage.cmd /R
```
This will create/prepare the new "install.wim" and it will remove all apps that are listed in the file "image\apps-to-remove.csv".
*HINT: To leave the standard apps in the image just call the script without switch '/R'*
## 8.3 Edit the Windows image with "NTLite"