https://github.com/phxql/vhd-compact
Compacts VHDs.
https://github.com/phxql/vhd-compact
Last synced: 1 day ago
JSON representation
Compacts VHDs.
- Host: GitHub
- URL: https://github.com/phxql/vhd-compact
- Owner: phxql
- License: gpl-3.0
- Created: 2015-03-09T16:07:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T17:56:49.000Z (over 11 years ago)
- Last Synced: 2025-01-08T08:14:25.615Z (over 1 year ago)
- Language: C#
- Size: 156 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VHD compact
Compacts dynamically sized VHD images.
## Usage
`VhdCompact.exe [Path to VHD file]`
You can also drop the VHD file on the `VhdCompact.exe` file.
## Disclaimer
Idea from http://www.p2vme.com/2012/09/shrink-vhd-with-powershell.html.