Windows 8 is stuffed with lots of goodies (that’s the geeky-me speaking). Hyper-V in Windows 8 (client OS) is – amongst many others – one of the features I’ve been eagerly awaiting. Why? Well, as an IT-pro I regularly need to do some testing while not being able to connect to my home lab (which is running a Hyper-V server). Because in my day-to-day job I’m running Windows 7 on my laptop, and I don’t want to reboot into Windows Server 2008 all the time, I have to revert to other solutions if I want to make a VM easily accessible while continuing to work.

To achieve that, I use VMware workstation. With the new Hyper-V feature in Windows 8 however, I can now do this from within my client OS, using my preferred hypervisor Glimlach

Hyper-V is not enabled by default so you will have to manually add/enable it. The easiest way to do this is as follows:

1. Go to the bottom-right corner of your screen. A shortcut bar will appear, allowing you to open the control panel (“Settings > Control Panel”). Alternatively you could go through the “start-menu” (metro-style) if you want.

image      image

2. From the Control Panel, open “Programs”

image

3. Now click “Turn Windows features on or off”image

4. Click Hyper-V and confirm. After the installation, you will have to reboot the system.

image

5. After the reboot, Hyper-V manager will be available, offering you the same – familiar – interface as in Server 8.

image

Good luck with it!

EDIT:

I almost forget the most important part. For the geeks amongst us: you can also use PowerShell of course:

Enable-WindowsOptionalFeature –FeatureName Microsoft-Hyper-V (-Restart)

(add the restart only if you want to restart your computer automatically)