Skip to content

TechRepublic

  • Top Products
  • AI
  • Developer
  • Payroll
  • Security
  • Project Management
  • TechRepublic Academy
  • Innovation
  • Cheat Sheets
  • Big Data
  • Tech Jobs
  • TechRepublic Premium
  • Top Products
  • AI
  • Developer
  • Payroll
  • Security
  • Project Management
  • TechRepublic Academy
  • Innovation
  • Cheat Sheets
  • Big Data
  • Tech Jobs
  • See All Topics
  • Sponsored
  • Newsletters
  • Forums
  • Resource Library
TechRepublic Premium
Microsoft

Use Windows 8 Client Hyper-V to set up a test machine

By greg shultz October 3, 2012, 4:47 AM PDT

Image
1
of 14

Fig_A_10-5.png
Fig_A_10-5.png
Use Windows 8 Client Hyper-V to set up a test machine

Accessing Windows Feature tool from the Start Screen is easy

Accessing Windows Feature tool from the Start Screen is easy

ntThis gallery is also available as post in the Windows and Office Blog.
nt
ntIn the article, Get the free 90-day evaluation of Windows 8 Enterprise, I showed you how to download and install the free 90-day evaluation copy of the final version of Windows 8 Enterprise so that you could begin experimenting with the new operating system. I recommended that you install Windows 8 Enterprise to a VHD and use it in a dual-boot configuration, as I showed you in the article titled Dual-boot Windows 7 and Windows 8 using a VHD. After experimenting with Windows 8 in a dual-boot configuration with Windows 7 for a while I decided that I wanted to expand my test bed a bit and rather than setting up another dual-boot system, I decided that I wanted to experiment with the operating system from within Windows 8’s Client Hyper-V tool.

n

ntSo, I installed the Windows 8 Enterprise evaluation on a system, set up the Client Hyper-V tool, created a virtual machine, and then installed the Windows 8 Enterprise evaluation on that virtual machine. This new setup is working great and has not only allowed me to expand my Windows 8 test bed; it has also allowed me to experiment with all the great features in Windows 8’s Client Hyper-V. In this post I’ll show you how to setup and configure Windows 8’s Client Hyper-V. As I do, I’ll show you how to install see your virtual machine in the Hyper-V Manager on that virtual machine. Along the way, I’ll show you some of the neat features in Client Hyper-V.

n

ntnn

n

ntAbout Client Hyper-V

n

ntAs you may know, Microsoft has done away with Windows Virtual PC in favor of focusing on Hyper-V, which is also the main virtualization platform in Windows Server. Of course the server version of Hyper-V provides several advanced features that you won’t find in the client version. Advanced features aside, the client version provides the same powerful and feature rich virtualization platform, along with an identical user interface and functionality as the server version. For instance, Windows 8’s Client Hyper-V will allow you to simultaneously run multiple virtual machines and it can be used to run both 32- and 64-bit operating systems. Of course there is much more to Windows 8’s Client Hyper-V than I will be able to cover in one article. But rest assured I will cover this topic in more detail in the future.

n

ntRequirements

n

ntWindows 8’s Client Hyper-V is only available in the 64-bit versions of Windows 8 Pro and Windows 8 Enterprise and of course that means that it will only run on computers with 64-bit CPUs. And, these 64-bit CPUs must incorporate Second Level Address Translation (SLAT) technology. While most current CPUs from AMD and Intel support SLAT, you can verify your system by running the Coreinfo command-line utility from Microsoft’s Windows Sysinternals site.

n

ntYour system must have at least 4GB of memory. However, if you want to be able to comfortably run more than one virtual machines at a time, you’ll want more the 4GB.

n

ntGetting started

n

ntWindows 8’s Client Hyper-V isn’t enabled by default, but you can add it rather quickly from the Windows Features tool. To begin, just press the [Windows] key to bring up the Start Screen. Then, type Features, select Settings, and click Turn Windows features on or off.

n

ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

When turning on Hyper-V it is best to enable all of the features

When turning on Hyper-V it is best to enable all of the features

ntWhen you see the Windows Features dialog box, locate and select the Hyper-V related check boxes and click OK. When you do, Windows 8 will enable the Hyper-V client and then prompt you to restart your system to complete the installation.
nt
ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

Hyper-V places two tiles on the Start Screen

Hyper-V places two tiles on the Start Screen

ntAs you can see, I have selected both the Hyper-V GUI Management Tools and the Hyper-V Module for Windows PowerShell. While the Hyper-V management console provides you with everything that you need to create, manage, and run virtual environments on your PC, having the PowerShell features available will allow you to experiment with scripting various Hyper-V features.

n

ntWhen you system restarts, you’ll find two tiles on the Start Screen for Hyper-V, as shown. The Hyper-V Virtual Machine Connection is a Remote Desktop-like tool that you will use to connect to your virtual machine after it is created and the Hyper-V Manager tile launches the management console that you’ll use to create and manage your virtual machine.
nt
ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

