How to resize Microsoft VHD file using Virtual Disk Utility
System Requirements Windows 7 / Server 2008 R2 or newer is required. Windows 8 / Server 2012 or newer is required for in-place resizing ( resizevhd ) and VHDX support. Usage: Create a virtual disk Download Link: Virtual Disk Command Line Utility makevhd [-d] vhd size [source] -d Use dynamic allocation for the virtual disk. vhd Path of the VHD file to be created. size Maximum size, in bytes, of the VHD; must be a multiple of 512. Alternatively, DVD or BD can be specified for preset sizes. If set to 0, the size of the source disk, if available, will be used. source Path of an optional source whose data will populate the new VHD. Usage: Create a differencing virtual disk makevhd -f vhd parent -f Create a differencing VHD. vhd Path of the differencing VHD file to be created. parent Path of an existing disk to be associated as the parent. Usage: Resize a virtual disk in-place resizevhd [-f] vhd size -f Forcibly truncate t...