Skip to content

Instantly share code, notes, and snippets.

@chrilleaman
chrilleaman / gist:85918da2c7bb8e46728a5db24fd30b4b
Created February 23, 2017 14:52
How to Enable Hyper-V from Powershell
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All -All -Verbose
Restart Computer
Go to BIOS and Enable "Virtualization Technology (VTx)" and "Virtualization Technology for Directed I/O (VTd)"
Save (F10)
Finish