From f807e5a8bef5b316c19f4e21f4781c64dd425cbd Mon Sep 17 00:00:00 2001 From: John Van Tuyl Date: Tue, 29 Nov 2016 07:34:16 -0800 Subject: [PATCH] The Hyper-V provider works fine in Windows 10 10 is the version most people will be using anyway. --- website/source/docs/hyperv/index.html.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/source/docs/hyperv/index.html.md b/website/source/docs/hyperv/index.html.md index b847b9ab2..74596ea2a 100644 --- a/website/source/docs/hyperv/index.html.md +++ b/website/source/docs/hyperv/index.html.md @@ -5,14 +5,14 @@ sidebar_current: "providers-hyperv" description: |- Vagrant comes with support out of the box for Hyper-V, a native hypervisor written by Microsoft. Hyper-V is available by default for almost all - Windows 8.1 installs. + Windows 8.1 and later installs. --- # Hyper-V Vagrant comes with support out of the box for [Hyper-V](https://en.wikipedia.org/wiki/Hyper-V), a native hypervisor written by Microsoft. Hyper-V is available by default for -almost all Windows 8.1 installs. +almost all Windows 8.1 and later installs. The Hyper-V provider is compatible with Windows 8.1 and later only. Prior versions of Hyper-V do not include the necessary APIs for Vagrant to work. @@ -20,7 +20,9 @@ of Hyper-V do not include the necessary APIs for Vagrant to work. Hyper-V must be enabled prior to using the provider. Most Windows installations will not have Hyper-V enabled by default. To enable Hyper-V, go to "Programs and Features", click on "Turn Windows features on or off" and check -the box next to "Hyper-V." +the box next to "Hyper-V". Or install via PowerShell with + +Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All.
Warning: Enabling Hyper-V will cause VirtualBox, VMware,