From 6ab63d9a63de7464a5f3e500f1abc451b7eff938 Mon Sep 17 00:00:00 2001 From: Patrick Coffey Date: Wed, 18 Oct 2017 16:34:14 -0500 Subject: [PATCH] docs(hyper-v): Clarify Hyper-V availability, and reference official Hyper-V documentation. --- website/source/docs/hyperv/index.html.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/source/docs/hyperv/index.html.md b/website/source/docs/hyperv/index.html.md index 74596ea2a..49f1b503b 100644 --- a/website/source/docs/hyperv/index.html.md +++ b/website/source/docs/hyperv/index.html.md @@ -18,12 +18,13 @@ The Hyper-V provider is compatible with Windows 8.1 and later only. Prior versio 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". Or install via PowerShell with +will not have Hyper-V enabled by default. Hyper-V is available by default for +almost all Windows Enterprise, Professional, or Education 8.1 and later installs. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All. +See official documentation [here](https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v). +
Warning: Enabling Hyper-V will cause VirtualBox, VMware, and any other virtualization technology to no longer work. See