Skip to content

Instantly share code, notes, and snippets.

@edsoncelio
Created October 25, 2018 12:55
Show Gist options
  • Save edsoncelio/50fb5c8fc665dddb984df24fb0e92591 to your computer and use it in GitHub Desktop.
Save edsoncelio/50fb5c8fc665dddb984df24fb0e92591 to your computer and use it in GitHub Desktop.
Enabling hyper v at windows 10 with power shell
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment