docs(hyper-v): Clarify Hyper-V availability, and reference official Hyper-V documentation.

This commit is contained in:
Patrick Coffey 2017-10-18 16:34:14 -05:00
parent f99c5d4818
commit 6ab63d9a63
No known key found for this signature in database
GPG Key ID: 870BDD7A667DB73B
1 changed files with 4 additions and 3 deletions

View File

@ -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. 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 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 will not have Hyper-V enabled by default. Hyper-V is available by default for
"Programs and Features", click on "Turn Windows features on or off" and check almost all Windows Enterprise, Professional, or Education 8.1 and later installs.
the box next to "Hyper-V". Or install via PowerShell with
<code>Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All</code>. <code>Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All</code>.
See official documentation [here](https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v).
<div class="alert alert-warning"> <div class="alert alert-warning">
<strong>Warning:</strong> Enabling Hyper-V will cause VirtualBox, VMware, <strong>Warning:</strong> Enabling Hyper-V will cause VirtualBox, VMware,
and any other virtualization technology to no longer work. See and any other virtualization technology to no longer work. See