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
- Host: GitHub
- URL: https://github.com/rinminase/winsxs
- Owner: RinMinase
- Created: 2017-11-20T13:41:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T16:49:36.000Z (over 5 years ago)
- Last Synced: 2025-03-25T20:11:44.452Z (3 months ago)
- Topics: batch, compression, shell, shell-script, winsxs
- Language: Batchfile
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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