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%