» Hyper-V

Vagrant comes with support out of the box for Hyper-V,a native hypervisor written by Microsoft. Hyper-V is available by default foralmost all Windows 8.1 and later installs.

The Hyper-V provider is compatible with Windows 8.1 and later only. Prior versionsof Hyper-V do not include the necessary APIs for Vagrant to work.

Hyper-V must be enabled prior to using the provider. Most Windows installationswill not have Hyper-V enabled by default. Hyper-V is available by default foralmost all Windows Enterprise, Professional, or Education 8.1 and later installs.To enable Hyper-V, go to "Programs and Features", click on "Turn Windowsfeatures on or off" and check the box next to "Hyper-V". Or install viaPowerShell with:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

See official documentation here.

Warning: Enabling Hyper-V will cause VirtualBox, VMware,and any other virtualization technology to no longer work. Seethis blog postfor an easy way to create a boot entry to boot Windows without Hyper-Venabled, if there will be times you will need other hypervisors.