Skip to content

Commit 969fd9c

Browse files
authored
Update README.md
1 parent 2b5eabe commit 969fd9c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ Use this tool to:
1919

2020
For most modern computers there will be no (or very little) performance loss. Those with older HDDs may even see a decent performance gain in the form of reduced loading times as the smaller files means it takes less time to read programs and games into RAM.
2121

22-
![Screenshot](https://i.imgur.com/BkDnVa4.png)![Screenshot2](https://i.imgur.com/4fThTKX.png)
22+
## Extra Features
23+
24+
- More accurate reporting than the built-in Windows command-line tool (as there are some bugs with parsing that Microsoft needs to fix)
25+
- Analyze the status of existing folders
26+
- Integration into Explorer context menus for easier use.
27+
28+
## Screenshots
29+
<p align="center"><img src="https://i.imgur.com/BkDnVa4.png" alt="compactGUI"></p>
30+
<p align="center"><img src="https://i.imgur.com/4fThTKX.png" alt="compactGUI"></p>
2331

2432
## Background
2533
Windows 10 includes a little-known but very useful tool called Compact that allows one to compress folders and files on disk, decompressing them at runtime. With any modern CPU, this added load is hardly noticed, and the space savings are of most use on those with smaller SSDs.
@@ -43,6 +51,7 @@ The options available are:
4351
### Additional Notes
4452

4553
In my testing, using any of the XPRESS modes has no discernible impact on CPU performance when the compressed program is run (Using an i7-6700HQ). Here's the output tests for Adobe Photoshop:
46-
![Photoshop compression results](https://i.imgur.com/ou0D0B1.png)
54+
<p align="center"><img src="https://i.imgur.com/ou0D0B1.png" alt="PSResults"></p>
55+
4756

4857
However, if your processor is especially old, you may find that performance is worse when folders are compressed with 8K and 16K. Use 4K instead. Despite this, I've successfully tested it on an i3-370M from 2010, and it had no issues with performance on any of the compression modes.

0 commit comments

Comments
 (0)