An open API service indexing awesome lists of open source software.

https://github.com/rinminase/winsxs

📦⚡️ Compression of Windows system files using the compact command with the highest compression setting
https://github.com/rinminase/winsxs

batch compression shell shell-script winsxs

Last synced: 2 months ago
JSON representation

📦⚡️ Compression of Windows system files using the compact command with the highest compression setting

Awesome Lists containing this project

README

        

Windows Compression Script

## Introduction
Compression using the compact command with the highest compression setting (`/exe:lzx`).

## About
This compresses everything these folders:
- `Windows\WinSxS`
- `Windows\System32\DriverStore\FileRepository`
- `Windows\InfusedApps`
- `Program Files\WindowsApps`

## Notes
As Windows 7 does not yet support `/exe` setting, compression on these folders will be compressed using the nomal compression setting.

## Built with
* [Shell](https://www.linux.org/) - Language syntax