Put back installation doc info

This commit is contained in:
Brian Cain 2018-03-22 09:57:43 -07:00
parent 2ce7041f80
commit 941b660489
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +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. Hyper-V is available by default for
almost all Windows Enterprise, Professional, or Education 8.1 and later installs.
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:
<code>Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All</code>.