You use the Virtual Switch Manager

You use the Virtual Switch Manager

ntWhile you can create a virtual machine without a virtual network connection and then add it later, you’ll want to have it in place before create your first virtual machine. You’ll use the Virtual Switch Manager to create and configure how you want the virtual network connection to work.

n

ntAfter you launch the Hyper-V Manager, navigate to the Actions pane and select the Virtual Switch Manager action.
nt
ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

Specify the way your virtual machine will connect to the network

Specify the way your virtual machine will connect to the network

ntThe Virtual Switch Manager allows you to select several types of virtual switches: External, Internal, and Private. The one you choose will depend on how you want to use your virtual machine. If you want your virtual machine to be able to access resources available on your physical network, you’ll select External. If you only want a connection between the host and the virtual machine, you’ll select Internal. If you have more than one virtual machine running at one time and you only want a connection between your virtual machines, you select Private.

n

ntFor the purposes of this example, I’ll select External and click Next. You’ll then be able to assign your virtual switch a name and select the network adapter. These two steps are illustrated.
nt
ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

Your network may temporarily go offline

Your network may temporarily go offline

ntWhen you click OK, you’ll see the warning message shown. The reason for this warning is that during the virtual network connection procedure, your network may temporarily go offline.

n

ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

You can create virtual hard disk or a virtual floppy disk

You can create virtual hard disk or a virtual floppy disk

ntCreating a virtual machine is easy; to begin, go back to the Actions pane in the Hyper-V Manger and select the New | Virtual Machine command.
nt
ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

Create a custom virtual machine or select a preconfigured one

Create a custom virtual machine or select a preconfigured one

ntWhen the first screen of the New Virtual Machine Wizard appears, you’ll discover that you can quickly create a virtual machine using the preconfigured default settings or you can work through the wizard and create a custom configuration.
nt
ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

Name the computer and specify the amount of RAM

Name the computer and specify the amount of RAM

ntIf you want to use the preconfigured default virtual machine, just click Finish button. When you do you’ll get a basic configuration with 512MB of RAM and no network connection. Of course you can modify the configuration from the Settings page. However, if you want to create a customized virtual machine, click Next. On the next two screens in the New Virtual Machine Wizard, you’ll give your machine a name and specify the amount of RAM you want the virtual machine to have. These two screens are shown.
nt
ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

Connect your virtual machine to the virtual switch and specify the virtual hard disk

Connect your virtual machine to the virtual switch and specify the virtual hard disk

ntAs you can see, in addition to naming the system, you can specify different location to store the virtual machine files. For instance, you could store the virtual machine file on an external drive or on a file server. Dynamic Memory is a memory management system designed to utilize the available physical memory more efficiently when you are running more than one virtual machine at a time. For the purposes of this example, I won’t enable or discuss Dynamic Memory in any more detail; however, you can learn more Microsoft’s Overview page.

n

ntMoving ahead, you’ll link your virtual machine to the virtual switch that you created and specify the virtual hard disk. These two steps are shown.
nt
ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

Install the operating system on your virtual machine

Install the operating system on your virtual machine

ntAs you can see, there are several options for specifying the virtual hard disk, you can create disk by giving it a name, specifying its location, and choosing its size. By default, the virtual hard disk has the same name as the virtual machine and is 127GB in size. If you have an existing virtual hard disk that you want to use for your virtual machine, you can connect it now or later.

n

ntOn the Installation Options screen, you’ll specify when and how you will install an operating system on the virtual machine. As you can see, I’ve selected to install the operating system from the DVD drive, but I could also choose to install from an ISO file, a bootable virtual floppy disk, or a network installation server. I can also choose to install the operating system later.

n

ntAt this point you can click Next to go to a Summary screen or you can just click Finish. When the Wizard closes, you’ll see your virtual machine in the Hyper-V Manager.

n

ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

Choose the Connect command

Choose the Connect command

ntLaunching the installation

n

ntFor my example, I choose to have the operating system installed from a DVD. So, after you insert the DVD in the drive, go back to the Actions pane in the Hyper-V Manager, scroll down to the virtual machine section and click the Connect command.
nt
ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

Click the Start button on the virtual machine window's toolbar

Click the Start button on the virtual machine window's toolbar

ntWhen you do, you’ll see a virtual machine window that tells you that the machine is turned off. At this point, just click the Start button on the menu bar.
nt
ntCredit images to Greg Shultz for TechRepublic

Use Windows 8 Client Hyper-V to set up a test machine

The virtual machine will boot from the DVD and begin the installation procedure

The virtual machine will boot from the DVD and begin the installation procedure

ntIn a moment, the virtual machine will boot off the DVD and begin the installation. The screeenshot shows the first screen in the Setup procedure of the Windows 8 Enterprise evaluation.

n

ntOnce the installation was complete, I could begin experimenting with the Windows 8 Enterprise evaluation in my virtual machine.

n

ntCredit images to Greg Shultz for TechRepublic

  • Microsoft
  • Account Information

    Share with Your Friends

    Use Windows 8 Client Hyper-V to set up a test machine

    Your email has been sent

