Installation and Configuration Windows 8 Client Hyper-V   Leave a comment


First, your computer must be able to run Hyper-V. This means you need a 64bit system that has the necessary hardware and BIOS bits to run virtualization. You’ll also need at least 4GB of RAM — the more the merrier, assuming you want to run multiple virtual machines simultaneously. Fortunately, if you need to run a server operating system, say, for testing purposes, running a Server Core edition can save a lot on memory. Windows Server 2012 will be a big help here because you will be able to install and configure it with a GUI and then take the GUI away, leaving a Server Core system.

Next, you need to configure Windows 8 to enable Hyper-V. It is not installed by default, so don’t bother looking for it if you have a new Windows 8 install. Instead you’ll need to enable a Windows feature. First, open Control Panel (I find it easiest to press Windows+R and type in Control). Then click Programs. Finally, select “Turn Windows features on or off.” This will require elevated privileges.

After a moment you should get a dialog box with available Windows features. Scroll down to Hyper-V and check the items you want to install. You can see my result below in Figure 1.

Fig1 Win8 Hyper-V dialog box

Go ahead and check (or uncheck) other features as needed. As long as you are here, click OK. The Hyper-V feature will require a reboot. You should get some new tiles like in Figure 2.

Fig2 Win8 Hyper-V new module

If you installed the PowerShell support, you should see a new module.

PS C:\> get-module hyper-v -ListAvailable Directory: C:\Windows\system32\WindowsPowerShell\v1.0\Modules ModuleType Name ExportedCommands

Posted 03/10/2012 by Petri in Hyper-V

Leave a comment