From 72c85dc7e6748d1e4438d1826a3b743b5c7cdac9 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Tue, 26 Jul 2016 10:12:14 -0700 Subject: [PATCH] draft --- windows/deploy/windows-10-poc.md | 33 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/windows/deploy/windows-10-poc.md b/windows/deploy/windows-10-poc.md index 375bf3b9eb..e9504c9238 100644 --- a/windows/deploy/windows-10-poc.md +++ b/windows/deploy/windows-10-poc.md @@ -48,8 +48,8 @@ Two computers are required to complete this guide: - - + + @@ -127,15 +127,18 @@ See the following diagram: ### Install Hyper-V -Use one of the following procedures to install Hyper-V on the Hyper-V host computer: - -- [Install Hyper-V on a computer running Windows 8/8.1/10](#to-install-hyper-v-on-a-computer-running-windows-8-8-1-10)
-- [Install Hyper-V on a computer running Windows Server 2012/2012 R2/2016](#to-install-hyper-v-on-a-computer-running-windows-server-2012-2012-r2-2016) - -####To install Hyper-V on a computer running Windows 8/8.1/10 - 1. Verify that the computer supports Hyper-V. + To install Hyper-V, the computer must be running one of the following operating systems, or a later operating system: + - Windows 8 + - Windows 8.1 + - Windows 10 + - Windows Server 2012 + - Windows Server 2012 R2 + - Winodws Server 2016 + + Note: A 64-bit operating system is requried to run Hyper-V. + Starting with Windows 8, the host computer’s microprocessor must support second level address translation (SLAT) to install Hyper-V. See [Hyper-V: List of SLAT-Capable CPUs for Hosts](http://social.technet.microsoft.com/wiki/contents/articles/1401.hyper-v-list-of-slat-capable-cpus-for-hosts.aspx) for more information. To verify your computer supports SLAT, open an administrator command prompt, type systeminfo, press ENTER, and review the section displayed at the bottom of the output, next to Hyper-V Requirements. See the following example: @@ -148,27 +151,23 @@ Use one of the following procedures to install Hyper-V on the Hyper-V host compu Second Level Address Translation: Yes Data Execution Prevention Available: Yes ``` - In this example, the computer supports SLAT and Hyper-V. + In the example above, the computer supports SLAT and Hyper-V. - If one or more requirements are evaluated as "No" then the computer does not support installing Hyper-V. However, if only the virtualization setting is incompatible, you might be able to enable virtualization in the BIOS and change the "Virtualization Enabled In Firmware" setting from "No" to "Yes." The location of this setting will depend on the manufacturer and BIOS version, but is typically found associated with the BIOS security settings. - - Note: A 64-bit operating system is requried to run Hyper-V. + If one or more requirements are evaluated as "No" then the computer does not support installing Hyper-V. However, if only the **"Virtualization Enabled In Firmware"** setting is incompatible, you might be able to enable virtualization in the BIOS and change this setting from "No" to "Yes." The location of this setting will depend on the manufacturer and BIOS version, but is often found associated with the BIOS security settings. 2. Enable Hyper-V. - The Hyper-V feature is not installed by default. To get it, open an elevated Windows PowerShell window and type the following command: + The Hyper-V feature is not installed by default. To get it, open an elevated Windows PowerShell window and type the following command. This command works to install Hyper-V on both Windows client and server operating systems: ``` Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All ``` - When you are prompted to restart the computer, choose Yes. The computer might restart more than once. + When you are prompted to restart the computer, choose **Yes**. The computer might restart more than once. You can also install Hyper-V using the Control Panel in Windows, under Turn Windows features on or off, as shown below: ![hyper-v feature](images/hyper-v-feature.png) -####To install Hyper-V on a computer running Windows Server 2012/2012 R2/2016 - ### Download VHDs ### Configure Hyper-V
**Computer 1****Computer 2****Computer 1****Computer 2**
Role