Skip to content

Instantly share code, notes, and snippets.

@turibbio
Created January 7, 2018 21:20
Show Gist options
  • Save turibbio/63eb5938284e1c3dc77d41384927b092 to your computer and use it in GitHub Desktop.
Save turibbio/63eb5938284e1c3dc77d41384927b092 to your computer and use it in GitHub Desktop.
Install Hyper-V using PowerShell
Get-WindowsFeature *Hyper-V*
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment