diff --git a/README.md b/README.md index 5a1e594..51549d4 100644 --- a/README.md +++ b/README.md @@ -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"