From 7ffa301b06c60809302ffbd38977ab6e8d8f39f4 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Wed, 4 Jan 2023 16:04:32 +0100 Subject: [PATCH] docs --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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"