Converting A VMDK To VHD
		 Answer : The Microsoft Virtual Machine Converter (MVMC) includes the Microsoft Virtual Disk Converter tool (MVDC.exe) that converts a VMDK file to a VHD file. http://www.microsoft.com/en-ca/download/details.aspx?id=42497 MVDC SrcDisk  DstDisk  [/?]  [/Dyn] SrcDisk  Specifies the source VMDK disk path to be converted. DstDisk  Specifies the path for the converted disk. [/?]     Show Help [/Dyn]   Indicates the destination disk should be dynamic rather than fixed. For example: C:\Program Files (x86)\Microsoft Virtual Machine Converter Solution Accelerator>mvdc "D:\VM\Windows Server 2008 R2 x64\Windows Server 2008 R2 x64.vmdk" "D:\VM\Windows Server 2008 R2 x64\Windows Server 2008 R2 x64.vhd" Step 1 of 3: Loading Source Disk... Step 1 of 3: Loading Source Disk Completed. Source file found of size 40.0 GB. DiskGeometry:    Cylinders:        5221    Tracks/Cylinder:  255    Sectors/Track:    63    Bytes/Sector:     512    MediaType:        FixedMedia Step 2 of 3: Cr...