From e6a502f02169fd568b3d66f78a96e49d24ab7aea Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 28 Mar 2021 00:32:53 +0100 Subject: [PATCH] bugfix --- wim/export-image.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wim/export-image.cmd b/wim/export-image.cmd index 6c55a8d..3c2a3af 100644 --- a/wim/export-image.cmd +++ b/wim/export-image.cmd @@ -18,7 +18,7 @@ if EXIST %ESD% ( /SourceImageFile:%ESD% ^ /DestinationImageFile:%WIM% ^ /SourceName:"Windows 10 Pro" ^ - /Compress:Fast ^ + /Compress:Max ^ /CheckIntegrity echo. @@ -38,7 +38,7 @@ if EXIST %WIM% ( /SourceImageFile:%WIM% ^ /DestinationImageFile:%W10PRO% ^ /SourceName:"Windows 10 Pro" ^ - /Compress:Fast ^ + /Compress:Max ^ /CheckIntegrity move /Y %W10PRO% %WIM%