From 1e02eb44a5251a7cc3c57e51b5ba1d880da9319a Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Fri, 24 Nov 2017 21:13:50 -0800 Subject: [PATCH] 2017-08: Retroactive Updates * Faster WIM creation * (Removed compression) --- Scripts/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/functions.py b/Scripts/functions.py index 9b3b8e9..03f03bf 100644 --- a/Scripts/functions.py +++ b/Scripts/functions.py @@ -136,7 +136,7 @@ def backup_partition(bin=None, disk=None, par=None): if par['Number'] in disk['Bad Partitions']: print_warning('Skipped.') else: - cmd = '{bin}\\wimlib\\wimlib-imagex capture {Letter}:\\ "{Image Path}\\{Image File}" "{Image Name}" "{Image Name}" --compress=fast'.format(bin=bin, **par) + cmd = '{bin}\\wimlib\\wimlib-imagex capture {Letter}:\\ "{Image Path}\\{Image File}" "{Image Name}" "{Image Name}" --compress=none'.format(bin=bin, **par) if par['Image Exists']: print_warning('Skipped.') else: