Skip to content

Instantly share code, notes, and snippets.

@seank-com
Created March 15, 2016 01:43
Show Gist options
  • Save seank-com/97bab1a79103688c22bc to your computer and use it in GitHub Desktop.
Save seank-com/97bab1a79103688c22bc to your computer and use it in GitHub Desktop.
REM
REM Use this script to detach a VHD by executing diskpart likeso
REM
REM DiskPart /s detach-vhd
REM
select vdisk file="C:\Users\seank\Desktop\seed.vhd"
detach vdisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment