X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README.WINDOWS;h=efa51957f10971d7ed28ff706745672591318938;hp=d9fa790117a2fb4fa79e7006a7a48dcefebfc2db;hb=6c7b1783191ffe324953aad63735843feda9f901;hpb=ee48e7057e7bd0a8dfa114cd996f760fec15ec83 diff --git a/README.WINDOWS b/README.WINDOWS index d9fa7901..efa51957 100644 --- a/README.WINDOWS +++ b/README.WINDOWS @@ -37,9 +37,6 @@ ImageX are the following: * Mounting images from a WIM file is not supported on Windows. - * The LZX ("maximum") compression ratio is several percent worse than - Microsoft's implementation. - However, wimlib-imagex provides a number of advantages compared to Microsoft's ImageX, including but not limited to the following: @@ -48,19 +45,12 @@ ImageX, including but not limited to the following: compared to mounting and unmounting images with Microsoft's ImageX, so you may prefer them anyway. - * wimlib-imagex offers fast multithreaded compression, so making WIM images - can be much faster. - - * wimlib-imagex provides a better XPRESS ("fast") compression ratio than - Microsoft's ImageX. - * wimlib-imagex provides an easy-to-use "optimize" command to remove wasted space from WIM files. * In some cases, wimlib-imagex uses simpler command-line syntax. For - example, `wimlib-imagex capture' (or simply `wimcapture') defaults to - maximum compression by default, integrity tables are treated as persistent, - and in some cases image names need not be explicitly specified. + example, integrity tables are treated as persistent, and in some cases image + names need not be explicitly specified. * Whenever possible, wimlib-imagex includes improved documentation and informational output compared to Microsoft's software.