Posts

Showing posts with the label Windows

Desktop Infrastructure Workshop App-V 5.0, VDI. Hyper-V, Server 2012,Windows 8

Desktop Infrastructure Workshop App-V 5.0, VDI. Hyper-V, Server 2012,Windows 8 Microsoft PR Today conducted a seminar Desktop Deployment Services focused on Microsoft technologies.  One of the technologies my attention was App-V to help the issue of migration   from Windows XP to Windows 8.  These workshops are going to be providing weekly, whether public from 5 people on and they will be selected from our database.

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.