Skip to content

Instantly share code, notes, and snippets.

@koumaza
Last active December 24, 2019 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koumaza/39a046a6a912a2463b0f7c6eb9054c26 to your computer and use it in GitHub Desktop.
Save koumaza/39a046a6a912a2463b0f7c6eb9054c26 to your computer and use it in GitHub Desktop.

wsl -- curl -L 'https://gist.githubusercontent.com/koumaza/39a046a6a912a2463b0f7c6eb9054c26/raw/84c4061c0b8e45d1758c99b06d31e32d137ac387/vhdx_cleanup.cmd' > vhdx_cleanup.cmd

@echo ---RunAs Admin---
wsl --shutdown
powershell Optimize-VHD -Path %~dp0*.vhdx -Mode Full
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment