CompactGUI - Visual Interface for the Windows 10 Compact Function

Discussion in 'other software & services' started by guest, Nov 18, 2017.

  1. guest

    guest Guest

    By default Windows 10 is using the fastest compression algorithm. With the command compact.exe (C:\Windows\System32\compact.exe) other compression algorithms can be stated (for example the most compact algorithm: compact.exe <folder> /C /EXE LZX), but instead of using the command-line, CompactGUI can be used for this.
    After launching it and selecting of a folder it looks like this:
    CompactGUI_compress.png
    It also provides a Explorer context menu (right-click on any folder to compress/uncompress the files inside it), drap&drop functionality and gives visual feedback.
    Website
    Requirement: Windows 10, Microsoft .NET Framework 4.7
     
  2. guest

    guest Guest

    CompactGUI use Windows’ Compact tool with a GUI
    https://www.ghacks.net/2017/10/12/compactgui-use-windows-compact-tool-with-a-gui/
     
  3. roger_m

    roger_m Registered Member

    Joined:
    Jan 25, 2009
    Posts:
    8,629
    An excellent tool which is currently being updated as often as several times a day. I gained around 50GB of space on my C drive, by compressing both Program Files folders and a few other big folders.
     
  4. guest

    guest Guest

    50GB, that's a lot :thumb:
     
  5. guest

    guest Guest

    CompactGUI v2.4 (December 2, 2017)
    Download
     
  6. guest

    guest Guest

    CompactGUI v2.4.1 (December 15, 2017)
    Download
     
  7. guest

    guest Guest

    CompactGUI v2.5 Released (February 18, 2018)
    Download
    Changes
    • Major Backend Rework
      • Individually calls compact.exe per file
      • Removed dependency on compact.exe MUI tables for parsing. (Significantly slower, but allows the next point to exist)
      • Implemented workaround for the Windows bug that results in inflated savings for files >4GB.
      • Added a check to make sure files outside of the working directory cannot be compressed.
    • Skip Files that are Poorly Compressed - Implemented ability to skip poorly-compressable files (configurable from menu) - Mitigates the effects of the above changes
    • Added Wiki Submission Form - Simplifies the submission of results to Google Forms.
    • Many UI tweaks and changes
    Fixes:
    • Multiple backend usability and performance changes.
    • Made output console always visible, tweaked refresh timings to negate performance impact.
     
  8. roger_m

    roger_m Registered Member

    Joined:
    Jan 25, 2009
    Posts:
    8,629
    @mood Thanks, I just download it.
     
  9. guest

    guest Guest

    You're welcome :)

    CompactGUI will compress installed Programs and save Disk Space on Windows 10
    February 14, 2018
    http://www.thewindowsclub.com/compactgui-compress-installed-programs
     
  10. Special

    Special Registered Member

    Joined:
    Mar 23, 2016
    Posts:
    454
    Location:
    .
    To bad it's not portable, and phones home, It'd be a nice frontend otherwise.
     
  11. roger_m

    roger_m Registered Member

    Joined:
    Jan 25, 2009
    Posts:
    8,629
    It is portable.
     
  12. Special

    Special Registered Member

    Joined:
    Mar 23, 2016
    Posts:
    454
    Location:
    .
    It's not, unless you think things like "AppData\Local\Fateful_Productions\CompactGUI.exe_Url_u1p4hhqlhdjhg3.............." are acceptable for a portable program.
     
  13. roger_m

    roger_m Registered Member

    Joined:
    Jan 25, 2009
    Posts:
    8,629
    I didn't notice that folder when I looked in AppData. But in my case it doesn't worry me, as wherever possible I avoid portable software anyway.
     
  14. guest

    guest Guest

    CompactGUI v2.5.1 Released (February 21, 2018)
    Download
     
  15. roger_m

    roger_m Registered Member

    Joined:
    Jan 25, 2009
    Posts:
    8,629
    It phones home to check for updates.
    Compact.png
     
  16. Special

    Special Registered Member

    Joined:
    Mar 23, 2016
    Posts:
    454
    Location:
    .
    It does a lot more then that, go check with Wireshark.

    Where do you think it gets all of its compression data from?
     
  17. guest

    guest Guest

    CompactGUI v2.6 Released (March 2, 2018)
    Download
     
  18. guest

    guest Guest

    CompactGUI v2.6.1 Released (March 8, 2018)
    Download
     
  19. guest

    guest Guest

    CompactGUI v2.6.2 Released (March 12, 2018)
    Download
     
  20. guest

    guest Guest

    CompactGUI 3.0.0 Beta 1 Released (November 6, 2022)
    Download (GitHub - Releases)
    Code:
    Important!
    Because this application now uses .NET 6, you have two choices of downloads:
    
    https://github.com/IridiumIO/CompactGUI/releases/download/v3.0.0-beta.1/CompactGUI.exe
    2.71 MB: If you don't have the .NET 6 runtime installed when you try to run this, it will prompt you to download it from Microsoft
    
    https://github.com/IridiumIO/CompactGUI/releases/download/v3.0.0-beta.1/CompactGUI-Integrated.zip
    152 MB: Includes all libraries required to run it completely standalone, however it's nearly 50x the size. I do recommend installing the .NET 6 runtime instead (which is itself only a 50MB download).
    
    
    Changes
    • Skip Poorly Compressed Filetypes
      • Has been enabled - selecting these options will now actually skip filetypes. You cannot submit results if you have these options enabled (that's to ensure that future results aren't compromised). For the User Submitted Filetypes option, in future this will be adjusted to only skip files with a certain confidence level (e.g. if only 1 person says it should be skipped that's not good enough, but if 40 do then it can be skipped)
      • In theory, compression should be at least equal or only slightly worse than without skipping filetypes, and the speed should be faster (in some cases much faster). Please submit an issue if the compression is much worse for a particular game/folder
    • Added Notifications - shows a Toast notification when compression is completed (this can be enabled/disabled in the settings)
    • Added Drag-and-Drop - Folders can now be dragged into CompactGUI to compress them. One folder at a time only.
    • Updated Games Database - ~7400 new submissions since the last version (these are generally updated in the background but I haven't pushed a new database since July)
    Bug Fixes
    • Safely blocks System Windows directory from being selected without affecting other root folders that contain Windows #281
    • Fixed crash when a watched folder is deleted or renamed and CompactGUI cannot locate it - deleted/renamed folders are now automatically removed from the watchlist
    • Added checks to prevent non-NTFS folders from being compressed. #305
    Known issues
    • Watched folders will not play nice if you added a folder to the watchlist while in admin mode, and then went back to normal mode afterwards. It will still technically work, but the analysis will not be accurate (as it will skip over files it doesn't have permission to check)
    • Clicking the Analyse button to check all the watched folders won't show any visual indication that it's doing anything until it is finished. It is actually working, but you just can't see anything. Feel free to spam click the button if it makes you feel better.
    • The fading in/out bottom bar is a bit glitchy.
    • The right-click context menu no longer works and gives an error that CompactGUI is already running, if you're using the Watched list.

    CompactGUI
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.