Share: Use Windows 8 Client Hyper-V to set up a test machine
Image of greg shultz
By greg shultz
My first computer was a Kaypro 16 \"luggable\" running MS-DOS 2.11 which I obtained while studying computer science in 1986. After two years, I discovered that I had a knack for writing documentation and shifted my focus over to technical writing.
  • Account Information

    Contact greg shultz

    Your message has been sent

  • |
  • See all of greg's content

Daily Tech Insider

If you can only read one tech story a day, this is it.

TechRepublic Premium

  • TechRepublic Premium

    Quick Glossary: Foodtech

    Food stands as a fundamental necessity for human survival. Our bodies rely on the nutrients found in food that enable us to carry out our day-to-day activities and responsibilities. However, in our modern, fast-paced world, the convenience of readily available food is often prioritized, notwithstanding the expense of food safety due to potential contaminants. This ...

    Downloads
    Published:  November 27, 2023, 4:00 PM EST Modified:  November 28, 2023, 8:28 AM EST Read More See more TechRepublic Premium articles
  • TechRepublic Premium

    Hiring Kit: Compliance Analyst

    Recruiting a compliance analyst with the right combination of industry compliance expertise and collaboration skills will require a comprehensive screening process. This hiring kit from TechRepublic Premium provides an adjustable framework your business can use to find the right person for the job. From the hiring kit: DETERMINING FACTORS, DESIRABLE PERSONALITY TRAITS AND SKILLSETS Regulatory ...

    Downloads
    Published:  November 27, 2023, 4:00 PM EST Modified:  November 28, 2023, 8:44 AM EST Read More See more TechRepublic Premium articles
  • TechRepublic Premium

    Hiring Kit: Video Game Artist

    While modern video games rely on a full array of multimedia to keep players engrossed and engaged, there is little doubt that the visual medium is the driving force for most games. It is the visuals of art, effects, colors, etc., that keep players glued to their displays. This undeniable fact is why the video ...

    Published:  November 26, 2023, 4:00 PM EST Modified:  November 27, 2023, 9:00 AM EST Read More See more TechRepublic Premium articles
  • TechRepublic Premium

    Cloud Data Warehouse Guide and Checklist

    Choosing a vendor to provide cloud-based data warehouse services requires a certain level of due diligence on the part of the purchaser. This cloud data warehouse guide and checklist from TechRepublic Premium will help businesses choose the vendor that best fits its data storage needs based on offered features and key elements. From the guide: ...

    Published:  November 26, 2023, 4:00 PM EST Modified:  November 27, 2023, 9:00 AM EST Read More See more TechRepublic Premium articles

Services

  • About Us
  • Newsletters
  • RSS Feeds
  • Site Map
  • Site Help & Feedback
  • FAQ
  • Advertise
  • Do Not Sell My Information
  • Careers

Explore

  • Downloads
  • TechRepublic Forums
  • Meet the Team
  • TechRepublic Academy
  • TechRepublic Premium
  • Resource Library
  • Photos
  • Videos
  • Editorial Policy
  • TechRepublic
  • TechRepublic on Twitter
  • TechRepublic on Facebook
  • TechRepublic on LinkedIn
  • TechRepublic on Flipboard
© 2023 TechnologyAdvice. All rights reserved.
  • Privacy Policy
  • Terms of Use
  • Property of TechnologyAdvice
CLOSE

Create a TechRepublic Account

Get the web's best business technology news, tutorials, reviews, trends, and analysis—in your inbox. Let's start with the basics.

Already registered? Sign In
Use Facebook
Use Linkedin

* - indicates required fields

CLOSE

Sign in to TechRepublic

Not a member? Create an account
Use Facebook
Use Linkedin

Lost your password? Request a new password

CLOSE

Reset Password

Please enter your email adress. You will receive an email message with instructions on how to reset your password.

Check your email for a password reset link. If you didn't receive an email don't forgot to check your spam folder, otherwise contact support.

Back to login
1 Finish Profile
2 Newsletter Preferences
CLOSE

Welcome. Tell us a little bit about you.

This will help us provide you with customized content.

No thanks, continue without
1 Finish Profile
2 Newsletter Preferences
CLOSE

Want to receive more TechRepublic news?

Newsletter Name
Subscribe
Daily Tech Insider
Daily Tech Insider AU
TechRepublic UK
TechRepublic News and Special Offers
TechRepublic News and Special Offers International
Executive Briefing
Innovation Insider
Project Management Insider
Microsoft Weekly
Cloud Insider
Data Insider
Developer Insider
TechRepublic Premium
Apple Weekly
Cybersecurity Insider
Google Weekly
Toggle All
No thanks, continue without

You're All Set

Thanks for signing up! Keep an eye out for a confirmation email from our team. To ensure any newsletters you subscribed to hit your inbox, make sure to add newsletters@nl.technologyadvice.com to your contacts list.

Back to Home Page