Posts

Showing posts with the label cmd Wim boot waik windows 7

Windows Server 2012 Convert a .WIM to .VHD for virtual PC, Hyper-V

You will need WAIK you can download from Microsoft site. Here's the script you should use to convert that  image test.WIM Windows Server 2012 to a VHD named test.vhd CSCRIPT WIM2VHD.WSF /WIM:C:\Images\test.wim /SKU:01 /VHD:C:\test.vhd  Let me know if it works for you.