WIM2VHD for Windows 8 and Windows Server 2012 by Richard Qi

The New version of WIM2VHD is now available for Windows 8 and Windows Server 2012.

Download the tool from here

What is WIM2VHD? It is a tool that allows you to create sysprepped VHD and VHDX images from any official build of Windows 7, Windows Server 2008 R2, Windows 8, and Windows Server 2012.

This new release is completed rewritten in PowerShell. Support for creating VHD and VHDX images from .ISO files has been added!

One more thing for those who prefer UI, A new (and completely optional) graphical user interface has been added, making the creation of VHD and VHDX images as simple as a few mouse clicks!

Here is how it works

1. Run PowerShell as Administrator on your Windows Client or Windows Server. Run the following commands to allow PowerShell Scripts to run on your PC: set-executionpolicy unrestricted

2. Go to the directory where the WIM2VHD script is stored. Run the following PowerShell commands: .\convert-WindowsImage.ps1 -ShowUI

3. The UI tool will be loaded. Choose the .WIM file. For Windows 8 and Windows Server 2012, you can find the file at .\Sources\install.wim

You can choose different parameters like VHD or VHDx Format, Fixed or Dynamic disk.

4. Just wait for the PowerShell Commands to be fully executed and you will have a VHD or VHDx file ready

Related Posts

Leave a Reply